Age | Commit message (Expand) | Author |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-03-17 | Do not use TO_LE_16 for the IMA ADPCM decoder as it breaks sound on BE systems. | Matthew Hoops |
2009-02-04 | make readBufferTinsel*() output in native endianness, rather than little endian. | Joost Peters |
2009-02-01 | Fixed regression in the ADPCM decoder. DW2 music should be played correctly a... | Filippos Karapetis |
2009-02-01 | Fixed incorrect usage of a boolean (boolean variables are not supposed to be ... | Filippos Karapetis |
2009-01-27 | Remove leftover comments. | Matthew Hoops |
2009-01-27 | Add support for looping ADPCM sounds. I'm also adding decoding of the "standa... | Matthew Hoops |
2009-01-27 | Add/Update comments. | Travis Howell |
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat |
2008-12-02 | Apparently, constraining the number of mixing samples to be divisible by 4 is... | Sven Hesse |
2008-11-17 | Fixed a warning on the DS build, added some clarifying comments, reformatted ... | Max Horn |
2008-11-15 | Added support for the ADPCM used in Discworld 2 | Sven Hesse |
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ne... | Max Horn |
2008-02-03 | Added template param to CLIP since implicit cast is not working 100% on all p... | Lars Persson |
2008-02-02 | Corrected an off-by-one error introduced with the latest cleanups | Filippos Karapetis |
2008-02-02 | Cleanup | Filippos Karapetis |
2007-12-01 | Slight cleanup and commenting of the ADPCM decoder | Filippos Karapetis |
2007-11-16 | Changed Audio::makeADPCMStream so that the stream passed to it can automatica... | Max Horn |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-25 | Removing lots of superfluous semicola (see mail by David Weinehall on scummvm... | Max Horn |
2006-09-21 | Fix bug #1501302: "FF: Crackling Audio (Mac version)" | Eugene Sandulenko |
2006-05-31 | Clip samp to 2047, not 2048, so that it stays positive when multiplied by 16. | Torbjörn Andersson |
2006-05-23 | Cleanup. | Torbjörn Andersson |
2006-04-29 | Moved the AudioCDManager as well as class AudioStream and its (standard) subc... | Max Horn |
2006-04-22 | Fix valgrind warning | Travis Howell |
2006-04-22 | - Implemented MS ADPCM WAV format decoder used in Feeble Files. Still it is | Eugene Sandulenko |
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ... | Max Horn |
2006-03-03 | Hiding the implementation of ADPCMInputStream from the public, in favor of a ... | Max Horn |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-12-11 | Simplify ADPCM IMA decoding (based on IMA docs). The result will only be 99.9... | Max Horn |
2005-12-09 | Unified IMA code a little bit | Max Horn |
2005-12-09 | URL pointing to an IMA format reference | Max Horn |
2005-10-21 | Fix MS IMA ADPCM decoder. I like Microsoft so much for reinventing another | Eugene Sandulenko |
2005-10-19 | Improved IMA ADPCM decoder. It appeared that MS violated yet another standard | Eugene Sandulenko |
2005-10-19 | Simplified common buffer reader. Implemented now unused Microsoft IMA | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-09-22 | Fix regression caused by recent code cleanup. Each input byte should be | Eugene Sandulenko |
2005-09-17 | Cleaned up the ADPCM code | Max Horn |
2005-06-24 | oops forgot this in my previous commit | Max Horn |
2005-06-24 | Fixed Oki table entry; added doc URL; mention IMA ADPCM | Max Horn |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-05-08 | Comply to our coding conventions | Max Horn |
2005-05-03 | o Fixed ADPCM decoder length bug | Eugene Sandulenko |
2005-05-03 | Moved Oki ADPCM aka VOX decoder from SAGA engine to common sound/ directory. | Eugene Sandulenko |