summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
Commit message (Collapse)AuthorAge
* libnut uses "MP3 " for mp3Michael Niedermayer2006-11-11
| | | | Originally committed as revision 6963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to ↵Baptiste Coudurier2006-11-09
| | | | | | CODEC_ID_AAC where used Originally committed as revision 6954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove illegal FourCC values.Diego Biurrun2006-11-08
| | | | Originally committed as revision 6941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IMC decoderKostya Shishkov2006-10-30
| | | | Originally committed as revision 6839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace FLAC FourCC by TwoCC.Diego Biurrun2006-10-16
| | | | Originally committed as revision 6708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a note about illegal codec IDs.Diego Biurrun2006-10-13
| | | | Originally committed as revision 6681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add codec ID for Shorten audio.Diego Biurrun2006-10-13
| | | | Originally committed as revision 6680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add fourccs for Wavpak and TTAYong2006-10-07
| | | | | | Patch by yong ||| y0ngc |a| yahoo dot com ||| Originally committed as revision 6579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac fourcc (fixes mplayer -demuxer 35 with flac)Michael Niedermayer2006-10-06
| | | | Originally committed as revision 6569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent >16bit tags to be truncated and used in creating .wav filesMichael Niedermayer2006-10-06
| | | | Originally committed as revision 6568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for grayscale rawvideo aviPhilippe De Muyter2006-09-15
| | | | | | | | | patch by Philippe De Muyter %phdm A macqel P be% Original thread: Date: Sep 15, 2006 10:18 AM Subject: [Ffmpeg-devel] [PATCH] ffmpeg does not recognize his own grayscale rawvideo avi's Originally committed as revision 6255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a VP6F fourcc for apps which rely on fourccAurelien Jacobs2006-09-12
| | | | Originally committed as revision 6232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09
| | | | Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow RGB Raw encodingJavier Garcia2006-09-06
| | | | | | | | | Patch by Javier garcia % garcofra A hotmail P com % Original thread: Date: Aug 30, 2006 1:49 PM Subject: [Ffmpeg-devel] [PATCH] RGB Raw ecoding Originally committed as revision 6180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VMware Video decoder (fourcc: VMnc)Kostya Shishkov2006-09-05
| | | | Originally committed as revision 6171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WVC1 is now decodeable with VC-1 decoder.Kostya Shishkov2006-09-04
| | | | Originally committed as revision 6163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec id and tag for JPEG 2000Baptiste Coudurier2006-08-24
| | | | Originally committed as revision 6076 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
* 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
* add new tag 'CAVS' for Chinese AVS codecStefan Gehrer2006-07-29
| | | | Originally committed as revision 5847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
Originally committed as revision 5720 to svn://svn.ffmpeg.org/ffmpeg/trunk