aboutsummaryrefslogtreecommitdiff
path: root/sound/audiocd.cpp
AgeCommit message (Expand)Author
2010-08-04AUDIO: Implement volume and balance control for the AudioCD manager (needed f...Florian Kagerer
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-03-13Fix our DECLARE_SINGLETON macro to conform to the C++ specs.Johannes Schickel
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-08Since AudioStream looping is no longer handled by the Mixer, drop Mixer::play...Johannes Schickel
2010-01-07Cleanup.Johannes Schickel
2010-01-07First step of a slight revision of the new AudioStream looping API:Johannes Schickel
2010-01-06- Move openStreamFile from AudioStream to SeekableAudioStream.Johannes Schickel
2010-01-05- Initial implementation of looping of SeekableAudioStreams in Mixer.Johannes Schickel
2009-01-24fixing #2531282: don't fall back to a real audio CD when playing enhanced mid...Willem Jan Palenstijn
2009-01-24remove 'HACK': don't use _cd.playing to indicate emulationWillem Jan Palenstijn
2008-09-05Removed useless dependencies from common/file.h in common code. When complete...Nicola Mettifogo
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-27Reverted r26922.Johannes Schickel
2007-05-22Simpilified Singleton implementation and usage.Johannes Schickel
2007-04-14Rewrote AudioCDManager to not use DigitalTrackInfo instances anymore, but rat...Max Horn
2007-02-24Trying to unify the order in which we try the various audio formats: Prefer F...Max Horn
2007-02-24Added numLoops parameter to DigitalTrackInfo::playMax Horn
2007-02-20Cleaned up AudioCDManager::getCachedTrack (in particular, don't empty a slot ...Max Horn
2007-02-19So far we only accepted track1.* as name for audio tracks -- now we also acce...Max Horn
2007-02-07The status variables are set explicitely in the constructor instead through o...Sven Hesse
2006-10-21cleanupMax Horn
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...Max Horn
2006-05-09- Updated MSVC8 project filesEugene Sandulenko
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) subc...Max Horn
2006-03-03It's really 'MPEG', not 'Mpeg'Max Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-08-10Don't explicity check for tremor and vorbis everywhere andJonathan Gray
2005-08-10Rest of the changes required for tremor to actually work.Jonathan Gray
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-04-20code conventionsGregory Montoir
2005-04-20this should fix bug #1181979Gregory Montoir
2005-04-13Only cache a track if it really exists, this should prevent some issues when ...Gregory Montoir
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int...Max Horn
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-28Fix running ScummVM in plugin-modeMax Horn
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-04-26Tweaked a few things to accommodateJamieson Christian
2004-02-22Patch #885904 (Flac Support) with some tweaks by meMax Horn
2004-01-06updated copyright noticeMax Horn
2004-01-04no need to specify game data path here: File::setDefaultDirectory() took care...Max Horn
2004-01-03more MAD MP3 / Ogg Vorbis cleanup: try not to expose anything about the libs ...Max Horn
2003-12-24turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ma...Max Horn
2003-12-12init some more member varsMax Horn
2003-12-11Emergency bugfixes:Torbjörn Andersson