aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2009-07-09Added proper safeguards for shorten.*, thereby fixing commit 42259Filippos Karapetis
2009-07-09Renamed sound/iff.* to sound/iff_sound.* to fix an issue with the upcoming ch...Filippos Karapetis
2009-07-08Added guards to only include the Shorten audio code when the SAGA2 code in th...Filippos Karapetis
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
2009-06-12* Moved the updated IFF code from Parallaction to common/Nicola Mettifogo
2009-06-12* Replaced the A8SVXDecoder class with a function to return an AudioStream in...Nicola Mettifogo
2009-06-06Patch #1365914: "SCUMM: CMS support." Disabled by default. Still plenty to do.Eugene Sandulenko
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-29Double volume of DOSBox' OPL emulator, like DOSBox does too.Johannes Schickel
2009-05-28Added Audio::Timestamp::addMsecs methodMax Horn
2009-05-27Add include guard.Johannes Schickel
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-23Add support for "getTotalPlayTime" in LinearMemoryStream again.Johannes Schickel
2009-05-23Allow for different MOD signaturesSven Hesse
2009-05-22Fixed a warning: printf("%f") should take a double, not a float.Marcus Comstedt
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2009-05-18Add some simple implementation for type 8 data blocks:Johannes Schickel
2009-05-18Fix crash when any movie is played in the Macintosh version of The Feebles Fi...Travis Howell
2009-05-13Fix spelling of AdLib (it's AdLib not Adlib).Johannes Schickel
2009-05-13Make g++ 4.4 happy (warning about out of bounds access).Johannes Schickel
2009-05-12Make 'create' return an OPL2 by default.Johannes Schickel
2009-05-12Cleanup.Johannes Schickel
2009-05-12Fix OPL emulator IDs.Johannes Schickel
2009-05-12- Add support for selecting the OPL emulator being used (config entry: "opl_d...Johannes Schickel
2009-05-06For the time being rename opl.h to opl_inc.h and opl.cpp to opl_impl.h, so MS...Johannes Schickel
2009-05-06Another attempt at fixing MSVC compiliation. (someone test this please ;-)Johannes Schickel
2009-05-06Patch #2758080: GSOC09: XMIDI parser switch casesMax Horn
2009-05-06Don't include headers inside namespace scopes. This should fix compilation on...Johannes Schickel
2009-05-06Added a reference to scummsys.h to fix compilation errorsPaul Gilbert
2009-05-06Fix feedback/algorithm register write bugs in Dual OPL2 mode.Johannes Schickel
2009-05-05Really fix Dual OPL2 initialization.Johannes Schickel
2009-05-05Dual OPL2 initialization bugfix.Johannes Schickel
2009-05-05Cleanup:Johannes Schickel
2009-05-05- Remove default parameter from OPL::createJohannes Schickel
2009-05-05At request by DrMcCoy enable DOSBox OPL2 by default whenever DISABLE_DOSBOX_O...Johannes Schickel
2009-05-05AdLib emulator changes part2:Johannes Schickel
2009-05-05AdLib emulator changes part1 (breaks compilation :-/):Johannes Schickel
2009-04-22Rename adlib_read to adlib_get_reg_value, since it return the (cached) regist...Johannes Schickel
2009-04-22Renamed some variables and parameters to match their real use. Johannes Schickel
2009-03-30vag: delete stream after useFabio Battaglia
2009-03-30Rate selection is now possible for VAG audio decoder, also decoder doesn't di...Fabio Battaglia
2009-03-27Fix regression from r39702: look up music_driver in configWillem Jan Palenstijn
2009-03-26MidiDriver cleanup: findMusicDriver now returns a pointer (makes it possible ...Max Horn
2009-03-26Changed doxygen comments in sound/midiparser.h to match with our usual format...Max Horn
2009-03-17Do not use TO_LE_16 for the IMA ADPCM decoder as it breaks sound on BE systems.Matthew Hoops
2009-03-15Moving sword1/vag.* into sound/, to be used by Broken Sword 2 PSXFabio Battaglia
2009-03-10Use pow() instead of powf() when compiling with MinGW32 to work around a libs...Andre Heider
2009-03-09Added some more Audio::Timestamp unit testsMax Horn
2009-03-09Added some comments to Audio::TimestampMax Horn
2009-03-08Patch #2658710: "Add comments to specify which engines use which decoders"Eugene Sandulenko