FFmpeg/tests/ref/pixfmt
Ramiro Polla 384fe39623 swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats
There is an issue with the constants used in YUV to YUV range conversion,
where the upper bound is not respected when converting to mpeg range.

With this commit, the constants are calculated at runtime, depending on
the bit depth. This approach also allows us to more easily understand how
the constants are derived.

For bit depths <= 14, the number of fixed point bits has been set to 14
for all conversions, to simplify the code.
For bit depths > 14, the number of fixed points bits has been raised and
set to 18, to allow for the conversion to be accurate enough for the mpeg
range to be respected.

The convert functions now take the conversion constants (coeff and offset)
as function arguments.
For bit depths <= 14, coeff is unsigned 16-bit and offset is 32-bit.
For bit depths > 14, coeff is unsigned 32-bit and offset is 64-bit.

x86_64:
chrRangeFromJpeg8_1920_c:    2127.4   2125.0  (1.00x)
chrRangeFromJpeg16_1920_c:   2325.2   2127.2  (1.09x)
chrRangeToJpeg8_1920_c:      3166.9   3168.7  (1.00x)
chrRangeToJpeg16_1920_c:     2152.4   3164.8  (0.68x)
lumRangeFromJpeg8_1920_c:    1263.0   1302.5  (0.97x)
lumRangeFromJpeg16_1920_c:   1080.5   1299.2  (0.83x)
lumRangeToJpeg8_1920_c:      1886.8   2112.2  (0.89x)
lumRangeToJpeg16_1920_c:     1077.0   1906.5  (0.56x)

aarch64 A55:
chrRangeFromJpeg8_1920_c:   28835.2  28835.6  (1.00x)
chrRangeFromJpeg16_1920_c:  28839.8  32680.8  (0.88x)
chrRangeToJpeg8_1920_c:     23074.7  23075.4  (1.00x)
chrRangeToJpeg16_1920_c:    17318.9  24996.0  (0.69x)
lumRangeFromJpeg8_1920_c:   15389.7  15384.5  (1.00x)
lumRangeFromJpeg16_1920_c:  15388.2  17306.7  (0.89x)
lumRangeToJpeg8_1920_c:     19227.8  19226.6  (1.00x)
lumRangeToJpeg16_1920_c:    15387.0  21146.3  (0.73x)

aarch64 A76:
chrRangeFromJpeg8_1920_c:    6324.4   6268.1  (1.01x)
chrRangeFromJpeg16_1920_c:   6339.9  11521.5  (0.55x)
chrRangeToJpeg8_1920_c:      9656.0   9612.8  (1.00x)
chrRangeToJpeg16_1920_c:     6340.4  11651.8  (0.54x)
lumRangeFromJpeg8_1920_c:    4422.0   4420.8  (1.00x)
lumRangeFromJpeg16_1920_c:   4420.9   5762.0  (0.77x)
lumRangeToJpeg8_1920_c:      5949.1   5977.5  (1.00x)
lumRangeToJpeg16_1920_c:     4446.8   5946.2  (0.75x)

NOTE: all simd optimizations for range_convert have been disabled.
      they will be re-enabled when they are fixed for each architecture.

NOTE2: the same issue still exists in rgb2yuv conversions, which is not
       addressed in this commit.
2024-12-05 21:10:29 +01:00
..
bgr24
gbrp-bgr24 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-gbrp10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-gbrp10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-gbrp12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-gbrp12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-gbrp16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-gbrp16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-gray swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp-gray10be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp-gray10le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp-gray12be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp-gray12le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp-gray16be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp-gray16le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp-monob fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-monow fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-nv12 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-nv16 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-nv24 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-p010be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-p010le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-p012be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-p012le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-p016be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-p016le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-p210be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-p210le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-p212be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-p212le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-p216be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-p216le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-p410be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-p410le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-p412be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-p412le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-p416be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-p416le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-rgb24 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-rgb32 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-rgb48 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-rgb555 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-rgb565 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-uyvy422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-v30xle fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-vuyx fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-vyu444 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-x2bgr10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-x2rgb10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-xv30le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-xv36be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-xv36le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-xv48be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-xv48le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-xyz12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-y210le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-y212le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-y216le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv410p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv411p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv420p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv420p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv420p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv420p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv420p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv420p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv420p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv422p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv422p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv422p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv422p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv422p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv422p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv422p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv440p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv440p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv440p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv440p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv440p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv444p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv444p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv444p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv444p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv444p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv444p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuv444p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yuvj420p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp-yuvj422p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp-yuvj440p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp-yuvj444p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp-yuyv422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp-yvyu422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-bgr24 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-gbrp10be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp10-gbrp10le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp10-gbrp12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-gbrp12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-gbrp16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-gbrp16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-gray swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp10-gray10be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp10-gray10le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp10-gray12be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp10-gray12le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp10-gray16be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp10-gray16le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp10-monob fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-monow fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-nv12 x86/swscale: disable AVX2 yuv2nv12cX functions if accurate_rnd is requested 2024-11-07 11:16:42 -03:00
gbrp10-nv16 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-nv24 x86/swscale: disable AVX2 yuv2nv12cX functions if accurate_rnd is requested 2024-11-07 11:16:42 -03:00
gbrp10-p010be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp10-p010le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp10-p012be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-p012le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-p016be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-p016le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-p210be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp10-p210le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp10-p212be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-p212le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-p216be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-p216le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-p410be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp10-p410le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp10-p412be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-p412le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-p416be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-p416le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-rgb24 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-rgb32 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-rgb48 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-rgb555 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-rgb565 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-uyvy422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-v30xle fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp10-vuyx fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-vyu444 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-x2bgr10le swscale/swscale_unscaled: add unscaled x2rgb10le to planar RGB 2024-11-06 17:34:31 -03:00
gbrp10-x2rgb10le swscale/swscale_unscaled: add unscaled x2rgb10le to planar RGB 2024-11-06 17:34:31 -03:00
gbrp10-xv30le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp10-xv36be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-xv36le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-xv48be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-xv48le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-xyz12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-y210le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp10-y212le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-y216le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-yuv410p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-yuv411p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-yuv420p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-yuv420p10be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp10-yuv420p10le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp10-yuv420p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-yuv420p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-yuv420p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-yuv420p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-yuv422p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-yuv422p10be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp10-yuv422p10le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp10-yuv422p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-yuv422p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-yuv422p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-yuv422p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-yuv440p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-yuv440p10be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp10-yuv440p10le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp10-yuv440p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-yuv440p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-yuv444p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-yuv444p10be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp10-yuv444p10le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp10-yuv444p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-yuv444p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-yuv444p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-yuv444p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-yuvj420p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp10-yuvj422p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp10-yuvj440p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp10-yuvj444p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp10-yuyv422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp10-yvyu422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-bgr24 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-gbrp10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-gbrp10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-gbrp12be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp12-gbrp12le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp12-gbrp16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-gbrp16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-gray swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp12-gray10be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp12-gray10le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp12-gray12be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp12-gray12le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp12-gray16be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp12-gray16le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp12-monob fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-monow fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-nv12 x86/swscale: disable AVX2 yuv2nv12cX functions if accurate_rnd is requested 2024-11-07 11:16:42 -03:00
gbrp12-nv16 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-nv24 x86/swscale: disable AVX2 yuv2nv12cX functions if accurate_rnd is requested 2024-11-07 11:16:42 -03:00
gbrp12-p010be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-p010le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-p012be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp12-p012le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp12-p016be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-p016le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-p210be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-p210le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-p212be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp12-p212le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp12-p216be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-p216le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-p410be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-p410le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-p412be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp12-p412le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp12-p416be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-p416le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-rgb24 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-rgb32 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-rgb48 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-rgb555 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-rgb565 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-uyvy422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-v30xle fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-vuyx fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-vyu444 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-x2bgr10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-x2rgb10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-xv30le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-xv36be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp12-xv36le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp12-xv48be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-xv48le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-xyz12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-y210le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-y212le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp12-y216le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-yuv410p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-yuv411p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-yuv420p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-yuv420p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-yuv420p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-yuv420p12be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp12-yuv420p12le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp12-yuv420p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-yuv420p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-yuv422p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-yuv422p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-yuv422p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-yuv422p12be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp12-yuv422p12le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp12-yuv422p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-yuv422p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-yuv440p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-yuv440p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-yuv440p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-yuv440p12be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp12-yuv440p12le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp12-yuv444p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-yuv444p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-yuv444p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-yuv444p12be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp12-yuv444p12le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp12-yuv444p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-yuv444p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-yuvj420p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp12-yuvj422p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp12-yuvj440p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp12-yuvj444p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp12-yuyv422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp12-yvyu422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
gbrp16-gbrp16be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp16-gbrp16le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp16-gray16be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp16-gray16le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
gbrp16-p016be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp16-p016le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp16-p216be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp16-p216le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp16-p416be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp16-p416le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp16-rgb48 fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp16-xv48be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp16-xv48le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp16-y216le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp16-yuv420p16be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp16-yuv420p16le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp16-yuv422p16be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp16-yuv422p16le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp16-yuv444p16be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gbrp16-yuv444p16le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
gray
monob
monow
nv12 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
nv16 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
nv24 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24
rgb24-bgr24 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-gbrp10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-gbrp10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-gbrp12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-gbrp12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-gbrp16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-gbrp16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-gray swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
rgb24-gray10be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
rgb24-gray10le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
rgb24-gray12be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
rgb24-gray12le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
rgb24-gray16be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
rgb24-gray16le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
rgb24-monob fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-monow fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-nv12 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-nv16 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-nv24 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-p010be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-p010le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-p012be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-p012le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-p016be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-p016le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-p210be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-p210le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-p212be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-p212le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-p216be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-p216le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-p410be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-p410le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-p412be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-p412le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-p416be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-p416le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-rgb24 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-rgb32 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-rgb48 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-rgb555 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-rgb565 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-uyvy422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-v30xle fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-vuyx fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-vyu444 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-x2bgr10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-x2rgb10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-xv30le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-xv36be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-xv36le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-xv48be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-xv48le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-xyz12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-y210le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-y212le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-y216le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv410p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv411p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv420p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv420p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv420p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv420p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv420p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv420p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv420p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv422p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv422p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv422p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv422p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv422p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv422p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv422p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv440p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv440p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv440p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv440p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv440p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv444p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv444p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv444p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv444p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv444p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv444p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuv444p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yuvj420p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
rgb24-yuvj422p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
rgb24-yuvj440p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
rgb24-yuvj444p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
rgb24-yuyv422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb24-yvyu422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb32
rgb48-bgr24 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-gbrp10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-gbrp10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-gbrp12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-gbrp12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-gbrp16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-gbrp16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-gray swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
rgb48-gray10be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
rgb48-gray10le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
rgb48-gray12be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
rgb48-gray12le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
rgb48-gray16be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
rgb48-gray16le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
rgb48-monob fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-monow fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-nv12 x86/swscale: disable AVX2 yuv2nv12cX functions if accurate_rnd is requested 2024-11-07 11:16:42 -03:00
rgb48-nv16 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-nv24 x86/swscale: disable AVX2 yuv2nv12cX functions if accurate_rnd is requested 2024-11-07 11:16:42 -03:00
rgb48-p010be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-p010le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-p012be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-p012le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-p016be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-p016le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-p210be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-p210le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-p212be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-p212le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-p216be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-p216le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-p410be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-p410le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-p412be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-p412le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-p416be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-p416le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-rgb24 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-rgb32 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-rgb48 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-rgb555 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-rgb565 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-uyvy422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-v30xle fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-vuyx fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-vyu444 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-x2bgr10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-x2rgb10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-xv30le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-xv36be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-xv36le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-xv48be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-xv48le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-xyz12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-y210le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-y212le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-y216le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv410p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv411p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv420p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv420p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv420p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv420p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv420p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv420p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv420p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv422p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv422p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv422p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv422p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv422p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv422p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv422p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv440p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv440p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv440p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv440p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv440p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv444p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv444p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv444p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv444p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv444p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv444p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuv444p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yuvj420p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
rgb48-yuvj422p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
rgb48-yuvj440p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
rgb48-yuvj444p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
rgb48-yuyv422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb48-yvyu422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
rgb555
rgb565
uyvy422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
vuyx fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
vyu444 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
xyz12le
yuv410p
yuv411p
yuv420p
yuv422p
yuv440p
yuv444p
yuv444p-bgr24 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-gbrp10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-gbrp10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-gbrp12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-gbrp12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-gbrp16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-gbrp16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-gray fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-gray10be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p-gray10le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p-gray12be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p-gray12le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p-gray16be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p-gray16le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p-monob fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-monow fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-nv12 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-nv16 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-nv24 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-p010be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-p010le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-p012be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-p012le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-p016be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-p016le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-p210be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-p210le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-p212be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-p212le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-p216be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-p216le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-p410be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-p410le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-p412be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-p412le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-p416be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-p416le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-rgb24 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-rgb32 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-rgb48 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-rgb555 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-rgb565 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-uyvy422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-v30xle fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-vuyx fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-vyu444 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-x2bgr10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-x2rgb10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-xv30le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-xv36be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-xv36le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-xv48be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-xv48le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-xyz12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-y210le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-y212le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-y216le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv410p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv411p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv420p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv420p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv420p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv420p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv420p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv420p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv420p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv422p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv422p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv422p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv422p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv422p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv422p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv422p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv440p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv440p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv440p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv440p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv440p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv444p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv444p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv444p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv444p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv444p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv444p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuv444p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuvj420p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p-yuvj422p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p-yuvj440p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p-yuvj444p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yuyv422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p-yvyu422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-bgr24 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-gbrp10be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p10-gbrp10le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p10-gbrp12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-gbrp12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-gbrp16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-gbrp16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-gray swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p10-gray10be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p10-gray10le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p10-gray12be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p10-gray12le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p10-gray16be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p10-gray16le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p10-monob fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-monow fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-nv12 x86/swscale: disable AVX2 yuv2nv12cX functions if accurate_rnd is requested 2024-11-07 11:16:42 -03:00
yuv444p10-nv16 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-nv24 x86/swscale: disable AVX2 yuv2nv12cX functions if accurate_rnd is requested 2024-11-07 11:16:42 -03:00
yuv444p10-p010be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p10-p010le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p10-p012be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-p012le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-p016be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-p016le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-p210be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p10-p210le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p10-p212be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-p212le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-p216be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-p216le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-p410be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p10-p410le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p10-p412be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-p412le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-p416be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-p416le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-rgb24 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-rgb32 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-rgb48 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-rgb555 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-rgb565 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-uyvy422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-v30xle fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p10-vuyx fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-vyu444 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-x2bgr10le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p10-x2rgb10le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p10-xv30le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p10-xv36be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-xv36le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-xv48be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-xv48le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-xyz12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-y210le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p10-y212le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-y216le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-yuv410p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-yuv411p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-yuv420p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-yuv420p10be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p10-yuv420p10le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p10-yuv420p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-yuv420p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-yuv420p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-yuv420p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-yuv422p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-yuv422p10be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p10-yuv422p10le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p10-yuv422p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-yuv422p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-yuv422p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-yuv422p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-yuv440p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-yuv440p10be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p10-yuv440p10le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p10-yuv440p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-yuv440p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-yuv444p fate/pixfmt: disable dithering in the scale filter 2024-11-08 09:19:06 -03:00
yuv444p10-yuv444p10be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p10-yuv444p10le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p10-yuv444p12be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-yuv444p12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-yuv444p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-yuv444p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-yuvj420p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p10-yuvj422p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p10-yuvj440p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p10-yuvj444p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p10-yuyv422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p10-yvyu422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-bgr24 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-gbrp10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-gbrp10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-gbrp12be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p12-gbrp12le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p12-gbrp16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-gbrp16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-gray swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p12-gray10be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p12-gray10le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p12-gray12be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p12-gray12le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p12-gray16be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p12-gray16le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p12-monob fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-monow fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-nv12 x86/swscale: disable AVX2 yuv2nv12cX functions if accurate_rnd is requested 2024-11-07 11:16:42 -03:00
yuv444p12-nv16 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-nv24 x86/swscale: disable AVX2 yuv2nv12cX functions if accurate_rnd is requested 2024-11-07 11:16:42 -03:00
yuv444p12-p010be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-p010le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-p012be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p12-p012le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p12-p016be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-p016le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-p210be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-p210le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-p212be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p12-p212le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p12-p216be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-p216le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-p410be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-p410le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-p412be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p12-p412le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p12-p416be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-p416le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-rgb24 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-rgb32 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-rgb48 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-rgb555 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-rgb565 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-uyvy422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-v30xle fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-vuyx fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-vyu444 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-x2bgr10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-x2rgb10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-xv30le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-xv36be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p12-xv36le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p12-xv48be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-xv48le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-xyz12le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-y210le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-y212le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p12-y216le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-yuv410p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-yuv411p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-yuv420p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-yuv420p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-yuv420p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-yuv420p12be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p12-yuv420p12le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p12-yuv420p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-yuv420p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-yuv422p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-yuv422p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-yuv422p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-yuv422p12be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p12-yuv422p12le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p12-yuv422p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-yuv422p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-yuv440p fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-yuv440p10be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-yuv440p10le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-yuv440p12be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p12-yuv440p12le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p12-yuv444p fate/pixfmt: disable dithering in the scale filter 2024-11-08 09:19:06 -03:00
yuv444p12-yuv444p10be fate/pixfmt: disable dithering in the scale filter 2024-11-08 09:19:06 -03:00
yuv444p12-yuv444p10le fate/pixfmt: disable dithering in the scale filter 2024-11-08 09:19:06 -03:00
yuv444p12-yuv444p12be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p12-yuv444p12le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p12-yuv444p16be fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-yuv444p16le fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-yuvj420p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p12-yuvj422p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p12-yuvj440p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p12-yuvj444p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p12-yuyv422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p12-yvyu422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00
yuv444p16-gbrp16be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p16-gbrp16le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p16-gray16be swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p16-gray16le swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuv444p16-p016be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p16-p016le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p16-p216be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p16-p216le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p16-p416be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p16-p416le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p16-rgb48 fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p16-xv48be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p16-xv48le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p16-y216le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p16-yuv420p16be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p16-yuv420p16le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p16-yuv422p16be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p16-yuv422p16le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p16-yuv444p16be fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuv444p16-yuv444p16le fate/pixfmts: test conversion of high bitdepth formats 2024-11-02 15:01:31 -03:00
yuvj420p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuvj422p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuvj440p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuvj444p swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 2024-12-05 21:10:29 +01:00
yuyv422
yvyu422 fate/pixfmts: extend the high bit depth test 2024-11-06 17:44:25 -03:00