aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2005-11-06the PSP port of libtremor was updated, so this define is no longer neededJoost Peters
2005-11-02Avoid using powf/expf/logf under Mac OS X, as they cause binary & compile inc...Max Horn
2005-10-21Fix MS IMA ADPCM decoder. I like Microsoft so much for reinventing anotherEugene Sandulenko
2005-10-19Improved IMA ADPCM decoder. It appeared that MS violated yet another standardEugene Sandulenko
2005-10-19Simplified common buffer reader. Implemented now unused Microsoft IMAEugene Sandulenko
2005-10-18Fix bug #1221549 "MT32emu: doesn't compile under gcc 3.4.2 / i386"Eugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-10-12PalmOS ARM tooChris Apers
2005-10-12Looks like my pitch wheel change still has the ability to break things. SeeTorbjörn Andersson
2005-10-11Moved the pitch wheel centering to unloadMusic() instead, since having itTorbjörn Andersson
2005-10-10Removed the "reset all controllers" message. It currently breaks on Adlib,Torbjörn Andersson
2005-10-10I noticed yesterday that if you change music in IHNM at the "right" moment,Torbjörn Andersson
2005-09-22Fix regression caused by recent code cleanup. Each input byte should beEugene Sandulenko
2005-09-18Clarify the AudioStream::readSample requirementsMax Horn
2005-09-17Cleaned up the ADPCM codeMax Horn
2005-09-17libtremor is installed to a different location when using the port from pspde...Joost Peters
2005-09-11committed patch #1281714 'Kyra 1 Sound Patch'. Thanks LordHoto.Gregory Montoir
2005-09-03Change PalmOS identChris Apers
2005-08-10Don't explicity check for tremor and vorbis everywhere andJonathan Gray
2005-08-10Rest of the changes required for tremor to actually work.Jonathan Gray
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-07-19I believe this fixes a GCC 4 compile error, but I can't run the MT-32Torbjörn Andersson
2005-07-11Fix more GCC 4.0 warningsMax Horn
2005-07-03- Small changes to sync with Munt.Jerome Fisher
2005-06-30Enhanced tremor support from Jolan Luff.Jonathan Gray
2005-06-26Fix warningMax Horn
2005-06-26Updated Scummvm MP3 implementation with patch so it works with Symbian multit...Lars Persson
2005-06-24oops forgot this in my previous commitMax Horn
2005-06-24Fixed Oki table entry; added doc URL; mention IMA ADPCMMax Horn
2005-06-24For consistency, specify directory when including files.Torbjörn Andersson
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
2005-06-20Added virtual destructor, to silence a few more GCC 4 warningsMax Horn
2005-05-27More whitespace changes.Torbjörn Andersson
2005-05-11Mixer is now in namespace Audio. fix compiling.Oliver Kiehl
2005-05-11Moved some more stuff to namespace Audio (enough for tonight)Max Horn
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-05-09fixed warningPaweł Kołodziejski
2005-05-09Patch #1181544 (AmigaOS 4 changes)Max Horn
2005-05-09Fix doxygen messageMax Horn
2005-05-08Comply to our coding conventionsMax Horn
2005-05-05Fixed some doxygen warningsMax Horn
2005-05-04Switch link to web page with more detailed information on compression types.Travis Howell
2005-05-03o Fixed ADPCM decoder length bugEugene Sandulenko
2005-05-03Moved Oki ADPCM aka VOX decoder from SAGA engine to common sound/ directory.Eugene Sandulenko
2005-04-22* Added new virtual base class 'Stream', ReadStream andMax Horn
2005-04-20code conventionsGregory Montoir
2005-04-20this should fix bug #1181979Gregory Montoir