Ryan C. Gordon
|
b19e68c8ec
testaudio: Properly display playback progress, regardless of data source.
|
1 éve |
Ryan C. Gordon
|
8c39269279
audio: Fix audio stream format when binding to a capture device.
|
1 éve |
Ryan C. Gordon
|
f26b838a3e
jack: Check for sample rate and buffer size changes from the server.
|
1 éve |
Ryan C. Gordon
|
063cb0df6b
audio: Fixed comment typo. "deref" should be "unref"
|
1 éve |
Ryan C. Gordon
|
354611a0c6
testaudio: Fixed some bugs Valgrind pointed out.
|
1 éve |
Ryan C. Gordon
|
a17f3ba916
audio: Reworked audio device disconnect management.
|
1 éve |
Zhile Zhu
|
6ddd96a4d0
Fix some wrong gamepad/controller event enums
|
1 éve |
Ryan C. Gordon
|
8df68b4120
hashtable: Moved over to single-line comments.
|
1 éve |
Ryan C. Gordon
|
1c6d996108
testaudio: if the SDL_Renderer is already gone, don't destroy SDL_Textures.
|
1 éve |
Ryan C. Gordon
|
b22ffb9797
audio: Fix some logic errors in the new device hashtable code.
|
1 éve |
Anonymous Maarten
|
e526dc64bd
Don't set unused variable
|
1 éve |
Ryan C. Gordon
|
6664437748
hashtable: Don't rearrange bucket elements during SDL_FindInHashTable.
|
1 éve |
Ryan C. Gordon
|
8ac5c84ad1
audio: device thread shouldn't touch `thread_alive` after object is free'd.
|
1 éve |
Ryan C. Gordon
|
b17151eb16
testaudio: Don't crash if renderer is NULL (happens during shutdown).
|
1 éve |
Ryan C. Gordon
|
7f408e57ee
audio: Keep all available devices in a hashtable instead of linked lists.
|
1 éve |
Ryan C. Gordon
|
0aba2c97db
hashtable: SDL_IterateHashTable might as well provide both key and value.
|
1 éve |
Ryan C. Gordon
|
95a9271dbf
audio: Never lock a device while holding the device_list_lock.
|
1 éve |
kanjitalk755
|
9aeabb0b05
Fix macOS build error by #8269
|
1 éve |
Anonymous Maarten
|
382751c4b5
testffmpeg: print usage of options to change audio/video codec
|
1 éve |
Sam Lantinga
|
f91bde64d5
testffmpeg: Only enable blending if we're using a texture format that supports it
|
1 éve |
Sam Lantinga
|
516d6f9efc
testffmpeg: added support for YUVA formats using swscale
|
1 éve |
Ryan C. Gordon
|
ac71831350
Sync wiki -> headers
|
1 éve |
Sam Lantinga
|
d18f910248
testffmpeg: added the ability to specify audio and video codecs
|
1 éve |
Frank Praznik
|
72034b9a07
wayland: Fix primary selection handling when the protocol isn't supported
|
1 éve |
kanjitalk755
|
e152129787
Fixes #8190.
|
1 éve |
Sam Lantinga
|
b79db0a6ea
Fixed potential wraparound issue with property IDs
|
1 éve |
Anonymous Maarten
|
c9ccf0670c
Add unsupported functions to dynapi
|
1 éve |
Anonymous Maarten
|
25ce87979d
Always provide an implementation for all SDL3 symbols
|
1 éve |
Anonymous Maarten
|
3a36433a3c
cmake: test -Wl,--version-script with minimal version script
|
1 éve |
Anonymous Maarten
|
0efa196989
dynapi: implement SDL_DYNAPI_entry even when building SDL without dynapi support
|
1 éve |