aboutsummaryrefslogtreecommitdiff
path: root/sound/vorbis.cpp
AgeCommit message (Expand)Author
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-14Got rid of the last traces of DigitalTrackInfoMax Horn
2007-02-24Added numLoops parameter to DigitalTrackInfo::playMax 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-22Added looping support and an enhanced factory function to the Vorbis codeMax Horn
2007-02-22Rewrote Ogg Vorbis code to be more flexible when it comes to seeking; also no...Max Horn
2007-02-20Revamed the Ogg Vorbis & FLAC DigitalTrackInfo subclasses to work similar to ...Max Horn
2007-02-19So far we only accepted track1.* as name for audio tracks -- now we also acce...Max Horn
2006-04-30cleanupMax Horn
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) subc...Max Horn
2006-04-07GP32 uses custom version of libtremor, so update header path.Won Star
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-12-031. New build structure for Symbian builds to allow easier build and project u...Lars Persson
2005-12-02Updated to follow ScummVM coding standards i.e spaces, indents & "studpid" th...Lars Persson
2005-12-01Working Vorbis support for Symbian OSLars Persson
2005-11-06the PSP port of libtremor was updated, so this define is no longer neededJoost Peters
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-09-17libtremor is installed to a different location when using the port from pspde...Joost Peters
2005-08-10Don't explicity check for tremor and vorbis everywhere andJonathan Gray
2005-08-10Rest of the changes required for tremor to actually work.Jonathan Gray
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-30Enhanced tremor support from Jolan Luff.Jonathan Gray
2005-05-11Moved some more stuff to namespace Audio (enough for tonight)Max Horn
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int...Max Horn
2005-03-09changing AudioDataType -> SoundType, so now the constant names match the name...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-27Added 'sound types' to the mixer - for now, only plain (for the premixer), SF...Max Horn
2004-11-27AudioStream::read() has been removed quite some time ago, now making sure tha...Max Horn
2004-09-04Fix for bug #1022265 (Memory leak in vorbis.cpp?)Max Horn
2004-06-29Fix for bug #981991 (VORBIS: Crash when using Ogg Vorbis CD tracks)Max Horn
2004-06-28Make use of new File refcount code; also fixed long standing bug in vorbis co...Max Horn
2004-03-28Format string fix.Torbjörn Andersson
2004-03-21When I played an Ogg Vorbis-encoded FotAQ I noticed that whenever a soundTorbjörn Andersson
2004-02-22Patch #885904 (Flac Support) with some tweaks by meMax Horn
2004-02-12Removed now obsolete getSamplesPlayed() function. It was only ever used forTorbjörn Andersson
2004-01-18Patch #878883: Fix for Ogg Vorbis playbackMax Horn
2004-01-17Update BS2 cutscene player with changes from roever: overlay support (default...James Brown
2004-01-06updated copyright noticeMax Horn
2004-01-03renamed AudioInputStream -> AudioStreamMax Horn
2004-01-03more MAD MP3 / Ogg Vorbis cleanup: try not to expose anything about the libs ...Max Horn
2003-12-23Allow sound ID for MP3/Vorbis sounds, too; cleaned up Vorbis playback code a bitMax Horn
2003-12-21o Make use of the new LinearMemoryStream feature which allows auto-disposing ...Max Horn
2003-12-19distinguish between end of stream and end of dataMax Horn
2003-12-19o Moved MP3 and Vorbis input streams to mp3.* resp. vorbis.*Max Horn