aboutsummaryrefslogtreecommitdiff
path: root/sound/decoders/adpcm.cpp
AgeCommit message (Expand)Author
2010-05-26Have makeADPCMStream use the entire stream if the size is 0 (as it says in th...Matthew Hoops
2010-03-12Fix bug #2969282: DW2: Weird "PC SPEAKER-like" sound distortion.Max Horn
2010-02-03Loosening the 2 samples per channel requirement of Apple_ADPCMStream to 1 sam...Sven Hesse
2010-01-31Further OOify the ADPCM codeMax Horn
2010-01-31Rearrange code of ADPCMStream subclassesMax Horn
2010-01-31Split ADPCMStream into several classesMax Horn
2010-01-31Rename ADPCMInputStream to ADPCMStream; make some members constMax Horn
2010-01-31Switch makeADPCMStream to DisposeAfterUse::FlagMax Horn
2010-01-28Add some paranaoia assert (and a related TODO) to the MSIMA2 implementation.Johannes Schickel
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn