aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
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
2007-03-02Added reverseStereo parameter to Mixer::playInputStream; changed Mixer::playR...Max Horn
2007-03-01Rephrased a comment a bitMax Horn
2007-02-28Changed the AppendableAudioStream code to use a queue of buffers, instead of ...Max Horn
2007-02-28cleanupMax Horn
2007-02-24Changed AudioStream::openStreamFile to use the modern variant of the audio st...Max Horn
2007-02-24Remove unneeded #includesMax Horn
2007-02-24Trying to unify the order in which we try the various audio formats: Prefer F...Max Horn
2007-02-24Added numLoops parameter to DigitalTrackInfo::playMax Horn
2007-02-24Add looping support to the FLAC decoderMax Horn
2007-02-24Replaced variable buffer in the FLAC code by a fixed onMax Horn
2007-02-24more FLAC code cleanupMax Horn
2007-02-24Removed FlacInputStream::deleteBufferMax Horn
2007-02-24some fixes and additions for FOTAQ amiga versionsGregory Montoir
2007-02-22fixed comments.Johannes Schickel
2007-02-22FLAC code cleanupMax Horn
2007-02-22added yet another #pragma mark to the vorbis code (just for the sake of *my* ...Max Horn
2007-02-22cleanupMax Horn
2007-02-22Reduce chance for overflows in VorbisTrackInfo::playMax Horn
2007-02-22Updated FLAC code to match the changes made to the MP3 & Vorbis decoders (e.g...Max Horn
2007-02-22If an AudioStream returned a negative number in his readBuffer() method, then...Max Horn
2007-02-22Added looping support and an enhanced factory function to the Vorbis codeMax Horn