scummvm/sound/decoders
2010-07-27 14:51:36 +00:00
..
adpcm.cpp Have makeADPCMStream use the entire stream if the size is 0 (as it says in the doxygen comment). 2010-05-26 12:15:14 +00:00
adpcm.h Fix spelling, cleanup 2010-06-15 12:33:20 +00:00
aiff.cpp SOUND: Only dispose the input stream in makeAIFFStream if requested 2010-07-27 14:51:36 +00:00
aiff.h Modify makeAIFFStream to match the other sound decoder factories 2010-06-15 12:33:54 +00:00
flac.cpp Fix spelling, cleanup 2010-06-15 12:33:20 +00:00
flac.h Fix spelling, cleanup 2010-06-15 12:33:20 +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
mac_snd.cpp SOUND: The rate in Mac snd's is fixed, not floating point (fix the comment) 2010-07-26 18:18:25 +00:00
mac_snd.h SOUND: Move the Mac snd decoder from SCI to /sound 2010-07-26 18:13:35 +00:00
mp3.cpp Strip trailing whitespaces in our common code base. 2010-07-21 18:17:51 +00:00
mp3.h Fix spelling, cleanup 2010-06-15 12:33:20 +00:00
raw.cpp Cleanup. 2010-05-03 18:32:26 +00:00
raw.h Fix comment to removed function 2010-05-07 12:59:46 +00:00
vag.cpp Hide VagStream implementation, only expose it via a factory method 2010-01-28 09:38:21 +00:00
vag.h Fix spelling, cleanup 2010-06-15 12:33:20 +00:00
voc.cpp Fix typo(?) which prevents streaming code from compiling. 2010-05-29 20:32:25 +00:00
voc.h Fix spelling, cleanup 2010-06-15 12:33:20 +00:00
vorbis.cpp Revert Android libtremor header to standard path, since we now ship 2010-07-05 01:03:52 +00:00
vorbis.h Fix spelling, cleanup 2010-06-15 12:33:20 +00:00
wave.cpp Remove RawMemoryStream. 2010-01-30 15:28:07 +00:00
wave.h Fix spelling, cleanup 2010-06-15 12:33:20 +00:00