ffmpeg/fftools
Niklas Haas c619d20906 fftools/ffplay: constrain supported YUV color spaces
SDL supports only these three matrices. Actually, it only supports these
three combinations: BT.601+JPEG, BT.601+MPEG, BT.709+MPEG, but we have
no way to restrict the specific *combination* of YUV range and YUV
colorspace with the current filter design.

See-Also: https://trac.ffmpeg.org/ticket/10839

Instead of an incorrect conversion result, trying to play a YCgCo file
with ffplay will simply error out with a "No conversion possible" error.
2024-02-09 21:02:08 +01:00
..
Makefile
cmdutils.c fftools/cmdutils: Don't cast const away 2024-02-09 12:22:21 +01:00
cmdutils.h
ffmpeg.c fftools/ffmpeg: use correct unit prefix symbol for binary scaled byte values 2024-02-03 12:50:42 +01:00
ffmpeg.h
ffmpeg_dec.c
ffmpeg_demux.c fftools/ffmpeg_demux: set stream index right before sending packet to scheduler 2024-02-09 16:14:24 +01:00
ffmpeg_enc.c fftools/ffmpeg: use correct unit prefix symbol for binary scaled byte values 2024-02-03 12:50:42 +01:00
ffmpeg_filter.c fftools/ffmpeg_filter: simplify buffersrc arg printing 2024-02-02 13:24:27 +01:00
ffmpeg_hw.c
ffmpeg_mux.c fftools/ffmpeg_mux: fix terminating muxer on streamcopy with -t 2024-02-05 11:55:12 +01:00
ffmpeg_mux.h
ffmpeg_mux_init.c
ffmpeg_opt.c
ffmpeg_sched.c
ffmpeg_sched.h
ffmpeg_utils.h
ffplay.c fftools/ffplay: constrain supported YUV color spaces 2024-02-09 21:02:08 +01:00
ffplay_renderer.c
ffplay_renderer.h
ffprobe.c avcodec: add ambient viewing environment packet side data. 2024-02-04 13:36:21 -03:00
fftools.manifest
fftoolsres.rc
fopen_utf8.h
objpool.c
objpool.h
opt_common.c
opt_common.h
sync_queue.c
sync_queue.h
thread_queue.c
thread_queue.h