1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-03 21:42:18 +00:00
mpv/test/ref
wm4 c4b2ca83d6 draw_bmp: don't make strange decisions on broken iknput csp params
This checked params->color.space for being RGB. If the colorspace is
unset, this did dumb things because even if the imgfmt was a RGB one,
the colorspace was not set to RGB. This actually also happened to the
tests.

(Short-cutting RGB like this is actually wrong, since RGB could still
have strange gamma or primaries, which would warrant a full conversion.
So you'd need to check for these other parameters as well. To be fixed
later.)
2020-05-12 22:43:29 +02:00
..
draw_bmp.txt draw_bmp: don't make strange decisions on broken iknput csp params 2020-05-12 22:43:29 +02:00
img_formats.txt video: add yuv float formats 2020-05-09 18:02:57 +02:00
repack_sws.log
repack_zimg.log zimg: add support for big endian input and output 2020-04-13 15:56:27 +02:00
repack.txt repack: add support for converting from/to float formats 2020-05-09 18:02:57 +02:00
zimg_formats.txt video: add yuv float formats 2020-05-09 18:02:57 +02:00