summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* fix ODML AVI Duration for files > 2GBBrian Brice2006-08-24
* fix fallback if theres no indexMichael Niedermayer2006-08-23
* read and use index (based on a patch by John Donaghy on the 23-03-2006 '[Ffmp...Michael Niedermayer2006-08-23
* value_num should also be 64bit (1 hunk from the asf seeking patch by DrDivx/S...Steve L'Homme2006-08-23
* total_size should be 64bit (1 hunk of the asf seeking patch from DrDivx / Ste...Michael Niedermayer2006-08-23
* set correct first gop closed valueBaptiste Coudurier2006-08-21
* rename closed_gop to first_gop_closedBaptiste Coudurier2006-08-21
* init bufferBaptiste Coudurier2006-08-21
* Added codec id for QCELP.Benjamin Larsson2006-08-20
* attribute_deprecatedMichael Niedermayer2006-08-20
* fix probing of 02-Penguin.flacMichael Niedermayer2006-08-19
* AVI tag reading and writing patch by David Conrad.David Conrad2006-08-18
* Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr %Steve L'Homme2006-08-18
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-17
* use packet dts as correct media field number and use av_interleave_pkt_per_dtsBaptiste Coudurier2006-08-12
* update documentationBaptiste Coudurier2006-08-11
* export av_interleave_packet_per_dtsBaptiste Coudurier2006-08-11
* set elst start time to first ptsBaptiste Coudurier2006-08-11
* fourcc cleanupBaptiste Coudurier2006-08-09
* enable 'NONE' audio fourccBaptiste Coudurier2006-08-09
* parse mpeg frame to get pict type and closed gop flagBaptiste Coudurier2006-08-09
* Support AAC audio in AVI with tag 0xffDavid Conrad2006-08-08
* dont be too picky about timestampsbeing wrong if the destination container is...Michael Niedermayer2006-08-08
* timestamp debugging av_logs()Michael Niedermayer2006-08-08
* both timestamps are dts, (checked trailer.gxf, spec is unclear)Michael Niedermayer2006-08-08
* Fix some "'static' is not at beginning of declaration" warnings.Diego Biurrun2006-08-08
* use correct tag for h263 in movBaptiste Coudurier2006-08-07
* detailed infos about d263 atomBaptiste Coudurier2006-08-07
* indentionBaptiste Coudurier2006-08-07
* only set fields for mov, reserved for 3gp, mp4Baptiste Coudurier2006-08-07
* sampleSize field to 16, reserved for mp4 and 3gpBaptiste Coudurier2006-08-07
* mp4, 3gp field is reserved and value is 2Baptiste Coudurier2006-08-07
* use ternaryBaptiste Coudurier2006-08-07
* vbr compression id is only used in movBaptiste Coudurier2006-08-07
* always write duration and file size, fix seeking, progress bar is now activeBaptiste Coudurier2006-08-06
* sample size is 1 if bits per sample is 8 and mono channelBaptiste Coudurier2006-08-03
* revert r5909, dont use non constant static variable, breaks multithreaded appsBaptiste Coudurier2006-08-03
* parse SONY hidden MPEG-4 extradata, fix C0023S01.mxfBaptiste Coudurier2006-08-03
* skip run-in sequence before reading headerBaptiste Coudurier2006-08-03
* again, disable DEBUGBaptiste Coudurier2006-08-03
* 10l, check container_ul existenceBaptiste Coudurier2006-08-03
* remove duplicate codeBaptiste Coudurier2006-08-03
* attempt to demux clip wrapped contentBaptiste Coudurier2006-08-03
* add codec detection based on essence container ulBaptiste Coudurier2006-08-03
* resolve strong refs in parse_structural_metadata since objects may not be ord...Baptiste Coudurier2006-08-02
* remove unneeded audio fourcc as wellBaptiste Coudurier2006-08-02
* Minor resync optimizationReimar Döffinger2006-08-02
* Do not set the codec's pixel format in the format's write_header()Luca Abeni2006-08-02
* do not set unneeded fourccBaptiste Coudurier2006-08-02
* fix ending null entry in tableBaptiste Coudurier2006-08-01