summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
Commit message (Expand)AuthorAge
* support silly PCM variant used by zork nemesisMichael Niedermayer2007-07-30
* detect voxware (closes issue39)Michael Niedermayer2007-07-27
* Move public API functions av_codec_get_tag() and av_codec_get_id()Aurelien Jacobs2007-07-11
* remove deprecated codec_get_{bmp,wav}_{id,tag}()Måns Rullgård2007-07-08
* misc spelling fixesDiego Biurrun2007-06-12
* add MMES fourcc, matrox mpeg2 in avi filesBaptiste Coudurier2007-06-06
* move jpegls up, fixes sf bug #1629152Michael Niedermayer2007-05-30
* Atrac3 decoder.Benjamin Larsson2007-04-17
* WMVAMichael Niedermayer2007-04-01
* add AVRn fourccBaptiste Coudurier2007-03-31
* add IJPG fourcc, to play m_ijpg.aviBaptiste Coudurier2007-03-26
* Targa (.tga) encoder,Bobby Bingham2007-03-15
* jpeg fourccMichael Niedermayer2007-03-10
* be less noisyMichael Niedermayer2007-02-24
* warn if bps from user and what will be stored missmatchesMichael Niedermayer2007-02-20
* Remove code duplicated between adpcm.c and riff.cMichel Bardiaux2007-02-20
* Add support for MS-GSM codecMichel Bardiaux2007-02-20
* add waveformatextensible supportBaptiste Coudurier2007-01-25
* remove now useless codec_tag setting code in muxersMichael Niedermayer2007-01-21
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-21
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
* Add support for VP60 and VP61.Aurelien Jacobs2006-12-17
* libnut uses "MP3 " for mp3Michael Niedermayer2006-11-11
* get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier2006-11-09
* Remove illegal FourCC values.Diego Biurrun2006-11-08
* IMC decoderKostya Shishkov2006-10-30
* Replace FLAC FourCC by TwoCC.Diego Biurrun2006-10-16
* Add a note about illegal codec IDs.Diego Biurrun2006-10-13
* Add codec ID for Shorten audio.Diego Biurrun2006-10-13
* Add fourccs for Wavpak and TTAYong2006-10-07
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* flac fourcc (fixes mplayer -demuxer 35 with flac)Michael Niedermayer2006-10-06
* prevent >16bit tags to be truncated and used in creating .wav filesMichael Niedermayer2006-10-06
* add support for grayscale rawvideo aviPhilippe De Muyter2006-09-15
* add a VP6F fourcc for apps which rely on fourccAurelien Jacobs2006-09-12
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09
* Allow RGB Raw encodingJavier Garcia2006-09-06
* VMware Video decoder (fourcc: VMnc)Kostya Shishkov2006-09-05
* WVC1 is now decodeable with VC-1 decoder.Kostya Shishkov2006-09-04
* add codec id and tag for JPEG 2000Baptiste Coudurier2006-08-24
* Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr %Steve L'Homme2006-08-18
* Support AAC audio in AVI with tag 0xffDavid Conrad2006-08-08
* add new tag 'CAVS' for Chinese AVS codecStefan Gehrer2006-07-29
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12