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
/
wave.cpp
Age
Commit message (
Expand
)
Author
2006-05-24
Fix compressed sound in makeWAVStream()
Travis Howell
2006-04-29
Moved the AudioCDManager as well as class AudioStream and its (standard) subc...
Max Horn
2006-04-22
- Implemented MS ADPCM WAV format decoder used in Feeble Files. Still it is
Eugene Sandulenko
2006-03-19
Updated/added some comments on VOC/WAVE functions
Max Horn
2006-03-19
Revert FLAG_AUTOFREE changes to loadWAVFromStreammakeWAVStream
Travis Howell
2006-03-03
Hiding the implementation of ADPCMInputStream from the public, in favor of a ...
Max Horn
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-27
Fix memory leak, if called directly.
Travis Howell
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-11-13
Revert as requested.
Travis Howell
2005-11-11
Fix sound looping regression in simon2 (Windows).
Travis Howell
2005-10-21
Fix MS IMA ADPCM decoder. I like Microsoft so much for reinventing another
Eugene Sandulenko
2005-10-19
Improved IMA ADPCM decoder. It appeared that MS violated yet another standard
Eugene Sandulenko
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-05-10
Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...
Max Horn
2005-05-04
Switch link to web page with more detailed information on compression types.
Travis Howell
2005-05-03
o Fixed ADPCM decoder length bug
Eugene Sandulenko
2005-01-11
16-bit WAVs are little-endian.
Torbjörn Andersson
2005-01-09
Fix legal header
Max Horn
2005-01-09
Added shared code to load WAV(E) data from arbitrary seekable streams (files ...
Max Horn