Age | Commit message (Expand) | Author |
2010-07-21 | Strip trailing whitespaces in our common code base. | Johannes Schickel |
2010-06-09 | Rewind the underlying audio stream on LoopingAudioStream creation. | Johannes Schickel |
2010-03-22 | Fix for bug #2969211 "NIPPON: Crash in Intro". | Johannes Schickel |
2010-02-23 | Add assert(!_finished) to QueuingAudioStreamImpl::queueAudioStream | Max Horn |
2010-02-09 | Formatting. | Johannes Schickel |
2010-02-09 | Be a bit more forgiveful in case the SeekableAudioStream passed to SubLooping... | Johannes Schickel |
2010-02-09 | Stop SubLoopingAudioStream playback, in case reading from the parent stream f... | Johannes Schickel |
2010-02-09 | Make Audio::convertTimeToStreamPos return a frame-precision based result inst... | Johannes Schickel |
2010-02-09 | Fix SubLoopingAudioStream's readBuffer implementation. | Johannes Schickel |
2010-02-06 | Fix bug in LoopingAudioStream::readBuffer, this makes the unit tests complete... | Johannes Schickel |
2010-02-03 | - Rename FlacStream to FLACStream. | Johannes Schickel |
2010-01-30 | Remove RawMemoryStream. | Johannes Schickel |
2010-01-27 | Fix invalid sample position on Timestamp to sample conversion for Stereo stre... | Johannes Schickel |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-25 | Formatting. | Johannes Schickel |
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn |
2010-01-23 | Get rid of FLAG_LOOP | Max Horn |
2010-01-23 | Get rid of deprecated makeRawDiskStream variants; rename deprecated makeRawMe... | 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 | Fix loop alignment check | Willem Jan Palenstijn |
2010-01-11 | Improve support for negative Timestamps, and add + and - operators | Max Horn |
2010-01-10 | - Add a SubLoopingAudioStream, which loops a nested part of a stream and thus... | Johannes Schickel |
2010-01-09 | Replace AppendableAudioStream by QueuingAudioStream | Max Horn |
2010-01-08 | Fix LinearMemoryStream::seek, when the stream was created without request to ... | Johannes Schickel |
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 | Add another makeLoopingAudioStream factory for transparently looping a certai... | 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 | Create a wrapper makeLoopingAudioStream to reduce code duplcation. | 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 | First step of a slight revision of the new AudioStream looping API: | 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 | - Move openStreamFile from AudioStream to SeekableAudioStream. | Johannes Schickel |
2010-01-06 | Change the AudioStream::openStreamFile API to return SeekableAudioStreams and... | Johannes Schickel |
2010-01-05 | Remove unsafe getTotalPlayTime from AudioStream. | Johannes Schickel |
2010-01-05 | Add a "getLength" function to SeekableAudioStream. | Johannes Schickel |
2010-01-05 | - Add a new SeekableAudioStream interface. Soon to be used to replace audio s... | Johannes Schickel |
2010-01-01 | Properly reset _numPlayedLoops in setNumLoops in all AudioStream implementati... | Johannes Schickel |