summaryrefslogtreecommitdiffstats
path: root/libavformat/riff.c
Commit message (Expand)AuthorAgeFilesLines
* be less noisyMichael Niedermayer2007-02-241-1/+1
* warn if bps from user and what will be stored missmatchesMichael Niedermayer2007-02-201-0/+3
* Remove code duplicated between adpcm.c and riff.cMichel Bardiaux2007-02-201-1/+1
* Add support for MS-GSM codecMichel Bardiaux2007-02-201-2/+7
* add waveformatextensible supportBaptiste Coudurier2007-01-251-11/+19
* remove now useless codec_tag setting code in muxersMichael Niedermayer2007-01-211-3/+1
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-211-2/+2
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-211-21/+32
* Add support for VP60 and VP61.Aurelien Jacobs2006-12-171-0/+2
* libnut uses "MP3 " for mp3Michael Niedermayer2006-11-111-0/+1
* get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier2006-11-091-1/+1
* Remove illegal FourCC values.Diego Biurrun2006-11-081-4/+0
* IMC decoderKostya Shishkov2006-10-301-0/+1
* Replace FLAC FourCC by TwoCC.Diego Biurrun2006-10-161-1/+1
* Add a note about illegal codec IDs.Diego Biurrun2006-10-131-0/+2
* Add codec ID for Shorten audio.Diego Biurrun2006-10-131-0/+1
* Add fourccs for Wavpak and TTAYong2006-10-071-0/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* flac fourcc (fixes mplayer -demuxer 35 with flac)Michael Niedermayer2006-10-061-0/+1
* prevent >16bit tags to be truncated and used in creating .wav filesMichael Niedermayer2006-10-061-1/+1
* add support for grayscale rawvideo aviPhilippe De Muyter2006-09-151-0/+1
* add a VP6F fourcc for apps which rely on fourccAurelien Jacobs2006-09-121-0/+1
* VP5 and VP6 video decoderAurelien Jacobs2006-09-091-0/+2
* Allow RGB Raw encodingJavier Garcia2006-09-061-1/+1
* VMware Video decoder (fourcc: VMnc)Kostya Shishkov2006-09-051-0/+1
* WVC1 is now decodeable with VC-1 decoder.Kostya Shishkov2006-09-041-0/+1
* add codec id and tag for JPEG 2000Baptiste Coudurier2006-08-241-0/+1
* Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr %Steve L'Homme2006-08-181-0/+1
* Support AAC audio in AVI with tag 0xffDavid Conrad2006-08-081-0/+1
* add new tag 'CAVS' for Chinese AVS codecStefan Gehrer2006-07-291-0/+1
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-121-0/+452
OpenPOWER on IntegriCloud