index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
audio
/
audiostream.cpp
Age
Commit message (
Expand
)
Author
2015-08-30
AUDIO: Add a NullAudioStream for streams that are dead-on-arrival
Matthew Hoops
2014-08-01
AUDIO: Better handle endOfStream() vs endOfData() in SubLoopingAudioStream
Matthew Hoops
2014-07-27
AUDIO: Better handle endOfStream() vs endOfData() in LoopingAudioStream
Matthew Hoops
2014-07-27
AUDIO: Fix endOfStream() for LimitingAudioStream
Matthew Hoops
2014-07-27
AUDIO: Better handle endOfStream() vs endOfData() in QueuingAudioStreamImpl
Matthew Hoops
2014-07-27
AUDIO: Fix QueuingAudioStreamImpl locking
Matthew Hoops
2014-02-18
AUDIO: Make GPL headers consistent in themselves.
Johannes Schickel
2013-04-21
AUDIO: Handle empty parent stream in LoopingAudioStream
Willem Jan Palenstijn
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-08-12
AUDIO: Move LimitingAudioStream to audio/
Matthew Hoops
2011-08-07
AUDIO: Simplify complicated loop condition.
Christoph Mallon
2011-08-07
COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of...
Christoph Mallon
2011-05-31
Merge remote branch 'upstream/master' into t7g-ios
Matthew Hoops
2011-05-31
AUDIO: Plug MPEG-4/QuickTime audio into openStreamFile
Matthew Hoops
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-02-13
AUDIO: Fix assertion triggered by SubSeekableAudioStream constructor.
Johannes Schickel
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn