aboutsummaryrefslogtreecommitdiff
path: root/audio/decoders/adpcm.cpp
AgeCommit message (Expand)Author
2017-09-10AUDIO: Fix compilation on AmigaOS 4Colin Snover
2017-09-09AUDIO: Fix incorrect reading of DK3 ADPCM audio dataColin Snover
2016-07-06AUDIO: Fix audio corruption in MS ADPCM decoderTorbjörn Andersson
2016-06-19AUDIO: Make WAV streams seekableColin Snover
2015-08-30AUDIO: Add a packetized version of ADPCM streamsMatthew Hoops
2014-02-18AUDIO: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-20AUDIO: Cleanup namingMatthew Hoops
2012-12-10AUDIO: Fix MS ADPCM to work with Mono streams using odd sized buffers.D G Turner
2012-08-04AUDIO: Correct ADPCM Fixes to ensure internal buffers are drained.D G Turner
2012-08-04AUDIO: Fix Oki ADPCM to work with Mono streams using odd sized buffers.D G Turner
2012-08-04AUDIO: Fix DVI ADPCM to work with Mono streams using odd sized buffers.D G Turner
2011-08-07COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of...Christoph Mallon
2011-07-19AUDIO: Fix stereo MS IMA ADPCM decodingSven Hesse
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-24AUDIO: Cleanup MS IMA handlingMatthew Hoops
2011-04-13AUDIO: Split the Intel DVI ADPCM into its own classMatthew Hoops
2011-04-13AUDIO: Expose some internal ADPCM data tablesMax Horn
2011-04-13TINSEL: Move custom ADPCM decoders to tinsel engineMax Horn
2011-04-13AUDIO: Expose ADPCM decoder internals via a new headerMax Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn