aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ad_msadpcm.c
Commit message (Expand)AuthorAge
* Simplify and clamp coefficient index for MS ADPCMGravatar reimar2008-07-12
* 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/...Gravatar reimar2008-07-12
* Check length of input buffer for msadpcmGravatar reimar2008-07-11
* Add a comment on shift vs. divisionGravatar reimar2008-07-11
* Scale msadpcm coefficients to fit into 8 bitsGravatar reimar2008-07-11
* Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read andGravatar reimar2008-07-11
* Copy macro simplification from imaadpcm to msadpcmGravatar reimar2008-07-11
* Remove useless comments from ad_msadpcmGravatar reimar2008-07-11
* Make msadpcm arrays constGravatar reimar2008-07-11
* Do not #include libavutil/common.h. It is not used directly and mpbswap.hGravatar diego2008-04-01
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* setting samplesize to 2 in decoders where neccessary.Gravatar reimar2004-09-21
* 100l - Michael is right, we don't need le2me hereGravatar arpi2002-10-24
* 10lGravatar arpi2002-10-23
* fixed unaligned access (bus error on sparc)Gravatar arpi2002-10-23
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...Gravatar arpi2002-08-30
* bugfix by Keiki SATOH <kki@wakusei.ne.jp>Gravatar arpi2002-06-29
* control() doneGravatar arpi2002-04-03
* audio input buffer allocation/free cleanupGravatar arpi2002-04-01
* reworked ADPCM decoders; changes include:Gravatar melanson2002-03-30
* fixed so the decoder cooperates better with the rest of the systemGravatar melanson2002-03-26
* imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu...Gravatar arpi2002-03-25