summaryrefslogtreecommitdiff
path: root/src/libffmpeg/audio_decoder.c
AgeCommit message (Collapse)Author
2004-03-16By popular request, dv audio decodingJames Stembridge
CVS patchset: 6280 CVS date: 2004/03/16 23:31:30
2004-03-16changing decoder priorities:Michael Roitzsch
* increase ffmpeg from 5 to 6 * increase some others from 6 to 7 (they should still override ffmpeg) * increase liba52 from 2 to 5 (since 5 is somewhat default) * decrease win32 DLL Qt from 5 to 1 (don't worry, this is the only decoder to handle these types, so this is not really a change; it's just that all the other win32 decoders use prio 1) CVS patchset: 6272 CVS date: 2004/03/16 14:12:03
2004-03-14Move real 14.4 and 28.8 header parsing to ffmpeg decoderJames Stembridge
CVS patchset: 6259 CVS date: 2004/03/14 21:37:52
2004-03-13Fix MS ADPCM decodingJames Stembridge
CVS patchset: 6247 CVS date: 2004/03/13 19:42:22
2004-02-07better error handling if codec can't be foundJames Stembridge
CVS patchset: 6122 CVS date: 2004/02/07 18:38:21
2004-02-03ported SMJPEG IMA and EA ADPCM decoders to ffmpegMike Melanson
CVS patchset: 6109 CVS date: 2004/02/03 04:27:16
2004-02-01add support for BGR24 and RGB24 video coming from ffmpeg; activate theMike Melanson
following ffmpeg video decoders: Duck TM1, FLIC, SMC, 8BPS, VMD Video, ZLIB, MSZH, ASV1, ASV2, VCR1; activate the following ffmpeg audio decoders: Xan DPCM, VMD audio, MACE 3:1, MACE 6:1 CVS patchset: 6092 CVS date: 2004/02/01 06:00:56
2004-01-31Split ffmpeg interface into audio and video specific filesJames Stembridge
CVS patchset: 6087 CVS date: 2004/01/31 01:19:17