aboutsummaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)Author
2012-03-19AUDIO: Add support for multiple QuickTime audio tracksMatthew Hoops
2012-03-17ALL: Make use of defined() for the preprocessor consistent.Johannes Schickel
2012-03-13JANITORIAL: Replace (x ? false : true) by !(x).Christoph Mallon
2012-02-26COMMON: Move RenderMode and GUIOptions functionality into separate filesMax Horn
2012-02-21COMMON: remove unnecessary commasathrxx
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2012-02-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2012-02-11MT32: Replace OS X specific exp2f call with exp2.Alyssa Milburn
2012-02-10MT32: Turn off accurate WG as suggested by KingGuppyEugene Sandulenko
2012-02-09MT32: Fix warningWillem Jan Palenstijn
2012-02-09AUDIO: Add support for RAW PCM wave stream with an incomplete packetBastien Bouclet
2012-02-09MT32: Hooked up ScummVM MIDI gainEugene Sandulenko
2012-02-09MT32: Update MT-32 emulator to latest Munt codeEugene Sandulenko
2012-01-29AUDIO: Return 0 instead of false in Tfmx::loadSampleFile.Johannes Schickel
2012-01-26AUDIO: Add more warnings in case invalid VOC data is encountered.Johannes Schickel
2012-01-26AUDIO: Fix missing sounds in Simon 1 Amiga CD32.Johannes Schickel
2011-12-31AUDIO: Remove outdated comment about RawStream. Thanks to clone2727 for notic...Johannes Schickel
2011-12-29AUDIO: Fix M4A seeking with multiple time->sample chunksMatthew Hoops
2011-12-29AUDIO: Only warn about audio edit lists when the count is > 1Matthew Hoops
2011-12-24AUDIO: Remove obsolete loadVOCFromStream.Johannes Schickel
2011-12-24AUDIO: SAGA now uses the Mac snd code tooMatthew Hoops
2011-12-12VIDEO: Add support for QuickTime video track edit listsMatthew Hoops
2011-11-27VIDEO: Rewrite VMD audio streamingMatthew Hoops
2011-11-26ALL: unrecognised -> unrecognized.Johannes Schickel
2011-11-24AUDIO: Fix type 9 sound blocks in VOC code.Johannes Schickel
2011-11-20AUDIO: Very small formatting fix.Johannes Schickel
2011-11-20M4: Removed the M4/MADS engine from trunkPaul Gilbert
2011-11-06AUDIO: Simplify RawStream code.Johannes Schickel
2011-11-06AUDIO: Remove unused makeRawDiskStream_OLD factory.Johannes Schickel
2011-11-06AUDIO: Implement a basic VocStream class.Johannes Schickel
2011-11-04QDM2: Removed superfluous parenthesesFilippos Karapetis
2011-11-03AUDIO: remove 2 superfluous lines in Kyra1/Kyra2/LoL FM-Towns/PC-98 sound driverathrxx
2011-11-01FM-TOWNS AUDIO: make constructor of TownsAudioInterfaceInternal privateathrxx
2011-10-31AUDIO: Fix some comments and whitespaceWillem Jan Palenstijn
2011-10-31AUDIO: Fix reverse stereo volumes on ARMWillem Jan Palenstijn
2011-10-31AUDIO: Fix reverse stereo (LinearRate_R) on ARM.Alyssa Milburn
2011-10-28AUDIO: Fix conditional compilation of maxtrax and tfmx code.Johannes Schickel
2011-10-28AUDIO: Adapt include guard names to the "new" directory name.Johannes Schickel
2011-10-28AUDIO: Slight adaptions of SID code to our guidelines.Johannes Schickel
2011-10-23ALL: Reduce assignment of "" to Common::String.Johannes Schickel
2011-10-23AD: Swtich GUI options to a char array.Eugene Sandulenko
2011-10-09DRASCULA: Remove unecessary VOC header dependency.D G Turner
2011-10-09AUDIO: Add default disposeAfterUse value to makeVOCStream again.Johannes Schickel
2011-10-09AUDIO: Strip out some unused VOC code.Johannes Schickel
2011-10-09AUDIO: Remove unused makeVOCStream interface.Johannes Schickel
2011-09-23AUDIO: Sync DOSBox OPL code a bit.Johannes Schickel
2011-09-17SCUMM FM-TOWNS: fix invalid mem accessesathrxx
2011-08-25AUDIO: Don't abuse rewind() for looping in XAMatthew Hoops
2011-08-25AUDIO: Cleanup the XA codeMatthew Hoops
2011-08-25AUDIO: Properly handle XA flagsMatthew Hoops