aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2010-06-26Add missing include for translationsWillem Jan Palenstijn
2010-06-26GUI: Add and improve some messages to translateJordi Vilalta Prat
2010-06-26Fix formatting again.Johannes Schickel
2010-06-25AUDIO: fix commentsFlorian Kagerer
2010-06-25AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel...Florian Kagerer
2010-06-25Formatting fixes.Johannes Schickel
2010-06-25AUDIO: some fixes in the audio device code (no sound option, new GUIO flags)Florian Kagerer
2010-06-22LAUNCHER: hopefully fixed music driver selection via command lineFlorian Kagerer
2010-06-22Remove some trailing tabs.Johannes Schickel
2010-06-22GUI/LAUNCHER: This should fix the regression concerning pc speaker / pcjr sup...Florian Kagerer
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-06-18Make MidiParser::sendToDriver protected.Johannes Schickel
2010-06-16SCI: implement channel remapping for SCI1Martin Kiewitz
2010-06-15Some documentation cleanup to ease readability.Johannes Schickel
2010-06-15Modify makeAIFFStream to match the other sound decoder factoriesMax Horn
2010-06-15Fix spelling, cleanupMax Horn
2010-06-15GUI: Implement MIDI drivers as GUI options.Eugene Sandulenko
2010-06-15Sound: add PCJR as a pseudodriver.Eugene Sandulenko
2010-06-15Implement translation support for ScummVM GUI.Eugene Sandulenko
2010-06-14Since allNotesOff() is virtual and can be overriden, make its associated vari...Filippos Karapetis
2010-06-09Rewind the underlying audio stream on LoopingAudioStream creation.Johannes Schickel
2010-06-08Modification to remove false positive "Possible divide by zero" warnings give...David Turner
2010-06-06Add Android backend from patch #2603856Max Horn
2010-06-06Correction for SCI valgrind uninit memory error in MIDI sound which occurs du...David Turner
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-25Patch #3006178: "rjp1: calculate sample length correctly"Max Horn
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-17Add the Common::Rational class from patch #2963496 (VideoDecoder Rewrite)Matthew Hoops
2010-05-07Fix comment to removed functionOri Avtalion
2010-05-05Replace various strncpy usages by strlcpy.Johannes Schickel
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-29Rename input -> streamMax Horn
2010-04-20Fix the MT32 gfx output for 16bit compatiblity, cleanup, get rid of unnecessa...Andre Heider
2010-04-17Fixing some warnings (with gcc 3.3.6)Max Horn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-04-09Add missing cases to switch statements, remove whitespaceOri Avtalion
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-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-03-13Fix our DECLARE_SINGLETON macro to conform to the C++ specs.Johannes Schickel
2010-03-12Fix bug #2969282: DW2: Weird "PC SPEAKER-like" sound distortion.Max Horn