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
|
2 years ago |
Sam Lantinga
|
f91bde64d5
testffmpeg: Only enable blending if we're using a texture format that supports it
|
2 years ago |
Sam Lantinga
|
516d6f9efc
testffmpeg: added support for YUVA formats using swscale
|
2 years ago |
Sam Lantinga
|
d18f910248
testffmpeg: added the ability to specify audio and video codecs
|
2 years ago |
Sam Lantinga
|
bf64fecf19
testffmpeg: allow resizing of the video window
|
2 years ago |
Sam Lantinga
|
efa9a45048
Clarified that testffmpeg will resize the window to the video size
|
2 years ago |
Anonymous Maarten
|
ebfbd7327b
testffmpeg: use SDL_test to parse arguments and track memory
|
2 years ago |
Sam Lantinga
|
adcace6f95
Added a "--software" option to testffmpeg
|
2 years ago |
Ozkan Sezer
|
86ada8a9f0
fix testffmpeg.c build.
|
2 years ago |
Sam Lantinga
|
2bd478ae65
Added SDL_GetTextureDXGIResource() to get the DXGI resource associated with a render texture.
|
2 years ago |
Sam Lantinga
|
a842446f62
Added support for 0-copy decode and display using D3D11
|
2 years ago |
Sam Lantinga
|
d830cd140b
Added support for 0-copy decode and display using Apple VideoToolbox
|
2 years ago |
Sam Lantinga
|
1bf913b29a
Added support for 0-copy decode and display using VAAPI and EGL
|
2 years ago |
Sam Lantinga
|
ed6381b68d
Allow setting any number of sprites over the video
|
2 years ago |