This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-01-28 22:23:43 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
sound
History
Max Horn
f66960c4b9
Remove obsolete path param
...
svn-id: r15278
2004-09-25 23:33:34 +00:00
..
.cvsignore
…
audiocd.cpp
…
audiocd.h
…
audiostream.cpp
Remove obsolete path param
2004-09-25 23:33:34 +00:00
audiostream.h
Remove obsolete path param
2004-09-25 23:33:34 +00:00
flac.cpp
Make use of new File refcount code; also fixed long standing bug in vorbis code (ov_clear was not being called, resulting in a file not being closed)
2004-06-28 22:35:22 +00:00
flac.h
…
fmopl.cpp
Config sample switch for WinCE
2004-05-09 14:26:01 +00:00
fmopl.h
…
mididrv.cpp
…
mididrv.h
cleanup of TimerProc mess
2004-08-22 13:27:34 +00:00
midiparser_smf.cpp
…
midiparser_xmidi.cpp
…
midiparser.cpp
Make allNotesOff() also turn off all "hanging notes". Without this change,
2004-05-31 08:51:10 +00:00
midiparser.h
…
mixer.cpp
Fix potential race condition
2004-09-19 13:54:24 +00:00
mixer.h
Actually check if a sound is active, if the sound is outside music engine.
2004-09-19 12:22:47 +00:00
module.mk
…
mp3.cpp
Remove orphaned TODO
2004-08-08 15:22:47 +00:00
mp3.h
…
mpu401.cpp
cleanup of TimerProc mess
2004-08-22 13:27:34 +00:00
mpu401.h
cleanup of TimerProc mess
2004-08-22 13:27:34 +00:00
rate.cpp
…
rate.h
…
resample.cpp
…
resample.h
…
voc.cpp
Update comment
2004-08-03 10:11:54 +00:00
voc.h
changed loadVOCFile to work on a generic ReadStream instead of a File, and renamed it to loadVOCFromStream; removed readVOCFromMemory as it isn't used anymore, and in the future, a MemoryReadstream plus loadVOCFromStream can achieve the same effect
2004-07-31 11:46:58 +00:00
vorbis.cpp
Fix for bug
#1022265
(Memory leak in vorbis.cpp?)
2004-09-04 10:12:22 +00:00
vorbis.h
…