Age | Commit message (Expand) | Author |
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 |
2010-01-01 | init _numPlayedLoops inside LinearMemoryStream | Martin Kiewitz |
2010-01-01 | Fix getTotalPlayTime for MP3, FLAC, Vorbis and LinearMemoryStream after the l... | Johannes Schickel |
2010-01-01 | Implemented setNumLoops() for common audio streams. | Eugene Sandulenko |
2010-01-01 | Added setNumLoops() for linear memory streams, enables looping of samples in sci | Martin Kiewitz |
2009-11-03 | Fix for bug #2890038 (FT: Crashes when entering inventory) | Max Horn |
2009-08-17 | Slight cleanup to makeLinearDiskStream interface. | Johannes Schickel |
2009-08-17 | Added looping support to LinearDiskStream, needed by SAGA and perhaps other e... | Filippos Karapetis |
2009-08-16 | Fix for bug #2838568 "AMIGAOS4: Compiler error in audiostream.cpp" | Johannes Schickel |
2009-08-13 | Allow VOCs to stream from disk. Disabled by default, use symbol STREAM_AUDIO... | Neil Millstone |
2009-05-23 | Add support for "getTotalPlayTime" in LinearMemoryStream again. | Johannes Schickel |
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn |
2008-12-12 | Okay, removing my implementation of AppandableAudioStream::getTotalPlayTime (... | Sven Hesse |