Age | Commit message (Expand) | Author |
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 |
2004-02-22 | Patch #885904 (Flac Support) with some tweaks by me | Max Horn |
2004-02-08 | Change AppendableMemoryStream overflows to debug messages, so people stop bel... | James Brown |
2004-01-06 | updated copyright notice | Max Horn |
2004-01-03 | renamed AudioInputStream -> AudioStream | Max Horn |
2004-01-03 | simplification (possible since read() doesn't have to be efficient anymore) | Max Horn |
2003-12-26 | logic fix: we must do wrap around *before* read, not after. otherwise eosInte... | Max Horn |
2003-12-24 | o Added SoundMixer::isReady() | Max Horn |
2003-12-21 | Rewrote make*Stream factory functions to work around bug in MSVC6 (see bug re... | Max Horn |
2003-12-19 | distinguish between end of stream and end of data | Max Horn |
2003-12-19 | o Moved MP3 and Vorbis input streams to mp3.* resp. vorbis.* | Max Horn |
2003-12-19 | fix for recent audio stream regression | Max Horn |
2003-12-17 | Made sure that *all* AudioInputStream 'know' their sample rate; removed point... | Max Horn |
2003-12-17 | changed the way 'streams' are handled: the finalization logic is now in the W... | Max Horn |
2003-12-17 | some cleanup | Max Horn |
2003-12-16 | added mixer flag for little endian samples | Robert Göffringmann |
2003-12-09 | small tweak/fix (?) | Max Horn |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a barebo... | Max Horn |
2003-09-09 | Up debug level of this warning, since it floods output in loom | Travis Howell |
2003-08-24 | small cleanup for the Ogg playback code | Max Horn |
2003-08-07 | my code was actually right. Rather the calling code is evil, it passes us odd... | Max Horn |