ladybird/Userland/Libraries/LibVideo/Color
Zaggy1024 6b392cef9c LibVideo: Treat BT.601/709/2020 input transfer characteristics as sRGB
I've realized that it probably makes more sense to change the input
transfer characteristics to treat these as sRGB since color conversion
in linear converted from BT.709 doesn't really make sense. If content
creation applications expect media players to display BT.709 without
conversions, this means they expect applications to treat it as sRGB,
since that's what most displays use. That most likely also means they
process it as sRGB internally, meaning we should do the same for our
color primaries conversion.
2022-11-11 11:34:03 +01:00
..
CodingIndependentCodePoints.h LibVideo: Set CodingIndependentCodePoints in its member functions 2022-10-31 14:47:13 +01:00
ColorConverter.cpp LibVideo: Treat BT.601/709/2020 input transfer characteristics as sRGB 2022-11-11 11:34:03 +01:00
ColorConverter.h LibVideo: Implement CICP color space conversion 2022-10-25 11:06:11 +02:00
ColorPrimaries.cpp LibVideo: Implement CICP color space conversion 2022-10-25 11:06:11 +02:00
ColorPrimaries.h LibVideo: Implement CICP color space conversion 2022-10-25 11:06:11 +02:00
TransferCharacteristics.cpp LibVideo: Implement CICP color space conversion 2022-10-25 11:06:11 +02:00
TransferCharacteristics.h LibVideo: Implement CICP color space conversion 2022-10-25 11:06:11 +02:00