log adpcm.c @ 4810:0066256e99da libavcodec

age author description
Sat, 07 Apr 2007 22:04:33 +0000 michael use bytestream reader instead of bitstream for THP libavcodec
Sat, 07 Apr 2007 21:34:18 +0000 diego CRYO APC demuxer libavcodec
Sat, 07 Apr 2007 21:30:19 +0000 michael simplify libavcodec
Sat, 07 Apr 2007 21:27:58 +0000 michael prev1/2 -> prev[2] libavcodec
Sat, 07 Apr 2007 21:22:50 +0000 michael simplify libavcodec
Sat, 07 Apr 2007 21:19:36 +0000 michael general purpose vars should be int libavcodec
Sat, 07 Apr 2007 21:15:52 +0000 michael table[index][ch] -> table[ch][index] (might be faster ...) libavcodec
Sat, 07 Apr 2007 16:03:23 +0000 diego THP PCM decoder, used on the Nintendo GameCube. libavcodec
Fri, 02 Mar 2007 10:08:05 +0000 bcoudurier fix adpcm swf decoding libavcodec
Sun, 25 Feb 2007 10:27:12 +0000 reimar Add av_ prefix to clip functions libavcodec
Fri, 02 Feb 2007 10:25:30 +0000 michael add FIXME libavcodec
Fri, 02 Feb 2007 02:58:01 +0000 michael some (probably exploitable) out of array write fixes libavcodec
Fri, 19 Jan 2007 22:12:59 +0000 alex rename BE/LE_8/16/32 to AV_RL/B_8/16/32 libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Sat, 08 Jul 2006 22:31:14 +0000 mru make the adx adpcm codec available libavcodec
Sat, 03 Jun 2006 19:04:56 +0000 lorenm ADPCM: trellis quantization libavcodec
Sat, 03 Jun 2006 04:38:11 +0000 lorenm adpcm_ima & adpcm_yamaha: improved quantization libavcodec
Thu, 02 Mar 2006 13:55:49 +0000 michael cleanup IMA-ADPCM WAV decoder libavcodec
Thu, 16 Feb 2006 00:09:23 +0000 aurel add Creative 8 bits ADPCM schemes support libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Sat, 16 Jul 2005 11:18:42 +0000 michael yamaha adpcm nibbles in the wrong order fix by (Vidar Madsen: vidarino, gmail com) libavcodec
Fri, 15 Jul 2005 06:51:36 +0000 michael Add Yamaha ADPCM encoding/decoding patch by (Vidar Madsen: vidarino, gmail com) libavcodec
Wed, 01 Jun 2005 21:19:00 +0000 michael adding a few const libavcodec
Mon, 21 Feb 2005 19:27:32 +0000 alex macromedia flavour adpcm decoding (used in flv and swf) libavcodec
Tue, 12 Oct 2004 12:47:49 +0000 melanson Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov libavcodec
Fri, 21 May 2004 14:37:16 +0000 michael data_size = 0 cleanup libavcodec
Sun, 14 Mar 2004 04:04:08 +0000 melanson remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> libavcodec
Sun, 08 Feb 2004 02:16:48 +0000 michael M$ ADPCM encoding & some simplifications libavcodec