-
- Downloads
swscale: fix JPEG-range YUV scaling artifacts.
YUV planes were marked as uint16_t, but they contained signed data.
Fixes issue 1108 and 675.
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
Showing
- libswscale/swscale.c 5 additions, 5 deletionslibswscale/swscale.c
- libswscale/swscale_internal.h 2 additions, 2 deletionslibswscale/swscale_internal.h
- tests/ref/lavf/pixfmt 2 additions, 2 deletionstests/ref/lavf/pixfmt
- tests/ref/lavfi/pixdesc_be 2 additions, 2 deletionstests/ref/lavfi/pixdesc_be
- tests/ref/lavfi/pixdesc_le 2 additions, 2 deletionstests/ref/lavfi/pixdesc_le
- tests/ref/lavfi/pixfmts_copy_le 2 additions, 2 deletionstests/ref/lavfi/pixfmts_copy_le
- tests/ref/lavfi/pixfmts_hflip_le 2 additions, 2 deletionstests/ref/lavfi/pixfmts_hflip_le
- tests/ref/lavfi/pixfmts_null_le 2 additions, 2 deletionstests/ref/lavfi/pixfmts_null_le
- tests/ref/lavfi/pixfmts_pad_le 2 additions, 2 deletionstests/ref/lavfi/pixfmts_pad_le
- tests/ref/lavfi/pixfmts_scale_le 2 additions, 2 deletionstests/ref/lavfi/pixfmts_scale_le
- tests/ref/lavfi/pixfmts_vflip_le 2 additions, 2 deletionstests/ref/lavfi/pixfmts_vflip_le
Please register or sign in to comment