Age | Commit message (Expand) | Author |
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn |
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat |
2008-09-05 | Removed useless dependencies from common/file.h in common code. When complete... | Nicola Mettifogo |
2008-06-22 | Fixed getTotalPlayTime implementation for MP3InputStream. | Johannes Schickel |
2008-05-27 | - Cleanup code for FlacInputStream::getTotalPlayTime | Johannes Schickel |
2008-05-27 | Implemented getTotalPlayTime for MP3InputStream. | 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-04-06 | Changed the MP3 playback code again, this time hopefully fixing the problems ... | Max Horn |
2007-04-06 | Fixed looping of MP3 tracks (same problem as with the FLAC tracks) | Max Horn |
2007-02-24 | Added numLoops parameter to DigitalTrackInfo::play | Max Horn |
2007-02-22 | cleanup | Max Horn |
2007-02-22 | Added looping support and an enhanced factory function to the Vorbis code | Max Horn |
2007-02-22 | cleanup | 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-20 | Added looping to the MP3 streams (currently virtually untested, so watch out) | Max Horn |
2007-02-20 | Remove some leftover comments I made while writing the new MP3 code; make use... | Max Horn |
2007-02-20 | Rewrote MP3InputStream mostly from scratch: | Max Horn |
2007-02-19 | So far we only accepted track1.* as name for audio tracks -- now we also acce... | Max Horn |
2006-07-13 | Some whitespace changes to see if the CIA bot is still silent. | Torbjörn Andersson |
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-12-03 | Fixed (wrongly) changed address in the header. | Johannes Schickel |
2005-12-02 | Updated to follow ScummVM coding standards i.e spaces, indents & "studpid" th... | Lars Persson |
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-06-26 | Fix warning | Max Horn |
2005-06-26 | Updated Scummvm MP3 implementation with patch so it works with Symbian multit... | Lars Persson |
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-11-27 | AudioStream::read() has been removed quite some time ago, now making sure tha... | Max Horn |
2004-10-23 | fixed warnings | Paweł Kołodziejski |
2004-10-17 | Fix playback of MP3 files till EOF in some cases | Max Horn |
2004-08-08 | Remove orphaned TODO | Max Horn |
2004-06-28 | Make use of new File refcount code; also fixed long standing bug in vorbis co... | Max Horn |
2004-02-22 | Patch #885904 (Flac Support) with some tweaks by me | Max Horn |
2004-01-06 | updated copyright notice | Max Horn |
2004-01-03 | renamed AudioInputStream -> AudioStream | Max Horn |
2004-01-03 | more MAD MP3 / Ogg Vorbis cleanup: try not to expose anything about the libs ... | Max Horn |
2004-01-03 | removed SoundMixer::playMP3CDTrack; simplified makeMP3Stream (special variant... | Max Horn |
2003-12-21 | o Make use of the new LinearMemoryStream feature which allows auto-disposing ... | Max Horn |