Commit History

Author SHA1 Message Date
  Ivan Epifanov 6da4d94abf VITA: implement camera subsystem 1 year ago
  Sam Lantinga fe2880fcda Rename SDL_SetThreadPriority() to SDL_SetCurrentThreadPriority() 1 year ago
  Sam Lantinga 3234a3b902 Simplified internal SDL_Surface structure 1 year ago
  Sam Lantinga a90ad3b0e2 Removed SDL_bool in favor of plain bool 1 year ago
  Sam Lantinga bd04459cde Fix typos (thanks @qndel!) 1 year ago
  Sam Lantinga 8d223b3037 Renamed atomic functions to match SDL 3.0 naming convention 1 year ago
  Sam Lantinga 9ff3446f03 Use SDL_bool instead an int return code in the SDL API 1 year ago
  Sam Lantinga 8f546bb3c9 Use C99 bool internally in SDL 1 year ago
  Ryan C. Gordon 405693175d camera: Fixed Emscripten support. 1 year ago
  Anonymous Maarten 612b41c451 camera: use cdevice SDL_Event union member 1 year ago
  Sam Lantinga 4f55271571 Removed temporary memory from the API 1 year ago
  Sam Lantinga aafbbe4ebc Fixed warning C4090: 'function': different 'const' qualifiers 1 year ago
  Sam Lantinga 02dceed760 Simpler pointer arithmetic 1 year ago
  Sam Lantinga 68322ac851 Ensure that all functions that follow the SDL_GetStringRule return temporary memory 1 year ago
  Sam Lantinga 01199469de SDL_GetCameras() follows the SDL_GetStringRule 1 year ago
  Sam Lantinga 0fe6603747 SDL_GetCameraSupportedFormats() follows the SDL_GetStringRule 1 year ago
  Sam Lantinga bb96320cc4 Make sure we always copy the data returned using SDL_GetStringRule 1 year ago
  Sam Lantinga 9797c5d0c0 Renamed CameraDevice to Camera 1 year ago
  Sam Lantinga 2ba76dbe80 Simplified SDL_Surface 1 year ago
  Aleksander 596c0af0f3 Camera: Bugfix: `ChooseBestCameraSpec` doesn't set camera colorspace 1 year ago
  Sam Lantinga d7391394d3 Switched the camera format to use framerate ratio instead of interval ratio 1 year ago
  Sam Lantinga aeea819494 Added colorspace to SDL_CameraSpec 1 year ago
  Ryan C. Gordon 38f0214e8a audio: Refer to audio devices to "playback" and "recording". 1 year ago
  Ryan C. Gordon 5bc654aad3 camera: SDL_GetCameraDeviceName() now follows the SDL_GetStringRule. 1 year ago
  Sam Lantinga 4d392bfc67 Fixed camera capture on iOS 1 year ago
  Mathieu Eyraud 43c2b42517 Fix stack address escape in SDL_CameraDevicePermissionOutcome() 1 year ago
  Anonymous Maarten a919774fe4 Build with -Wfloat-conversion + fix all warnings 1 year ago
  Ryan C. Gordon e23257307e Introduce formal policy for APIs that return strings. 1 year ago
  Ryan C. Gordon 0ec716819e thread: Reworked SDL_CreateThread to be consistent across platforms. 1 year ago
  Sam Lantinga 02ff85f2f3 Renamed SDL_SIMDGetAlignment() to SDL_GetSIMDAlignment() 1 year ago