Age | Commit message (Expand) | Author |
2010-11-05 | AUDIO: Remove obsolete comment. | Johannes Schickel |
2010-06-15 | Some documentation cleanup to ease readability. | 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 | Tweak QueuingAudioStream comments | Max Horn |
2010-01-27 | Fix invalid sample position on Timestamp to sample conversion for Stereo stre... | Johannes Schickel |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-22 | Clarify that all blocks of raw audio data are assumed to come from malloc() | Max Horn |
2010-01-22 | cleanup, typos | Max Horn |
2010-01-22 | Fixed typos (thanks to salty-horse) | Filippos Karapetis |
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-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | Max Horn |
2010-01-11 | Improve support for negative Timestamps, and add + and - operators | Max Horn |
2010-01-10 | Add some more comments. | Johannes Schickel |
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 | Rename QueuedAudioStream to QueuingAudioStream | Max Horn |
2010-01-08 | Move Mohawk's QueuedAudioStream to sound/ (with some tweaks) | Max Horn |
2010-01-08 | Add another makeLoopingAudioStream factory for transparently looping a certai... | Johannes Schickel |
2010-01-07 | Cleanup. | 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 | Add Timestamp::totalNumberOfFrames() method, clarify some comments | Max Horn |
2010-01-07 | Add important note for engine authors about SubSeekableAudioStream. | Johannes Schickel |
2010-01-07 | First step of a slight revision of the new AudioStream looping API: | Johannes Schickel |
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 | Mention in documentation of AudioStream::setNumLoops, that this function also... | Johannes Schickel |
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 | Extend doxygen comment for setNumLoops() | Eugene Sandulenko |
2010-01-01 | Adding setNumLoops() to AudioStream class | Martin Kiewitz |
2009-10-18 | cleanup | Max Horn |
2009-08-17 | Slight cleanup to makeLinearDiskStream interface. | Johannes Schickel |
2009-08-13 | Allow VOCs to stream from disk. Disabled by default, use symbol STREAM_AUDIO... | Neil Millstone |
2009-03-04 | Added Audio::Timestamp class, based on SCI's sfx_timestamp_t; also provide a ... | Max Horn |
2008-05-24 | Made AudioStream::getTotalPlayTime virtual (Ooops :-) | Johannes Schickel |
2008-05-24 | Patch #1970427: AudioStream play length querying | Max Horn |
2008-04-20 | Fixed comments. | Torbjörn Andersson |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-14 | Extended Audio::openStreamFile function with startTime, duration and numLoops... | Max Horn |
2007-03-02 | Changed the order of the parameters of makeLinearInputStream to resemble Mixe... | Max Horn |
2007-02-28 | Changed the AppendableAudioStream code to use a queue of buffers, instead of ... | Max Horn |