summaryrefslogtreecommitdiff
path: root/libavformat/wav.c
Commit message (Expand)AuthorAge
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* move unrelated functions declarations out of allformats.hAurelien Jacobs2007-09-11
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* add an enum for need_parsingAurelien Jacobs2007-04-15
* Add FACT chunk for non-PCM wav formatsMichel Bardiaux2007-02-12
* better generic index building and seeking codeMichael Niedermayer2007-02-05
* 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
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Fix compilation with --disable-muxers.Gianluigi Tiesi2006-07-05
* Move initialisations and internal symbols in allformats.h,Diego Pettenò2006-06-30
* dont read over the end of a data chunk and at the end search for the nextMichael Niedermayer2006-06-28
* use standard codec tag if the specified tag is out of range and would beMåns Rullgård2006-06-16
* NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger2006-03-27
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* TrueSpeech compatible audio decoder by Konstantin ShishkovDiego Biurrun2006-01-03
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* DTS is 0x2001 according to: http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-stat...Corey Hickey2005-11-13
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
* Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger2005-09-02
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* Yamaha ADPCM in wav patch by (Vidar Madsen: vidarino, gmail com)Vidar Madsen2005-07-15
* 28_fix_parameters_in_G726.patch by (Calcium | calcium nurs or jp)Calcium2005-03-23
* pseudo codec tag for adpcm_swfAlex Beregszaszi2005-02-25
* wav timestamp truncation fix by (Wolfram Gloger <wmglo dent.med.uni-muenchen ...Michael Niedermayer2005-01-12
* allocate a few bytes more for extradata so the bitstream reader if its used b...Michael Niedermayer2004-11-13
* cbr audio muxing fixMichael Niedermayer2004-11-06
* set keyframe flag at a more central place instead of in every demuxer for con...Michael Niedermayer2004-10-22
* set correct timebaseMichael Niedermayer2004-10-18
* set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>)Nathan Kurz2004-10-15
* Creative ADPCM decoder, format 0x200, courtesy of Konstantin ShishkovMike Melanson2004-10-12
* 100l (forgoten seeking functions)Michael Niedermayer2004-10-11
* untested AAC in WAV/AVI patch by (Måns Rullgård <mru at mru dot ath dot cx>)Måns Rullgård2004-10-06
* write shorter headers if possibleMichael Niedermayer2004-09-22
* unofficial ids for sonic for using in nut (fixme)Alex Beregszaszi2004-08-21
* libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer2004-07-14
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* 10lMichael Niedermayer2004-04-04
* store extradata, vorbis in avi works now, dont expect av sync thoughMichael Niedermayer2004-04-04
* some random id for vorbis so we can do some experiments with vorbis in variou...Michael Niedermayer2004-04-04
* fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at...Ronald S. Bultje2004-03-13
* Correcting the header size for ADPCM_IMA_WAV files patch by (Brian Becker <br...Brian Becker2004-03-10
* * Initial implementation of the G.726 ADPCM audio codec.Roman Shaposhnik2004-02-07