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.h
Age
Commit message (
Expand
)
Author
2015-08-30
AUDIO: Add a NullAudioStream for streams that are dead-on-arrival
Matthew Hoops
2015-08-30
AUDIO: Add a class to easily make stateless PacketizedAudioStreams
Matthew Hoops
2015-08-30
AUDIO: Add an AudioStream subclass for packetized audio
Matthew Hoops
2015-08-30
AUDIO: Make Rewindable- and SeekableAudioStream inherit virtually
Matthew Hoops
2014-08-29
AUDIO: Fix some Doxygen comments that seem wrong.
Einar Johan Trøan Sømåen
2014-08-01
AUDIO: Better handle endOfStream() vs endOfData() in SubSeekableAudioStream
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-02-18
AUDIO: Make GPL headers consistent in themselves.
Johannes Schickel
2012-08-12
AUDIO: Move LimitingAudioStream to audio/
Matthew Hoops
2011-10-28
AUDIO: Adapt include guard names to the "new" directory name.
Johannes Schickel
2011-08-07
COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of...
Christoph Mallon
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-09
AUDIO: Rename sound/ dir to audio/
Max Horn