scummvm/sound
2010-01-05 21:56:13 +00:00
..
mods Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null 2010-01-03 19:37:43 +00:00
softsynth Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null 2010-01-03 19:37:43 +00:00
adpcm.cpp Fix bug #2923380 (AMIGAOS4: Compiler error) 2009-12-30 15:41:11 +00:00
adpcm.h Add Mohawk engine code. Part 2/3: common code changes. 2009-12-29 23:20:23 +00:00
aiff.cpp Got rid of two more ioFailed uses 2009-07-15 10:04:50 +00:00
aiff.h Fix 'randomly placed' doxygen comments (which lead to incorrect documentation, e.g. some of those ended up as doxygen comment for various namespaces, such as Common) 2009-11-25 10:55:25 +00:00
audiocd.cpp - Initial implementation of looping of SeekableAudioStreams in Mixer. 2010-01-05 21:10:34 +00:00
audiocd.h Typos. 2009-08-18 15:41:00 +00:00
audiostream.cpp Remove unsafe getTotalPlayTime from AudioStream. 2010-01-05 20:14:28 +00:00
audiostream.h Remove unsafe getTotalPlayTime from AudioStream. 2010-01-05 20:14:28 +00:00
flac.cpp Remove unsafe getTotalPlayTime from AudioStream. 2010-01-05 20:14:28 +00:00
flac.h - Add a new SeekableAudioStream interface. Soon to be used to replace audio stream specific looping code by generic code in Mixer... 2010-01-05 02:27:24 +00:00
fmopl.cpp Do not fall back to a auto detection of the OPL emulator, when the user selected OPL emulator does not support a mode asked for. 2009-11-25 23:02:03 +00:00
fmopl.h Extend documentation slightly. 2009-11-25 23:17:16 +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 Fix 'randomly placed' doxygen comments (which lead to incorrect documentation, e.g. some of those ended up as doxygen comment for various namespaces, such as Common) 2009-11-25 10:55:25 +00:00
mididrv.cpp Changed MidiDriver::createMidi to take a MidiDriverType instead of an int 2009-12-09 18:12:51 +00:00
mididrv.h Changed MidiDriver::createMidi to take a MidiDriverType instead of an int 2009-12-09 18:12:51 +00:00
midiparser_smf.cpp Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null 2010-01-03 19:37:43 +00:00
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 SCI/new music code: Don't stop notes when looping for a hold 2010-01-02 20:20:36 +00:00
midiparser.h SCI/new music code: Don't stop notes when looping for a hold 2010-01-02 20:20:36 +00:00
mixer_intern.h Cleanup. 2010-01-05 21:10:58 +00:00
mixer.cpp - Initial implementation of looping of SeekableAudioStreams in Mixer. 2010-01-05 21:10:34 +00:00
mixer.h - Initial implementation of looping of SeekableAudioStreams in Mixer. 2010-01-05 21:10:34 +00:00
module.mk Add patch #2839048 - MM C64 sound/music player, with minor changes. 2009-11-26 00:31:19 +00:00
mp3.cpp Remove unsafe getTotalPlayTime from AudioStream. 2010-01-05 20:14:28 +00:00
mp3.h - Add a new SeekableAudioStream interface. Soon to be used to replace audio stream specific looping code by generic code in Mixer... 2010-01-05 02:27:24 +00:00
mpu401.cpp
mpu401.h
musicplugin.cpp
musicplugin.h Remove the Audio::Mixer parameter from the midi/music plugins 2009-12-09 18:05:20 +00:00
null.cpp Remove the Audio::Mixer parameter from the midi/music plugins 2009-12-09 18:05:20 +00:00
rate_arm_asm.s Update ARM version of rate filler code in line with LordHoto's change 2010-01-05 21:56:13 +00:00
rate_arm.cpp Update ARM version of rate filler code in line with LordHoto's change 2010-01-05 21:56:13 +00:00
rate.cpp Oops somehow I must have missed CopyRateConverter::flow, in r47014. 2010-01-05 02:48:38 +00:00
rate.h Make RateConverter::flow return the number of sample pairs written, like it's documented in the .cpp file. 2010-01-05 02:42:35 +00:00
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 Make some improvements for Audio::Timestamp. 2010-01-04 22:48:28 +00:00
timestamp.h Make some improvements for Audio::Timestamp. 2010-01-04 22:48:28 +00:00
vag.cpp cleanup 2009-10-14 23:22:32 +00:00
vag.h Fix 'randomly placed' doxygen comments (which lead to incorrect documentation, e.g. some of those ended up as doxygen comment for various namespaces, such as Common) 2009-11-25 10:55:25 +00:00
voc.cpp - Add a new SeekableAudioStream interface. Soon to be used to replace audio stream specific looping code by generic code in Mixer... 2010-01-05 02:27:24 +00:00
voc.h - Add a new SeekableAudioStream interface. Soon to be used to replace audio stream specific looping code by generic code in Mixer... 2010-01-05 02:27:24 +00:00
vorbis.cpp Remove unsafe getTotalPlayTime from AudioStream. 2010-01-05 20:14:28 +00:00
vorbis.h - Add a new SeekableAudioStream interface. Soon to be used to replace audio stream specific looping code by generic code in Mixer... 2010-01-05 02:27:24 +00:00
wave.cpp Patch #2834677: Wave/ADPCM Endianness Fixes 2009-10-14 22:37:05 +00:00
wave.h Fix 'randomly placed' doxygen comments (which lead to incorrect documentation, e.g. some of those ended up as doxygen comment for various namespaces, such as Common) 2009-11-25 10:55:25 +00:00