summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* fix probing of 02-Penguin.flacMichael Niedermayer2006-08-19
| | | | | | = a single startcode should not override extension based detection Originally committed as revision 6025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVI tag reading and writing patch by David Conrad.David Conrad2006-08-18
| | | | | | umovimus at gmail dot com Originally committed as revision 6022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr %Steve L'Homme2006-08-18
| | | | | | | | Original thread: Date: Aug 17, 2006 5:45 PM Subject: Re: [Ffmpeg-devel] [PATCH] AVISynth support Originally committed as revision 6018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-17
| | | | | | header files that happen to have the same name as internal ones. Originally committed as revision 6016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use packet dts as correct media field number and use av_interleave_pkt_per_dtsBaptiste Coudurier2006-08-12
| | | | Originally committed as revision 5987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update documentationBaptiste Coudurier2006-08-11
| | | | Originally committed as revision 5985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export av_interleave_packet_per_dtsBaptiste Coudurier2006-08-11
| | | | Originally committed as revision 5984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set elst start time to first ptsBaptiste Coudurier2006-08-11
| | | | Originally committed as revision 5981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fourcc cleanupBaptiste Coudurier2006-08-09
| | | | Originally committed as revision 5969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable 'NONE' audio fourccBaptiste Coudurier2006-08-09
| | | | Originally committed as revision 5968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse mpeg frame to get pict type and closed gop flagBaptiste Coudurier2006-08-09
| | | | Originally committed as revision 5967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support AAC audio in AVI with tag 0xffDavid Conrad2006-08-08
| | | | | | Patch by David Conrad ( davedc_ | umbc edu ) Originally committed as revision 5963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont be too picky about timestampsbeing wrong if the destination container ↵Michael Niedermayer2006-08-08
| | | | | | is without timestamps and raw of the raw video / raw audio sort Originally committed as revision 5961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timestamp debugging av_logs()Michael Niedermayer2006-08-08
| | | | Originally committed as revision 5960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* both timestamps are dts, (checked trailer.gxf, spec is unclear)Michael Niedermayer2006-08-08
| | | | Originally committed as revision 5958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some "'static' is not at beginning of declaration" warnings.Diego Biurrun2006-08-08
| | | | Originally committed as revision 5956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct tag for h263 in movBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detailed infos about d263 atomBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only set fields for mov, reserved for 3gp, mp4Baptiste Coudurier2006-08-07
| | | | Originally committed as revision 5949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sampleSize field to 16, reserved for mp4 and 3gpBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mp4, 3gp field is reserved and value is 2Baptiste Coudurier2006-08-07
| | | | Originally committed as revision 5947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ternaryBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vbr compression id is only used in movBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always write duration and file size, fix seeking, progress bar is now activeBaptiste Coudurier2006-08-06
| | | | Originally committed as revision 5939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sample size is 1 if bits per sample is 8 and mono channelBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r5909, dont use non constant static variable, breaks multithreaded appsBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse SONY hidden MPEG-4 extradata, fix C0023S01.mxfBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip run-in sequence before reading headerBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* again, disable DEBUGBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, check container_ul existenceBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate codeBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attempt to demux clip wrapped contentBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec detection based on essence container ulBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* resolve strong refs in parse_structural_metadata since objects may not be ↵Baptiste Coudurier2006-08-02
| | | | | | ordered, use object oriented approach Originally committed as revision 5892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded audio fourcc as wellBaptiste Coudurier2006-08-02
| | | | Originally committed as revision 5889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor resync optimizationReimar Döffinger2006-08-02
| | | | Originally committed as revision 5888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not set the codec's pixel format in the format's write_header()Luca Abeni2006-08-02
| | | | Originally committed as revision 5887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not set unneeded fourccBaptiste Coudurier2006-08-02
| | | | Originally committed as revision 5886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix ending null entry in tableBaptiste Coudurier2006-08-01
| | | | Originally committed as revision 5885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more codecs ulsBaptiste Coudurier2006-08-01
| | | | Originally committed as revision 5883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common code from mov.c and movenc.c to isom.cBaptiste Coudurier2006-08-01
| | | | Originally committed as revision 5882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some useful debug infoBaptiste Coudurier2006-08-01
| | | | Originally committed as revision 5881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for seeking, both with and without index and correct timestampsReimar Döffinger2006-08-01
| | | | Originally committed as revision 5880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* negative to_pad won't provoke infinite loopBaptiste Coudurier2006-08-01
| | | | Originally committed as revision 5879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid reading beyond packet sizeBaptiste Coudurier2006-08-01
| | | | Originally committed as revision 5878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip run-in sequence during probeBaptiste Coudurier2006-08-01
| | | | Originally committed as revision 5876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify using function tableBaptiste Coudurier2006-07-31
| | | | Originally committed as revision 5871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse aes3 audio descriptorBaptiste Coudurier2006-07-31
| | | | Originally committed as revision 5870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use parenthesis around valueBaptiste Coudurier2006-07-30
| | | | Originally committed as revision 5866 to svn://svn.ffmpeg.org/ffmpeg/trunk