scummvm/sound
Johannes Schickel 0d995c5920 Rename all "Adlib" uses to "AdLib" to match the real name of the sound card / company.
Check this for reference:
http://en.wikipedia.org/wiki/Ad_Lib,_Inc.
http://www.crossfire-designs.de/images/articles/soundcards/adlib.jpg (note the upper left of the card)

This commit does not touch "adlib" and "ADLIB" uses!

Also it does not update all the SCUMM detection entries, which still use "Adlib".

svn-id: r47279
2010-01-12 21:07:56 +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 Rename all "Adlib" uses to "AdLib" to match the real name of the sound card / company. 2010-01-12 21:07:56 +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 - Add a SubLoopingAudioStream, which loops a nested part of a stream and thus features the same looping capabilites as LinearMemoryStream and LinearDiskStream. 2010-01-10 15:20:14 +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 Fix loop alignment check 2010-01-12 12:58:48 +00:00
audiostream.h Improve support for negative Timestamps, and add + and - operators 2010-01-11 10:17:55 +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 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 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 Add Mixer::getElapsedTime() method returning a Timestamp, thus offering a higher precision than Mixer::getSoundElapsedTime(). Convert some video code to use it. 2010-01-09 22:37:10 +00:00
mixer.cpp Add Mixer::getElapsedTime() method returning a Timestamp, thus offering a higher precision than Mixer::getSoundElapsedTime(). Convert some video code to use it. 2010-01-09 22:37:10 +00:00
mixer.h Add Mixer::getElapsedTime() method returning a Timestamp, thus offering a higher precision than Mixer::getSoundElapsedTime(). Convert some video code to use it. 2010-01-09 22:37:10 +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 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 Remove warnings from NDS build. 2008-11-29 18:01:16 +00:00
mpu401.h Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
musicplugin.cpp Added initial interface to list music devices and their types 2008-06-13 16:04:43 +00:00
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 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 - Add a SubLoopingAudioStream, which loops a nested part of a stream and thus features the same looping capabilites as LinearMemoryStream and LinearDiskStream. 2010-01-10 15:20:14 +00:00
voc.h Typo. 2010-01-10 15:43:42 +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 - Add a SubLoopingAudioStream, which loops a nested part of a stream and thus features the same looping capabilites as LinearMemoryStream and LinearDiskStream. 2010-01-10 15:20:14 +00:00
wave.h Make makeWAVStream return a RewindableAudioStream. 2010-01-07 16:34:56 +00:00