aboutsummaryrefslogtreecommitdiff
path: root/sound/audiostream.h
AgeCommit message (Expand)Author
2010-03-22Fix for bug #2969211 "NIPPON: Crash in Intro".Johannes Schickel
2010-02-23Tweak QueuingAudioStream commentsMax Horn
2010-01-27Fix invalid sample position on Timestamp to sample conversion for Stereo stre...Johannes Schickel
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-22Clarify that all blocks of raw audio data are assumed to come from malloc()Max Horn
2010-01-22cleanup, typosMax Horn
2010-01-22Fixed typos (thanks to salty-horse)Filippos Karapetis
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-19Move raw audio streams to new header sound/raw.hMax Horn
2010-01-19Rename 'Linear' audio streams to 'raw'Max Horn
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
2010-01-11Improve support for negative Timestamps, and add + and - operatorsMax Horn
2010-01-10Add 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-09Replace AppendableAudioStream by QueuingAudioStreamMax Horn
2010-01-08Rename QueuedAudioStream to QueuingAudioStreamMax Horn
2010-01-08Move Mohawk's QueuedAudioStream to sound/ (with some tweaks)Max Horn
2010-01-08Add another makeLoopingAudioStream factory for transparently looping a certai...Johannes Schickel
2010-01-07Cleanup.Johannes Schickel
2010-01-07Remove setNumLoops and getNumPlayedLoops from AudioStream.Johannes Schickel
2010-01-07Create a wrapper makeLoopingAudioStream to reduce code duplcation.Johannes Schickel
2010-01-07Add Timestamp::totalNumberOfFrames() method, clarify some commentsMax Horn
2010-01-07Add important note for engine authors about SubSeekableAudioStream.Johannes Schickel
2010-01-07First 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-06Change the AudioStream::openStreamFile API to return SeekableAudioStreams and...Johannes Schickel
2010-01-05Remove unsafe getTotalPlayTime from AudioStream.Johannes Schickel
2010-01-05Add 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-01Mention in documentation of AudioStream::setNumLoops, that this function also...Johannes Schickel
2010-01-01Fix getTotalPlayTime for MP3, FLAC, Vorbis and LinearMemoryStream after the l...Johannes Schickel
2010-01-01Implemented setNumLoops() for common audio streams.Eugene Sandulenko
2010-01-01Extend doxygen comment for setNumLoops()Eugene Sandulenko
2010-01-01Adding setNumLoops() to AudioStream classMartin Kiewitz
2009-10-18cleanupMax Horn
2009-08-17Slight cleanup to makeLinearDiskStream interface.Johannes Schickel
2009-08-13Allow VOCs to stream from disk. Disabled by default, use symbol STREAM_AUDIO...Neil Millstone
2009-03-04Added Audio::Timestamp class, based on SCI's sfx_timestamp_t; also provide a ...Max Horn
2008-05-24Made AudioStream::getTotalPlayTime virtual (Ooops :-)Johannes Schickel
2008-05-24Patch #1970427: AudioStream play length queryingMax Horn
2008-04-20Fixed comments.Torbjörn Andersson
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-14Extended Audio::openStreamFile function with startTime, duration and numLoops...Max Horn
2007-03-02Changed the order of the parameters of makeLinearInputStream to resemble Mixe...Max Horn
2007-02-28Changed the AppendableAudioStream code to use a queue of buffers, instead of ...Max Horn
2007-02-28cleanupMax Horn
2006-05-18Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. ItTorbjörn Andersson
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) subc...Max Horn