aboutsummaryrefslogtreecommitdiff
path: root/sound/audiostream.cpp
AgeCommit message (Expand)Author
2006-03-03It's really 'MPEG', not 'Mpeg'Max Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-08-10Don't explicity check for tremor and vorbis everywhere andJonathan Gray
2005-08-10Rest of the changes required for tremor to actually work.Jonathan Gray
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-01-09cleanupMax Horn
2005-01-09Moving AppendableAudioStream into SCUMM engine, as it is only used thereMax Horn
2005-01-01Updated copyrightMax Horn
2004-11-27Removed the (highly SCUMM specific) 'appendable stream' API from SoundMixer; ...Max Horn
2004-11-27AudioStream::read() has been removed quite some time ago, now making sure tha...Max Horn
2004-10-11Implement premix proc via an AudioStream / Channel (eventually we'll remove t...Max Horn
2004-10-09Make AppendableAudioStream endianness-aware.Eugene Sandulenko
2004-09-25Remove obsolete path paramMax Horn
2004-07-11Use extrapath in Sword1 engine (from 0.6.0 branch). More verbose errors to go...James Brown
2004-07-01getFreeSpace() is not longer usedPaweł Kołodziejski
2004-06-28Make use of new File refcount code; also fixed long standing bug in vorbis co...Max Horn
2004-06-09Fixed a typo in a comment.Torbjörn Andersson
2004-04-26synced code free space with buffer changesPaweł Kołodziejski
2004-04-25delete CustomProcInputStream and add getFreeSpace for appendable audiostreamPaweł Kołodziejski
2004-04-13added CustomProcInputStreamPaweł Kołodziejski
2004-02-22Patch #885904 (Flac Support) with some tweaks by meMax Horn
2004-02-08Change AppendableMemoryStream overflows to debug messages, so people stop bel...James Brown
2004-01-06updated copyright noticeMax Horn
2004-01-03renamed AudioInputStream -> AudioStreamMax Horn
2004-01-03simplification (possible since read() doesn't have to be efficient anymore)Max Horn
2003-12-26logic fix: we must do wrap around *before* read, not after. otherwise eosInte...Max Horn
2003-12-24o Added SoundMixer::isReady()Max Horn
2003-12-21Rewrote make*Stream factory functions to work around bug in MSVC6 (see bug re...Max Horn
2003-12-19distinguish between end of stream and end of dataMax Horn
2003-12-19o Moved MP3 and Vorbis input streams to mp3.* resp. vorbis.*Max Horn
2003-12-19fix for recent audio stream regressionMax Horn
2003-12-17Made sure that *all* AudioInputStream 'know' their sample rate; removed point...Max Horn
2003-12-17changed the way 'streams' are handled: the finalization logic is now in the W...Max Horn
2003-12-17some cleanupMax Horn
2003-12-16added mixer flag for little endian samplesRobert Göffringmann
2003-12-09small tweak/fix (?)Max Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-09-18moved engine.* to base; this fixes some linking issues when building a barebo...Max Horn
2003-09-09Up debug level of this warning, since it floods output in loomTravis Howell
2003-08-24small cleanup for the Ogg playback codeMax Horn
2003-08-07my code was actually right. Rather the calling code is evil, it passes us odd...Max Horn
2003-08-07replace code in readBuffer by slightly less efficient but hopefully working c...Max Horn
2003-08-06Added comment to new macroJamieson Christian
2003-08-06Changed readSample template functionJamieson Christian
2003-08-06Fixed type mismatch error compiling palmos portChris Apers