aboutsummaryrefslogtreecommitdiff
path: root/sound/wave.cpp
AgeCommit message (Expand)Author
2009-05-18Fix crash when any movie is played in the Macintosh version of The Feebles Fi...Travis Howell
2009-01-30do not include common/debug.h from common/util.hMax Horn
2009-01-27Fix regression, the original stream shouldn't be deleted, unless disposeAfter...Travis Howell
2009-01-27Fix regression, the original stream shouldn't be deleted.Travis Howell
2009-01-27Extended makeWAVStream by a 'disposeAfterUse' param; changed makeWAVStream to...Max Horn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
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-03-02Changed the order of the parameters of makeLinearInputStream to resemble Mixe...Max Horn
2006-05-24Fix compressed sound in makeWAVStream()Travis Howell
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) subc...Max Horn
2006-04-22- Implemented MS ADPCM WAV format decoder used in Feeble Files. Still it isEugene Sandulenko
2006-03-19Updated/added some comments on VOC/WAVE functionsMax Horn
2006-03-19Revert FLAG_AUTOFREE changes to loadWAVFromStreammakeWAVStreamTravis Howell
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-27Fix memory leak, if called directly.Travis Howell
2006-01-18Update copyright noticeEugene Sandulenko
2005-11-13Revert as requested.Travis Howell
2005-11-11Fix sound looping regression in simon2 (Windows).Travis Howell
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-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-05-04Switch link to web page with more detailed information on compression types.Travis Howell
2005-05-03o Fixed ADPCM decoder length bugEugene Sandulenko
2005-01-1116-bit WAVs are little-endian.Torbjörn Andersson
2005-01-09Fix legal headerMax Horn
2005-01-09Added shared code to load WAV(E) data from arbitrary seekable streams (files ...Max Horn