aboutsummaryrefslogtreecommitdiff
path: root/sound/audiostream.cpp
AgeCommit message (Expand)Author
2009-05-23Add support for "getTotalPlayTime" in LinearMemoryStream again.Johannes Schickel
2009-01-30do not include common/debug.h from common/util.hMax Horn
2008-12-12Okay, removing my implementation of AppandableAudioStream::getTotalPlayTime (...Sven Hesse
2008-11-17Factoring shared code of template classes into a shared base class saves anot...Max Horn
2008-11-16Implementing getTotalPlayTime() for AppendableMemoryStreamSven Hesse
2008-11-12Verify sanity of LinearMemoryStream params in the factory function instead of...Max Horn
2008-05-31Avoid some warnings when compiling in non-DEBUG mode (i.e. with assert() disa...Max Horn
2008-05-24Patch #1970427: AudioStream play length queryingMax Horn
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
2007-12-21Fix memory leak in audiostream (I think)Neil Millstone
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-06-25Fix for a stupid typo in yesterdays sound fill tweak.Robin Watts
2007-06-24Small tweak to the readBuffer routines of sound/audiostream.cpp; by counting aRobin Watts
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-14Extended Audio::openStreamFile function with startTime, duration and numLoops...Max Horn
2007-04-09When the appendable audiostream is done with a queued buffer, delete it asTorbjörn Andersson
2007-03-02Changed the order of the parameters of makeLinearInputStream to resemble Mixe...Max Horn
2007-03-01Rephrased a comment a bitMax Horn
2007-02-28Changed the AppendableAudioStream code to use a queue of buffers, instead of ...Max Horn
2007-02-28cleanupMax Horn
2007-02-24Changed AudioStream::openStreamFile to use the modern variant of the audio st...Max Horn
2006-06-19Added assert to audiostream allocation since failure causes serious problemsLars Persson
2006-05-18Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. ItTorbjörn Andersson
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) subc...Max Horn
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...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-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-01-09cleanupMax Horn
2005-01-09Moving AppendableAudioStream into SCUMM engine, as it is only used thereMax Horn
2005-01-01Updated copyrightMax Horn
2004-11-27Removed the (highly SCUMM specific) 'appendable stream' API from SoundMixer; ...Max Horn
2004-11-27AudioStream::read() has been removed quite some time ago, now making sure tha...Max Horn
2004-10-11Implement premix proc via an AudioStream / Channel (eventually we'll remove t...Max Horn
2004-10-09Make AppendableAudioStream endianness-aware.Eugene Sandulenko
2004-09-25Remove obsolete path paramMax Horn
2004-07-11Use extrapath in Sword1 engine (from 0.6.0 branch). More verbose errors to go...James Brown
2004-07-01getFreeSpace() is not longer usedPaweł Kołodziejski
2004-06-28Make use of new File refcount code; also fixed long standing bug in vorbis co...Max Horn
2004-06-09Fixed a typo in a comment.Torbjörn Andersson
2004-04-26synced code free space with buffer changesPaweł Kołodziejski
2004-04-25delete CustomProcInputStream and add getFreeSpace for appendable audiostreamPaweł Kołodziejski
2004-04-13added CustomProcInputStreamPaweł Kołodziejski