..
decoders
Hopefully fixing bug #2948858 "MP3 (CD Audio) Broken under SVN".
2010-02-10 16:34:32 +00:00
mods
Add support for samples > 32kb to Paula chip emulation code.
2010-02-14 01:54:21 +00:00
softsynth
- Remove "(experimental)" mark from DOSBox OPL emulator description in GUI
2010-01-25 02:48:35 +00:00
audiocd.cpp
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/decoders/
2010-01-26 22:48:45 +00:00
audiocd.h
Typos.
2009-08-18 15:41:00 +00:00
audiostream.cpp
Formatting.
2010-02-09 22:03:59 +00:00
audiostream.h
Fix invalid sample position on Timestamp to sample conversion for Stereo streams.
2010-01-27 08:08:33 +00:00
fmopl.cpp
Cleanup.
2010-02-03 09:11:55 +00:00
fmopl.h
Cleanup.
2010-02-03 09:11:55 +00:00
mididrv.cpp
Change some comments to use "AdLib" instead of "adlib".
2010-01-25 00:39:46 +00:00
mididrv.h
Replace some more Adlib uses by AdLib.
2010-01-25 00:13:32 +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/new music code: Don't stop notes when looping for a hold
2010-01-02 20:20:36 +00:00
midiparser.h
SCI/new music code: Don't stop notes when looping for a hold
2010-01-02 20:20:36 +00:00
mixer_intern.h
Get rid of Mixer::playRaw for good
2010-01-19 22:19:43 +00:00
mixer.cpp
cleanup
2010-01-20 12:44:37 +00:00
mixer.h
Replace some more Adlib uses by AdLib.
2010-01-25 00:13:32 +00:00
module.mk
Moved the Shorten decoder inside the SAGA engine, as it's the only one using it (and it's still unfinished, too)
2010-01-27 08:40:48 +00:00
mpu401.cpp
Remove warnings from NDS build.
2008-11-29 18:01:16 +00:00
mpu401.h
musicplugin.cpp
musicplugin.h
Remove the Audio::Mixer parameter from the midi/music plugins
2009-12-09 18:05:20 +00:00
null.cpp
Remove the Audio::Mixer parameter from the midi/music plugins
2009-12-09 18:05:20 +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
Oops somehow I must have missed CopyRateConverter::flow, in r47014.
2010-01-05 02:48:38 +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
Improve support for negative Timestamps, and add + and - operators
2010-01-11 10:17:55 +00:00
timestamp.h
Improve support for negative Timestamps, and add + and - operators
2010-01-11 10:17:55 +00:00