log adpcm.c @ 7258:48c9043b1372 libavcodec

age author description
Sun, 13 Jul 2008 14:12:51 +0000 reimar Use bytestream and AV_RL* functions in ADPCM code where possible libavcodec
Sun, 13 Jul 2008 14:08:28 +0000 reimar Fix MS ADPCM de- and encoding: first and second sample are swapped. libavcodec
Sat, 12 Jul 2008 09:23:37 +0000 reimar 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/surge-2-16-L-ms02.mov libavcodec
Sat, 12 Jul 2008 07:28:45 +0000 reimar 10l, forgot to replace a / 256 for r14173. libavcodec
Fri, 11 Jul 2008 21:38:42 +0000 reimar Change MS ADPCM table so they fit into int8_t and change array type. libavcodec
Sat, 05 Jul 2008 07:30:59 +0000 diego Add a note to remind people that new PCM/ADPCM formats need to be added to libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Wed, 28 May 2008 11:59:41 +0000 michael Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays. libavcodec
Thu, 15 May 2008 23:02:43 +0000 diego cosmetics: Fix typos in ADPCM codec long names. libavcodec
Thu, 15 May 2008 11:35:19 +0000 diego ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste it libavcodec
Fri, 25 Apr 2008 15:15:56 +0000 bcoudurier identation libavcodec
Fri, 25 Apr 2008 15:11:39 +0000 bcoudurier remove no more needed field libavcodec
Fri, 25 Apr 2008 15:10:33 +0000 bcoudurier remove unused var libavcodec
Fri, 25 Apr 2008 15:09:26 +0000 bcoudurier remove ima qt decoding hack, decode whole frame at once libavcodec
Fri, 25 Apr 2008 15:06:07 +0000 bcoudurier fix adpcm ima qt decoding, channel at init is 0, correct stereo out since samples += avctx->channels libavcodec