summaryrefslogtreecommitdiff
path: root/libavformat/wav.c
Commit message (Collapse)AuthorAge
...
* 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