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-15 14:28:28 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
sound
History
Max Horn
8ba75fc522
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
...
svn-id: r44495
2009-09-30 16:16:53 +00:00
..
mods
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
2009-09-30 16:16:53 +00:00
softsynth
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
2009-09-30 16:16:53 +00:00
adpcm.cpp
Fixed an endian bug in the ADPCM decoder (
#2211901
).
2009-08-11 19:11:26 +00:00
adpcm.h
…
aiff.cpp
…
aiff.h
…
audiocd.cpp
…
audiocd.h
Typos.
2009-08-18 15:41:00 +00:00
audiostream.cpp
Slight cleanup to makeLinearDiskStream interface.
2009-08-17 13:49:56 +00:00
audiostream.h
Slight cleanup to makeLinearDiskStream interface.
2009-08-17 13:49:56 +00:00
flac.cpp
…
flac.h
…
fmopl.cpp
…
fmopl.h
…
iff_sound.cpp
…
iff_sound.h
…
mididrv.cpp
Removed Mac OS X QuickTime MIDI backend. It breaks on OS X 10.6, and it's not as good as the CoreAudio backend anyway
2009-09-27 22:43:32 +00:00
mididrv.h
…
midiparser_smf.cpp
…
midiparser_xmidi.cpp
Fix XMIDI looping implementation. Now for example the music in the ferret village of ITE plays fine.
2009-08-08 13:57:21 +00:00
midiparser.cpp
…
midiparser.h
…
mixer_intern.h
…
mixer.cpp
…
mixer.h
…
module.mk
…
mp3.cpp
…
mp3.h
…
mpu401.cpp
…
mpu401.h
…
musicplugin.cpp
…
musicplugin.h
…
null.cpp
…
rate_arm_asm.s
…
rate_arm.cpp
…
rate.cpp
…
rate.h
…
shorten.cpp
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
2009-09-30 16:16:53 +00:00
shorten.h
- Change shorten.h guard to match the sjis.h guard.
2009-08-24 16:07:46 +00:00
timestamp.cpp
…
timestamp.h
…
vag.cpp
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
2009-09-30 16:16:53 +00:00
vag.h
…
voc.cpp
Slight cleanup to makeLinearDiskStream interface.
2009-08-17 13:49:56 +00:00
voc.h
Allow VOCs to stream from disk. Disabled by default, use symbol STREAM_AUDIO_FROM_DISK to enable. See patch
#2834001
.
2009-08-13 21:46:41 +00:00
vorbis.cpp
Removed an assert() in favour of error checking.
2009-09-23 21:14:37 +00:00
vorbis.h
…
wave.cpp
…
wave.h
…