aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2006-07-23Use #include "..." instead of #include <...> for pack-start.h and pack-end.hTorbjörn Andersson
2006-07-22Fix struct packing issues (macros are not resolve in #pragma params, at least...Max Horn
2006-07-22Speed increase for DS port - uses cache ram to store SIN_TABLE. Other versio...Neil Millstone
2006-07-21Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now...Max Horn
2006-07-21Spelling and formattingOystein Eftevaag
2006-07-14More whitespace changes.Torbjörn Andersson
2006-07-13Some whitespace changes to see if the CIA bot is still silent.Torbjörn Andersson
2006-07-09Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking...Max Horn
2006-07-09Patch #1519399: DS BackendMax Horn
2006-06-24Renamed class Timer to TimerManager (the old name was somewhat incorrect/conf...Max Horn
2006-06-24* Renamed config.mak to config.mkMax Horn
2006-06-20Cleanup. It seems unnecessary to have a "break" right after an unconditionalTorbjörn Andersson
2006-06-19Added assert to audiostream allocation since failure causes serious problemsLars Persson
2006-06-06Rename AdlibInstrument fieldsTravis Howell
2006-05-31Clip samp to 2047, not 2048, so that it stays positive when multiplied by 16.Torbjörn Andersson
2006-05-24Fix compressed sound in makeWAVStream()Travis Howell
2006-05-23Cleanup.Torbjörn Andersson
2006-05-18Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. ItTorbjörn Andersson
2006-05-12Whitespace changes. (Oh dear, now *I'm* forcing myself to large re-compiles.)Torbjörn Andersson
2006-05-09- Updated MSVC8 project filesEugene Sandulenko
2006-04-30cleanupMax Horn
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-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