summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_imaadpcm.c
Commit message (Expand)AuthorAgeFilesLines
* Use AV_RL* macros instead of typecasts where appropriatereimar2010-11-021-7/+4
* Merge svn changes up to r30463Uoti Urpala2010-03-091-16/+33
|\
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-16/+33
* | Merge svn changes up to r29412Uoti Urpala2009-07-071-2/+2
|\|
| * Initialize local variable, avoids a possible crash due to using anreimar2009-06-011-2/+2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-6/+6
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-5/+5
* | Merge svn changes up to r27281Uoti Urpala2008-07-151-9/+5
|\|
| * Make really sure channels can only be 1 or 2 for imaadpcmreimar2008-07-111-3/+3
| * Simplify imaadpcm return statementreimar2008-07-111-2/+1
| * Remove unused macrosreimar2008-07-111-4/+0
| * Explicitly include inttypes.h in ad_imaadpcmreimar2008-07-111-0/+1
* | Merge svn changes up to r27202Uoti Urpala2008-07-051-1/+0
|\|
| * Remove unused variable.diego2008-07-021-1/+0
* | Merge svn changes up to r27184Uoti Urpala2008-07-011-102/+56
|\|
| * Half size for adpcm_indexreimar2008-06-291-4/+3
| * Simplify predictor updatesreimar2008-06-291-9/+3
| * Get rid of 16-bit sign extension macroreimar2008-06-291-9/+4
| * Simplify some imaadpcm macrosreimar2008-06-291-4/+3
| * Directly pass arrays into decode_nibblesreimar2008-06-291-16/+6
| * Use smaller types for tablesreimar2008-06-291-2/+2
| * Make imaadpcm tables constreimar2008-06-291-2/+2
| * Simplify code to read index/predictorreimar2008-06-291-57/+28
| * Add a few size checks to IMA decoder. The code is still a mess though,reimar2008-06-291-0/+12
| * Simplify ad_imaadpcm decode_audio functionreimar2008-06-291-16/+10
* | Make audio decoder description structs constUoti Urpala2008-04-261-1/+1
|/
* 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
* fix illegal readreimar2005-06-201-1/+1
* setting samplesize to 2 in decoders where neccessary.reimar2004-09-211-0/+1
* 100l: you have 2 nibbles per byte, don't divide byte count by 2rtognimp2003-09-031-1/+1
* ms\0x00\x11 supportalex2002-11-041-2/+4
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-1/+0
* control() donearpi2002-04-031-2/+5
* audio input buffer allocation/free cleanuparpi2002-04-011-5/+1
* reworked ADPCM decoders; changes include:melanson2002-03-301-18/+333
* imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu...arpi2002-03-251-0/+59