• Niklas Haas's avatar
    fftools/ffplay: constrain supported YUV color spaces · c619d209
    Niklas Haas authored
    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.
    c619d209
Name
Last commit
Last update
..
Makefile Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
ffmpeg.c Loading commit data...
ffmpeg.h Loading commit data...
ffmpeg_dec.c Loading commit data...
ffmpeg_demux.c Loading commit data...
ffmpeg_enc.c Loading commit data...
ffmpeg_filter.c Loading commit data...
ffmpeg_hw.c Loading commit data...
ffmpeg_mux.c Loading commit data...
ffmpeg_mux.h Loading commit data...
ffmpeg_mux_init.c Loading commit data...
ffmpeg_opt.c Loading commit data...
ffmpeg_sched.c Loading commit data...
ffmpeg_sched.h Loading commit data...
ffmpeg_utils.h Loading commit data...
ffplay.c Loading commit data...
ffplay_renderer.c Loading commit data...
ffplay_renderer.h Loading commit data...
ffprobe.c Loading commit data...
fftools.manifest Loading commit data...
fftoolsres.rc Loading commit data...
fopen_utf8.h Loading commit data...
objpool.c Loading commit data...
objpool.h Loading commit data...
opt_common.c Loading commit data...
opt_common.h Loading commit data...
sync_queue.c Loading commit data...
sync_queue.h Loading commit data...
thread_queue.c Loading commit data...
thread_queue.h Loading commit data...