SDL/src/audio
Frank Praznik faed8b620c audio: Fix warning C4701: potentially uninitialized local variable 'isstack' used
This warning is actually wrong, as the variable is only used if the string pointer is valid, in which case it was initialized, but this is needed to quiet MSVC.

(cherry picked from commit fb940fff80)
2025-04-24 08:49:48 -07:00
..
aaudio audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
alsa alsa: Don't start the hardware until the device thread is ready to do work. 2025-03-26 15:01:04 -04:00
coreaudio audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
directsound audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
disk audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
dsp audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
dummy audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
emscripten Fix SDL_emscriptenaudio.c under wasm64 2025-02-19 13:00:47 -08:00
haiku audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
jack audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
n3ds audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
netbsd audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
openslES audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
pipewire audio: Allow PipeWire and PulseAudio streams to migrate to other sinks. 2025-03-27 11:22:59 -04:00
ps2 audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
psp audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
pulseaudio audio: Allow PipeWire and PulseAudio streams to migrate to other sinks. 2025-03-27 11:22:59 -04:00
qnx audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
sndio audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
vita audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
wasapi audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
SDL_audio.c audio: Fix warning C4701: potentially uninitialized local variable 'isstack' used 2025-04-24 08:49:48 -07:00
SDL_audio_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_audio_channel_converters.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_audiocvt.c audio: Fix potential NULL dereference in AudioStream gain adjustment. 2025-01-28 13:14:25 -05:00
SDL_audiodev.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_audiodev_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_audioqueue.c audio: Fix audio stream gain going wrong in certain scenarios. 2025-01-27 20:20:17 -05:00
SDL_audioqueue.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_audioresample.c Ceil the audio resampling rate to avoid over-estimating output samples. 2025-03-01 11:07:55 -08:00
SDL_audioresample.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_audiotypecvt.c audio: hold floating point exceptions when using neon 2025-03-21 15:09:24 -07:00
SDL_mixer.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_sysaudio.h audio/video: Skip preferred drivers when loading a driver on demand 2025-02-12 11:51:36 -05:00
SDL_wave.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_wave.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00