Sam Lantinga
|
80c6a5f8d9
Updated copyright for 2026
|
2 месяцев назад |
Eddy Jansson
|
aaee09d6ed
Don't do NULL-checks before SDL_free()
|
4 месяцев назад |
Sam Lantinga
|
d21da8644b
Revert "Make sure fast path RGB <-> YUV conversions are using the same color primaries"
|
6 месяцев назад |
Sam Lantinga
|
501e71f25f
Added unaligned version of SDL_ConvertPixels_SwapNV_std()
|
1 год назад |
Petar Popovic
|
a336b62d8b
Remove newlines from error messages
|
1 год назад |
Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
1 год назад |
L zard
|
8b6d3c88cf
Fix `#ifdef`s to have config flags either defined as 1 or undefined
|
1 год назад |
Sam Lantinga
|
bb764e3106
Added support for full range BT.709 YUV conversion
|
1 год назад |
Sam Lantinga
|
eacf119923
Renamed SDL_size_add_overflow() and SDL_size_mul_overflow()
|
1 год назад |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
1 год назад |
Sam Lantinga
|
8f546bb3c9
Use C99 bool internally in SDL
|
1 год назад |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
1 год назад |
Sam Lantinga
|
037541a0e0
Check standard error code return values as < 0 instead of == -1
|
1 год назад |
Sam Lantinga
|
2ba76dbe80
Simplified SDL_Surface
|
1 год назад |
Sam Lantinga
|
33eaddc565
Cleaned up various type conversion issues
|
2 лет назад |
Sam Lantinga
|
ee87132385
Make sure fast path RGB <-> YUV conversions are using the same color primaries
|
2 лет назад |
Sam Lantinga
|
db24560387
Additional colorspace clarification
|
2 лет назад |
Sam Lantinga
|
6e03914375
Fixed signed/unsigned comparison warning
|
2 лет назад |
Sam Lantinga
|
f2cd361e25
testyuv: added validation of P010 YUV format
|
2 лет назад |
Sam Lantinga
|
4ba6aeee9d
A second take on HDR support with an SDR white point and HDR headroom
|
2 лет назад |
Sam Lantinga
|
50a805cdd1
Use YUV colorspaces instead of a global YUV conversion mode
|
2 лет назад |
Simon McVittie
|
81ac656b7c
SDL_CalculateRGBSize, SDL_CalculateYUVSize: set the error indicator
|
2 лет назад |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 лет назад |
Ryan C. Gordon
|
447b508a77
error: SDL's allocators now call SDL_OutOfMemory on error.
|
2 лет назад |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
2 лет назад |
Sam Lantinga
|
e264bb5178
Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity
|
2 лет назад |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
2 лет назад |
Sylvain
|
cae6b4489d
- simplication and factorization around CalculateSize and Pitch, RGB/YUV
|
2 лет назад |
Anonymous Maarten
|
3472dc11d6
Fix uses of undefined macro identifiers (-Wundef)
|
3 лет назад |
Ozkan Sezer
|
2e4ce78b33
tidy-up SDL_yuv.c
|
3 лет назад |