Sam Lantinga
|
202886f873
Make use of the HDR light range when playing HDR video
|
1 year ago |
Sam Lantinga
|
d451fcd7a7
Fixed HDR video content being too bright on Apple platforms
|
1 year ago |
Sam Lantinga
|
c09daf8388
Removed unused variables
|
1 year ago |
Sam Lantinga
|
1c4c29b7ad
Fixed a swap chain leak and a double-free in testffmpeg.c
|
1 year ago |
Sam Lantinga
|
8afba41aef
Added support for HDR10 video on Apple platforms
|
1 year ago |
Sam Lantinga
|
2039c46d2c
Added support for creating an SDL texture from a CVPixelBufferRef
|
1 year ago |
Sam Lantinga
|
30e176d6ba
Added HDR display properties and related event
|
1 year ago |
Sam Lantinga
|
d4caef5b89
Generalize SDR white level handling into a color scale
|
1 year ago |
Sam Lantinga
|
e74171b1ae
Added support for HDR10 video playback on direct3d11
|
1 year ago |
Sam Lantinga
|
50a805cdd1
Use YUV colorspaces instead of a global YUV conversion mode
|
1 year ago |
Sam Lantinga
|
3b55c7d1f4
Shortened SDL property names
|
1 year ago |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
1 year ago |
Sam Lantinga
|
7eae08cfc4
Removed SDL_GL_BindTexture() and SDL_GL_UnbindTexture()
|
1 year ago |
Sam Lantinga
|
1a13dae219
Added constant definitions for SDL properties
|
1 year ago |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
1 year ago |
Ryan C. Gordon
|
447b508a77
error: SDL's allocators now call SDL_OutOfMemory on error.
|
1 year ago |
Sam Lantinga
|
0907f345cb
Added property types: pointer, string, number, float
|
1 year ago |
Sam Lantinga
|
b374105975
Replaced SDL_GetTextureDXGIResource() with texture properties
|
1 year ago |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
1 year ago |
Sam Lantinga
|
aea6e6de6f
Simplified SDL_SetProperty() and added SDL_SetPropertyWithCleanup()
|
1 year ago |
Sam Lantinga
|
a1941fad6c
Replaced SDL_RenderGetD3D11Device(), SDL_RenderGetD3D12Device(), and SDL_RenderGetD3D9Device() with renderer properties.
|
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 |
Sam Lantinga
|
d18f910248
testffmpeg: added the ability to specify audio and video codecs
|
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 |
Anonymous Maarten
|
ebfbd7327b
testffmpeg: use SDL_test to parse arguments and track memory
|
1 year ago |
Sam Lantinga
|
adcace6f95
Added a "--software" option to testffmpeg
|
1 year ago |
Ozkan Sezer
|
86ada8a9f0
fix testffmpeg.c build.
|
1 year ago |