Age | Commit message (Expand) | Author |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | Get rid of Mixer::playRaw for good | Max Horn |
2010-01-19 | Fixed some cppcheck warnings. | Torbjörn Andersson |
2010-01-19 | Remove loop start/end params from Mixer::playRaw; convert some code from Mixe... | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_REVERSE_STEREO; also change SCUMM's iMuse Digital emul... | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-19 | Move raw audio streams to new header sound/raw.h | Max Horn |
2010-01-19 | Rename 'Linear' audio streams to 'raw' | Max Horn |
2010-01-17 | Fix SubSeekableAudioStream for stereo streams. | Johannes Schickel |
2010-01-17 | Update debug message. | Johannes Schickel |
2010-01-17 | Fix SubSeekableAudioStream regression from r47226 (i.e. length was calculated... | Johannes Schickel |
2010-01-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | Max Horn |
2010-01-15 | Fix QueuingAudioStreamImpl::endOfStream implementation. This fixes cut off sp... | Johannes Schickel |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2010-01-12 | Fix loop alignment check | Willem Jan Palenstijn |
2010-01-11 | Improve support for negative Timestamps, and add + and - operators | Max Horn |
2010-01-10 | Typo. | Johannes Schickel |
2010-01-10 | Add some more comments. | Johannes Schickel |
2010-01-10 | Fix missing type forward declaration in voc.h. | Johannes Schickel |
2010-01-10 | - Add a SubLoopingAudioStream, which loops a nested part of a stream and thus... | Johannes Schickel |
2010-01-09 | Add Mixer::getElapsedTime() method returning a Timestamp, thus offering a hig... | Max Horn |
2010-01-09 | Fix Timestamp::addMsecs; some cleanup | Max Horn |
2010-01-09 | Implement some safer handling of the "Extended" block in VOC files. | Johannes Schickel |
2010-01-09 | Replace AppendableAudioStream by QueuingAudioStream | Max Horn |
2010-01-08 | Use DisposeAfterUse::Flag | Willem Jan Palenstijn |
2010-01-08 | Fix LinearMemoryStream::seek, when the stream was created without request to ... | Johannes Schickel |
2010-01-08 | Switch Mixer::playInputStream to use DisposeAfterUse::Flag | Max Horn |
2010-01-08 | Rename QueuedAudioStream to QueuingAudioStream | Max Horn |
2010-01-08 | Move Mohawk's QueuedAudioStream to sound/ (with some tweaks) | Max Horn |
2010-01-08 | Add some warning inside makeLoopingAudioStream, in case the give start time i... | Johannes Schickel |
2010-01-08 | Since AudioStream looping is no longer handled by the Mixer, drop Mixer::play... | Johannes Schickel |
2010-01-08 | Add another makeLoopingAudioStream factory for transparently looping a certai... | Johannes Schickel |
2010-01-07 | Fix use of getRate in VorbisInputStream's constructor. (Thanks to cyx for spo... | Johannes Schickel |
2010-01-07 | Cleanup. | Johannes Schickel |
2010-01-07 | Fix a little bug in LoopingAudioStream::readBuffer. | Johannes Schickel |
2010-01-07 | Remove setNumLoops and getNumPlayedLoops from AudioStream. | Johannes Schickel |
2010-01-07 | Remove the deprecated FLAC, Vorbis and MP3 factories. | Johannes Schickel |
2010-01-07 | Cleanup. | Johannes Schickel |
2010-01-07 | Make VagStream a RewindableAudioStream. | Johannes Schickel |
2010-01-07 | Make makeWAVStream return a RewindableAudioStream. | Johannes Schickel |
2010-01-07 | Create a wrapper makeLoopingAudioStream to reduce code duplcation. | Johannes Schickel |
2010-01-07 | Let ADPCM streams subclass RewindableAudioStreams and thus allow them to be l... | Johannes Schickel |
2010-01-07 | Get rid of calculatePlayTime, instead store playtimes as Timestamps | Max Horn |
2010-01-07 | Add Timestamp::totalNumberOfFrames() method, clarify some comments | Max Horn |
2010-01-07 | Fix warning | Max Horn |
2010-01-07 | Add important note for engine authors about SubSeekableAudioStream. | Johannes Schickel |
2010-01-07 | Add a playInputStreamLooping for RewindableAudioStream to Mixer. | Johannes Schickel |
2010-01-07 | Cleanup. | Johannes Schickel |
2010-01-07 | - Strip custom looping code out of FLAC, Vorbis and MP3 streams | Johannes Schickel |
2010-01-07 | Switch Mixer back to use only one Channel implementation. (partial revert of ... | Johannes Schickel |