scummvm/sound
Max Horn 81762edf33 Remove Igor engine
svn-id: r45898
2009-11-14 13:11:06 +00:00
..
mods Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
softsynth Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
adpcm.cpp Patch #2834677: Wave/ADPCM Endianness Fixes 2009-10-14 22:37:05 +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
audiocd.h Typos. 2009-08-18 15:41:00 +00:00
audiostream.cpp Fix for bug #2890038 (FT: Crashes when entering inventory) 2009-11-03 20:49:53 +00:00
audiostream.h cleanup 2009-10-18 19:43:47 +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 Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
fmopl.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +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 Removed Mac OS X QuickTime MIDI backend. It breaks on OS X 10.6, and it's not as good as the CoreAudio backend anyway 2009-09-27 22:43:32 +00:00
mididrv.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
midiparser_smf.cpp
midiparser_xmidi.cpp Fix XMIDI looping implementation. Now for example the music in the ferret village of ITE plays fine. 2009-08-08 13:57:21 +00:00
midiparser.cpp
midiparser.h Change doxygen inline comments from "//!" to "///" as proposed on -devel 2009-10-08 21:28:57 +00:00
mixer_intern.h
mixer.cpp
mixer.h
module.mk merge with trunk 2009-07-17 21:23:54 +00:00
mp3.cpp
mp3.h Patch #2658710: "Add comments to specify which engines use which decoders" 2009-03-08 15:57:59 +00:00
mpu401.cpp
mpu401.h
musicplugin.cpp
musicplugin.h
null.cpp
rate_arm_asm.s
rate_arm.cpp
rate.cpp
rate.h
shorten.cpp Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +00:00
shorten.h - Change shorten.h guard to match the sjis.h guard. 2009-08-24 16:07:46 +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 cleanup 2009-10-14 23:22:32 +00:00
vag.h Strip trailing whitespaces in the whole code base. 2009-05-24 15:17:42 +00:00
voc.cpp Fix for bug #2890038 (FT: Crashes when entering inventory) 2009-11-03 20:49:53 +00:00
voc.h Remove Igor engine 2009-11-14 13:11:06 +00:00
vorbis.cpp If an error occured on constructing a VorbisInputStream, return 0 from makeVorbisStream, just like makeFlacStream does. 2009-10-03 19:27:10 +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 Patch #2834677: Wave/ADPCM Endianness Fixes 2009-10-14 22:37:05 +00:00
wave.h Patch #2834677: Wave/ADPCM Endianness Fixes 2009-10-14 22:37:05 +00:00