aboutsummaryrefslogtreecommitdiff
path: root/audio/audiostream.cpp
AgeCommit message (Expand)Author
2015-08-30AUDIO: Add a NullAudioStream for streams that are dead-on-arrivalMatthew Hoops
2014-08-01AUDIO: Better handle endOfStream() vs endOfData() in SubLoopingAudioStreamMatthew Hoops
2014-07-27AUDIO: Better handle endOfStream() vs endOfData() in LoopingAudioStreamMatthew Hoops
2014-07-27AUDIO: Fix endOfStream() for LimitingAudioStreamMatthew Hoops
2014-07-27AUDIO: Better handle endOfStream() vs endOfData() in QueuingAudioStreamImplMatthew Hoops
2014-07-27AUDIO: Fix QueuingAudioStreamImpl lockingMatthew Hoops
2014-02-18AUDIO: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-21AUDIO: Handle empty parent stream in LoopingAudioStreamWillem Jan Palenstijn
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-08-12AUDIO: Move LimitingAudioStream to audio/Matthew Hoops
2011-08-07AUDIO: Simplify complicated loop condition.Christoph Mallon
2011-08-07COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of...Christoph Mallon
2011-05-31Merge remote branch 'upstream/master' into t7g-iosMatthew Hoops
2011-05-31AUDIO: Plug MPEG-4/QuickTime audio into openStreamFileMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-02-13AUDIO: Fix assertion triggered by SubSeekableAudioStream constructor.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn