AuroraOpenALSoft/Alc
Chris Robinson 1fb9311d82 Lock the device before calling aluHandleDisconnect
PulseAudio causes an assert if being relocked inside a callback on the worker
thread, where aluHandleDisconnect is called. We can assume it's already locked
there, so just make sure the device is locked before being calling it.
2012-12-02 11:30:23 -08:00
..
backends Lock the device before calling aluHandleDisconnect 2012-12-02 11:30:23 -08:00
ALc.c Lock the device before calling aluHandleDisconnect 2012-12-02 11:30:23 -08:00
alcConfig.c Again try to get _WIN32_IE to behave right with MinGW 2012-09-11 01:39:05 -07:00
alcDedicated.c Mark some parameters as const and/or RESTRICT 2012-10-14 10:27:15 -07:00
alcEcho.c Mark some parameters as const and/or RESTRICT 2012-10-14 10:27:15 -07:00
alcModulator.c Mark some parameters as const and/or RESTRICT 2012-10-14 10:27:15 -07:00
alcReverb.c Use a separate step to deinterlace reverb samples 2012-10-14 11:55:03 -07:00
alcRing.c Avoid a junk sample at the start of the ring buffer, and allocate the buffer 2011-06-27 14:30:45 -07:00
alcThread.c Set a 1MB stack size for created threads 2012-04-16 19:15:48 -07:00
ALu.c Lock the device before calling aluHandleDisconnect 2012-12-02 11:30:23 -08:00
bs2b.c Use memset to clear the bs2b filter's last sample and remove the unused is_clear function 2012-02-19 13:09:29 -08:00
helpers.c Explicitly check for malloc.h 2012-11-25 19:20:35 -08:00
hrtf_tables.inc Fix off-by-one error in the makehrtf dither and add a resample option 2012-11-18 09:29:58 -08:00
hrtf.c Fix a type mismatch 2012-10-07 08:19:09 -07:00
mixer_c.c Constify the direct and send parameters given to the mixer 2012-10-15 01:31:58 -07:00
mixer_defs.h Constify the direct and send parameters given to the mixer 2012-10-15 01:31:58 -07:00
mixer_inc.c Put the HRTF DirectParams into an anonymous struct 2012-10-15 01:37:37 -07:00
mixer_neon.c Constify the direct and send parameters given to the mixer 2012-10-15 01:31:58 -07:00
mixer_sse.c Constify the direct and send parameters given to the mixer 2012-10-15 01:31:58 -07:00
mixer.c Remove the unused Device parameter 2012-10-14 11:29:28 -07:00
panning.c Use a more efficient method to offset the speaker angles when computing gains 2012-08-09 02:31:19 -07:00