Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-01 | Slight cleanup and commenting of the ADPCM decoder | Filippos Karapetis | |
svn-id: r29682 | |||
2007-11-16 | Changed Audio::makeADPCMStream so that the stream passed to it can ↵ | Max Horn | |
automatically be disposed svn-id: r29517 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2006-04-29 | Moved the AudioCDManager as well as class AudioStream and its (standard) ↵ | Max Horn | |
subclasses to namespace Audio svn-id: r22231 | |||
2006-04-22 | - Implemented MS ADPCM WAV format decoder used in Feeble Files. Still it is | Eugene Sandulenko | |
out of sync with video. See TODO there. - Fixed bug with MS IMA ADPCM mono to make it possible to work in real streams. svn-id: r22080 | |||
2006-03-03 | Hiding the implementation of ADPCMInputStream from the public, in favor of a ↵ | Max Horn | |
factory function (just like with the other AudioStream subclasses) svn-id: r21043 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20515 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-10-21 | Fix MS IMA ADPCM decoder. I like Microsoft so much for reinventing another | Eugene Sandulenko | |
standard. svn-id: r19203 | |||
2005-10-19 | Improved IMA ADPCM decoder. It appeared that MS violated yet another standard | Eugene Sandulenko | |
and nibbles order in samples appeared to be swapped. Had to untemplate whole thing over again because I have no idea how to speicalize one of two parameters in templates. Now voices are clean but have some ticks, looks like overload. ITE wasn't broken ;) svn-id: r19166 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-09-17 | Cleaned up the ADPCM code | Max Horn | |
svn-id: r18840 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-05-03 | o Fixed ADPCM decoder length bug | Eugene Sandulenko | |
o Plugged IMA ADPCM into SCUMM engine so latter HE titles now have speech though it is somewhat noisy don't know why as decoder is based on ADPCM reference implementation. svn-id: r17904 | |||
2005-05-03 | Moved Oki ADPCM aka VOX decoder from SAGA engine to common sound/ directory. | Eugene Sandulenko | |
Implemented IMA ADPCM decoder. svn-id: r17903 |