]> git.sesse.net Git - ffmpeg/history - libavformat
demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes #451
[ffmpeg] / libavformat /
2008-05-20 Baptiste Coudurierdemux all stsd ids if codec is the same, fix premature_...
2008-05-15 Aurelien Jacobsmatroskadec: add support for bzlib compressed tracks
2008-05-15 Baptiste Couduriertry to demux even if codec is not recognized, should...
2008-05-15 Baptiste Coudurierdo not fail if correct is not recognized
2008-05-15 Baptiste Couduriercosmetics, remove space before opening parenthesis
2008-05-13 Aurelien Jacobsadd missing \n in av_log message
2008-05-13 Aurelien Jacobsmatroskadec: add support for zlib compressed tracks
2008-05-13 François RevolFix non-debug build.
2008-05-13 Carl Eugen HoyosFix icc warning #188: enumerated type mixed with anothe...
2008-05-13 Carl Eugen HoyosAdd MATROSKA_TRACK_TYPE_NONE.
2008-05-12 Carl Eugen HoyosReplace some occurrences of 0 with CODEC_ID_NONE.
2008-05-12 Diego PettenòUse strcasecmp() instead of re-inventing it.
2008-05-11 Luca AbeniFix type of dest_addr_len to respect return value of...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-09 Jai MenonIFF stereo support
2008-05-09 Diego Biurrunstring.h is a system header file, so use <> for it.
2008-05-09 Aurelien Jacobsuse enum type instead of int
2008-05-09 Aurelien Jacobscosmetics: indentation
2008-05-09 Aurelien Jacobsmatroskadec: add support for lzo compressed tracks
2008-05-08 Aurelien Jacobsmatroskadec: fail gracefully when seeking don't work
2008-05-08 Aurelien Jacobsmatroskadec: add support for track content encoding
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2008-05-05 Michael NiedermayerCheck url_seek() in url_open().
2008-05-04 Diego BiurrunUse correct length modifier for pointer diff argument...
2008-05-04 Diego PettenòFix 'comparison always false' warning.
2008-05-03 Benjamin Larssondts probe
2008-05-02 Bartlomiej WolowiecNellymoser handling in FLV
2008-05-02 Luca BarbatoImport Dirac demuxer/muxer from SoC branch; written...
2008-05-01 Justin Rugglesfix encoding of flac private data
2008-04-29 Michael NiedermayerSupport invalid mpeg created by vdr
2008-04-28 Michael Niedermayerraw GSM demuxer (does not work yet as parser is missing)
2008-04-28 Baptiste Coudurierset demuxers .value and use common audio_read_header...
2008-04-26 Henrik Gulbrandsenset pkt duration, only when dts == pts though,
2008-04-26 Kostya ShishkovMissing tags in APE is normal situation, so don't print...
2008-04-25 Baptiste Coudurieryes it is true for mp4
2008-04-25 Baptiste Coudurierremove unneeded variable
2008-04-25 Baptiste Couduriermove vars decls where vars are used
2008-04-25 Baptiste Coudurierset channels and sample rate from mpeg4audio config
2008-04-25 Baptiste Coudurierparse mpeg4audio config to correctly detect mp3on4...
2008-04-25 Baptiste Coudurierupdate doc
2008-04-25 Baptiste Couduriererror is -1
2008-04-25 Baptiste Couduriercosmetics
2008-04-25 Baptiste Couduriermove vars decls where vars are used
2008-04-25 Baptiste Coudurierparser should not be needed anymore, merge cases and...
2008-04-25 Baptiste Coudurierlower frame size to split amr/qcelp/gsm frames
2008-04-25 Baptiste Coudurieralign and remove useless braces
2008-04-25 Baptiste Couduriercosmetics, remove whitespaces in tags
2008-04-25 Baptiste Coudurierset gsm default frame size and bytes per frame, needed...
2008-04-25 Baptiste Coudurierpts are unsigned according to specs, fix negative pts...
2008-04-25 Baptiste Coudurierset wrap bits to 32bit to actually use it
2008-04-24 Michael NiedermayerAvoid using reserved __names.
2008-04-24 Michael Niedermayerminor memleak
2008-04-24 Michael NiedermayerFixing memleaks.
2008-04-24 Baptiste Couduriercosmetics: remove useless whitespaces and put braces...
2008-04-24 Baptiste Coudurierdemux qcelp, so this can work with soc decoder and...
2008-04-24 Baptiste Coudurierqcelp fourcc
2008-04-24 Baptiste Couduriersupport for alac in .mov
2008-04-24 Baptiste Coudurierset alac frame size from extradata
2008-04-23 Michael NiedermayerEnsure that the timestamp reading code used for seeking...
2008-04-22 Rafaël CarréRead asf file header fields in the right order
2008-04-22 Bartlomiej Wolowiecchange ff_ac3_parse_header() to take a GetBitContext...
2008-04-21 Andreas ÖmanCompute AC3 frame CRC for stronger raw AC3 format probing.
2008-04-21 Henrik GulbrandsenCorrect ASF duration.
2008-04-20 Benjamin LarssonRaw dts muxer
2008-04-19 Vladimir VoroshilovImplement FFMAX3(a,b,c) - maximum over three arguments.
2008-04-19 Vladimir VoroshilovDecrease returning probe score for WAV demuxer to avoid
2008-04-18 Mike MelansonTighten up the Westwood AUD detection. Probability...
2008-04-16 Luca Barbatodoxy header for udp protocol
2008-04-16 Diego BiurrunPrint duration with higher precision.
2008-04-15 Luca BarbatoCleanup comments and make them doxygen parsable.
2008-04-15 Luca BarbatoExpose max_packet_size from the rtp protocol
2008-04-15 Michael NiedermayerDo not detect a format if another has the same score.
2008-04-15 Michael NiedermayerUsing the same probe function in 2 formats is not a...
2008-04-15 Michael NiedermayerReduce probe score as it misdetects our flv file from...
2008-04-15 Michael NiedermayerFix probe for mov00003.mqv.
2008-04-15 Michael NiedermayerIdentify codec in GMCMidiaASX.mov correctly.
2008-04-15 Luca AbeniFix receiving from SDP with unicast destinations
2008-04-15 Luca AbeniRemove the "multicast=" tag from UDP and RTP URLs
2008-04-14 Robert MarstonMaxis XA demuxer and decoder.
2008-04-14 Michael NiedermayerRemove useless code.
2008-04-14 Michael NiedermayerRecommit r12809
2008-04-14 Michael NiedermayerUse generic seeking code for flv. The removed code...
2008-04-14 Michael Niedermayerrevert r12809
2008-04-13 Michael NiedermayerStop find_stream_info() searching for further streams...
2008-04-13 Michael Niedermayer10l
2008-04-13 Sisir KoppakaBFI demuxer
2008-04-13 Michael NiedermayerPrint warning if scale/rate is invalid.
2008-04-13 Michael Niedermayerindent
2008-04-13 Michael NiedermayerRestructure if/else a little.
2008-04-13 Reimar DöffingerDo not call update_initial_durations if pkt->duration...
2008-04-09 Michael NiedermayerFix seeking in rm.
2008-04-07 Måns Rullgårdnon-recursive makefiles
2008-04-05 Baptiste Coudurierremove cast
2008-04-05 Baptiste Coudurierbetter error message
2008-04-04 Baptiste Coudurierspecial mpeg2 handling is no more needed
2008-04-03 Luca Barbatouse FF_NETERROR to make winsock happy, patch from pross...
2008-04-02 Aurelien Jacobsuse common aac sample rate tables
2008-04-02 Diego BiurrunRemove unused variable.
2008-03-31 Aurelien Jacobscheck return value of matroska_find_track_by_num (fix...
2008-03-31 Diego Biurrunminor typo fixes
next