Age | Commit message (Collapse) | 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 | |
This should fix bug #3571139. | |||
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-08-12 | AUDIO: Move LimitingAudioStream to audio/ | Matthew Hoops | |
2011-08-07 | AUDIO: Simplify complicated loop condition. | Christoph Mallon | |
- The loop is exited with break; when stream gets assigned, so stream == NULL is always true. - When iterating using the length of an array a terminator element is unnecessary. | |||
2011-08-07 | COMMON: Add DisposablePtr<T>, which replaces many repeated implementations ↵ | Christoph Mallon | |
of a dispose flag. | |||
2011-05-31 | Merge remote branch 'upstream/master' into t7g-ios | Matthew Hoops | |
Conflicts: engines/groovie/script.cpp | |||
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 | |
Some backends may break as I only compiled SDL | |||
2011-02-13 | AUDIO: Fix assertion triggered by SubSeekableAudioStream constructor. | Johannes Schickel | |
This assertion was introduced with 633b8ed27784. I change the code to first convert all parameters to the audio stream's framerate to avoid a possible use of operator- on two AudioTimestamps with different framerates. | |||
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 |