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
/
audio
/
decoders
/
adpcm_intern.h
Age
Commit message (
Expand
)
Author
2017-09-09
AUDIO: Fix incorrect reading of DK3 ADPCM audio data
Colin Snover
2016-07-06
AUDIO: Fix audio corruption in MS ADPCM decoder
Torbjörn Andersson
2016-06-19
AUDIO: Make WAV streams seekable
Colin Snover
2014-02-18
AUDIO: Make GPL headers consistent in themselves.
Johannes Schickel
2012-12-10
AUDIO: Fix MS ADPCM to work with Mono streams using odd sized buffers.
D G Turner
2012-08-04
AUDIO: Correct ADPCM Fixes to ensure internal buffers are drained.
D G Turner
2012-08-04
AUDIO: Fix Oki ADPCM to work with Mono streams using odd sized buffers.
D G Turner
2012-08-04
AUDIO: Fix DVI ADPCM to work with Mono streams using odd sized buffers.
D G Turner
2011-11-27
VIDEO: Rewrite VMD audio streaming
Matthew Hoops
2011-10-28
AUDIO: Adapt include guard names to the "new" directory name.
Johannes Schickel
2011-08-07
COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of...
Christoph Mallon
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-24
AUDIO: Cleanup MS IMA handling
Matthew Hoops
2011-04-14
AUDIO: Name the ADPCM status struct.
Alyssa Milburn
2011-04-14
AUDIO: Fix a typo
Matthew Hoops
2011-04-13
AUDIO: Split the Intel DVI ADPCM into its own class
Matthew Hoops
2011-04-13
AUDIO: Expose some internal ADPCM data tables
Max Horn
2011-04-13
AUDIO: Expose ADPCM decoder internals via a new header
Max Horn