Age | Commit message (Expand) | Author |
2010-01-10 | - Add a SubLoopingAudioStream, which loops a nested part of a stream and thus... | Johannes Schickel |
2010-01-09 | Implement some safer handling of the "Extended" block in VOC files. | Johannes Schickel |
2010-01-05 | - Add a new SeekableAudioStream interface. Soon to be used to replace audio s... | Johannes Schickel |
2009-11-03 | Fix for bug #2890038 (FT: Crashes when entering inventory) | Max Horn |
2009-11-02 | Enhance VOC debug output | 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-05-18 | Add some simple implementation for type 8 data blocks: | Johannes Schickel |
2009-02-07 | Fix sound noise regression in CD32 version of Simon the Sorcerer 1. | Travis Howell |
2009-02-07 | Fix sound noise regression in CD32 version of Simon the Sorcerer 1. | Travis Howell |
2009-02-07 | Fix sound noise regression in CD32 version of Simon the Sorcerer 1. | Travis Howell |
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn |
2009-01-27 | Add looping support to makeVOCStream(). | Travis Howell |
2007-11-18 | skip silence VOC block (used in Igor) | Gregory Montoir |
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-03-02 | Changed the order of the parameters of makeLinearInputStream to resemble Mixe... | Max Horn |
2006-11-03 | added basic handler for VOC block 9 | Gregory Montoir |
2006-07-14 | More whitespace changes. | 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-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-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-01-09 | Added shared code to load WAV(E) data from arbitrary seekable streams (files ... | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-11 | change loadVOCFromStream to take a reference instead of a pointer (to a stream) | Max Horn |
2004-08-03 | Update comment | Travis Howell |
2004-08-03 | Add comment | Travis Howell |
2004-08-03 | Add invalid version used by French Simon2 | Travis Howell |
2004-07-31 | changed loadVOCFile to work on a generic ReadStream instead of a File, and re... | Max Horn |
2004-05-05 | Remove odd sample rate hack (for DOTT demo); instead, be slightly less strict... | Max Horn |
2004-05-02 | Explain a bit what getSampleRateFromVOCRate() does; mark a hack in it more cl... | Max Horn |
2004-04-10 | Clean up VOC code, and fix potential out-of-bounds access | Max Horn |
2004-04-10 | Fix for bug #885490 (FT: Ben stops talking mid-scentence @ the gorge) -> this... | Max Horn |
2004-02-14 | fixed bug #892426 - improved FT sound loops | Paweł Kołodziejski |
2004-02-03 | Act more gracefully when failing to load a (VOC) sound (should help bug #889442) | Max Horn |
2004-01-06 | updated copyright notice | Max Horn |
2004-01-03 | renamed AudioInputStream -> AudioStream | Max Horn |
2004-01-03 | added makeVOCStream() (convenience function) | Max Horn |
2003-12-28 | FT sounds have loops in voc data: 65536, that could be max loops or unfinite ... | Paweł Kołodziejski |
2003-12-27 | cleanup | Max Horn |
2003-12-27 | fixed compilation | Paweł Kołodziejski |
2003-12-27 | renamed VOC functions | Max Horn |
2003-12-26 | added handing voc loops | Paweł Kołodziejski |
2003-12-26 | fix warning, add TODO comment | Max Horn |
2003-12-26 | passthrought v7+ sound voices by imuse digital | Paweł Kołodziejski |
2003-11-07 | Correct voc rate in DOTT demo | Travis Howell |