aboutsummaryrefslogtreecommitdiff
path: root/audio/audiostream.h
AgeCommit message (Expand)Author
2015-08-30AUDIO: Add a NullAudioStream for streams that are dead-on-arrivalMatthew Hoops
2015-08-30AUDIO: Add a class to easily make stateless PacketizedAudioStreamsMatthew Hoops
2015-08-30AUDIO: Add an AudioStream subclass for packetized audioMatthew Hoops
2015-08-30AUDIO: Make Rewindable- and SeekableAudioStream inherit virtuallyMatthew Hoops
2014-08-29AUDIO: Fix some Doxygen comments that seem wrong.Einar Johan Trøan Sømåen
2014-08-01AUDIO: Better handle endOfStream() vs endOfData() in SubSeekableAudioStreamMatthew Hoops
2014-08-01AUDIO: Better handle endOfStream() vs endOfData() in SubLoopingAudioStreamMatthew Hoops
2014-07-27AUDIO: Better handle endOfStream() vs endOfData() in LoopingAudioStreamMatthew Hoops
2014-02-18AUDIO: Make GPL headers consistent in themselves.Johannes Schickel
2012-08-12AUDIO: Move LimitingAudioStream to audio/Matthew Hoops
2011-10-28AUDIO: Adapt include guard names to the "new" directory name.Johannes Schickel
2011-08-07COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of...Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn