scummvm/sound
Norbert Lange 5952977ed0 use ticks for timing fadeout
svn-id: r42618
2009-07-19 15:36:11 +00:00
..
mods use ticks for timing fadeout 2009-07-19 15:36:11 +00:00
softsynth - Added GCC_PRINTF attribute to several funcs where it makes sense 2009-07-01 20:51:04 +00:00
adpcm.cpp Strip trailing whitespaces in the whole code base. 2009-05-24 15:17:42 +00:00
adpcm.h Patch #2658710: "Add comments to specify which engines use which decoders" 2009-03-08 15:57:59 +00:00
aiff.cpp Got rid of two more ioFailed uses 2009-07-15 10:04:50 +00:00
aiff.h Patch #2658710: "Add comments to specify which engines use which decoders" 2009-03-08 15:57:59 +00:00
audiocd.cpp fixing #2531282: don't fall back to a real audio CD when playing enhanced midi tracks 2009-01-24 01:29:52 +00:00
audiocd.h fixing #2531282: don't fall back to a real audio CD when playing enhanced midi tracks 2009-01-24 01:29:52 +00:00
audiostream.cpp Add support for "getTotalPlayTime" in LinearMemoryStream again. 2009-05-23 23:49:47 +00:00
audiostream.h Added Audio::Timestamp class, based on SCI's sfx_timestamp_t; also provide a unit test for it, based on the old (and very outdated) timetest.cpp. To be used by Audio::Mixer one day... 2009-03-04 06:58:28 +00:00
flac.cpp Got rid of some more ioFailed uses (also fixed a potential leak in graphics/font.cpp, and handle eos correctly in the FLAC code) 2009-07-14 18:24:20 +00:00
flac.h Patch #2658710: "Add comments to specify which engines use which decoders" 2009-03-08 15:57:59 +00:00
fmopl.cpp Make 'create' return an OPL2 by default. 2009-05-12 19:24:04 +00:00
fmopl.h Strip trailing whitespaces in the whole code base. 2009-05-24 15:17:42 +00:00
iff_sound.cpp Renamed sound/iff.* to sound/iff_sound.* to fix an issue with the upcoming changes to the MSVC project files (sound/iff.* produces iff.obj, which clashes with iff.obj from graphics/iff.*) 2009-07-09 13:17:46 +00:00
iff_sound.h Renamed sound/iff.* to sound/iff_sound.* to fix an issue with the upcoming changes to the MSVC project files (sound/iff.* produces iff.obj, which clashes with iff.obj from graphics/iff.*) 2009-07-09 13:17:46 +00:00
mididrv.cpp Patch #1365914: "SCUMM: CMS support." Disabled by default. Still plenty to do. 2009-06-06 18:21:49 +00:00
mididrv.h Patch #1365914: "SCUMM: CMS support." Disabled by default. Still plenty to do. 2009-06-06 18:21:49 +00:00
midiparser_smf.cpp cleanup / code formatting 2008-07-09 10:42:47 +00:00
midiparser_xmidi.cpp Patch #2758080: GSOC09: XMIDI parser switch cases 2009-05-06 14:22:13 +00:00
midiparser.cpp Whoops. Fix accidently wrong evaluation statement. 2008-12-13 12:56:53 +00:00
midiparser.h Changed doxygen comments in sound/midiparser.h to match with our usual formatting conventions 2009-03-26 13:11:11 +00:00
mixer_intern.h Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
mixer.cpp Removed a (hopefully) obsolete FIXME comment. 2009-01-03 00:08:46 +00:00
mixer.h Fix typo. 2009-02-27 23:38:37 +00:00
module.mk merge with trunk 2009-07-17 21:23:54 +00:00
mp3.cpp do not include common/debug.h from common/util.h 2009-01-30 05:25:17 +00:00
mp3.h Patch #2658710: "Add comments to specify which engines use which decoders" 2009-03-08 15:57:59 +00:00
mpu401.cpp Remove warnings from NDS build. 2008-11-29 18:01:16 +00:00
mpu401.h
musicplugin.cpp Added initial interface to list music devices and their types 2008-06-13 16:04:43 +00:00
musicplugin.h do not include common/debug.h from common/util.h 2009-01-30 05:25:17 +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
rate.h
shorten.cpp Added proper safeguards for shorten.*, thereby fixing commit 42259 2009-07-09 15:17:45 +00:00
shorten.h Added proper safeguards for shorten.*, thereby fixing commit 42259 2009-07-09 15:17:45 +00:00
timestamp.cpp Added Audio::Timestamp::addMsecs method 2009-05-28 10:29:25 +00:00
timestamp.h Added Audio::Timestamp::addMsecs method 2009-05-28 10:29:25 +00:00
vag.cpp Strip trailing whitespaces in the whole code base. 2009-05-24 15:17:42 +00:00
vag.h Strip trailing whitespaces in the whole code base. 2009-05-24 15:17:42 +00:00
voc.cpp Add some simple implementation for type 8 data blocks: 2009-05-18 22:11:56 +00:00
voc.h Patch #2658710: "Add comments to specify which engines use which decoders" 2009-03-08 15:57:59 +00:00
vorbis.cpp - Added GCC_PRINTF attribute to several funcs where it makes sense 2009-07-01 20:51:04 +00:00
vorbis.h Patch #2658710: "Add comments to specify which engines use which decoders" 2009-03-08 15:57:59 +00:00
wave.cpp Fix crash when any movie is played in the Macintosh version of The Feebles Files, a regression caused by revision 36085. 2009-05-18 10:40:22 +00:00
wave.h Patch #2658710: "Add comments to specify which engines use which decoders" 2009-03-08 15:57:59 +00:00