index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
vorbis.cpp
Age
Commit message (
Expand
)
Author
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-09-17
libtremor is installed to a different location when using the port from pspde...
Joost Peters
2005-08-10
Don't explicity check for tremor and vorbis everywhere and
Jonathan Gray
2005-08-10
Rest of the changes required for tremor to actually work.
Jonathan Gray
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-30
Enhanced tremor support from Jolan Luff.
Jonathan Gray
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-09-04
Fix for bug #1022265 (Memory leak in vorbis.cpp?)
Max Horn
2004-06-29
Fix for bug #981991 (VORBIS: Crash when using Ogg Vorbis CD tracks)
Max Horn
2004-06-28
Make use of new File refcount code; also fixed long standing bug in vorbis co...
Max Horn
2004-03-28
Format string fix.
Torbjörn Andersson
2004-03-21
When I played an Ogg Vorbis-encoded FotAQ I noticed that whenever a sound
Torbjörn Andersson
2004-02-22
Patch #885904 (Flac Support) with some tweaks by me
Max Horn
2004-02-12
Removed now obsolete getSamplesPlayed() function. It was only ever used for
Torbjörn Andersson
2004-01-18
Patch #878883: Fix for Ogg Vorbis playback
Max Horn
2004-01-17
Update BS2 cutscene player with changes from roever: overlay support (default...
James Brown
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
2003-12-23
Allow sound ID for MP3/Vorbis sounds, too; cleaned up Vorbis playback code a bit
Max Horn
2003-12-21
o Make use of the new LinearMemoryStream feature which allows auto-disposing ...
Max Horn
2003-12-19
distinguish between end of stream and end of data
Max Horn
2003-12-19
o Moved MP3 and Vorbis input streams to mp3.* resp. vorbis.*
Max Horn
2003-11-29
moved Audio CD (emulation) code from scumm/sound.cpp to sound/, so that it ma...
Max Horn