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
/
shorten.cpp
Age
Commit message (
Expand
)
Author
2010-01-19
The Shorten audio decoder doesn't seem to use looping, so use the non-depreca...
Max Horn
2010-01-19
Move raw audio flags from sound/mixer.h to sound/raw.h
Max Horn
2010-01-19
Get rid of Mixer::FLAG_AUTOFREE.
Max Horn
2010-01-19
Move raw audio streams to new header sound/raw.h
Max Horn
2010-01-19
Rename 'Linear' audio streams to 'raw'
Max Horn
2009-09-30
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...
Max Horn
2009-07-09
Added proper safeguards for shorten.*, thereby fixing commit 42259
Filippos Karapetis
2009-07-08
Added guards to only include the Shorten audio code when the SAGA2 code in th...
Filippos Karapetis
2008-12-31
Rewrote to get rid of "condition is always false" warning.
Torbjörn Andersson
2008-12-31
Added possible FIXMEs
Filippos Karapetis
2008-12-31
Prevent erroneous access of negative array indices
Filippos Karapetis
2008-12-31
Fixed warning
Max Horn
2008-12-31
Fixed GCC warning.
Torbjörn Andersson
2008-12-31
Commented out part of the code that corrupts the heap for me
Filippos Karapetis
2008-12-31
Preliminary Shorten audio support for SAGA 2 games. It's still very wrong and...
Filippos Karapetis