log libmpcodecs/ad_imaadpcm.c @ 37195:ac6c37d85d65 default tip

age author description
Sat, 10 Jul 2010 22:24:31 +0000 reimar Use AV_RL* macros instead of typecasts where appropriate.
Fri, 12 Feb 2010 16:29:34 +0000 diego Mark all ad_info_t/vd_info_t structure declarations as const.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Mon, 01 Jun 2009 10:43:41 +0000 reimar Initialize local variable, avoids a possible crash due to using an
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 11 Jul 2008 19:29:41 +0000 reimar Make really sure channels can only be 1 or 2 for imaadpcm
Fri, 11 Jul 2008 19:28:22 +0000 reimar Simplify imaadpcm return statement
Fri, 11 Jul 2008 18:12:15 +0000 reimar Remove unused macros
Fri, 11 Jul 2008 18:10:06 +0000 reimar Explicitly include inttypes.h in ad_imaadpcm
Wed, 02 Jul 2008 23:19:05 +0000 diego Remove unused variable.
Sun, 29 Jun 2008 09:14:26 +0000 reimar Half size for adpcm_index
Sun, 29 Jun 2008 09:10:46 +0000 reimar Simplify predictor updates
Sun, 29 Jun 2008 08:47:56 +0000 reimar Get rid of 16-bit sign extension macro
Sun, 29 Jun 2008 08:42:53 +0000 reimar Simplify some imaadpcm macros
Sun, 29 Jun 2008 08:35:27 +0000 reimar Directly pass arrays into decode_nibbles
Sun, 29 Jun 2008 08:27:52 +0000 reimar Use smaller types for tables
Sun, 29 Jun 2008 08:22:47 +0000 reimar Make imaadpcm tables const
Sun, 29 Jun 2008 08:20:42 +0000 reimar Simplify code to read index/predictor
Sun, 29 Jun 2008 08:08:51 +0000 reimar Add a few size checks to IMA decoder. The code is still a mess though,
Sun, 29 Jun 2008 07:55:44 +0000 reimar Simplify ad_imaadpcm decode_audio function
Thu, 07 Dec 2006 11:58:07 +0000 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
Wed, 29 Nov 2006 15:02:45 +0000 diego Remove bswap.h, use libavutil/bswap.h instead.
Mon, 20 Jun 2005 15:10:40 +0000 reimar fix illegal read
Tue, 21 Sep 2004 20:34:47 +0000 reimar setting samplesize to 2 in decoders where neccessary.
Wed, 03 Sep 2003 22:30:30 +0000 rtognimp 100l: you have 2 nibbles per byte, don't divide byte count by 2
Mon, 04 Nov 2002 20:31:46 +0000 alex ms\0x00\x11 support
Fri, 30 Aug 2002 21:44:20 +0000 arpi -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
Wed, 03 Apr 2002 21:37:26 +0000 arpi control() done
Mon, 01 Apr 2002 17:58:04 +0000 arpi audio input buffer allocation/free cleanup
Sat, 30 Mar 2002 22:27:45 +0000 melanson reworked ADPCM decoders; changes include:
Mon, 25 Mar 2002 21:06:01 +0000 arpi imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface functions changed to static, info->author field added