Age | Commit message (Expand) | Author |
2010-01-05 | Remove unsafe getTotalPlayTime from AudioStream. | Johannes Schickel |
2010-01-05 | Add a "getLength" function to SeekableAudioStream. | Johannes Schickel |
2010-01-05 | - Add a new SeekableAudioStream interface. Soon to be used to replace audio s... | Johannes Schickel |
2010-01-01 | Properly reset _numPlayedLoops in setNumLoops in all AudioStream implementati... | Johannes Schickel |
2010-01-01 | init _numPlayedLoops inside LinearMemoryStream | Martin Kiewitz |
2010-01-01 | Fix getTotalPlayTime for MP3, FLAC, Vorbis and LinearMemoryStream after the l... | Johannes Schickel |
2010-01-01 | Implemented setNumLoops() for common audio streams. | Eugene Sandulenko |
2010-01-01 | Added setNumLoops() for linear memory streams, enables looping of samples in sci | Martin Kiewitz |
2009-11-03 | Fix for bug #2890038 (FT: Crashes when entering inventory) | Max Horn |
2009-08-17 | Slight cleanup to makeLinearDiskStream interface. | Johannes Schickel |
2009-08-17 | Added looping support to LinearDiskStream, needed by SAGA and perhaps other e... | Filippos Karapetis |
2009-08-16 | Fix for bug #2838568 "AMIGAOS4: Compiler error in audiostream.cpp" | Johannes Schickel |
2009-08-13 | Allow VOCs to stream from disk. Disabled by default, use symbol STREAM_AUDIO... | Neil Millstone |
2009-05-23 | Add support for "getTotalPlayTime" in LinearMemoryStream again. | Johannes Schickel |
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn |
2008-12-12 | Okay, removing my implementation of AppandableAudioStream::getTotalPlayTime (... | Sven Hesse |
2008-11-17 | Factoring shared code of template classes into a shared base class saves anot... | Max Horn |
2008-11-16 | Implementing getTotalPlayTime() for AppendableMemoryStream | Sven Hesse |
2008-11-12 | Verify sanity of LinearMemoryStream params in the factory function instead of... | Max Horn |
2008-05-31 | Avoid some warnings when compiling in non-DEBUG mode (i.e. with assert() disa... | Max Horn |
2008-05-24 | Patch #1970427: AudioStream play length querying | Max Horn |
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel |
2007-12-21 | Fix memory leak in audiostream (I think) | Neil Millstone |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-06-25 | Fix for a stupid typo in yesterdays sound fill tweak. | Robin Watts |
2007-06-24 | Small tweak to the readBuffer routines of sound/audiostream.cpp; by counting a | Robin Watts |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-14 | Extended Audio::openStreamFile function with startTime, duration and numLoops... | Max Horn |
2007-04-09 | When the appendable audiostream is done with a queued buffer, delete it as | Torbjörn Andersson |
2007-03-02 | Changed the order of the parameters of makeLinearInputStream to resemble Mixe... | Max Horn |
2007-03-01 | Rephrased a comment a bit | Max Horn |
2007-02-28 | Changed the AppendableAudioStream code to use a queue of buffers, instead of ... | Max Horn |
2007-02-28 | cleanup | Max Horn |
2007-02-24 | Changed AudioStream::openStreamFile to use the modern variant of the audio st... | Max Horn |
2006-06-19 | Added assert to audiostream allocation since failure causes serious problems | Lars Persson |
2006-05-18 | Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. It | Torbjörn Andersson |
2006-04-29 | Moved the AudioCDManager as well as class AudioStream and its (standard) subc... | Max Horn |
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ... | Max Horn |
2006-03-03 | It's really 'MPEG', not 'Mpeg' | Max Horn |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-08-10 | Don't explicity check for tremor and vorbis everywhere and | Jonathan Gray |
2005-08-10 | Rest of the changes required for tremor to actually work. | Jonathan Gray |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec... | Max Horn |
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn |
2005-01-09 | cleanup | Max Horn |
2005-01-09 | Moving AppendableAudioStream into SCUMM engine, as it is only used there | Max Horn |