Age | Commit message (Expand) | Author |
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-07-14 | Got rid of some more ioFailed uses (also fixed a potential leak in graphics/f... | Max Horn |
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn |
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ne... | Max Horn |
2008-09-05 | Removed useless dependencies from common/file.h in common code. When complete... | Nicola Mettifogo |
2008-09-03 | Some cleanup by peres | Max Horn |
2008-09-03 | Fix for MSVC warning about ambiguous usage of MIN | Filippos Karapetis |
2008-05-27 | - Cleanup code for FlacInputStream::getTotalPlayTime | Johannes Schickel |
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 |
2008-01-05 | This 'if' should not be necessary anymore | Max Horn |
2008-01-05 | Fix for bug #1795755: LOOM/FLAC: Pauses (temporary lockups) after speech | Max Horn |
2008-01-05 | Converted some spaces to tabs. | Torbjörn Andersson |
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-04-06 | Fix looping for FLAC tracs (looping parts of a file already worked, but loopi... | Max Horn |
2007-03-04 | Removed obsolete comment | 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-22 | FLAC code cleanup | Max Horn |
2007-02-22 | Updated FLAC code to match the changes made to the MP3 & Vorbis decoders (e.g... | 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-10-28 | Modified version of patch #1584720 (add support for FLAC-1.1.3) | Max Horn |
2006-04-29 | Moved the AudioCDManager as well as class AudioStream and its (standard) subc... | Max Horn |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-05-11 | Moved some more stuff to namespace Audio (enough for tonight) | Max Horn |
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec... | Max Horn |
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn |
2005-03-12 | PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int... | Max Horn |
2005-03-09 | changing AudioDataType -> SoundType, so now the constant names match the name... | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-27 | Added 'sound types' to the mixer - for now, only plain (for the premixer), SF... | Max Horn |
2004-06-28 | Make use of new File refcount code; also fixed long standing bug in vorbis co... | Max Horn |
2004-04-09 | Changed the UNIX line breaks. | Torbjörn Andersson |
2004-02-22 | Patch #885904 (Flac Support) with some tweaks by me | Max Horn |