summaryrefslogtreecommitdiff
path: root/libavformat/wav.c
Commit message (Collapse)AuthorAge
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TrueSpeech compatible audio decoder by Konstantin ShishkovDiego Biurrun2006-01-03
| | | | Originally committed as revision 4803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DTS is 0x2001 according to: ↵Corey Hickey2005-11-13
| | | | | | | | http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-status.html Patch by Corey Hickey < bugfood DAH ml AH fatooh POIS org > Originally committed as revision 4700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
| | | | | | | in libavformat to allow building (de)coders and (de)muxers independently at some point + support for this option in configure. Originally committed as revision 4611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger2005-09-02
| | | | Originally committed as revision 4548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-17
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Yamaha ADPCM in wav patch by (Vidar Madsen: vidarino, gmail com)Vidar Madsen2005-07-15
| | | | Originally committed as revision 4443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 28_fix_parameters_in_G726.patch by (Calcium | calcium nurs or jp)Calcium2005-03-23
| | | | Originally committed as revision 4070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pseudo codec tag for adpcm_swfAlex Beregszaszi2005-02-25
| | | | Originally committed as revision 3981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wav timestamp truncation fix by (Wolfram Gloger <wmglo dent.med.uni-muenchen ↵Michael Niedermayer2005-01-12
| | | | | | de>) Originally committed as revision 3831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate a few bytes more for extradata so the bitstream reader if its used ↵Michael Niedermayer2004-11-13
| | | | | | by the codec for parsing extardata, doesnt read over the end Originally committed as revision 3679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cbr audio muxing fixMichael Niedermayer2004-11-06
| | | | Originally committed as revision 3661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set keyframe flag at a more central place instead of in every demuxer for ↵Michael Niedermayer2004-10-22
| | | | | | containers which only store intra only streams Originally committed as revision 3620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set correct timebaseMichael Niedermayer2004-10-18
| | | | Originally committed as revision 3607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>)Nathan Kurz2004-10-15
| | | | Originally committed as revision 3596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Creative ADPCM decoder, format 0x200, courtesy of Konstantin ShishkovMike Melanson2004-10-12
| | | | Originally committed as revision 3589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (forgoten seeking functions)Michael Niedermayer2004-10-11
| | | | Originally committed as revision 3585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* untested AAC in WAV/AVI patch by (Måns Rullgård <mru at mru dot ath dot cx>)Måns Rullgård2004-10-06
| | | | Originally committed as revision 3565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write shorter headers if possibleMichael Niedermayer2004-09-22
| | | | Originally committed as revision 3494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unofficial ids for sonic for using in nut (fixme)Alex Beregszaszi2004-08-21
| | | | Originally committed as revision 3406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer2004-07-14
| | | | Originally committed as revision 3310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
| | | | Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
| | | | | | | | | | fixes the random dts/pts during encoding asf preroll fix no more initial zero frames for b frame encoding mpeg-es dts during demuxing fixed .ffm timestamp scale fixed, ffm is still broken though Originally committed as revision 3168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store extradata, vorbis in avi works now, dont expect av sync thoughMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some random id for vorbis so we can do some experiments with vorbis in ↵Michael Niedermayer2004-04-04
| | | | | | various containers, anyone knows if vorbis in WAV/AVI has a official id? Originally committed as revision 2961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje ↵Ronald S. Bultje2004-03-13
| | | | | | at students dot uu dot nl>) Originally committed as revision 2884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correcting the header size for ADPCM_IMA_WAV files patch by (Brian Becker ↵Brian Becker2004-03-10
| | | | | | <brian dot becker at palmone dot com>) Originally committed as revision 2867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Initial implementation of the G.726 ADPCM audio codec.Roman Shaposhnik2004-02-07
| | | | Originally committed as revision 2759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking support - fixed some ADPCM decoding casesFabrice Bellard2003-11-10
| | | | Originally committed as revision 2500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
| | | | | | <bero -at- geocities.co.jp>) Originally committed as revision 2375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-10
| | | | Originally committed as revision 2255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-08
| | | | Originally committed as revision 2232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for Duck DK3 and DK4 ADPCMMike Melanson2003-09-08
| | | | Originally committed as revision 2219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use codec_tag for encoding tooMichael Niedermayer2003-08-18
| | | | Originally committed as revision 2125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sorry forgotMichael Niedermayer2003-03-12
| | | | Originally committed as revision 1671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct AUDIO strf parsing patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-03-12
| | | | Originally committed as revision 1664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merging fourcc with codec_tagMichael Niedermayer2003-03-08
| | | | Originally committed as revision 1645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-25
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk