mpv/video
sfan5 a0d8962be8 zimg: fix broken sig_peak handling
In sum there were three issues:
1. nominal_peak_luminance is an output parameter, not input
2. mpv internally uses MP_REF_WHITE which we need to scale by
3. the value should be left at its default for SDR

Together with the last change this means mpv can sucessfully
take HDR screenshots with --screenshot-sw without resulting
in a brightly colored mess. Though note that zimg does not
perform proper tonemapping.
2023-07-19 13:01:08 +02:00
..
decode vd_lavc: repeatedly attempt to fallback if hwdec fails in receive_frame 2023-07-17 18:37:41 -07:00
filter mp_image: abort on av_buffer_ref() failure 2023-06-28 20:56:23 -07:00
out wayland_common: remove questionable gcd impl and global state 2023-07-19 13:01:08 +02:00
csputils.c
csputils.h
cuda.c
d3d.c
d3d.h
drmprime.c
fmt-conversion.c
fmt-conversion.h
hwdec.c
hwdec.h
image_loader.c
image_loader.h
image_writer.c image_writer: move tag_csp check into image_writer_flexible_csp() 2023-07-19 13:01:08 +02:00
image_writer.h video/image_writer: add avif screenshot support 2023-07-01 02:05:23 +00:00
img_format.c
img_format.h
mp_image.c mp_image: abort on av_buffer_ref() failure 2023-06-28 20:56:23 -07:00
mp_image.h
mp_image_pool.c
mp_image_pool.h
repack.c
repack.h repack: add support for converting from/to float formats 2020-05-09 18:02:57 +02:00
sws_utils.c
sws_utils.h
vaapi.c
vaapi.h
vdpau.c
vdpau.h vd_lavc, vdpau, vaapi: restore emulated API avoidance 2017-12-02 04:53:51 +01:00
vdpau_functions.inc
vdpau_mixer.c
vdpau_mixer.h
zimg.c zimg: fix broken sig_peak handling 2023-07-19 13:01:08 +02:00
zimg.h