aboutsummaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)Author
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
2011-08-24AUDIO: Add a DisposeAfterUse parameter to makeXAStreamMatthew Hoops
2011-08-24AUDIO: Remove default rate parameter from xaMatthew Hoops
2011-08-24AUDIO: Rename Vag to XAMatthew Hoops
2011-08-18I18N: Split some original messages to allow translation reusability.Jordi Vilalta Prat
2011-08-12AUDIO: Replace macro in emumidi code with enum.Johannes Schickel
2011-08-10CMS: Simplify code a tiny bit.Johannes Schickel
2011-08-10CMS: Do proper clipping of the sound data on generation.Johannes Schickel
2011-08-07AUDIO: Simplify iterating backwards over an array.Christoph Mallon
2011-08-07COMMON: Replace x + ARRAYSIZE(x) by the simpler ARRAYEND(x).Christoph Mallon
2011-08-07AUDIO: Simplify complicated loop condition.Christoph Mallon
2011-08-07COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of...Christoph Mallon
2011-08-07AUDIO: #define OV_EXCLUDE_STATIC_CALLBACKS to not get unnecessary static data...Christoph Mallon
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-08-06JANITORIAL: Remove SVN keywordsEugene Sandulenko
2011-08-06OSYSTEM: extended installTimerProc() with timer ID parameterEugene Sandulenko
2011-07-19COMMON: Renamed Integer Log2 function from log2 to intLog2.D G Turner