Age | Commit message (Expand) | Author |
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 |
2010-01-07 | First step of a slight revision of the new AudioStream looping API: | Johannes Schickel |
2010-01-06 | Fix FLAC's getLength implementation. | Johannes Schickel |
2010-01-06 | Add a constructor to Timestamp, which allows for specifying seconds + start f... | Johannes Schickel |
2010-01-06 | Adapt FLAC and Vorbis to use calculateSampleOffset in their seek implementation. | Johannes Schickel |
2010-01-06 | Rename some Timestamp methods: getNumberOfFrames -> numberOfFrames and getFra... | Max Horn |
2010-01-06 | - Simplify Audio::calculateSampleOffset. | Johannes Schickel |
2010-01-06 | - Add some functionallity to query the seconds and number of frames stored in... | Johannes Schickel |
2010-01-06 | - Move openStreamFile from AudioStream to SeekableAudioStream. | Johannes Schickel |
2010-01-06 | Add more comparision operators to Timestamp | Max Horn |
2010-01-06 | Change the way Timestamp stores its data. | Max Horn |
2010-01-06 | The current AIFF stream implementations returns a SeekableAudioStream, reflec... | Johannes Schickel |
2010-01-06 | Change the AudioStream::openStreamFile API to return SeekableAudioStreams and... | Johannes Schickel |
2010-01-05 | - Put the new factories for MP3, Vorbis and FLAC in place. | Johannes Schickel |
2010-01-05 | Properly initialize _pos in LoopingChannel. | Johannes Schickel |
2010-01-05 | Implement Timestamp::operator== as equality in time. | Johannes Schickel |
2010-01-05 | Cleanup. | Johannes Schickel |
2010-01-05 | Update ARM version of rate filler code in line with LordHoto's change | Robin Watts |
2010-01-05 | Cleanup. | Johannes Schickel |
2010-01-05 | - Initial implementation of looping of SeekableAudioStreams in Mixer. | Johannes Schickel |
2010-01-05 | Remove unsafe getTotalPlayTime from AudioStream. | Johannes Schickel |
2010-01-05 | Add a "getLength" function to SeekableAudioStream. | Johannes Schickel |