main
aaudio: Respect SDL_HINT_AUDIO_DEVICE_STREAM_ROLE hint.
Fix typos in comments.
Added SDL_HINT_AUDIO_DUCK_OTHERS
Use DSBFREQUENCY_MAX instead of hardcoded constant for DirectSound driver max frequency.
Updated copyright for 2026
DOS & Tray: Don't do NULL-checks before SDL_free()
dummyaudio: Remove bitrotted support for __EMSCRIPTEN_PTHREADS__ code path.
[emscripten] Remove support for legacy webkitGetUserMedia
[N-Gage] Resolve hang on repeated app launch.
Fix #15500: deprecation warning on Android for slCreateEngine
pipewire: Don't set a specific stream name if the node name is the same.
SDL_wasapi.c: added comment about SDL_AudioClientProperties workaround
audio: Fixed linked list when logical devs move to a new default physical dev.
Fix warnings: Extra semi - macro usage (#15015)
Add DOS platform support (DJGPP) (#15377)