Age | Commit message (Expand) | Author |
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 |
2003-08-07 | replace code in readBuffer by slightly less efficient but hopefully working c... | Max Horn |
2003-08-06 | Added comment to new macro | Jamieson Christian |
2003-08-06 | Changed readSample template function | Jamieson Christian |
2003-08-06 | Fixed type mismatch error compiling palmos port | Chris Apers |
2003-08-05 | more cleanup | Max Horn |
2003-08-05 | cleanup | Max Horn |
2003-08-05 | fix bug #783423 | Max Horn |
2003-08-05 | and finally VorbisInputStream::readBuffer. Once we verified the new readBuffe... | Max Horn |
2003-08-05 | optimized MP3InputStream::readBuffer (once more, I won't gurantee for correct... | Max Horn |
2003-08-05 | simplified code a bit | Max Horn |
2003-08-05 | optimized WrappedMemoryStream::readBuffer (It's almost 3 AM, so I don't trust... | Max Horn |
2003-08-05 | catch one potential problem, namely if eos is already reached when readBuffer... | Max Horn |
2003-08-04 | renamed eof -> eos (end of stream); hid MP3/Vorbis stream classes completly (... | Max Horn |
2003-08-04 | fixed EOF handling of MP3 streams (subtract time from duration timer, instead... | Max Horn |
2003-08-02 | slightly optimized MP3InputStream::eof, and some cleanup | Max Horn |
2003-08-02 | don't use asserts in these tight spots | Max Horn |
2003-08-02 | converted ChannelMP3 to use new rate conversion scheme, too. Only thing missi... | Max Horn |