aboutsummaryrefslogtreecommitdiff
path: root/sound/decoders/raw.h
AgeCommit message (Expand)Author
2010-02-03Fix bug in RawStream::getLength for 16bit streams. (Uncovered by our new unit...Johannes Schickel
2010-02-03Rename RawAudioStream to RawStream for consistency.Johannes Schickel
2010-01-30Rename RawDiskStream to RawAudioStream.Johannes Schickel
2010-01-30Remove RawMemoryStream.Johannes Schickel
2010-01-30Get rid of Audio::makeRawMemoryStream_OLD.Johannes Schickel
2010-01-30Add a factory which plays audio from a buffer via RawDiskStream.Johannes Schickel
2010-01-30- Mark makeRawDiskStream factory as deprecated.Johannes Schickel
2010-01-30Change RawDiskStream to use a Common::List to store its blocks internally.Johannes Schickel
2010-01-26Remove outdated commentsMax Horn
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn