Commit History

Author SHA1 Message Date
  Ryan C. Gordon 8ac5c84ad1 audio: device thread shouldn't touch `thread_alive` after object is free'd. 1 year ago
  Ryan C. Gordon b17151eb16 testaudio: Don't crash if renderer is NULL (happens during shutdown). 1 year ago
  Ryan C. Gordon 7f408e57ee audio: Keep all available devices in a hashtable instead of linked lists. 1 year ago
  Ryan C. Gordon 0aba2c97db hashtable: SDL_IterateHashTable might as well provide both key and value. 1 year ago
  Ryan C. Gordon 95a9271dbf audio: Never lock a device while holding the device_list_lock. 1 year ago
  kanjitalk755 9aeabb0b05 Fix macOS build error by #8269 1 year ago
  Anonymous Maarten 382751c4b5 testffmpeg: print usage of options to change audio/video codec 1 year ago
  Sam Lantinga f91bde64d5 testffmpeg: Only enable blending if we're using a texture format that supports it 1 year ago
  Sam Lantinga 516d6f9efc testffmpeg: added support for YUVA formats using swscale 1 year ago
  Ryan C. Gordon ac71831350 Sync wiki -> headers 1 year ago
  Sam Lantinga d18f910248 testffmpeg: added the ability to specify audio and video codecs 1 year ago
  Frank Praznik 72034b9a07 wayland: Fix primary selection handling when the protocol isn't supported 1 year ago
  kanjitalk755 e152129787 Fixes #8190. 1 year ago
  Sam Lantinga b79db0a6ea Fixed potential wraparound issue with property IDs 1 year ago
  Anonymous Maarten c9ccf0670c Add unsupported functions to dynapi 1 year ago
  Anonymous Maarten 25ce87979d Always provide an implementation for all SDL3 symbols 1 year ago
  Anonymous Maarten 3a36433a3c cmake: test -Wl,--version-script with minimal version script 1 year ago
  Anonymous Maarten 0efa196989 dynapi: implement SDL_DYNAPI_entry even when building SDL without dynapi support 1 year ago
  Sam Lantinga bf64fecf19 testffmpeg: allow resizing of the video window 1 year ago
  Sam Lantinga efa9a45048 Clarified that testffmpeg will resize the window to the video size 1 year ago
  Sam Lantinga 4368f70ff9 Added properties to various SDL objects 1 year ago
  Sam Lantinga 973c8b3273 Added SDL properties API 1 year ago
  Ryan C. Gordon 2bca4671a6 audio: Allow audio streams to be created when the subsystem isn't initialized. 1 year ago
  Anonymous Maarten 1ae33f6751 cmake: optionally install pdb's 1 year ago
  Sam Lantinga 0d5cad91b1 We need audio converters initialized in SDL_InitAudio() 1 year ago
  Ryan C. Gordon 1c3a0ade74 audio: Whoops, this stream format change is only for capture devices. 1 year ago
  Ryan C. Gordon 10fab3a39e pulseaudio: Stop the threaded mainloop before destroying the context. 1 year ago
  Sam Lantinga 0b71898cb1 Make it clear that the string comparison isn't a boolean check 1 year ago
  Sam Lantinga 6c8ad975c7 Like mutexes, operations on NULL rwlocks are no-ops 1 year ago
  Sam Lantinga c552cc6847 We don't require the audio system to be initialized for audio format conversion 1 year ago