quakeforge/libs/audio/renderer
Bill Currie 7970525ef4 [util] Make va thread-safe
It now takes a context pointer (opaque data) that holds the buffers it
uses for the temporary strings. If the context pointer is null, a static
context is used (making those uses of va NOT thread-safe). Most calls to
va use the static context, but all such calls have been formatted
consistently so they are easy to find when it comes time to do a full
audit.
2021-01-31 16:05:48 +09:00
..
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
flac.c Separate file search from loading. 2014-01-28 16:22:05 +09:00
midi.c Fix some warnings and bitrot. 2016-10-25 00:10:30 +09:00
snd_channels.c Make S_Init safe to use with a null viewentity. 2012-12-17 15:07:49 +09:00
snd_dma.c Fix some 64-bit mingw compile issues. 2013-01-22 21:02:49 +09:00
snd_jack.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
snd_mem.c Separate file search from loading. 2014-01-28 16:22:05 +09:00
snd_mix.c Change pointer_t to unsigned and clean up the mess. 2012-12-21 21:53:13 +09:00
snd_resample.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
snd_sfx.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
vorbis.c Separate file search from loading. 2014-01-28 16:22:05 +09:00
wav.c Separate file search from loading. 2014-01-28 16:22:05 +09:00