aboutsummaryrefslogtreecommitdiff
path: root/sound/aiff.cpp
AgeCommit message (Expand)Author
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-19Move raw audio streams to new header sound/raw.hMax Horn
2010-01-19Rename 'Linear' audio streams to 'raw'Max Horn
2010-01-10- Add a SubLoopingAudioStream, which loops a nested part of a stream and thus...Johannes Schickel
2010-01-06The current AIFF stream implementations returns a SeekableAudioStream, reflec...Johannes Schickel
2009-07-15Got rid of two more ioFailed usesMax Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-15Some more supposedly unitialized variables (see bug #1700986)Sven Hesse
2007-04-09I hope this fixes the file headers.Torbjörn Andersson
2007-04-09Implemented enough of AIFF to play the music from the Broken Sword 1 demo. AtTorbjörn Andersson