aboutsummaryrefslogtreecommitdiff
path: root/sound/adpcm.cpp
AgeCommit message (Expand)Author
2008-02-03Added template param to CLIP since implicit cast is not working 100% on all p...Lars Persson
2008-02-02Corrected an off-by-one error introduced with the latest cleanupsFilippos Karapetis
2008-02-02CleanupFilippos Karapetis
2007-12-01Slight cleanup and commenting of the ADPCM decoderFilippos Karapetis
2007-11-16Changed Audio::makeADPCMStream so that the stream passed to it can automatica...Max Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-25Removing lots of superfluous semicola (see mail by David Weinehall on scummvm...Max Horn
2006-09-21Fix bug #1501302: "FF: Crackling Audio (Mac version)"Eugene Sandulenko
2006-05-31Clip samp to 2047, not 2048, so that it stays positive when multiplied by 16.Torbjörn Andersson
2006-05-23Cleanup.Torbjörn Andersson
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) subc...Max Horn
2006-04-22Fix valgrind warningTravis Howell
2006-04-22- Implemented MS ADPCM WAV format decoder used in Feeble Files. Still it isEugene Sandulenko
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-03-03Hiding the implementation of ADPCMInputStream from the public, in favor of a ...Max Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-12-11Simplify ADPCM IMA decoding (based on IMA docs). The result will only be 99.9...Max Horn
2005-12-09Unified IMA code a little bitMax Horn
2005-12-09URL pointing to an IMA format referenceMax Horn
2005-10-21Fix MS IMA ADPCM decoder. I like Microsoft so much for reinventing anotherEugene Sandulenko
2005-10-19Improved IMA ADPCM decoder. It appeared that MS violated yet another standardEugene Sandulenko
2005-10-19Simplified common buffer reader. Implemented now unused Microsoft IMAEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-09-22Fix regression caused by recent code cleanup. Each input byte should beEugene Sandulenko
2005-09-17Cleaned up the ADPCM codeMax Horn
2005-06-24oops forgot this in my previous commitMax Horn
2005-06-24Fixed Oki table entry; added doc URL; mention IMA ADPCMMax Horn
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-08Comply to our coding conventionsMax Horn
2005-05-03o Fixed ADPCM decoder length bugEugene Sandulenko
2005-05-03Moved Oki ADPCM aka VOX decoder from SAGA engine to common sound/ directory.Eugene Sandulenko