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
/
sound
/
decoders
/
raw.cpp
Age
Commit message (
Expand
)
Author
2010-05-03
Cleanup.
Johannes Schickel
2010-05-03
Check for read/seek errors of the underlying SeekableReadStream in RawStream.
Johannes Schickel
2010-05-03
Fix for bug #2961787 "HE SAM1: Music in kitchen slightly off (regression)".
Johannes Schickel
2010-04-03
Do not use a template parameter for stereo setting for RawStream but instead ...
Johannes Schickel
2010-04-03
Cleanup.
Johannes Schickel
2010-02-08
Fix RawStream::seek implementation.
Johannes Schickel
2010-02-03
Fix bug in RawStream::getLength for 16bit streams. (Uncovered by our new unit...
Johannes Schickel
2010-02-03
Rename RawAudioStream to RawStream for consistency.
Johannes Schickel
2010-01-30
Add some TODO item.
Johannes Schickel
2010-01-30
Add some asserts to the RawAudioStream code.
Johannes Schickel
2010-01-30
Rename RawDiskStream to RawAudioStream.
Johannes Schickel
2010-01-30
Remove RawMemoryStream.
Johannes Schickel
2010-01-30
Get rid of Audio::makeRawMemoryStream_OLD.
Johannes Schickel
2010-01-30
Add a factory which plays audio from a buffer via RawDiskStream.
Johannes Schickel
2010-01-30
- Mark makeRawDiskStream factory as deprecated.
Johannes Schickel
2010-01-30
Change RawDiskStream to use a Common::List to store its blocks internally.
Johannes Schickel
2010-01-27
Fix invalid sample position on Timestamp to sample conversion for Stereo stre...
Johannes Schickel
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn