aboutsummaryrefslogtreecommitdiff
path: root/sound/decoders
AgeCommit message (Expand)Author
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-11SOUND: Add DK3 IMA ADPCM decoder for duck videosMatthew Hoops
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax Horn
2010-11-01SOUND: Convert some (f)printf + fflush to debugMax Horn
2010-10-30ALL: Add code to help stop people from accidentally using "bad" APIsMax Horn
2010-10-24ALL: Fix various typos (patch #3093266)Max Horn
2010-10-18SOUND: Add support for LastExpress version of IMA ADPCM sound.Eugene Sandulenko
2010-10-13OPENGL: Merged from trunk, from rev 52105 to 53396.Johannes Schickel
2010-10-12JANITORIAL: Cleanup (mostly whitespace)Torbjörn Andersson
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-08-22MP3: Fix seeking.Johannes Schickel
2010-07-30Merged from trunk, from Rev 50841 to HEADAlejandro Marzini
2010-07-27SOUND: Only dispose the input stream in makeAIFFStream if requestedMatthew Hoops
2010-07-26SOUND: The rate in Mac snd's is fixed, not floating point (fix the comment)Matthew Hoops
2010-07-26SOUND: Move the Mac snd decoder from SCI to /soundMatthew Hoops
2010-07-21Strip trailing whitespaces in our common code base.Johannes Schickel
2010-07-13Merged from trunk, from Rev 49499 to HEADAlejandro Marzini
2010-07-05Revert Android libtremor header to standard path, since we now shipAngus Lees
2010-06-15Modify makeAIFFStream to match the other sound decoder factoriesMax Horn
2010-06-15Fix spelling, cleanupMax Horn
2010-06-09- Revised abstract AudioCDManager.Alejandro Marzini
2010-06-06Add Android backend from patch #2603856Max Horn
2010-05-30PSP: added preliminary support for using ME hardware to play MP3 files. If th...Yotam Barnoy
2010-05-29Fix typo(?) which prevents streaming code from compiling.Neil Millstone
2010-05-26Have makeADPCMStream use the entire stream if the size is 0 (as it says in th...Matthew Hoops
2010-05-23Move the QDM2 code to the graphics module, removing the cyclic dependency.Matthew Hoops
2010-05-23Hide the QDM2 implementation and only expose it via a factory method, hopeful...Matthew Hoops
2010-05-23Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...Matthew Hoops
2010-05-07Fix comment to removed functionOri Avtalion
2010-05-03Cleanup.Johannes Schickel
2010-05-03Check for read/seek errors of the underlying SeekableReadStream in RawStream.Johannes Schickel
2010-05-03Fix for bug #2961787 "HE SAM1: Music in kitchen slightly off (regression)".Johannes Schickel
2010-05-03Paranoia change: Prevent possible assertion caused by MP3Stream.Johannes Schickel
2010-04-03Do not use a template parameter for stereo setting for RawStream but instead ...Johannes Schickel
2010-04-03Cleanup.Johannes Schickel
2010-04-02Fix bug #2976353 - NIPPON: Sound looping fails (regression). By reverting 474...Travis Howell
2010-03-22Fix for bug #2969211 "NIPPON: Crash in Intro".Johannes Schickel
2010-03-12Fix bug #2969282: DW2: Weird "PC SPEAKER-like" sound distortion.Max Horn
2010-03-08Tweak makeVOCDiskStreamMax Horn
2010-02-10Hopefully fixing bug #2948858 "MP3 (CD Audio) Broken under SVN".Johannes Schickel
2010-02-08Fix RawStream::seek implementation.Johannes Schickel
2010-02-03Loosening the 2 samples per channel requirement of Apple_ADPCMStream to 1 sam...Sven Hesse
2010-02-03Fix bug in RawStream::getLength for 16bit streams. (Uncovered by our new unit...Johannes Schickel
2010-02-03Make makeMP3Stream return 0 on failure too.Johannes Schickel
2010-02-03Yet more Flac -> FLAC changes for consistency.Johannes Schickel
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel
2010-02-03Rename RawAudioStream to RawStream for consistency.Johannes Schickel
2010-02-03Rename:Johannes Schickel
2010-02-03- Return 0 in makeVorbisStream and makeFlacStream, in case creating the strea...Johannes Schickel
2010-01-31Further OOify the ADPCM codeMax Horn