aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2006-04-15cleanupMax Horn
2006-04-13Fixes possible illegal writes/segfaults in compressToType0 (added a comment a...Johannes Schickel
2006-04-12Fix typo reported in #1469339: "FluidSynth error typo"Eugene Sandulenko
2006-04-07GP32 uses custom version of libtremor, so update header path.Won Star
2006-04-04Removed extra exclamation marks in warning() calls as well.Eugene Sandulenko
2006-04-04Since our debug() adds an exclamation mark at the message end, removeEugene Sandulenko
2006-04-04Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h insteadMax Horn
2006-04-02With this change, backends are now responsible for instantiating their OSyste...Max Horn
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-03-28Renamed various container isEmpty() methods to empty() to match STL conventionsMax Horn
2006-03-19Updated/added some comments on VOC/WAVE functionsMax Horn
2006-03-19Revert FLAG_AUTOFREE changes to loadWAVFromStreammakeWAVStreamTravis Howell
2006-03-14Added workaround in FMOPL for the pathological case where a note was turned offTorbjörn Andersson
2006-03-14Fixed a potential bug that could cause memory to be read out-of-bounds.Torbjörn Andersson
2006-03-04WIP of maemo portEugene Sandulenko
2006-03-03Hiding the implementation of ADPCMInputStream from the public, in favor of a ...Max Horn
2006-03-03It's really 'MPEG', not 'Mpeg'Max Horn
2006-03-03Explain the (admittedly strange) usage of some of our makeXXXStream factory f...Max Horn
2006-02-27SysEx data now passed around with const pointers. Permits simplification of s...Jamieson Christian
2006-02-25Moved dummy MIDI driver from backends/ to sound/ (this fixes bug #1435221)Max Horn
2006-02-23fixed warnings for msvc7Paweł Kołodziejski
2006-02-12Reduced data duplication in module.mk files; added module.mk files for null a...Max Horn
2006-02-11- Use midi drivers only when neededChris Apers
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-02-07Removed .cvsignore filesMax Horn
2006-01-30Wrong #ifdefChris Apers
2006-01-27Fix memory leak, if called directly.Travis Howell
2006-01-18Update copyright noticeEugene Sandulenko
2006-01-14Lowered FluidSynth's default gain, and added config file and command-lineTorbjörn Andersson
2005-12-30* Replaced MDT_PREFER_NATIVE/MDT_NATIVE by MDT_PREFER_MIDI/MDT_MIDI).Max Horn
2005-12-29Disable 'coreaudio' driver name alias for now -- it makes the CoreAudio drive...Max Horn
2005-12-29MidiDriver: Some cleanup, added some comments/TODOs, preparations for a poten...Max Horn
2005-12-27Fix MI1 & BS1 bugs reported in #1276592 - both are related to the number of o...Joost Peters
2005-12-26New CoreMIDI midi backend for OS XMax Horn
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-12-031. New build structure for Symbian builds to allow easier build and project u...Lars Persson
2005-12-03Not needed anymore :)Chris Apers
2005-12-03Fixed (wrongly) changed address in the header.Johannes Schickel
2005-12-02Updated to follow ScummVM coding standards i.e spaces, indents & "studpid" th...Lars Persson
2005-12-01Working Vorbis support for Symbian OSLars Persson
2005-11-27Patch #1341626: "New GP32 port"Eugene Sandulenko
2005-11-13Revert as requested.Travis Howell
2005-11-11Fix sound looping regression in simon2 (Windows).Travis Howell
2005-11-06the PSP port of libtremor was updated, so this define is no longer neededJoost Peters
2005-11-02Avoid using powf/expf/logf under Mac OS X, as they cause binary & compile inc...Max 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