aboutsummaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)Author
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
2011-07-19AUDIO: Fix stereo MS IMA ADPCM decodingSven Hesse
2011-07-19CODECS: Replaced Integer log2 in QDM2 with Common::Math implementation.D G Turner
2011-07-10SCUMM: minor bug fix in FM-Towns midi driverathrxx
2011-07-10JANITORIAL: Remove svn keywords from audio/decoders/codec.hJohannes Schickel
2011-07-10AUDIO: Fix QDM2 sound in QuickTime filesMatthew Hoops
2011-07-10AUDIO: Fix remaining AAC bugs by decoding with the same AAC contextMatthew Hoops
2011-07-04AUDIO: fix issue in detectDevice when config manager setting is missingathrxx
2011-06-23AUDIO: Replace assignment in return call by separate assignment and return call.Julien
2011-06-23AUDIO/BACKENDS/GRAPHICS: Add error checks after allocating memory with mallocJulien
2011-06-23ANALYSIS: Fix potential memory leak when using reallocJulien
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-11AUDIO: Add complementary functions for getting channel volume and balanceEugene Sandulenko
2011-06-10AUDIO: Small cleanup in MidiParser_XMIDI::loadMusicMax Horn
2011-06-10AUDIO: Remove dead codeMax Horn
2011-06-07AUDIO: improved warnings in detectDevice()athrxx
2011-06-07AUDIO: Remove tabs from comment spacingMatthew Hoops
2011-06-07AUDIO: Clarify makeAACStream() usageMatthew Hoops
2011-06-06GRAPHICS: Get rid of kSODFont (ScummFont)Thierry Crozat
2011-06-06AUDIO: some more text tweaksathrxx
2011-06-06I18N: Make MidiDriver detection errors translatable.Alyssa Milburn
2011-06-06AUDIO: Tweak warning textWillem Jan Palenstijn
2011-06-06AUDIO: cleanup MidiDriver::detectDevice()athrxx
2011-06-06AUDIO: replaced kDriverName in MidiDriver::detectDevice()athrxx
2011-06-05AUDIO: replace GUIErrorMessage()athrxx
2011-06-05AUDIO: fix device detection (missing rom files for MT-32 emu)athrxx
2011-06-03FM-TOWNS AUDIO: some cleanup in midi driver codeathrxx
2011-06-03COMMON: Cleanup QuickTime variable and struct namingMatthew Hoops
2011-06-02COMMON: Begin objectifying QuickTimeParser::SampleDesc furtherMatthew Hoops
2011-06-03AUDIO: Fix custom AdLib percussion instruments.Alyssa Milburn
2011-06-02FM-TOWNS AUDIO: fix regressionathrxx
2011-06-02FM-TOWNS AUDIO: cleanupathrxx
2011-06-02AUDIO: fix some typos in commentsathrxx
2011-06-01Merge pull request #20 from scott-t/t7g-iosclone2727
2011-06-01Merge branch 'branch-1-3-0' into masterMax Horn
2011-05-31Merge remote branch 'upstream/master' into t7g-iosMatthew Hoops
2011-05-31AUDIO: Plug MPEG-4/QuickTime audio into openStreamFileMatthew Hoops
2011-05-31AUDIO: Fix GCC Compilation Warning in FM-Towns Softsynth.D G Turner