1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-14 22:22:59 +02:00
Martin Storsjö c523724c69 swscale: Take the destination range into account for yuv->rgb->yuv conversions
The range parameters need to be set up before calling
sws_init_context (which selects which fastpaths can be used;
this gets called by sws_getContext); solely passing them via
sws_setColorspaceDetails isn't enough.

This fixes producing full range YUV range output when doing
YUV->YUV conversions between different YUV color spaces.

Signed-off-by: Martin Storsjö <martin@martin.st>
2022-02-25 11:01:17 +02:00
..
2021-05-21 19:28:50 +02:00
2021-04-26 19:56:33 +10:00
2022-01-08 18:09:58 +01:00
2022-01-08 18:10:56 +01:00
2020-12-10 09:46:30 +01:00
2021-09-27 07:08:53 +02:00
2021-01-14 01:44:21 +01:00
2021-12-22 18:38:40 -06:00
2021-12-22 18:38:40 -06:00
2020-09-07 19:04:09 +02:00
2021-12-31 17:26:01 +10:00
2021-02-16 22:50:08 +01:00
2021-08-29 18:44:46 +02:00
2021-05-09 11:07:20 +02:00