summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* more explicit messageBaptiste Coudurier2007-03-05
* create codec_comment_header which looks more like what M$ creates, sane or no...Michael Niedermayer2007-03-05
* all asf files i have have the 2 redundant duration fields differ by the prero...Michael Niedermayer2007-03-05
* all asf files i have have this field at 2 so lets try to change it to that ...Michael Niedermayer2007-03-05
* all the time related fields seem to be 64bit so i guess preroll is too (this ...Michael Niedermayer2007-03-05
* off by one errorMichael Niedermayer2007-03-05
* Doxygenize the existing comments in avformat.h. The contents of the commentsPanagiotis Issaris2007-03-05
* Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
* Move rtp_get_payload_type()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
* 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