log libmpcodecs/ad_msadpcm.c @ 37174:6c941fe7fc3e

age author description
Wed, 26 Oct 2011 15:12:35 +0000 diego Add missing mp_msg.h #includes, remove some unnecessary ones.
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.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sat, 12 Jul 2008 10:08:40 +0000 reimar Simplify and clamp coefficient index for MS ADPCM
Sat, 12 Jul 2008 09:23:14 +0000 reimar 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/surge-2-16-L-ms02.mov
Fri, 11 Jul 2008 19:27:35 +0000 reimar Check length of input buffer for msadpcm
Fri, 11 Jul 2008 19:00:49 +0000 reimar Add a comment on shift vs. division
Fri, 11 Jul 2008 18:59:03 +0000 reimar Scale msadpcm coefficients to fit into 8 bits
Fri, 11 Jul 2008 18:51:12 +0000 reimar Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read and
Fri, 11 Jul 2008 18:36:21 +0000 reimar Copy macro simplification from imaadpcm to msadpcm
Fri, 11 Jul 2008 18:14:16 +0000 reimar Remove useless comments from ad_msadpcm
Fri, 11 Jul 2008 18:13:11 +0000 reimar Make msadpcm arrays const
Tue, 01 Apr 2008 14:19:45 +0000 diego Do not #include libavutil/common.h. It is not used directly and mpbswap.h
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.
Tue, 21 Sep 2004 20:34:47 +0000 reimar setting samplesize to 2 in decoders where neccessary.
Thu, 24 Oct 2002 10:05:09 +0000 arpi 100l - Michael is right, we don't need le2me here
Wed, 23 Oct 2002 23:48:42 +0000 arpi 10l
Wed, 23 Oct 2002 23:15:25 +0000 arpi fixed unaligned access (bus error on sparc)
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
Sat, 29 Jun 2002 22:10:18 +0000 arpi bugfix by Keiki SATOH <kki@wakusei.ne.jp>
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:
Tue, 26 Mar 2002 04:41:43 +0000 melanson fixed so the decoder cooperates better with the rest of the system
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