.. |
decoders
|
Merged from trunk, from Rev 49499 to HEAD
|
2010-07-13 04:31:15 +00:00 |
mods
|
Fix spelling, cleanup
|
2010-06-15 12:33:20 +00:00 |
softsynth
|
GUI: Add and improve some messages to translate
|
2010-06-26 15:48:03 +00:00 |
audiostream.cpp
|
Rewind the underlying audio stream on LoopingAudioStream creation.
|
2010-06-09 13:34:15 +00:00 |
audiostream.h
|
Some documentation cleanup to ease readability.
|
2010-06-15 17:13:18 +00:00 |
fmopl.cpp
|
Add missing include for translations
|
2010-06-26 15:55:53 +00:00 |
fmopl.h
|
Show an error message in case multiple OPL outputs are created instead of using an assert.
|
2010-03-08 00:54:05 +00:00 |
mididrv.cpp
|
AUDIO: fixed bug when device was set to default and only MDT_MIDI flags were passed to detectDevice()
|
2010-06-29 21:56:04 +00:00 |
mididrv.h
|
Fix detection of invalid music drivers specified via command line.
|
2010-06-29 00:29:35 +00:00 |
midiparser_smf.cpp
|
Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null
|
2010-01-03 19:37:43 +00:00 |
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
|
SCI: implement channel remapping for SCI1
|
2010-06-16 21:02:58 +00:00 |
midiparser.h
|
Make MidiParser::sendToDriver protected.
|
2010-06-18 02:25:11 +00:00 |
mixer_intern.h
|
Made _sampleRate constant again in Audio::MixerImpl. (And Committing "common/timer.h" that should have been included in r50095)
|
2010-06-20 20:19:53 +00:00 |
mixer.cpp
|
Made _sampleRate constant again in Audio::MixerImpl. (And Committing "common/timer.h" that should have been included in r50095)
|
2010-06-20 20:19:53 +00:00 |
mixer.h
|
Made Mixer to subclass from Common::NonCopyable.
|
2010-06-08 01:07:10 +00:00 |
module.mk
|
Update build system
|
2010-06-14 18:19:16 +00:00 |
mpu401.cpp
|
Remove warnings from NDS build.
|
2008-11-29 18:01:16 +00:00 |
mpu401.h
|
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
|
2007-09-19 08:40:12 +00:00 |
musicplugin.cpp
|
AUDIO: some fixes in the audio device code (no sound option, new GUIO flags)
|
2010-06-25 18:47:52 +00:00 |
musicplugin.h
|
Patch #1956501: "GUI/LAUNCHER: Midi device selection"
|
2010-06-21 21:36:36 +00:00 |
null.cpp
|
GUI: Add and improve some messages to translate
|
2010-06-26 15:48:03 +00:00 |
null.h
|
AUDIO: some fixes in the audio device code (no sound option, new GUIO flags)
|
2010-06-25 18:47:52 +00:00 |
rate_arm_asm.s
|
Update ARM version of rate filler code in line with LordHoto's change
|
2010-01-05 21:56:13 +00:00 |
rate_arm.cpp
|
Update ARM version of rate filler code in line with LordHoto's change
|
2010-01-05 21:56:13 +00:00 |
rate.cpp
|
Fix typos
|
2010-03-12 00:37:25 +00:00 |
rate.h
|
Make RateConverter::flow return the number of sample pairs written, like it's documented in the .cpp file.
|
2010-01-05 02:42:35 +00:00 |
timestamp.cpp
|
Add the Common::Rational class from patch #2963496 (VideoDecoder Rewrite)
|
2010-05-17 20:53:04 +00:00 |
timestamp.h
|
Improve support for negative Timestamps, and add + and - operators
|
2010-01-11 10:17:55 +00:00 |