summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
Commit message (Collapse)AuthorAge
* support silly PCM variant used by zork nemesisMichael Niedermayer2007-07-30
| | | | | | fixes audio decoding of T000A11C.AVI Originally committed as revision 9831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect voxware (closes issue39)Michael Niedermayer2007-07-27
| | | | Originally committed as revision 9809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move public API functions av_codec_get_tag() and av_codec_get_id()Aurelien Jacobs2007-07-11
| | | | | | into a file which is compiled un-conditionally (utils.c). Originally committed as revision 9590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove deprecated codec_get_{bmp,wav}_{id,tag}()Måns Rullgård2007-07-08
| | | | Originally committed as revision 9530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add MMES fourcc, matrox mpeg2 in avi filesBaptiste Coudurier2007-06-06
| | | | Originally committed as revision 9234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move jpegls up, fixes sf bug #1629152Michael Niedermayer2007-05-30
| | | | Originally committed as revision 9165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Atrac3 decoder.Benjamin Larsson2007-04-17
| | | | Originally committed as revision 8747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMVAMichael Niedermayer2007-04-01
| | | | Originally committed as revision 8581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add AVRn fourccBaptiste Coudurier2007-03-31
| | | | Originally committed as revision 8572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add IJPG fourcc, to play m_ijpg.aviBaptiste Coudurier2007-03-26
| | | | Originally committed as revision 8530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Targa (.tga) encoder,Bobby Bingham2007-03-15
| | | | | | | | | | patch by Bobby Bingham % uhmmmm A gmail P com % Only handles 24-bit BGR and 8-bit grayscale, no RLE at the moment either. Original thread: Date: Mar 11, 2007 7:58 PM Subject: [Ffmpeg-devel] [PATCH] Targa encoder Originally committed as revision 8411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* jpeg fourccMichael Niedermayer2007-03-10
| | | | Originally committed as revision 8310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* be less noisyMichael Niedermayer2007-02-24
| | | | Originally committed as revision 8107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn if bps from user and what will be stored missmatchesMichael Niedermayer2007-02-20
| | | | Originally committed as revision 8044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove code duplicated between adpcm.c and riff.cMichel Bardiaux2007-02-20
| | | | Originally committed as revision 8042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for MS-GSM codecMichel Bardiaux2007-02-20
| | | | Originally committed as revision 8039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add waveformatextensible supportBaptiste Coudurier2007-01-25
| | | | Originally committed as revision 7714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless codec_tag setting code in muxersMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for VP60 and VP61.Aurelien Jacobs2006-12-17
| | | | Originally committed as revision 7329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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