Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-14 | Got rid of some more ioFailed uses (also fixed a potential leak in ↵ | Max Horn | |
graphics/font.cpp, and handle eos correctly in the FLAC code) svn-id: r42488 | |||
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn | |
svn-id: r36143 | |||
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ↵ | Max Horn | |
need to be slightly tweaked to fix overloading errors/warnings) svn-id: r34514 | |||
2008-09-05 | Removed useless dependencies from common/file.h in common code. When ↵ | Nicola Mettifogo | |
complete removal was not possibile, dependency has been pushed to the cpp files from the headers. svn-id: r34343 | |||
2008-09-03 | Some cleanup by peres | Max Horn | |
svn-id: r34308 | |||
2008-09-03 | Fix for MSVC warning about ambiguous usage of MIN | Filippos Karapetis | |
svn-id: r34299 | |||
2008-05-27 | - Cleanup code for FlacInputStream::getTotalPlayTime | Johannes Schickel | |
- Reset input stream position in MP3InputStream after calculating total play time svn-id: r32323 | |||
2008-05-24 | Instead of simply returning 0 for "infinite" looping in FLAC and OGG/Vorbis ↵ | Johannes Schickel | |
streams in getTotalPlayTime return kUnknownPlayTime. svn-id: r32265 | |||
2008-05-24 | Take numLoops in account for getTotalPlayTime in FLAC and OGG/Vorbis streams. | Johannes Schickel | |
svn-id: r32264 | |||
2008-05-24 | Implementation of AudioStream::getTotalPlayTime for FLAC and OGG/Vorbis streams. | Johannes Schickel | |
svn-id: r32263 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-05 | This 'if' should not be necessary anymore | Max Horn | |
svn-id: r30254 | |||
2008-01-05 | Fix for bug #1795755: LOOM/FLAC: Pauses (temporary lockups) after speech | Max Horn | |
svn-id: r30252 | |||
2008-01-05 | Converted some spaces to tabs. | Torbjörn Andersson | |
svn-id: r30225 | |||
2007-07-15 | Removed the old (obsolete) audiostream factories for MP3/Vorbis/FLAC data ↵ | Max Horn | |
which took a File pointer and a size (these were only implemented as brain-dead wrapper around the newer factory methods anyway) svn-id: r28110 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-04-14 | Got rid of the last traces of DigitalTrackInfo | Max Horn | |
svn-id: r26477 | |||
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-04 | Removed obsolete comment | Max Horn | |
svn-id: r25956 | |||
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-22 | FLAC code cleanup | Max Horn | |
svn-id: r25796 | |||
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-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-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 | |||
2006-10-28 | Modified version of patch #1584720 (add support for FLAC-1.1.3) | Max Horn | |
svn-id: r24554 | |||
2006-04-29 | Moved the AudioCDManager as well as class AudioStream and its (standard) ↵ | Max Horn | |
subclasses to namespace Audio svn-id: r22231 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20515 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-05-11 | Moved some more stuff to namespace Audio (enough for tonight) | Max Horn | |
svn-id: r18040 | |||
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' ↵ | Max Horn | |
because we already have many classes with that name) svn-id: r18039 | |||
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn | |
svn-id: r18037 | |||
2005-03-12 | PlayingSoundHandle -> SoundHandle; also, turned the handle activity check ↵ | Max Horn | |
into a mixer method svn-id: r17106 | |||
2005-03-09 | changing AudioDataType -> SoundType, so now the constant names match the ↵ | Max Horn | |
name of the data type / the SoundMixer method names svn-id: r17052 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-27 | Added 'sound types' to the mixer - for now, only plain (for the premixer), ↵ | Max Horn | |
SFX and music; volume is now controlled based on the sound type svn-id: r16330 | |||
2004-06-28 | Make use of new File refcount code; also fixed long standing bug in vorbis ↵ | Max Horn | |
code (ov_clear was not being called, resulting in a file not being closed) svn-id: r14107 | |||
2004-04-09 | Changed the UNIX line breaks. | Torbjörn Andersson | |
Fixed the problem where the lookout music didn't play in the MI1CD intro. At least, I *think* I fixed it. It worked at home, but I can't test it on this particular computer. svn-id: r13515 | |||
2004-02-22 | Patch #885904 (Flac Support) with some tweaks by me | Max Horn | |
svn-id: r12984 |