| .. |
|
aaudio
|
Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_AAUDIO
|
2023-03-28 19:29:43 +02:00 |
|
alsa
|
Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_ALSA
|
2023-03-28 19:29:44 +02:00 |
|
android
|
Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_ANDROID
|
2023-03-28 19:29:43 +02:00 |
|
coreaudio
|
Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_COREAUDIO
|
2023-03-28 19:29:43 +02:00 |
|
directsound
|
Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_DSOUND
|
2023-03-28 19:29:43 +02:00 |
|
disk
|
Fix -Wundef warnings due to disabling SDL_LIBC
|
2023-03-28 19:29:44 +02:00 |
|
dsp
|
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
2023-03-09 15:10:44 -08:00 |
|
dummy
|
Updated copyright for 2023
|
2023-01-09 09:41:41 -08:00 |
|
emscripten
|
Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_EMSCRIPTEN
|
2023-03-28 19:29:43 +02:00 |
|
haiku
|
Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_HAIKU
|
2023-03-28 19:29:43 +02:00 |
|
jack
|
Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_JACK
|
2023-03-28 19:29:44 +02:00 |
|
n3ds
|
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
2023-03-09 15:10:44 -08:00 |
|
netbsd
|
Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_NETBSD
|
2023-03-28 19:29:43 +02:00 |
|
openslES
|
Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_OPENSLES
|
2023-03-28 19:29:43 +02:00 |
|
pipewire
|
Fix various warnings: static /void / comma
|
2023-03-06 12:37:37 +01:00 |
|
ps2
|
Updated copyright for 2023
|
2023-01-09 09:41:41 -08:00 |
|
psp
|
Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_PSP
|
2023-03-28 19:29:43 +02:00 |
|
pulseaudio
|
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
2023-03-09 15:10:44 -08:00 |
|
qnx
|
AUDIO_U16 support was removed from SDL3
|
2023-03-27 15:33:08 -07:00 |
|
sndio
|
Fix -Wundef warnings due to disabling SDL_LIBC
|
2023-03-28 19:29:44 +02:00 |
|
vita
|
Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_VITA
|
2023-03-28 19:29:43 +02:00 |
|
wasapi
|
Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_WASAPI
|
2023-03-28 19:29:43 +02:00 |
|
SDL_audio.c
|
Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_JACK
|
2023-03-28 19:29:44 +02:00 |
|
SDL_audio_c.h
|
cmake: Fix building without libsamplerate library
|
2023-03-20 05:34:41 +01:00 |
|
SDL_audio_channel_converters.h
|
Updated copyright for 2023
|
2023-01-09 09:41:41 -08:00 |
|
SDL_audio_resampler_filter.h
|
Updated copyright for 2023
|
2023-01-09 09:41:41 -08:00 |
|
SDL_audiocvt.c
|
Fix -Wundef warnings due to use of unguarded SDL_SSE_INTRINSICS
|
2023-03-28 19:29:44 +02:00 |
|
SDL_audiocvt_c.h
|
Remove AudioCVT interface in favor of SDL_AudioStream
|
2023-01-22 11:31:30 -05:00 |
|
SDL_audiodev.c
|
Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_NETBSD
|
2023-03-28 19:29:43 +02:00 |
|
SDL_audiodev_c.h
|
Updated copyright for 2023
|
2023-01-09 09:41:41 -08:00 |
|
SDL_audiotypecvt.c
|
Fix -Wundef warnings due to use of unguarded SDL_SSE2_INTRINSICS
|
2023-03-28 19:29:44 +02:00 |
|
SDL_mixer.c
|
audio: Remove AUDIO_U16* support.
|
2023-03-01 10:26:01 -05:00 |
|
SDL_sysaudio.h
|
Add QNX video and audio modules
|
2023-03-27 15:33:08 -07:00 |
|
SDL_wave.c
|
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
2023-03-09 15:10:44 -08:00 |
|
SDL_wave.h
|
Updated copyright for 2023
|
2023-01-09 09:41:41 -08:00 |