aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2007-06-28Switched Paula (Amiga MOD) code to use fixed point math instead of doubles (c...Max Horn
2007-06-28cleanupMax Horn
2007-06-28Fix a bad, bad out-of-bounds write in the Protracker codeMax Horn
2007-06-28Some optimizations to the Paula sound chip emu code (removing common sub expr...Max Horn
2007-06-28Moved some fixed point code to its own header file; simplified the LinearRate...Max Horn
2007-06-28Started to refactor the Paula / Amiga MOD code: Made some stuff in class Paul...Max Horn
2007-06-28Minor cleanupMax Horn
2007-06-25Fix for a stupid typo in yesterdays sound fill tweak.Robin Watts
2007-06-25Patch #1742574: "GUI: Unify "Default" options text"Eugene Sandulenko
2007-06-24Small tweak to the readBuffer routines of sound/audiostream.cpp; by counting aRobin Watts
2007-06-24Remove useless startPlay override from ProtrackerStreamMax Horn
2007-06-24Mod code cleanupMax Horn
2007-06-16cleanupMax Horn
2007-06-16cleanupMax Horn
2007-06-16Avoid using the 'st_sample_t out[2]' arrays inside tight loops, as some compi...Max Horn
2007-06-16Tiny changes to help optimizer resolve array aliasingMax Horn
2007-06-16Patch #1717419: Optimisation for sound rate conversion codeMax Horn
2007-06-16Fix legal header for new files.Eugene Sandulenko
2007-06-16Patch #1721826: ARM asm versions of sound rate conversion/mixing codeMax Horn
2007-06-03Removed dead codeMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-27Reverted r26922.Johannes Schickel
2007-05-22Simpilified Singleton implementation and usage.Johannes Schickel
2007-05-20some fixes for the music in Amiga OS DemoGregory Montoir
2007-05-19added Amiga SoundFx module player code, used by Amiga versions of the followi...Gregory Montoir
2007-05-01Implemented a IFF (Interchange File Format) parser and added subclasses to pa...Nicola Mettifogo
2007-04-27Added a doxygen comment to makeProtrackerStream -- somebody who knows the cod...Max Horn
2007-04-26Removing more semicolaMax Horn
2007-04-25Removing lots of superfluous semicola (see mail by David Weinehall on scummvm...Max Horn
2007-04-19Patch #1701118: Remove non-english characters from ym2612.cppMax Horn
2007-04-15Some more supposedly unitialized variables (see bug #1700986)Sven Hesse
2007-04-14Got rid of the last traces of DigitalTrackInfoMax Horn
2007-04-14Rewrote AudioCDManager to not use DigitalTrackInfo instances anymore, but rat...Max Horn
2007-04-14Extended Audio::openStreamFile function with startTime, duration and numLoops...Max Horn
2007-04-09When the appendable audiostream is done with a queued buffer, delete it asTorbjörn Andersson
2007-04-09I hope this fixes the file headers.Torbjörn Andersson
2007-04-09Implemented enough of AIFF to play the music from the Broken Sword 1 demo. AtTorbjörn Andersson
2007-04-06Changes to CPU local ram allocation for DS portNeil Millstone
2007-04-06Changed the MP3 playback code again, this time hopefully fixing the problems ...Max Horn
2007-04-06Fixed looping of MP3 tracks (same problem as with the FLAC tracks)Max Horn
2007-04-06Fix looping for FLAC tracs (looping parts of a file already worked, but loopi...Max Horn
2007-03-24Added standard fileheader. (oops)Johannes Schickel
2007-03-24Commit of patch #1686414 ("Kyra: FM-Towns music").Johannes Schickel
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
2007-03-10More fixes for MSVC8 warnings.Eugene Sandulenko
2007-03-04Removed obsolete commentMax Horn
2007-03-02Updated commentMax Horn
2007-03-02Changed the order of the parameters of makeLinearInputStream to resemble Mixe...Max Horn
2007-03-02Added a warning that the mixer FLAG_ enum should not be messed with, lest iMu...Max Horn