SDL/Xcode-iOS
Sam Lantinga a6a4e27ae8 Updated SDL's YUV support, many thanks to Adrien Descamps
New functions get and set the YUV colorspace conversion mode:
	SDL_SetYUVConversionMode()
	SDL_GetYUVConversionMode()
	SDL_GetYUVConversionModeForResolution()

SDL_ConvertPixels() converts between all supported RGB and YUV formats, with SSE acceleration for converting from planar YUV formats (YV12, NV12, etc) to common RGB/RGBA formats.

Added a new test program, testyuv, to verify correctness and speed of YUV conversion functionality.
2017-11-12 22:51:12 -08:00
..
Demos The volume was too high, clamp to SDL_MIX_MAXVOLUME 2017-09-22 11:15:57 -07:00
SDL/SDL.xcodeproj Updated SDL's YUV support, many thanks to Adrien Descamps 2017-11-12 22:51:12 -08:00
SDLtest/SDL2test.xcodeproj Updated SDL's YUV support, many thanks to Adrien Descamps 2017-11-12 22:51:12 -08:00
Template/SDL iOS Application iOS: Fixed compiling template on C89 compilers. 2017-03-19 22:17:01 +01:00
Test Updated SDL's YUV support, many thanks to Adrien Descamps 2017-11-12 22:51:12 -08:00