Ryan C. Gordon
|
4194879df1
surface: Surface rotation property should be float, not int.
|
3 mesi fa |
Ryan C. Gordon
|
2c11d62d17
camera: Report rotation needed to account for device orientation.
|
3 mesi fa |
Sam Lantinga
|
4931c675ab
Fixed warning C4127 (conditional expression is constant) in Visual Studio
|
4 mesi fa |
Ryan C. Gordon
|
1191f81a3c
camera: Make refcounts more robust, and actually destroy disconnected cameras.
|
5 mesi fa |
Sam Lantinga
|
25b2d2c821
Use new parameter validation macro
|
6 mesi fa |
Merlyn Morgan-Graham
|
385715c0dd
Introduce enum for SDL_GetCameraPermissionState result
|
7 mesi fa |
Ryan C. Gordon
|
07ef532681
hints: Renamed SDL_HINT_LOG_BACKENDS to SDL_DEBUG_LOGGING.
|
8 mesi fa |
Ryan C. Gordon
|
10004ab0ea
hints: Added SDL_HINT_LOG_BACKENDS.
|
8 mesi fa |
Ryan C. Gordon
|
a88105784f
camera: Delete some failure code that should have been removed before.
|
1 anno fa |
Anonymous Maarten
|
8a7beca122
camera: clear the spec when closing, so re-opening can probe again
|
1 anno fa |
Ozkan Sezer
|
60c65f9fa4
SDL_camera.c: fix failure-return in SDL_PrepareCameraSurfaces().
|
1 anno fa |
Ryan C. Gordon
|
725af6ad16
camera: Fixed surface formats, etc, for Emscripten backend.
|
1 anno fa |
Sam Lantinga
|
e50db698e2
Disable all camera drivers if SDL_CAMERA_DISABLED is defined
|
1 anno fa |
Petar Popovic
|
c70f54e28b
Remove redundant casts
|
1 anno fa |
Sam Lantinga
|
de12cb92dc
Fixed crash at shutdown with new hashtable code
|
1 anno fa |
Ryan C. Gordon
|
84a236c92e
hashtable: Redesign the hashtable API.
|
1 anno fa |
Petar Popovic
|
c16b7bcb7a
SDL_Get*Driver() functions: Set error message on failure
|
1 anno fa |
Sam Lantinga
|
8e51b2468a
Renamed SDL_SoftStretch() to SDL_StretchSurface()
|
1 anno fa |
Timothee Besset
|
6beda34215
do not build camera drivers if camera support is disabled
|
1 anno fa |
Ryan C. Gordon
|
344e394bf4
camera: Favor v4l2 over pipewire, for now.
|
1 anno fa |
Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
1 anno fa |
Sam Lantinga
|
43a61fec91
Removed external hashtable locking functions
|
1 anno fa |
Sam Lantinga
|
61511c48a4
SDL_HashTable is now optionally thread-safe
|
1 anno fa |
Ivan Epifanov
|
6da4d94abf
VITA: implement camera subsystem
|
1 anno fa |
Sam Lantinga
|
fe2880fcda
Rename SDL_SetThreadPriority() to SDL_SetCurrentThreadPriority()
|
1 anno fa |
Sam Lantinga
|
3234a3b902
Simplified internal SDL_Surface structure
|
1 anno fa |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
1 anno fa |
Sam Lantinga
|
bd04459cde
Fix typos (thanks @qndel!)
|
1 anno fa |
Sam Lantinga
|
8d223b3037
Renamed atomic functions to match SDL 3.0 naming convention
|
1 anno fa |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
1 anno fa |