ffmpeg/fftools
Zhao Zhili 0552238570 fftools/ffplay: use swapchain_colorspace_hint to get better HDR support
For example, the default surface configuration on macOS is:
VK_FORMAT_A2B10G10R10_UNORM_PACK32 + VK_COLOR_SPACE_PASS_THROUGH_EXT

With HDR10 content and swapchain_colorspace_hint, the surface
configuration updated to:
VK_FORMAT_A2B10G10R10_UNORM_PACK32 + VK_COLOR_SPACE_HDR10_ST2084_EXT

Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
2024-10-27 11:34:01 +08:00
..
Makefile
cmdutils.c fftools/cmdutils: do not treat single '-' as an option in locate_option() 2024-10-10 09:09:29 +02:00
cmdutils.h
ffmpeg.c
ffmpeg.h
ffmpeg_dec.c
ffmpeg_demux.c fftools/ffmpeg_demux: use proper logging contexts everywhere 2024-10-17 10:52:02 +02:00
ffmpeg_enc.c
ffmpeg_filter.c fftools/ffmpeg_filter: use proper logging contexts 2024-10-17 10:56:30 +02:00
ffmpeg_hw.c
ffmpeg_mux.c
ffmpeg_mux.h
ffmpeg_mux_init.c fftools/ffmpeg_mux_init: consolidate connecting source to mux stream 2024-09-30 09:29:18 +02:00
ffmpeg_opt.c fftools/ffmpeg: supply hw device context to probe-filtergraphs 2024-10-10 09:09:29 +02:00
ffmpeg_sched.c fftools/ffmpeg_sched: be smarter about flushing the pre-muxing queues 2024-10-17 10:57:18 +02:00
ffmpeg_sched.h
ffmpeg_utils.h
ffplay.c
ffplay_renderer.c fftools/ffplay: use swapchain_colorspace_hint to get better HDR support 2024-10-27 11:34:01 +08:00
ffplay_renderer.h
ffprobe.c
fftools.manifest
fftoolsres.rc
fopen_utf8.h
objpool.c
objpool.h
opt_common.c fftools/opt_common: stop accessing a private field 2024-10-17 10:56:33 +02:00
opt_common.h
sync_queue.c
sync_queue.h
thread_queue.c
thread_queue.h