aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/imuse_digi
AgeCommit message (Expand)Author
2019-12-23SCUMM: Fix Missing Default Switch CasesD G Turner
2019-07-14SCUMM: Silence GCC memset() warningsTorbjörn Andersson
2018-05-21SCUMM: Fix wrong comment about iMUSE digital variableAdrian Frühwirth
2018-01-31COMMON: Move VER macro for serializer into common codeColin Snover
2018-01-31SCUMM: Replace UB-triggering serialization code with Common::SerializerColin Snover
2018-01-31SCUMM: implement lipsync for v7 gamesAdrian Frühwirth
2017-08-06JANITORIAL: Increase buffer size to fix potential overflowTorbjörn Andersson
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-02-15JANITORIAL: Typos detected with lintian & grepAlexandre Detiste
2015-09-04SCUMM: Do not reverse stereo for digital iMuse soundsMatthew Hoops
2014-02-18SCUMM: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-03SCUMM: Fix potential memory leak. CID 1003586Eugene Sandulenko
2013-10-03SCUMM: Fix unused variable warningsRodrigo Rebello
2013-06-04SCUMM: Verify sample width in Digital iMUSE callback. CID 1002112Torbjörn Andersson
2012-04-04SCUMM: Fix spelling of lengthJoel Teichroeb
2011-08-06OSYSTEM: extended installTimerProc() with timer ID parameterEugene Sandulenko
2011-07-03SCUMM: fix crash in digital iMuse games when using RTL and restartingathrxx
2011-05-14SCUMM: Remove some unused var warnings (see bug #3293800)Max Horn
2011-05-13SCUMM: Move class ResourceManager to its own headerMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-14SCUMM: TypoMax Horn
2011-04-13SCUMM: Use shared ADPCM data tablesMax Horn
2011-04-13SCUMM: Fix bug #3187622 (COMI: incorrect decoding of audio codec 13/15)Max Horn
2011-04-13SCUMM: Resolve some code duplicationMax Horn
2011-04-13SCUMM: Move ADPCM decoder into separate functionMax Horn
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-11-23SCUMM: Replace Common::File uses by SeekableReadStream and SearchManMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-03-04Fix another mismatching new[] call (note that this needs to be replaced by ma...Johannes Schickel
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-22SCUMM: Get rid of some redundant enum vals in iMuse digitialMax Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::FLAG_REVERSE_STEREO; also change SCUMM's iMuse Digital emul...Max Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
2010-01-08Switch SCUMM from AppendableAudioStream to QueuingAudioStreamMax Horn
2010-01-06Adapt digital iMuse to use SeekableAudioStream::seek, instead of ryling on th...Johannes Schickel
2010-01-05- Put the new factories for MP3, Vorbis and FLAC in place.Johannes Schickel
2009-09-23fix for bug #2820389Paweł Kołodziejski
2009-09-23not need continue checks after foundPaweł Kołodziejski
2009-09-11Remove excess spaces.Travis Howell
2009-08-01Added some more information to the "Compressed sound ... invalid" error. MaybeTorbjörn Andersson
2009-07-17Fix bug #2821986 - COMI: setting to 'subtitles only' does not disable speech.Travis Howell
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-26Turned some static tables into static const tables; added some FIXME comments...Max Horn