SDL/src/audio
Alistair Leslie-Hughes a69c61fbfd Only assign context and mainloop once we have connected successfully
If we fail to connect to the the pa server, we have an assigned context
and mainloop that isn't connected. So, when PULSEAUDIO_pa_context_disconnect
is called, pa asserts and crashes the application.

Assertion 'pa_atomic_load(&(c)->_ref) >= 1' failed at pulse/context.c:1055, function pa_context_disconnect(). Aborting.
2020-08-14 12:08:58 +10:00
..
alsa Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
android Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
arts Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
coreaudio coreaudio: Remove unnecessary include of CoreServices.h 2020-10-31 11:32:40 -04:00
directsound Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
disk Added SDL_log.h to SDL_internal.h so logging is available everywhere 2020-04-07 09:38:57 -07:00
dsp Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
dummy Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
emscripten Added SDL_log.h to SDL_internal.h so logging is available everywhere 2020-04-07 09:38:57 -07:00
esd Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
fusionsound Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
haiku Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
jack jack: Fixed memory leak on device close. 2020-09-19 14:01:57 -04:00
nacl Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
nas Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
netbsd Fixed bug 5076 - SDL_netbsdaudio: Add support for 32-bit LPCM 2020-04-05 10:44:51 -07:00
openslES Fixed opening audio on Android from the Steam Link shell activity 2020-02-13 16:10:52 -08:00
os2 os2: misc build fixes 2020-10-25 10:10:02 +03:00
paudio Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
psp Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
pulseaudio Only assign context and mainloop once we have connected successfully 2020-08-14 12:08:58 +10:00
qsa Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
sndio Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
sun Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
wasapi windows: Fix calls to CoCreateInstance() so last parameter is a LPVOID *. 2020-05-20 16:58:33 -04:00
winmm Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_audio.c os2: integrate the port into main tree. 2020-10-14 23:01:06 +03:00
SDL_audio_c.h audio: Calculate a legitimate SDL_AudioSpec::silence in SDL_LoadWAV_RW(). 2020-01-21 15:49:37 -05:00
SDL_audiocvt.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_audiodev.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_audiodev_c.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_audiotypecvt.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_mixer.c Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
SDL_sysaudio.h os2: integrate the port into main tree. 2020-10-14 23:01:06 +03:00
SDL_wave.c SIZE_MAX need not be defined in limits.h 2020-11-11 12:33:55 +03:00
SDL_wave.h Updated copyright date for 2020 2020-01-16 20:49:25 -08:00