scummvm/audio
Torbjörn Andersson 1bd7028c31 AUDIO: Added mutex() method to return the mixer's internal mutex.
This is so that individual audio players can share the same mutex as the
mixer. When they have their own, it's apparently quite easy to
accidentally introduce deadlocks. Particularly when the audio player is
shut down.
2021-06-24 20:38:38 +02:00
..
decoders SCI: Fix audio resources being freed too early 2021-06-03 23:27:46 +01:00
mods AUDIO: Do not crash on ImpulseTracker modules 2021-05-30 11:40:37 +02:00
softsynth MT32: Don't show LCD messages on-screen if they contain only spaces 2021-06-12 13:14:51 +02:00
soundfont AUDIO: Use type casting in a more uniform way 2021-03-23 08:57:41 +02:00
adlib.cpp JANITORIAL: Fix some excess tabs 2021-04-15 23:18:08 +03:00
alsa_opl.cpp
audiostream.cpp JANITORIAL: Fix some excess tabs 2021-04-15 23:18:08 +03:00
audiostream.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
fmopl.cpp
fmopl.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
mididrv.cpp JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
mididrv.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
midiparser.cpp JANITORIAL: Update old bug tracker numbers 2021-03-03 02:15:05 +02:00
midiparser.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
midiparser_qt.cpp
midiparser_qt.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
midiparser_smf.cpp AUDIO: Add override keywords 2021-03-14 20:52:22 +01:00
midiparser_xmidi.cpp
midiplayer.cpp
midiplayer.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
miles.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
miles_adlib.cpp MIDI: MT-32 / GM driver 2020-11-28 17:59:15 +00:00
miles_midi.cpp MIDI: MT-32 / GM driver 2020-11-28 17:59:15 +00:00
mixer.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
mixer.h AUDIO: Added mutex() method to return the mixer's internal mutex. 2021-06-24 20:38:38 +02:00
mixer_intern.h AUDIO: Added mutex() method to return the mixer's internal mutex. 2021-06-24 20:38:38 +02:00
module.mk AUDIO: Add PCM Mu-law and A-law decoders 2021-05-29 21:23:01 +01:00
mpu401.cpp
mpu401.h
mt32gm.cpp JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
mt32gm.h AUDIO: Add missing mutex lock to isReady() 2021-06-19 14:19:09 +02:00
musicplugin.cpp ALL: Clarify POTFILES, remove redundant common/translations.h includes 2020-11-10 03:03:49 +01:00
musicplugin.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
null.cpp
null.h
opl2lpt.cpp
rate.cpp
rate.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
timestamp.cpp
timestamp.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00