summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_msadpcm.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-4/+4
* Simplify and clamp coefficient index for MS ADPCMreimar2008-07-121-12/+17
* 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/...reimar2008-07-121-1/+1
* Check length of input buffer for msadpcmreimar2008-07-111-1/+7
* Add a comment on shift vs. divisionreimar2008-07-111-0/+3
* Scale msadpcm coefficients to fit into 8 bitsreimar2008-07-111-5/+5
* Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read andreimar2008-07-111-9/+2
* Copy macro simplification from imaadpcm to msadpcmreimar2008-07-111-3/+3
* Remove useless comments from ad_msadpcmreimar2008-07-111-4/+0
* Make msadpcm arrays constreimar2008-07-111-3/+3
* Do not #include libavutil/common.h. It is not used directly and mpbswap.hdiego2008-04-011-1/+0
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+2
* setting samplesize to 2 in decoders where neccessary.reimar2004-09-211-0/+1
* 100l - Michael is right, we don't need le2me herearpi2002-10-241-1/+1
* 10larpi2002-10-231-1/+2
* fixed unaligned access (bus error on sparc)arpi2002-10-231-2/+3
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-1/+0
* bugfix by Keiki SATOH <kki@wakusei.ne.jp>arpi2002-06-291-1/+12
* control() donearpi2002-04-031-2/+5
* audio input buffer allocation/free cleanuparpi2002-04-011-6/+1
* reworked ADPCM decoders; changes include:melanson2002-03-301-5/+143
* fixed so the decoder cooperates better with the rest of the systemmelanson2002-03-261-19/+24
* imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu...arpi2002-03-251-0/+62