Age | Commit message (Expand) | Author |
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 |
2007-04-06 | Changes to CPU local ram allocation for DS port | Neil Millstone |
2007-04-06 | Changed the MP3 playback code again, this time hopefully fixing the problems ... | Max Horn |
2007-04-06 | Fixed looping of MP3 tracks (same problem as with the FLAC tracks) | Max Horn |
2007-04-06 | Fix looping for FLAC tracs (looping parts of a file already worked, but loopi... | Max Horn |
2007-03-24 | Added standard fileheader. (oops) | Johannes Schickel |
2007-03-24 | Commit of patch #1686414 ("Kyra: FM-Towns music"). | Johannes Schickel |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn |
2007-03-10 | More fixes for MSVC8 warnings. | Eugene Sandulenko |
2007-03-04 | Removed obsolete comment | Max Horn |
2007-03-02 | Updated comment | Max Horn |
2007-03-02 | Changed the order of the parameters of makeLinearInputStream to resemble Mixe... | Max Horn |
2007-03-02 | Added a warning that the mixer FLAG_ enum should not be messed with, lest iMu... | Max Horn |
2007-03-02 | Added reverseStereo parameter to Mixer::playInputStream; changed Mixer::playR... | Max Horn |
2007-03-01 | Rephrased a comment a bit | Max Horn |
2007-02-28 | Changed the AppendableAudioStream code to use a queue of buffers, instead of ... | Max Horn |
2007-02-28 | cleanup | Max Horn |
2007-02-24 | Changed AudioStream::openStreamFile to use the modern variant of the audio st... | Max Horn |
2007-02-24 | Remove unneeded #includes | Max Horn |
2007-02-24 | Trying to unify the order in which we try the various audio formats: Prefer F... | Max Horn |