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 | Mention in documentation of AudioStream::setNumLoops, that this function also... | Johannes Schickel |
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 | Extend doxygen comment for setNumLoops() | Eugene Sandulenko |
2010-01-01 | Adding setNumLoops() to AudioStream class | Martin Kiewitz |
2009-10-18 | cleanup | Max Horn |
2009-08-17 | Slight cleanup to makeLinearDiskStream interface. | Johannes Schickel |
2009-08-13 | Allow VOCs to stream from disk. Disabled by default, use symbol STREAM_AUDIO... | Neil Millstone |
2009-03-04 | Added Audio::Timestamp class, based on SCI's sfx_timestamp_t; also provide a ... | Max Horn |
2008-05-24 | Made AudioStream::getTotalPlayTime virtual (Ooops :-) | Johannes Schickel |
2008-05-24 | Patch #1970427: AudioStream play length querying | Max Horn |
2008-04-20 | Fixed comments. | Torbjörn Andersson |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
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-03-02 | Changed the order of the parameters of makeLinearInputStream to resemble Mixe... | 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 |
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-04-15 | cleanup | 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-09-18 | Clarify the AudioStream::readSample requirements | Max Horn |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-01-11 | This is probably not the optimal fix, but at least ScummVM compiles again. | Torbjörn Andersson |
2005-01-10 | A little more moving around #include's (last one for today ;-) | 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 | AudioStream::read() has been removed quite some time ago, now making sure tha... | Max Horn |
2004-11-22 | cleanup | Max Horn |
2004-09-25 | Remove obsolete path param | Max Horn |
2004-09-25 | Fix doxygen warnings | 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-04-25 | delete CustomProcInputStream and add getFreeSpace for appendable audiostream | Paweł Kołodziejski |
2004-04-13 | added CustomProcInputStream | Paweł Kołodziejski |
2004-02-22 | Patch #885904 (Flac Support) with some tweaks by me | Max Horn |
2004-02-12 | Removed now obsolete getSamplesPlayed() function. It was only ever used for | Torbjörn Andersson |
2004-01-17 | Update BS2 cutscene player with changes from roever: overlay support (default... | James Brown |
2004-01-06 | updated copyright notice | Max Horn |
2004-01-03 | renamed AudioInputStream -> AudioStream | Max Horn |
2003-12-26 | logic fix: we must do wrap around *before* read, not after. otherwise eosInte... | Max Horn |