sdl2_frt/src/audio
Ryan C. Gordon c61675dc5d threads: Move SDL's own thread creation to a new internal API.
This allows us to set an explicit stack size (overriding the system default
and the global hint an app might have set), and remove all the macro salsa
for dealing with _beginthreadex and such, as internal threads always set those
to NULL anyhow.

I've taken some guesses on reasonable (and tiny!) stack sizes for our
internal threads, but some of these might turn out to be too small in
practice and need an increase. Most of them are simple functions, though.
2016-04-12 16:45:10 -04:00
..
alsa alsa: Make device enumeration robust against weird results with NULL strings. 2016-04-04 22:49:13 -04:00
android Updated copyright to 2016 2016-01-02 10:10:34 -08:00
arts Updated copyright to 2016 2016-01-02 10:10:34 -08:00
bsd Updated copyright to 2016 2016-01-02 10:10:34 -08:00
coreaudio Updated copyright to 2016 2016-01-02 10:10:34 -08:00
directsound Updated copyright to 2016 2016-01-02 10:10:34 -08:00
disk Updated copyright to 2016 2016-01-02 10:10:34 -08:00
dsp Updated copyright to 2016 2016-01-02 10:10:34 -08:00
dummy Updated copyright to 2016 2016-01-02 10:10:34 -08:00
emscripten Updated copyright to 2016 2016-01-02 10:10:34 -08:00
esd Updated copyright to 2016 2016-01-02 10:10:34 -08:00
fusionsound Updated copyright to 2016 2016-01-02 10:10:34 -08:00
haiku Updated copyright to 2016 2016-01-02 10:10:34 -08:00
nacl Updated copyright to 2016 2016-01-02 10:10:34 -08:00
nas Updated copyright to 2016 2016-01-02 10:10:34 -08:00
paudio Updated copyright to 2016 2016-01-02 10:10:34 -08:00
psp PSP: Removed inlined copy of SDL_CalculateAudioSpec()'s functionality. 2016-01-27 23:20:23 +01:00
pulseaudio threads: Move SDL's own thread creation to a new internal API. 2016-04-12 16:45:10 -04:00
qsa Updated copyright to 2016 2016-01-02 10:10:34 -08:00
sndio Updated copyright to 2016 2016-01-02 10:10:34 -08:00
sun Fixed sed error on Mac OS X and updated copyright on a few last files 2016-01-02 10:38:51 -08:00
winmm Updated copyright to 2016 2016-01-02 10:10:34 -08:00
xaudio2 Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_audio_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_audio.c threads: Move SDL's own thread creation to a new internal API. 2016-04-12 16:45:10 -04:00
SDL_audiocvt.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_audiodev_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_audiodev.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_audiomem.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_audiotypecvt.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_mixer.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_sysaudio.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_wave.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_wave.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
sdlgenaudiocvt.pl Updated copyright to 2016 2016-01-02 10:10:34 -08:00