SDL/src
Sam Lantinga 8fb3885c3c Fixed bug 3964 - YUV to RGB in video/SDL_yuv.c is broken for any output format of type ABGR8888 or BGR888
raist66676

Here is the bug in latest SDL 2.0.8 development repo. It is obvious and simple to fix by correcting typos on six lines of code.

In src/video/SDL_yuv.c on lines 217, 249, 280, 321, 353, and 384 the wrong conversion functions are called for SDL_PIXELFORMAT_ABGR8888 and SDL_PIXELFORMAT_BGR888. Instead of ABGR functions, BGRA functions are called. These are typos.
2017-11-17 11:03:02 -08:00
..
atomic Add atomics for Watcom/x86 as inline asm 2017-08-18 16:35:55 -04:00
audio Fixed typo converting 4 channel audio to 2 channel 2017-10-20 16:53:42 -07:00
core Fixed bug 3917 - Android, issues with getManifestEnvironmentVariable 2017-11-04 22:03:28 -07:00
cpuinfo Fixed typo in comment 2017-11-11 17:21:47 -08:00
dynapi Updated SDL's YUV support, many thanks to Adrien Descamps 2017-11-12 22:51:12 -08:00
events mouse: remove assert for unimplemented platforms (thanks, tomwardio!). 2017-11-06 15:29:24 -05:00
file Fixed bug 3760 - RWops doesn't check for integer overflow when stdio_fseek only supports 32 bits 2017-09-09 08:36:37 -07:00
filesystem filesystem: Patched to compile on QNX. 2017-08-17 03:22:44 -04:00
haptic Renaming of guard header names to quiet -Wreserved-id-macro 2017-08-28 00:22:23 -07:00
joystick Fixed bug 3935 - Not find joysticks if android run 24-48 days. 2017-11-02 08:48:14 -07:00
libm Fixed compiler warnings after uClibc code update 2017-11-04 17:39:28 -07:00
loadso revert files I didnt mean to commit! 2017-09-29 10:15:44 -07:00
main Updated version to 2.0.8 since SDL_image depends on it 2017-11-04 21:58:48 -07:00
power power: whoops, that should be "==" not "!=". 2017-07-03 16:45:12 -04:00
render Updated SDL's YUV support, many thanks to Adrien Descamps 2017-11-12 22:51:12 -08:00
stdlib Added SDL_fmod() and SDL_fmodf() 2017-11-04 17:35:03 -07:00
test Fixed bug 3879 - add missing SDLCALL to SDLTest_TrackedMalloc & co. 2017-10-13 09:50:04 -07:00
thread Renaming of guard header names to quiet -Wreserved-id-macro 2017-08-28 00:22:23 -07:00
timer Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacks 2017-08-14 06:28:21 -07:00
video Fixed bug 3964 - YUV to RGB in video/SDL_yuv.c is broken for any output format of type ABGR8888 or BGR888 2017-11-17 11:03:02 -08:00
SDL.c Backing out broken change from previous commit. 2017-04-01 00:46:42 -04:00
SDL_assert.c Fixed bug 3883 - SDL_assert / SDL_PromptAssertion in TTY mode does not accept options ("abriA") 2017-10-15 21:21:19 -07:00
SDL_assert_c.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_dataqueue.c Added SDL_PeekIntoDataQueue(). 2017-10-10 11:56:54 -04:00
SDL_dataqueue.h Added SDL_PeekIntoDataQueue(). 2017-10-10 11:56:54 -04:00
SDL_error.c Fixed bug 3696 - SDL_ShowMessageBox displays different error from intended 2017-07-10 17:16:12 -07:00
SDL_error_c.h Updated copyright for 2017 2017-01-01 18:33:28 -08:00
SDL_hints.c A hint with an empty string should be treated as the default value 2017-09-21 14:48:03 -07:00
SDL_internal.h Some patches to make SDL compile with armcc (ARM's C compiler). 2017-03-02 13:33:04 -05:00
SDL_log.c Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacks 2017-08-14 06:28:21 -07:00