scummvm/sound
Torbjörn Andersson f71e1077e0 Fixed compile error.
svn-id: r34907
2008-11-05 21:10:12 +00:00
..
mods Big patch changing the signature of various Stream methods (some ports may need to be slightly tweaked to fix overloading errors/warnings) 2008-09-13 16:51:46 +00:00
softsynth Fixed compile error. 2008-11-05 21:10:12 +00:00
adpcm.cpp Big patch changing the signature of various Stream methods (some ports may need to be slightly tweaked to fix overloading errors/warnings) 2008-09-13 16:51:46 +00:00
adpcm.h Removed trailing spaces. 2008-01-27 19:47:41 +00:00
aiff.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
aiff.h Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
audiocd.cpp Removed useless dependencies from common/file.h in common code. When complete removal was not possibile, dependency has been pushed to the cpp files from the headers. 2008-09-05 11:41:39 +00:00
audiocd.h Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
audiostream.cpp Avoid some warnings when compiling in non-DEBUG mode (i.e. with assert() disabled) 2008-05-31 19:35:37 +00:00
audiostream.h Made AudioStream::getTotalPlayTime virtual (Ooops :-) 2008-05-24 22:59:20 +00:00
flac.cpp Big patch changing the signature of various Stream methods (some ports may need to be slightly tweaked to fix overloading errors/warnings) 2008-09-13 16:51:46 +00:00
flac.h Some cleanup by peres 2008-09-03 15:22:19 +00:00
fmopl.cpp Another tiny speed tweak for fmopl.cpp; replace a division with a shift. 2008-02-26 00:29:40 +00:00
fmopl.h Move makeAdlibOPL inside the #include guards 2008-05-20 15:36:09 +00:00
iff.cpp * Changed IFF/8SVX audio to use signed data (int8), and modified Parallaction accordingly. 2007-10-15 20:20:50 +00:00
iff.h Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
mididrv.cpp Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix Compile 2008-08-27 18:52:21 +00:00
mididrv.h Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix Compile 2008-08-27 18:52:21 +00:00
midiparser_smf.cpp cleanup / code formatting 2008-07-09 10:42:47 +00:00
midiparser_xmidi.cpp Committed my patch #2040074 ("XMIDI callback control events"). At the moment, I'm 2008-08-10 17:59:42 +00:00
midiparser.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
midiparser.h Committed my patch #2040074 ("XMIDI callback control events"). At the moment, I'm 2008-08-10 17:59:42 +00:00
mixer_intern.h Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks 2008-06-28 15:28:29 +00:00
mixer.cpp Removed useless dependencies from common/file.h in common code. When complete removal was not possibile, dependency has been pushed to the cpp files from the headers. 2008-09-05 11:41:39 +00:00
mixer.h Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks 2008-06-28 15:28:29 +00:00
module.mk Added initial interface to list music devices and their types 2008-06-13 16:04:43 +00:00
mp3.cpp Removed useless dependencies from common/file.h in common code. When complete removal was not possibile, dependency has been pushed to the cpp files from the headers. 2008-09-05 11:41:39 +00:00
mp3.h Some cleanup by peres 2008-09-03 15:22:19 +00:00
mpu401.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
mpu401.h Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
musicplugin.cpp Added initial interface to list music devices and their types 2008-06-13 16:04:43 +00:00
musicplugin.h Turned enum PluginError into Common::Error, which in the future is to be used in more places. Help with this is highly welcome 2008-11-05 17:24:56 +00:00
null.cpp Turned enum PluginError into Common::Error, which in the future is to be used in more places. Help with this is highly welcome 2008-11-05 17:24:56 +00:00
rate_arm_asm.s Enabling the SMUSH/sound ARM optimizations for the iPhone. Converting any numerical expressions in the asm to absolute values (moving the expression to comments) since the iPhone assembler can't handle them, and prepending an underscore to the exported symbols (with some preprocessor magic similar to the hq3x asm for handle ports where it's not needed) 2007-12-31 01:50:18 +00:00
rate_arm.cpp Enabling the SMUSH/sound ARM optimizations for the iPhone. Converting any numerical expressions in the asm to absolute values (moving the expression to comments) since the iPhone assembler can't handle them, and prepending an underscore to the exported symbols (with some preprocessor magic similar to the hq3x asm for handle ports where it's not needed) 2007-12-31 01:50:18 +00:00
rate.cpp Silence some warnings. 2007-09-24 17:14:56 +00:00
rate.h cleanup 2007-06-16 23:50:57 +00:00
voc.cpp skip silence VOC block (used in Igor) 2007-11-18 06:24:40 +00:00
voc.h Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
vorbis.cpp Removed useless dependencies from common/file.h in common code. When complete removal was not possibile, dependency has been pushed to the cpp files from the headers. 2008-09-05 11:41:39 +00:00
vorbis.h Some cleanup by peres 2008-09-03 15:22:19 +00:00
wave.cpp Big patch changing the signature of various Stream methods (some ports may need to be slightly tweaked to fix overloading errors/warnings) 2008-09-13 16:51:46 +00:00
wave.h Changed Audio::makeADPCMStream so that the stream passed to it can automatically be disposed 2007-11-16 10:05:18 +00:00