Age | Commit message (Expand) | Author |
2010-01-07 | Fix use of getRate in VorbisInputStream's constructor. (Thanks to cyx for spo... | Johannes Schickel |
2010-01-07 | Remove the deprecated FLAC, Vorbis and MP3 factories. | Johannes Schickel |
2010-01-07 | Create a wrapper makeLoopingAudioStream to reduce code duplcation. | Johannes Schickel |
2010-01-07 | Fix warning | Max Horn |
2010-01-07 | - Strip custom looping code out of FLAC, Vorbis and MP3 streams | Johannes Schickel |
2010-01-06 | Adapt FLAC and Vorbis to use calculateSampleOffset in their seek implementation. | Johannes Schickel |
2010-01-05 | - Put the new factories for MP3, Vorbis and FLAC in place. | Johannes Schickel |
2010-01-05 | Remove unsafe getTotalPlayTime from AudioStream. | Johannes Schickel |
2010-01-05 | Add a "getLength" function to SeekableAudioStream. | Johannes Schickel |
2010-01-05 | - Add a new SeekableAudioStream interface. Soon to be used to replace audio s... | Johannes Schickel |
2010-01-01 | This time properly fix getTotalPlayTime for looped FLAC, MP3 and VORBIS audio... | Johannes Schickel |
2010-01-01 | Properly reset _numPlayedLoops in setNumLoops in all AudioStream implementati... | Johannes Schickel |
2010-01-01 | Fix getTotalPlayTime for MP3, FLAC, Vorbis and LinearMemoryStream after the l... | Johannes Schickel |
2010-01-01 | Implemented setNumLoops() for common audio streams. | Eugene Sandulenko |
2009-10-03 | If an error occured on constructing a VorbisInputStream, return 0 from makeVo... | Andre Heider |
2009-09-23 | Removed an assert() in favour of error checking. | Andre Heider |
2009-07-01 | - Added GCC_PRINTF attribute to several funcs where it makes sense | Max Horn |
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn |
2008-09-05 | Removed useless dependencies from common/file.h in common code. When complete... | Nicola Mettifogo |
2008-05-24 | Instead of simply returning 0 for "infinite" looping in FLAC and OGG/Vorbis s... | Johannes Schickel |
2008-05-24 | Take numLoops in account for getTotalPlayTime in FLAC and OGG/Vorbis streams. | Johannes Schickel |
2008-05-24 | Implementation of AudioStream::getTotalPlayTime for FLAC and OGG/Vorbis streams. | Johannes Schickel |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2007-07-15 | Removed the old (obsolete) audiostream factories for MP3/Vorbis/FLAC data whi... | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-14 | Got rid of the last traces of DigitalTrackInfo | Max Horn |
2007-02-24 | Added numLoops parameter to DigitalTrackInfo::play | 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 | Added looping support and an enhanced factory function to the Vorbis code | Max Horn |
2007-02-22 | Rewrote Ogg Vorbis code to be more flexible when it comes to seeking; also no... | Max Horn |
2007-02-20 | Revamed the Ogg Vorbis & FLAC DigitalTrackInfo subclasses to work similar to ... | Max Horn |
2007-02-19 | So far we only accepted track1.* as name for audio tracks -- now we also acce... | Max Horn |
2006-04-30 | cleanup | Max Horn |
2006-04-29 | Moved the AudioCDManager as well as class AudioStream and its (standard) subc... | Max Horn |
2006-04-07 | GP32 uses custom version of libtremor, so update header path. | Won Star |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-12-03 | 1. New build structure for Symbian builds to allow easier build and project u... | Lars Persson |
2005-12-02 | Updated to follow ScummVM coding standards i.e spaces, indents & "studpid" th... | Lars Persson |
2005-12-01 | Working Vorbis support for Symbian OS | Lars Persson |
2005-11-06 | the PSP port of libtremor was updated, so this define is no longer needed | Joost Peters |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-09-17 | libtremor is installed to a different location when using the port from pspde... | Joost Peters |
2005-08-10 | Don't explicity check for tremor and vorbis everywhere and | Jonathan Gray |
2005-08-10 | Rest of the changes required for tremor to actually work. | Jonathan Gray |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-30 | Enhanced tremor support from Jolan Luff. | Jonathan Gray |