aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2007-07-28Add support for multi-tune Protracker modules used in the Amiga version of Wa...Travis Howell
2007-07-22Don't be so strict about un-pausing sounds which are not paused currentlyMax Horn
2007-07-15Removed the old (obsolete) audiostream factories for MP3/Vorbis/FLAC data whi...Max Horn
2007-07-01Fix looping effect (at least DrMcCoy says it fixes it somehow, and I trust hi...Max Horn
2007-07-01Re-added __attribute__(packed)Max Horn
2007-07-01Once again rewrite Paula code (addings lots of comments, doing proper wrap ar...Max Horn
2007-07-01Removing non-ASCII chars from source codeMax Horn
2007-06-30Changed semantics of Mixer::pause*() methods -- if you pause n times, you hav...Max Horn
2007-06-30Tabs -> spacesMax Horn
2007-06-30Update the ARM version of the rate conversion code, in line with FingolfinsRobin Watts
2007-06-30Tweak LinearRateConverter code so that opos is in the range [0,1[ instead of ...Max Horn
2007-06-29Added small explanatory commentMax Horn
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