scummvm/sound/decoders
2010-04-03 15:57:04 +00:00
..
adpcm.cpp Fix bug #2969282: DW2: Weird "PC SPEAKER-like" sound distortion. 2010-03-12 22:34:54 +00:00
adpcm.h Switch makeADPCMStream to DisposeAfterUse::Flag 2010-01-31 02:11:41 +00:00
aiff.cpp Remove RawMemoryStream. 2010-01-30 15:28:07 +00:00
aiff.h Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/decoders/ 2010-01-26 22:48:45 +00:00
flac.cpp Yet more Flac -> FLAC changes for consistency. 2010-02-03 09:42:40 +00:00
flac.h - Rename FlacStream to FLACStream. 2010-02-03 09:42:11 +00:00
iff_sound.cpp Fix bug #2976353 - NIPPON: Sound looping fails (regression). By reverting 47469, since the IFF sound code is only used by the Parallaction game engine. 2010-04-02 13:12:23 +00:00
iff_sound.h Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/decoders/ 2010-01-26 22:48:45 +00:00
mp3.cpp Hopefully fixing bug #2948858 "MP3 (CD Audio) Broken under SVN". 2010-02-10 16:34:32 +00:00
mp3.h Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/decoders/ 2010-01-26 22:48:45 +00:00
raw.cpp Do not use a template parameter for stereo setting for RawStream but instead pass the constructor a boolean, this should save some binary size. 2010-04-03 15:57:04 +00:00
raw.h Fix bug in RawStream::getLength for 16bit streams. (Uncovered by our new unit tests yay!) 2010-02-03 15:45:54 +00:00
vag.cpp Hide VagStream implementation, only expose it via a factory method 2010-01-28 09:38:21 +00:00
vag.h Hide VagStream implementation, only expose it via a factory method 2010-01-28 09:38:21 +00:00
voc.cpp Tweak makeVOCDiskStream 2010-03-08 10:27:42 +00:00
voc.h Tweak makeVOCDiskStream 2010-03-08 10:27:42 +00:00
vorbis.cpp Rename: 2010-02-03 08:59:10 +00:00
vorbis.h Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/decoders/ 2010-01-26 22:48:45 +00:00
wave.cpp Remove RawMemoryStream. 2010-01-30 15:28:07 +00:00
wave.h Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/decoders/ 2010-01-26 22:48:45 +00:00