summaryrefslogtreecommitdiffstats
path: root/libavformat/riff.c
Commit message (Expand)AuthorAgeFilesLines
* Add entry for Dirac codec.Anuradha Suraparaju2008-07-101-0/+1
* Make ac3 in avi work better.Michael Niedermayer2008-05-261-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* cosmetics: remove some empty linesAurelien Jacobs2008-03-101-12/+0
* remove useless and misleading commentsAurelien Jacobs2008-03-101-5/+0
* consistent use of MKTAG() in the codec_bmp_tags tableAurelien Jacobs2008-03-091-5/+5
* cosmetics: alignment of the codec_bmp_tags tableAurelien Jacobs2008-03-091-136/+136
* recognize the CLJR FourCC (Cirrus Logic AccuPak)Mike Melanson2008-03-091-0/+1
* Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut.Michael Niedermayer2008-03-021-1/+1
* add cdvcMichael Niedermayer2008-02-291-0/+1
* Add more riff IDs to support remuxing.Benjamin Larsson2008-02-271-0/+3
* cosmetics: Sort and prettyprint codec_wav_tags[].Diego Biurrun2008-02-241-35/+35
* Riff ids for wmapro and wmavoice, this adds support for stream copy of these ...Benjamin Larsson2008-02-231-0/+2
* Add dv50 tag to support samples with dv50 fourcc in AVI.Christophe Lorenz2008-02-041-0/+1
* HDYC fourcc, sample hdyc/Test2.aviBaptiste Coudurier2007-09-211-0/+1
* loosen dependencies over allformats.hAurelien Jacobs2007-09-161-1/+0
* support silly PCM variant used by zork nemesisMichael Niedermayer2007-07-301-0/+2
* detect voxware (closes issue39)Michael Niedermayer2007-07-271-0/+1
* Move public API functions av_codec_get_tag() and av_codec_get_id()Aurelien Jacobs2007-07-111-43/+0
* remove deprecated codec_get_{bmp,wav}_{id,tag}()Måns Rullgård2007-07-081-20/+0
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* add MMES fourcc, matrox mpeg2 in avi filesBaptiste Coudurier2007-06-061-0/+1
* move jpegls up, fixes sf bug #1629152Michael Niedermayer2007-05-301-1/+1
* Atrac3 decoder.Benjamin Larsson2007-04-171-0/+1
* WMVAMichael Niedermayer2007-04-011-0/+1
* add AVRn fourccBaptiste Coudurier2007-03-311-0/+1
* add IJPG fourcc, to play m_ijpg.aviBaptiste Coudurier2007-03-261-0/+1
* Targa (.tga) encoder,Bobby Bingham2007-03-151-0/+1
* jpeg fourccMichael Niedermayer2007-03-101-0/+1
* 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
OpenPOWER on IntegriCloud