scummvm/sound
2005-03-23 16:41:44 +00:00
..
softsynth Merged with latest Munt CVS. 2005-03-20 16:24:55 +00:00
.cvsignore fixed the 'intelligent' GCC build rules; added .cvsignore files 2002-08-21 16:28:19 +00:00
audiocd.cpp PlayingSoundHandle -> SoundHandle; also, turned the handle activity check into a mixer method 2005-03-12 18:56:09 +00:00
audiocd.h PlayingSoundHandle -> SoundHandle; also, turned the handle activity check into a mixer method 2005-03-12 18:56:09 +00:00
audiostream.cpp cleanup 2005-01-09 15:48:27 +00:00
audiostream.h This is probably not the optimal fix, but at least ScummVM compiles again. 2005-01-11 08:06:19 +00:00
flac.cpp PlayingSoundHandle -> SoundHandle; also, turned the handle activity check into a mixer method 2005-03-12 18:56:09 +00:00
flac.h Updated copyright 2005-01-01 16:09:25 +00:00
fmopl.cpp PalmOS : ARM optimized OPL driver 2005-03-11 11:01:52 +00:00
fmopl.h Add medium quality sound for FOTAQ 2005-01-28 20:46:36 +00:00
mididrv.cpp Typo 2005-03-06 13:23:39 +00:00
mididrv.h Updated copyright 2005-01-01 16:09:25 +00:00
midiparser_smf.cpp Updated copyright 2005-01-01 16:09:25 +00:00
midiparser_xmidi.cpp Updated copyright 2005-01-01 16:09:25 +00:00
midiparser.cpp Updated copyright 2005-01-01 16:09:25 +00:00
midiparser.h Updated copyright 2005-01-01 16:09:25 +00:00
mixer.cpp To prevent race conditions, SoundMixer::isSoundHandleActive must lock the mixer mutex. That change might however cause regressions (read: dead locks) if some code calls isSoundHandleActive from within a sound callback... if you encounter any, please tell me 2005-03-23 16:41:44 +00:00
mixer.h Make sure SoundHandle's are inited 2005-03-22 18:29:02 +00:00
module.mk Added shared code to load WAV(E) data from arbitrary seekable streams (files or memory) 2005-01-09 15:49:43 +00:00
mp3.cpp PlayingSoundHandle -> SoundHandle; also, turned the handle activity check into a mixer method 2005-03-12 18:56:09 +00:00
mp3.h Updated copyright 2005-01-01 16:09:25 +00:00
mpu401.cpp Updated copyright 2005-01-01 16:09:25 +00:00
mpu401.h system.h was being included in tons of places, without any good reason; reduced this (total dependencies on system.h went down from 193 to 85 files) 2005-01-10 22:06:49 +00:00
rate.cpp A little more moving around #include's (last one for today ;-) 2005-01-10 22:51:42 +00:00
rate.h A little more moving around #include's (last one for today ;-) 2005-01-10 22:51:42 +00:00
voc.cpp Added shared code to load WAV(E) data from arbitrary seekable streams (files or memory) 2005-01-09 15:49:43 +00:00
voc.h This function is currently not used... 2005-01-09 15:48:47 +00:00
vorbis.cpp PlayingSoundHandle -> SoundHandle; also, turned the handle activity check into a mixer method 2005-03-12 18:56:09 +00:00
vorbis.h Updated copyright 2005-01-01 16:09:25 +00:00
wave.cpp 16-bit WAVs are little-endian. 2005-01-11 08:30:28 +00:00
wave.h Fix legal header 2005-01-09 16:14:56 +00:00