Michael Fitzmayer
|
7ae64592c9
Restore support for the Nokia N-Gage (#12148)
|
11 months ago |
Simon McVittie
|
70b2d162e3
audio: Assert that all devices from device_hash are the appropriate type
|
11 months ago |
Ryan C. Gordon
|
0a34279578
audio: Fix SDL_GetAudioDeviceName() not working with logical devices.
|
11 months ago |
Ryan C. Gordon
|
608f706a95
audio: Added SDL_SetAudioIterationCallbacks().
|
1 year ago |
Ryan C. Gordon
|
b28449a58c
audio: Tweak SDL_GetAudioDeviceName.
|
1 year ago |
Frank Praznik
|
fb940fff80
audio: Fix warning C4701: potentially uninitialized local variable 'isstack' used
|
1 year ago |
Ryan C. Gordon
|
e8bd9cc150
audio: SDL_GetAudioDeviceName() doesn't need a full device lock.
|
1 year ago |
Ryan C. Gordon
|
41636959d2
audio: Feed output devices immediately, instead of waiting upfront.
|
1 year ago |
Petar Popovic
|
c70f54e28b
Remove redundant casts
|
1 year ago |
Ryan C. Gordon
|
84a236c92e
hashtable: Redesign the hashtable API.
|
1 year ago |
Petar Popovic
|
c16b7bcb7a
SDL_Get*Driver() functions: Set error message on failure
|
1 year ago |
Frank Praznik
|
706de78a9e
audio/video: Skip preferred drivers when loading a driver on demand
|
1 year ago |
Ryan C. Gordon
|
9e60a8994f
audio: Allow streams to change the device-side channels maps.
|
1 year ago |
Ryan C. Gordon
|
3f7f632e14
audio: Added SDL_AudioDeviceStreamPaused.
|
1 year ago |
Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
1 year ago |
Carl Åstholm
|
49153ebfc4
audio: Add NULL check to SDL_UnbindAudioStreams
|
1 year ago |
Carl Åstholm
|
1b99467c71
audio: Make SDL_Bind/UnbindAudioStreams take const arrays
|
1 year ago |
Ryan C. Gordon
|
ac2edad809
audio: Simplify and unify audio stream format updating when devices change.
|
1 year ago |
Ryan C. Gordon
|
80b9986418
audio: Fixed potential NULL dereference.
|
1 year ago |
Sam Lantinga
|
61511c48a4
SDL_HashTable is now optionally thread-safe
|
1 year ago |
Ryan C. Gordon
|
9784e10a75
audio: Let emscripten update device->sample_frames at device open time.
|
1 year ago |
Ryan C. Gordon
|
65c9a58f5e
audio: Make sure a few bitflag checks convert to bools correctly.
|
1 year ago |
Ryan C. Gordon
|
ce573b01f8
audio: Added SDL_IsAudioDevicePhysical and SDL_IsAudioDevicePlayback.
|
1 year ago |
Caleb Cornett
|
9af5ffcfbe
Improve support for private platforms (#11220)
|
1 year ago |
Sam Lantinga
|
fe2880fcda
Rename SDL_SetThreadPriority() to SDL_SetCurrentThreadPriority()
|
1 year ago |
Petar Popovic
|
457d0edeaf
Remove some extra semicolons
|
1 year ago |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
1 year ago |
Sam Lantinga
|
03ae792df3
Fixed the recording field in audio device events
|
1 year ago |
Sam Lantinga
|
8d223b3037
Renamed atomic functions to match SDL 3.0 naming convention
|
1 year ago |
Sam Lantinga
|
6fc6e3dc7e
Use SDL_bool where appropriate in SDL events
|
1 year ago |