aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ad_imaadpcm.c
Commit message (Expand)AuthorAge
* build: switch to libavutil bswap.h and intreadwrite.hGravatar Uoti Urpala2012-02-01
* Use AV_RL* macros instead of typecasts where appropriateGravatar reimar2010-11-02
* Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | Merge svn changes up to r29412Gravatar Uoti Urpala2009-07-07
|\|
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * Initialize local variable, avoids a possible crash due to using anGravatar reimar2009-06-01
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r27281Gravatar Uoti Urpala2008-07-15
|\|
| * 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
* | Merge svn changes up to r27202Gravatar Uoti Urpala2008-07-05
|\|
| * Remove unused variable.Gravatar diego2008-07-02
* | Merge svn changes up to r27184Gravatar Uoti Urpala2008-07-01
|\|
| * 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
* | Make audio decoder description structs constGravatar Uoti Urpala2008-04-26
|/
* 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