scummvm/sound
2010-01-09 18:51:25 +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 Use DisposeAfterUse::Flag 2010-01-08 23:05:00 +00:00
adpcm.cpp Let ADPCM streams subclass RewindableAudioStreams and thus allow them to be looped with the new looping code. 2010-01-07 16:08:41 +00:00
adpcm.h Let ADPCM streams subclass RewindableAudioStreams and thus allow them to be looped with the new looping code. 2010-01-07 16:08:41 +00:00
aiff.cpp The current AIFF stream implementations returns a SeekableAudioStream, reflect that in its factory method. 2010-01-06 00:02:49 +00:00
aiff.h The current AIFF stream implementations returns a SeekableAudioStream, reflect that in its factory method. 2010-01-06 00:02:49 +00:00
audiocd.cpp Since AudioStream looping is no longer handled by the Mixer, drop Mixer::playAudioStreamLooping. (There's Audio::makeLoopingAudioStream). 2010-01-08 16:27:29 +00:00
audiocd.h
audiostream.cpp Replace AppendableAudioStream by QueuingAudioStream 2010-01-09 00:19:13 +00:00
audiostream.h Replace AppendableAudioStream by QueuingAudioStream 2010-01-09 00:19:13 +00:00
flac.cpp Remove the deprecated FLAC, Vorbis and MP3 factories. 2010-01-07 17:14:44 +00:00
flac.h Remove the deprecated FLAC, Vorbis and MP3 factories. 2010-01-07 17:14:44 +00:00
fmopl.cpp
fmopl.h
iff_sound.cpp
iff_sound.h
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
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 Switch Mixer::playInputStream to use DisposeAfterUse::Flag 2010-01-08 22:09:43 +00:00
mixer.cpp Switch Mixer::playInputStream to use DisposeAfterUse::Flag 2010-01-08 22:09:43 +00:00
mixer.h Switch Mixer::playInputStream to use DisposeAfterUse::Flag 2010-01-08 22:09:43 +00:00
module.mk
mp3.cpp Remove the deprecated FLAC, Vorbis and MP3 factories. 2010-01-07 17:14:44 +00:00
mp3.h Remove the deprecated FLAC, Vorbis and MP3 factories. 2010-01-07 17:14:44 +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
shorten.h
timestamp.cpp Add a constructor to Timestamp, which allows for specifying seconds + start frames directly. 2010-01-06 20:24:56 +00:00
timestamp.h Add Timestamp::totalNumberOfFrames() method, clarify some comments 2010-01-07 15:12:20 +00:00
vag.cpp Make VagStream a RewindableAudioStream. 2010-01-07 17:04:01 +00:00
vag.h Make VagStream a RewindableAudioStream. 2010-01-07 17:04:01 +00:00
voc.cpp Implement some safer handling of the "Extended" block in VOC files. 2010-01-09 18:51:25 +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 Fix use of getRate in VorbisInputStream's constructor. (Thanks to cyx for spotting this) 2010-01-07 23:50:18 +00:00
vorbis.h Remove the deprecated FLAC, Vorbis and MP3 factories. 2010-01-07 17:14:44 +00:00
wave.cpp Make makeWAVStream return a RewindableAudioStream. 2010-01-07 16:34:56 +00:00
wave.h Make makeWAVStream return a RewindableAudioStream. 2010-01-07 16:34:56 +00:00