summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
Commit message (Expand)AuthorAge
* Add fourcc for MS RLE4Kostya Shishkov2008-09-18
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* set default bps to 16 in wav headerBaptiste Coudurier2008-09-07
* simplify bps code by using av_get_bits_per_sampleBaptiste Coudurier2008-09-05
* Fix msgsm in wav, do not set blkalign to frame size, this is wrong,Baptiste Coudurier2008-09-04
* Make RIFF-based demuxers handle F32LE and F64LE PCM audio.Peter Ross2008-08-19
* FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2...Benjamin Larsson2008-08-10
* Support muxing of Zork PCM audio into RIFF formats.Peter Ross2008-08-05
* Add entry for Dirac codec.Anuradha Suraparaju2008-07-10
* Make ac3 in avi work better.Michael Niedermayer2008-05-26
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* cosmetics: remove some empty linesAurelien Jacobs2008-03-10
* remove useless and misleading commentsAurelien Jacobs2008-03-10
* consistent use of MKTAG() in the codec_bmp_tags tableAurelien Jacobs2008-03-09
* cosmetics: alignment of the codec_bmp_tags tableAurelien Jacobs2008-03-09
* recognize the CLJR FourCC (Cirrus Logic AccuPak)Mike Melanson2008-03-09
* Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut.Michael Niedermayer2008-03-02
* add cdvcMichael Niedermayer2008-02-29
* Add more riff IDs to support remuxing.Benjamin Larsson2008-02-27
* cosmetics: Sort and prettyprint codec_wav_tags[].Diego Biurrun2008-02-24
* Riff ids for wmapro and wmavoice, this adds support for stream copy of these ...Benjamin Larsson2008-02-23
* Add dv50 tag to support samples with dv50 fourcc in AVI.Christophe Lorenz2008-02-04
* HDYC fourcc, sample hdyc/Test2.aviBaptiste Coudurier2007-09-21
* loosen dependencies over allformats.hAurelien Jacobs2007-09-16
* 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