scummvm/audio/decoders
D G Turner 8a5b08341e AUDIO: Remove now unused Sin/Cos table and FFT code from QDM2 Codec.
This was only used by the RDFT code, now replaced by Common::RDFT.
2012-04-13 07:37:31 +01:00
..
aac.cpp JANITORIAL: Remove SVN keywords 2011-08-06 11:30:47 +01:00
aac.h AUDIO: Adapt include guard names to the "new" directory name. 2011-10-28 12:27:50 +02:00
adpcm_intern.h VIDEO: Rewrite VMD audio streaming 2011-11-27 15:52:05 +01:00
adpcm.cpp COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of a dispose flag. 2011-08-07 15:19:08 +02:00
adpcm.h AUDIO: Adapt include guard names to the "new" directory name. 2011-10-28 12:27:50 +02:00
aiff.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
aiff.h AUDIO: Adapt include guard names to the "new" directory name. 2011-10-28 12:27:50 +02:00
codec.h JANITORIAL: Remove svn keywords from audio/decoders/codec.h 2011-07-10 22:10:43 +02:00
flac.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
flac.h M4: Removed the M4/MADS engine from trunk 2011-11-20 12:14:10 +11:00
iff_sound.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
iff_sound.h AUDIO: Adapt include guard names to the "new" directory name. 2011-10-28 12:27:50 +02:00
mac_snd.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
mac_snd.h AUDIO: SAGA now uses the Mac snd code too 2011-12-24 11:09:54 -05:00
mp3.cpp COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of a dispose flag. 2011-08-07 15:19:08 +02:00
mp3.h M4: Removed the M4/MADS engine from trunk 2011-11-20 12:14:10 +11:00
qdm2.cpp AUDIO: Remove now unused Sin/Cos table and FFT code from QDM2 Codec. 2012-04-13 07:37:31 +01:00
qdm2.h AUDIO: Fix QDM2 sound in QuickTime files 2011-07-10 15:50:47 -04:00
qdm2data.h Merge remote branch 'upstream/master' into t7g-ios 2011-05-31 14:16:29 -04:00
quicktime_intern.h AUDIO: Add support for multiple QuickTime audio tracks 2012-03-19 12:04:46 -04:00
quicktime.cpp AUDIO: Force QuickTime stereo samples to mono if needed 2012-04-10 16:44:41 -04:00
quicktime.h JANITORIAL: Remove SVN keywords 2011-08-06 11:30:47 +01:00
raw.cpp AUDIO: Remove outdated comment about RawStream. Thanks to clone2727 for noticing. 2011-12-31 06:29:56 +01:00
raw.h AUDIO: Simplify RawStream code. 2011-11-06 14:19:17 +01:00
voc.cpp AUDIO: Add more warnings in case invalid VOC data is encountered. 2012-01-26 02:43:58 +01:00
voc.h AUDIO: Remove obsolete loadVOCFromStream. 2011-12-24 18:23:47 +01:00
vorbis.cpp COMMON: Replace x + ARRAYSIZE(x) by the simpler ARRAYEND(x). 2011-08-07 15:19:08 +02:00
vorbis.h M4: Removed the M4/MADS engine from trunk 2011-11-20 12:14:10 +11:00
wave.cpp AUDIO: Add support for RAW PCM wave stream with an incomplete packet 2012-02-09 16:10:50 +01:00
wave.h AUDIO: Adapt include guard names to the "new" directory name. 2011-10-28 12:27:50 +02:00
xa.cpp AUDIO: Don't abuse rewind() for looping in XA 2011-08-25 11:16:58 -04:00
xa.h AUDIO: Add a DisposeAfterUse parameter to makeXAStream 2011-08-24 09:54:19 -04:00