summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* cleanup useless fieldsBaptiste Coudurier2007-03-04
* simplify swf muxerBaptiste Coudurier2007-03-04
* Close connection on EOFRonald S. Bultje2007-03-04
* make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as ...Ronald S. Bultje2007-03-04
* add pcm s8 tagBaptiste Coudurier2007-03-04
* fix pcm u/s8 muxingBaptiste Coudurier2007-03-04
* deobfuscate, clearly split mov caseBaptiste Coudurier2007-03-04
* try to move fixed mov.c over the one with cosmetic-functional mixMichael Niedermayer2007-03-03
* recommit of the change below after reverting earlier cosmetic-functional mixMichael Niedermayer2007-03-03
* cosmetic part of the commit belowMichael Niedermayer2007-03-03
* functional part of the commit belowMichael Niedermayer2007-03-03
* Correct wrong avformat documentation.Panagiotis Issaris2007-03-03
* use common tables for mov muxer and demuxerBaptiste Coudurier2007-03-03
* cosmetics, cleanup tables, add pcm 24/32 le tagsBaptiste Coudurier2007-03-03
* partial avid meridien uncompressed supportBaptiste Coudurier2007-03-03
* Move the libavformat public API comments to avformat.h. The comments arePanagiotis Issaris2007-03-03
* Set FLV_SAMPLESSIZE_16BIT for ADPCM.Benjamin Larsson2007-03-03
* write DTS, based on patch by Luca Abeni, lucabe72 email itMåns Rullgård2007-03-02
* replace the auto array "duration_error" with a malloced array.Kristian Amlie2007-03-02
* avid imx supportBaptiste Coudurier2007-03-02
* support for mjpeg bottom field first in movBaptiste Coudurier2007-03-02
* use generic atom to extradata reading functionBaptiste Coudurier2007-03-02
* support for adpcm swf, pcmBaptiste Coudurier2007-03-02
* don't rely on a specific appearance order for ebml elements at the same levelAurelien Jacobs2007-03-02
* add support for simple blocks (ie. matroska v2)Aurelien Jacobs2007-03-02
* cosmetics: fix indentation of the new matroska_parse_block() functionAurelien Jacobs2007-03-01
* split a matroska_parse_block() function from matroska_parse_blockgroup()Aurelien Jacobs2007-03-01
* fix an off-by-one error in probing functionAurelien Jacobs2007-03-01
* don't parse whole swf file in header, can now play ffserver swf streamsBaptiste Coudurier2007-03-01
* factorizeBaptiste Coudurier2007-03-01
* remove nonsense time base code, use swf ms per frame, only video frames conta...Baptiste Coudurier2007-03-01
* check for any seeking failure during probeBaptiste Coudurier2007-03-01
* quicktime 'raw ' supportBaptiste Coudurier2007-03-01
* Reverting stray commit part II, r8156 had the base64 export patch mixed with ...Luca Barbato2007-02-28
* Reverting stray commit part ILuca Barbato2007-02-28
* get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato2007-02-28
* Add missing license headers.Diego Biurrun2007-02-27
* use avcodec_decode_audio2Baptiste Coudurier2007-02-27
* Remove useless conditional.Diego Biurrun2007-02-27
* Add LGPL header as requested by Oded.Diego Biurrun2007-02-25
* use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_headerAlex Beregszaszi2007-02-25
* be less noisyMichael Niedermayer2007-02-24
* BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't...François Revol2007-02-23
* Complete the video format enum.Benjamin Larsson2007-02-23
* Cosmetics.Benjamin Larsson2007-02-23
* change PF_INET to AF_INET to be consistent in the whole project. PF_INET is d...Alex Beregszaszi2007-02-22
* codec_tag settable via VideoTag, and transmit codec_tag in ffmAlex Beregszaszi2007-02-22
* Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com.Marc Hoffman2007-02-22
* cosmetics: fix usefuLL --> usefuL typoDiego Biurrun2007-02-22
* Add the stream_bitrate GUID to the asf parsing code, and set stream bitrateRyan Martell2007-02-20