SDL/src/audio
Ryan C. Gordon f3d8a2def5
audio: Fixed resource leak in unlikely failure case during device add.
2023-12-09 15:41:45 -05:00
..
aaudio error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
alsa error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
android error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
coreaudio error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
directsound error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
disk error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
dsp error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
dummy error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
emscripten error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
haiku Re-add SDL_assert() with non boolean ptr syntax (#8530) 2023-11-11 12:28:24 +03:00
jack error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
n3ds error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
netbsd error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
openslES error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
pipewire error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
ps2 error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
psp error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
pulseaudio error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
qnx error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
sndio error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
vita error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
wasapi error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
SDL_audio.c audio: Fixed resource leak in unlikely failure case during device add. 2023-12-09 15:41:45 -05:00
SDL_audio_c.h Fixed warning C4210: nonstandard extension used: function given file scope 2023-10-23 17:04:14 -07:00
SDL_audio_channel_converters.h audio: Cleaned out most remaining `/* */` comments for `//` style. 2023-10-18 15:39:01 -04:00
SDL_audio_resampler_filter.h audio: Cleaned out most remaining `/* */` comments for `//` style. 2023-10-18 15:39:01 -04:00
SDL_audiocvt.c error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
SDL_audiodev.c Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
SDL_audiodev_c.h audio: Cleaned out most remaining `/* */` comments for `//` style. 2023-10-18 15:39:01 -04:00
SDL_audioqueue.c error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
SDL_audioqueue.h Refactored SDL_audiocvt.c 2023-09-17 13:13:23 -07:00
SDL_audioresample.c audio: Cleaned out most remaining `/* */` comments for `//` style. 2023-10-18 15:39:01 -04:00
SDL_audioresample.h Fixed warning C4028: formal parameter different from declaration 2023-10-10 16:37:17 -07:00
SDL_audiotypecvt.c audio: Remove stub header SDL_audio_c.h. 2023-10-18 15:46:07 -04:00
SDL_mixer.c audio: Cleaned out most remaining `/* */` comments for `//` style. 2023-10-18 15:39:01 -04:00
SDL_sysaudio.h audio: Protect against race conditions when closing a physical device. 2023-11-15 14:17:14 -05:00
SDL_wave.c Fixed warning C26451: Arithmetic overflow: Using operator '*' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '*' to avoid overflow (io.2). 2023-12-05 09:31:13 -08:00
SDL_wave.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00