Age | Commit message (Expand) | Author |
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 |
2007-02-24 | Added numLoops parameter to DigitalTrackInfo::play | Max Horn |
2007-02-24 | Add looping support to the FLAC decoder | Max Horn |
2007-02-24 | Replaced variable buffer in the FLAC code by a fixed on | Max Horn |
2007-02-24 | more FLAC code cleanup | Max Horn |
2007-02-24 | Removed FlacInputStream::deleteBuffer | Max Horn |
2007-02-24 | some fixes and additions for FOTAQ amiga versions | Gregory Montoir |
2007-02-22 | fixed comments. | Johannes Schickel |
2007-02-22 | FLAC code cleanup | Max Horn |
2007-02-22 | added yet another #pragma mark to the vorbis code (just for the sake of *my* ... | Max Horn |
2007-02-22 | cleanup | Max Horn |
2007-02-22 | Reduce chance for overflows in VorbisTrackInfo::play | Max Horn |
2007-02-22 | Updated FLAC code to match the changes made to the MP3 & Vorbis decoders (e.g... | Max Horn |
2007-02-22 | If an AudioStream returned a negative number in his readBuffer() method, then... | Max Horn |
2007-02-22 | Added looping support and an enhanced factory function to the Vorbis code | Max Horn |
2007-02-22 | cleanup | Max Horn |
2007-02-22 | Rewrote Ogg Vorbis code to be more flexible when it comes to seeking; also no... | Max Horn |
2007-02-21 | added initial support for FOTAQ amiga versions | Gregory Montoir |
2007-02-20 | Revamed the Ogg Vorbis & FLAC DigitalTrackInfo subclasses to work similar to ... | Max Horn |
2007-02-20 | Added looping to the MP3 streams (currently virtually untested, so watch out) | Max Horn |
2007-02-20 | Remove some leftover comments I made while writing the new MP3 code; make use... | Max Horn |
2007-02-20 | Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me | Max Horn |
2007-02-20 | Rewrote MP3InputStream mostly from scratch: | Max Horn |
2007-02-20 | Document AudioCDManager::play | Max Horn |
2007-02-20 | Cleaned up AudioCDManager::getCachedTrack (in particular, don't empty a slot ... | Max Horn |