Age | Commit message (Expand) | Author |
2007-07-28 | Ooops, fix typo in last commit. | Travis Howell |
2007-07-28 | Add support for multi-tune Protracker modules used in the Amiga version of Wa... | Travis Howell |
2007-07-22 | Don't be so strict about un-pausing sounds which are not paused currently | Max Horn |
2007-07-15 | Removed the old (obsolete) audiostream factories for MP3/Vorbis/FLAC data whi... | Max Horn |
2007-07-01 | Fix looping effect (at least DrMcCoy says it fixes it somehow, and I trust hi... | Max Horn |
2007-07-01 | Re-added __attribute__(packed) | Max Horn |
2007-07-01 | Once again rewrite Paula code (addings lots of comments, doing proper wrap ar... | Max Horn |
2007-07-01 | Removing non-ASCII chars from source code | Max Horn |
2007-06-30 | Changed semantics of Mixer::pause*() methods -- if you pause n times, you hav... | Max Horn |
2007-06-30 | Tabs -> spaces | Max Horn |
2007-06-30 | Update the ARM version of the rate conversion code, in line with Fingolfins | Robin Watts |
2007-06-30 | Tweak LinearRateConverter code so that opos is in the range [0,1[ instead of ... | Max Horn |
2007-06-29 | Added small explanatory comment | Max Horn |
2007-06-28 | Switched Paula (Amiga MOD) code to use fixed point math instead of doubles (c... | Max Horn |
2007-06-28 | cleanup | Max Horn |
2007-06-28 | Fix a bad, bad out-of-bounds write in the Protracker code | Max Horn |
2007-06-28 | Some optimizations to the Paula sound chip emu code (removing common sub expr... | Max Horn |
2007-06-28 | Moved some fixed point code to its own header file; simplified the LinearRate... | Max Horn |
2007-06-28 | Started to refactor the Paula / Amiga MOD code: Made some stuff in class Paul... | Max Horn |
2007-06-28 | Minor cleanup | Max Horn |
2007-06-25 | Fix for a stupid typo in yesterdays sound fill tweak. | Robin Watts |
2007-06-25 | Patch #1742574: "GUI: Unify "Default" options text" | Eugene Sandulenko |
2007-06-24 | Small tweak to the readBuffer routines of sound/audiostream.cpp; by counting a | Robin Watts |
2007-06-24 | Remove useless startPlay override from ProtrackerStream | Max Horn |
2007-06-24 | Mod code cleanup | Max Horn |
2007-06-16 | cleanup | Max Horn |
2007-06-16 | cleanup | Max Horn |
2007-06-16 | Avoid using the 'st_sample_t out[2]' arrays inside tight loops, as some compi... | Max Horn |
2007-06-16 | Tiny changes to help optimizer resolve array aliasing | Max Horn |
2007-06-16 | Patch #1717419: Optimisation for sound rate conversion code | Max Horn |
2007-06-16 | Fix legal header for new files. | Eugene Sandulenko |
2007-06-16 | Patch #1721826: ARM asm versions of sound rate conversion/mixing code | Max Horn |
2007-06-03 | Removed dead code | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-27 | Reverted r26922. | Johannes Schickel |
2007-05-22 | Simpilified Singleton implementation and usage. | Johannes Schickel |
2007-05-20 | some fixes for the music in Amiga OS Demo | Gregory Montoir |
2007-05-19 | added Amiga SoundFx module player code, used by Amiga versions of the followi... | Gregory Montoir |
2007-05-01 | Implemented a IFF (Interchange File Format) parser and added subclasses to pa... | Nicola Mettifogo |
2007-04-27 | Added a doxygen comment to makeProtrackerStream -- somebody who knows the cod... | Max Horn |
2007-04-26 | Removing more semicola | Max Horn |
2007-04-25 | Removing lots of superfluous semicola (see mail by David Weinehall on scummvm... | Max Horn |
2007-04-19 | Patch #1701118: Remove non-english characters from ym2612.cpp | Max Horn |
2007-04-15 | Some more supposedly unitialized variables (see bug #1700986) | Sven Hesse |
2007-04-14 | Got rid of the last traces of DigitalTrackInfo | Max Horn |
2007-04-14 | Rewrote AudioCDManager to not use DigitalTrackInfo instances anymore, but rat... | Max Horn |
2007-04-14 | Extended Audio::openStreamFile function with startTime, duration and numLoops... | Max Horn |
2007-04-09 | When the appendable audiostream is done with a queued buffer, delete it as | Torbjörn Andersson |
2007-04-09 | I hope this fixes the file headers. | Torbjörn Andersson |
2007-04-09 | Implemented enough of AIFF to play the music from the Broken Sword 1 demo. At | Torbjörn Andersson |