Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-14 | Extended Audio::openStreamFile function with startTime, duration and ↵ | Max Horn | |
numLoops parameters, and slightly cleaned up its code svn-id: r26471 | |||
2007-04-09 | When the appendable audiostream is done with a queued buffer, delete it as | Torbjörn Andersson | |
documented. svn-id: r26444 | |||
2007-04-09 | I hope this fixes the file headers. | Torbjörn Andersson | |
svn-id: r26428 | |||
2007-04-09 | Implemented enough of AIFF to play the music from the Broken Sword 1 demo. At | Torbjörn Andersson | |
least as far as I tried it which, admittedly, wasn't very far. svn-id: r26423 | |||
2007-04-06 | Changes to CPU local ram allocation for DS port | Neil Millstone | |
svn-id: r26395 | |||
2007-04-06 | Changed the MP3 playback code again, this time hopefully fixing the problems ↵ | Max Horn | |
in the MI Amiga demo svn-id: r26392 | |||
2007-04-06 | Fixed looping of MP3 tracks (same problem as with the FLAC tracks) | Max Horn | |
svn-id: r26389 | |||
2007-04-06 | Fix looping for FLAC tracs (looping parts of a file already worked, but ↵ | Max Horn | |
looping until the end of data didn't) svn-id: r26388 | |||
2007-03-24 | Added standard fileheader. (oops) | Johannes Schickel | |
svn-id: r26286 | |||
2007-03-24 | Commit of patch #1686414 ("Kyra: FM-Towns music"). | Johannes Schickel | |
svn-id: r26285 | |||
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class ↵ | Max Horn | |
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180 | |||
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn | |
svn-id: r26156 | |||
2007-03-10 | More fixes for MSVC8 warnings. | Eugene Sandulenko | |
svn-id: r26063 | |||
2007-03-04 | Removed obsolete comment | Max Horn | |
svn-id: r25956 | |||
2007-03-02 | Updated comment | Max Horn | |
svn-id: r25929 | |||
2007-03-02 | Changed the order of the parameters of makeLinearInputStream to resemble ↵ | Max Horn | |
Mixer::playRaw; also made makeLinearInputStream honor FLAG_LOOP (and for this, changed its loop related params slightly) svn-id: r25926 | |||
2007-03-02 | Added a warning that the mixer FLAG_ enum should not be messed with, lest ↵ | Max Horn | |
iMuseDigital saves will break svn-id: r25925 | |||
2007-03-02 | Added reverseStereo parameter to Mixer::playInputStream; changed ↵ | Max Horn | |
Mixer::playRaw to use Mixer::playInputStream svn-id: r25923 | |||
2007-03-01 | Rephrased a comment a bit | Max Horn | |
svn-id: r25914 | |||
2007-02-28 | Changed the AppendableAudioStream code to use a queue of buffers, instead of ↵ | Max Horn | |
a fixed size wrap-around memory buffer (this reduces memory usage in some cases by 500-700k, while actually being more flexible) svn-id: r25909 | |||
2007-02-28 | cleanup | Max Horn | |
svn-id: r25906 | |||
2007-02-24 | Changed AudioStream::openStreamFile to use the modern variant of the audio ↵ | Max Horn | |
stream factories (thus, the FLAC/Ogg/MP3 files it opens are not read completely into memory anymore) svn-id: r25839 | |||
2007-02-24 | Remove unneeded #includes | Max Horn | |
svn-id: r25838 | |||
2007-02-24 | Trying to unify the order in which we try the various audio formats: Prefer ↵ | Max Horn | |
FLAC (lossless) over Ogg Vorbis ('free') over MP3 -- the order is admittedly somewhat arbitrary, but at least now it's consistent across all parts of ScummVM svn-id: r25837 | |||
2007-02-24 | Added numLoops parameter to DigitalTrackInfo::play | Max Horn | |
svn-id: r25836 | |||
2007-02-24 | Add looping support to the FLAC decoder | Max Horn | |
svn-id: r25833 | |||
2007-02-24 | Replaced variable buffer in the FLAC code by a fixed on | Max Horn | |
svn-id: r25832 | |||
2007-02-24 | more FLAC code cleanup | Max Horn | |
svn-id: r25831 | |||
2007-02-24 | Removed FlacInputStream::deleteBuffer | Max Horn | |
svn-id: r25829 | |||
2007-02-24 | some fixes and additions for FOTAQ amiga versions | Gregory Montoir | |
svn-id: r25825 | |||
2007-02-22 | fixed comments. | Johannes Schickel | |
svn-id: r25797 | |||
2007-02-22 | FLAC code cleanup | Max Horn | |
svn-id: r25796 | |||
2007-02-22 | added yet another #pragma mark to the vorbis code (just for the sake of *my* ↵ | Max Horn | |
text editor -- yeah, I'm selfish :-) svn-id: r25795 | |||
2007-02-22 | cleanup | Max Horn | |
svn-id: r25794 | |||
2007-02-22 | Reduce chance for overflows in VorbisTrackInfo::play | Max Horn | |
svn-id: r25793 | |||
2007-02-22 | Updated FLAC code to match the changes made to the MP3 & Vorbis decoders ↵ | Max Horn | |
(e.g. use a SeekableReadStream for input, allow specifying parts of a stream via time-valued parameters, etc.) -- note: looping is not yet implemented, even though it is already present in the API svn-id: r25792 | |||
2007-02-22 | If an AudioStream returned a negative number in his readBuffer() method, ↵ | Max Horn | |
then CopyRateConverter::flow could have got stuck in a (quasi) endless loop svn-id: r25790 | |||
2007-02-22 | Added looping support and an enhanced factory function to the Vorbis code | Max Horn | |
svn-id: r25789 | |||
2007-02-22 | cleanup | Max Horn | |
svn-id: r25788 | |||
2007-02-22 | Rewrote Ogg Vorbis code to be more flexible when it comes to seeking; also ↵ | Max Horn | |
now playback from arbitrary SeekableReadStream data sources is possible svn-id: r25784 | |||
2007-02-21 | added initial support for FOTAQ amiga versions | Gregory Montoir | |
svn-id: r25769 | |||
2007-02-20 | Revamed the Ogg Vorbis & FLAC DigitalTrackInfo subclasses to work similar to ↵ | Max Horn | |
the MP3 one (i.e. only open the data file when about to play) svn-id: r25757 | |||
2007-02-20 | Added looping to the MP3 streams (currently virtually untested, so watch out) | Max Horn | |
svn-id: r25756 | |||
2007-02-20 | Remove some leftover comments I made while writing the new MP3 code; make ↵ | Max Horn | |
use of the new ReadStream::readStream() method in makeMP3Stream() svn-id: r25755 | |||
2007-02-20 | Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me | Max Horn | |
svn-id: r25752 | |||
2007-02-20 | Rewrote MP3InputStream mostly from scratch: | Max Horn | |
- added support for proper time-based seeking (for now internally only) - this should permit VBR encoded MP3 audio CD tracks to be used (not tested) - Symbian specific hacks were removed, as they hopefully aren't needed anymore (not tested)) This change will is likely to introduce regressions, everybody please test all cases where we allow using MP3 encoded data svn-id: r25750 | |||
2007-02-20 | Document AudioCDManager::play | Max Horn | |
svn-id: r25742 | |||
2007-02-20 | Cleaned up AudioCDManager::getCachedTrack (in particular, don't empty a slot ↵ | Max Horn | |
in the track cache if we are not going to use it) svn-id: r25740 | |||
2007-02-19 | So far we only accepted track1.* as name for audio tracks -- now we also ↵ | Max Horn | |
accept track01.* (we still only document the former naming scheme, intentionally) svn-id: r25728 | |||
2007-02-18 | cleanup and fixed _module memory leak | Gregory Montoir | |
svn-id: r25708 |