aboutsummaryrefslogtreecommitdiff
path: root/sound/flac.cpp
AgeCommit message (Expand)Author
2009-01-30do not include common/debug.h from common/util.hMax Horn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-05Removed useless dependencies from common/file.h in common code. When complete...Nicola Mettifogo
2008-09-03Some cleanup by peresMax Horn
2008-09-03Fix for MSVC warning about ambiguous usage of MINFilippos Karapetis
2008-05-27- Cleanup code for FlacInputStream::getTotalPlayTimeJohannes Schickel
2008-05-24Instead of simply returning 0 for "infinite" looping in FLAC and OGG/Vorbis s...Johannes Schickel
2008-05-24Take numLoops in account for getTotalPlayTime in FLAC and OGG/Vorbis streams.Johannes Schickel
2008-05-24Implementation of AudioStream::getTotalPlayTime for FLAC and OGG/Vorbis streams.Johannes Schickel
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-05This 'if' should not be necessary anymoreMax Horn
2008-01-05Fix for bug #1795755: LOOM/FLAC: Pauses (temporary lockups) after speechMax Horn
2008-01-05Converted some spaces to tabs.Torbjörn Andersson
2007-07-15Removed the old (obsolete) audiostream factories for MP3/Vorbis/FLAC data whi...Max Horn
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-04-06Fix looping for FLAC tracs (looping parts of a file already worked, but loopi...Max Horn
2007-03-04Removed obsolete commentMax 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-22FLAC code cleanupMax Horn
2007-02-22Updated FLAC code to match the changes made to the MP3 & Vorbis decoders (e.g...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-10-28Modified version of patch #1584720 (add support for FLAC-1.1.3)Max Horn
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) subc...Max Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
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-06-28Make use of new File refcount code; also fixed long standing bug in vorbis co...Max Horn
2004-04-09Changed the UNIX line breaks.Torbjörn Andersson
2004-02-22Patch #885904 (Flac Support) with some tweaks by meMax Horn