summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* WVC1 is now decodeable with VC-1 decoder.Kostya Shishkov2006-09-041-0/+1
* * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik2006-09-042-268/+75
* Switch license from GPL to LGPL, this file originates from libdv, whichDiego Biurrun2006-09-031-10/+10
* remove redundant declarationsMåns Rullgård2006-09-023-8/+0
* Fix for AVI files with odd sized 'movi' listDavid Conrad2006-08-311-1/+1
* fix b pyramid in mp4 muxing if no dts are provided to the muxerMichael Niedermayer2006-08-302-15/+17
* add support for information in CDXA formatAllan Sandfeld Jensen2006-08-291-0/+18
* Add missing file from commit r6122 (AVISynth support)Guillaume Poirier2006-08-291-0/+219
* AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com %Steve L'Homme2006-08-293-0/+5
* ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there...Aurelien Jacobs2006-08-281-1/+0
* scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the defa...Nico Sabbi2006-08-271-3/+3
* added option probesize; at the moment only used by mpegts.cNico Sabbi2006-08-272-0/+6
* initial support for AVOption in AVFormatContextNico Sabbi2006-08-272-2/+22
* support some totally broken ODML variantMichael Niedermayer2006-08-251-6/+20
* fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only ...Baptiste Coudurier2006-08-241-1/+1
* correct uid, and enable JPEG 2000 detectionBaptiste Coudurier2006-08-241-1/+1
* add codec id and tag for JPEG 2000Baptiste Coudurier2006-08-241-0/+1
* wide atom is only defined in mov, use free for mp4/3gpBaptiste Coudurier2006-08-241-1/+1
* move amr parameters adjusting like other codecsBaptiste Coudurier2006-08-241-8/+9
* dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let d...Baptiste Coudurier2006-08-241-0/+13
* put dv demuxing code around ifdefBaptiste Coudurier2006-08-241-1/+4
* put dv demuxing code around ifdefBaptiste Coudurier2006-08-241-0/+2
* support vdva fourcc (dv + dv audio in mov)Baptiste Coudurier2006-08-241-3/+38
* fix ODML AVI Duration for files > 2GBBrian Brice2006-08-241-23/+37
* fix fallback if theres no indexMichael Niedermayer2006-08-232-3/+5
* read and use index (based on a patch by John Donaghy on the 23-03-2006 '[Ffmp...Michael Niedermayer2006-08-231-3/+78
* value_num should also be 64bit (1 hunk from the asf seeking patch by DrDivx/S...Steve L'Homme2006-08-231-1/+2
* total_size should be 64bit (1 hunk of the asf seeking patch from DrDivx / Ste...Michael Niedermayer2006-08-231-1/+2
* set correct first gop closed valueBaptiste Coudurier2006-08-211-3/+4
* rename closed_gop to first_gop_closedBaptiste Coudurier2006-08-211-4/+4
* init bufferBaptiste Coudurier2006-08-211-0/+1
* Added codec id for QCELP.Benjamin Larsson2006-08-202-1/+2
* attribute_deprecatedMichael Niedermayer2006-08-201-11/+11
* fix probing of 02-Penguin.flacMichael Niedermayer2006-08-191-4/+10
* AVI tag reading and writing patch by David Conrad.David Conrad2006-08-182-0/+55
* Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr %Steve L'Homme2006-08-181-0/+1
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-171-2/+2
* use packet dts as correct media field number and use av_interleave_pkt_per_dtsBaptiste Coudurier2006-08-121-55/+33
* update documentationBaptiste Coudurier2006-08-111-3/+12
* export av_interleave_packet_per_dtsBaptiste Coudurier2006-08-112-1/+2
* set elst start time to first ptsBaptiste Coudurier2006-08-111-4/+1
* fourcc cleanupBaptiste Coudurier2006-08-091-2/+0
* enable 'NONE' audio fourccBaptiste Coudurier2006-08-091-1/+1
* parse mpeg frame to get pict type and closed gop flagBaptiste Coudurier2006-08-091-5/+19
* Support AAC audio in AVI with tag 0xffDavid Conrad2006-08-081-0/+1
* dont be too picky about timestampsbeing wrong if the destination container is...Michael Niedermayer2006-08-083-3/+15
* timestamp debugging av_logs()Michael Niedermayer2006-08-081-2/+16
* both timestamps are dts, (checked trailer.gxf, spec is unclear)Michael Niedermayer2006-08-081-1/+1
* Fix some "'static' is not at beginning of declaration" warnings.Diego Biurrun2006-08-082-2/+2
* use correct tag for h263 in movBaptiste Coudurier2006-08-071-2/+8
OpenPOWER on IntegriCloud