scummvm/sound
Johannes Schickel ec14cd6e6a Formatting.
svn-id: r47540
2010-01-25 01:27:14 +00:00
..
mods Some more header modifications ("Graphic Adventure Engine" and the legal property paragraph) 2010-01-23 22:50:24 +00:00
softsynth Replace some more Adlib uses by AdLib. 2010-01-25 00:13:32 +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 Reorder params to Audio::makeRawMemoryStream 2010-01-23 23:55:35 +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 Typos. 2009-08-18 15:41:00 +00:00
audiostream.cpp Formatting. 2010-01-25 01:27:14 +00:00
audiostream.h Clarify that all blocks of raw audio data are assumed to come from malloc() 2010-01-22 14:14:28 +00:00
flac.cpp Switch most AudioStream factories to use DisposeAfterUse::Flag 2010-01-16 21:36:08 +00:00
flac.h Switch most AudioStream factories to use DisposeAfterUse::Flag 2010-01-16 21:36:08 +00:00
fmopl.cpp Rename all "Adlib" uses to "AdLib" to match the real name of the sound card / company. 2010-01-12 21:07:56 +00:00
fmopl.h Rename all "Adlib" uses to "AdLib" to match the real name of the sound card / company. 2010-01-12 21:07:56 +00:00
iff_sound.cpp Reorder params to Audio::makeRawMemoryStream 2010-01-23 23:55:35 +00:00
iff_sound.h cleanup 2010-01-23 13:32:45 +00:00
mididrv.cpp Change some comments to use "AdLib" instead of "adlib". 2010-01-25 00:39:46 +00:00
mididrv.h Replace some more Adlib uses by AdLib. 2010-01-25 00:13:32 +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 Get rid of Mixer::playRaw for good 2010-01-19 22:19:43 +00:00
mixer.cpp cleanup 2010-01-20 12:44:37 +00:00
mixer.h Replace some more Adlib uses by AdLib. 2010-01-25 00:13:32 +00:00
module.mk Move raw audio streams to new header sound/raw.h 2010-01-19 00:54:06 +00:00
mp3.cpp Switch most AudioStream factories to use DisposeAfterUse::Flag 2010-01-16 21:36:08 +00:00
mp3.h Switch most AudioStream factories to use DisposeAfterUse::Flag 2010-01-16 21:36:08 +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
raw.cpp Reorder params to Audio::makeRawMemoryStream 2010-01-23 23:55:35 +00:00
raw.h Reorder params to Audio::makeRawMemoryStream 2010-01-23 23:55:35 +00:00
shorten.cpp Reorder params to Audio::makeRawMemoryStream 2010-01-23 23:55:35 +00:00
shorten.h - Change shorten.h guard to match the sjis.h guard. 2009-08-24 16:07:46 +00:00
timestamp.cpp Improve support for negative Timestamps, and add + and - operators 2010-01-11 10:17:55 +00:00
timestamp.h Improve support for negative Timestamps, and add + and - operators 2010-01-11 10:17:55 +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 Reorder params to Audio::makeRawMemoryStream 2010-01-23 23:55:35 +00:00
voc.h Switch most AudioStream factories to use DisposeAfterUse::Flag 2010-01-16 21:36:08 +00:00
vorbis.cpp Switch most AudioStream factories to use DisposeAfterUse::Flag 2010-01-16 21:36:08 +00:00
vorbis.h Switch most AudioStream factories to use DisposeAfterUse::Flag 2010-01-16 21:36:08 +00:00
wave.cpp Reorder params to Audio::makeRawMemoryStream 2010-01-23 23:55:35 +00:00
wave.h Switch most AudioStream factories to use DisposeAfterUse::Flag 2010-01-16 21:36:08 +00:00