Age | Commit message (Expand) | Author |
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 |
2005-01-01 | Updated copyright | Max Horn |
2004-11-27 | Removed the (highly SCUMM specific) 'appendable stream' API from SoundMixer; ... | Max Horn |
2004-11-27 | AudioStream::read() has been removed quite some time ago, now making sure tha... | Max Horn |
2004-10-11 | Implement premix proc via an AudioStream / Channel (eventually we'll remove t... | Max Horn |
2004-10-09 | Make AppendableAudioStream endianness-aware. | Eugene Sandulenko |
2004-09-25 | Remove obsolete path param | Max Horn |
2004-07-11 | Use extrapath in Sword1 engine (from 0.6.0 branch). More verbose errors to go... | James Brown |
2004-07-01 | getFreeSpace() is not longer used | Paweł Kołodziejski |
2004-06-28 | Make use of new File refcount code; also fixed long standing bug in vorbis co... | Max Horn |
2004-06-09 | Fixed a typo in a comment. | Torbjörn Andersson |
2004-04-26 | synced code free space with buffer changes | Paweł Kołodziejski |
2004-04-25 | delete CustomProcInputStream and add getFreeSpace for appendable audiostream | Paweł Kołodziejski |
2004-04-13 | added CustomProcInputStream | Paweł Kołodziejski |