aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ad_imaadpcm.c
Commit message (Expand)AuthorAge
* Make really sure channels can only be 1 or 2 for imaadpcmGravatar reimar2008-07-11
* Simplify imaadpcm return statementGravatar reimar2008-07-11
* Remove unused macrosGravatar reimar2008-07-11
* Explicitly include inttypes.h in ad_imaadpcmGravatar reimar2008-07-11
* Remove unused variable.Gravatar diego2008-07-02
* Half size for adpcm_indexGravatar reimar2008-06-29
* Simplify predictor updatesGravatar reimar2008-06-29
* Get rid of 16-bit sign extension macroGravatar reimar2008-06-29
* Simplify some imaadpcm macrosGravatar reimar2008-06-29
* Directly pass arrays into decode_nibblesGravatar reimar2008-06-29
* Use smaller types for tablesGravatar reimar2008-06-29
* Make imaadpcm tables constGravatar reimar2008-06-29
* Simplify code to read index/predictorGravatar reimar2008-06-29
* Add a few size checks to IMA decoder. The code is still a mess though,Gravatar reimar2008-06-29
* Simplify ad_imaadpcm decode_audio functionGravatar reimar2008-06-29
* 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
* fix illegal readGravatar reimar2005-06-20
* setting samplesize to 2 in decoders where neccessary.Gravatar reimar2004-09-21
* 100l: you have 2 nibbles per byte, don't divide byte count by 2Gravatar rtognimp2003-09-03
* ms\0x00\x11 supportGravatar alex2002-11-04
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...Gravatar arpi2002-08-30
* control() doneGravatar arpi2002-04-03
* audio input buffer allocation/free cleanupGravatar arpi2002-04-01
* reworked ADPCM decoders; changes include:Gravatar melanson2002-03-30
* imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu...Gravatar arpi2002-03-25