mpv/video/filter
wm4 308b3cd71b vf_convert: default to limited range when converting RGB to YUV
Full range YUV causes problems everywhere. For example it's usually the
wrong choice when using encoding mode, and libswscale sometimes messes
up when converting to full range too. (In this partricular case, we
found that converting rgba->yuv420p16 full range actually seems to
output limited range.)

This actually restores a similar heueristic from the late vf_scale.c.
2017-12-11 21:27:11 +02:00
..
refqueue.c vf_vavpp: get rid of mp_refqueue_is_interlaced() 2016-07-15 20:37:46 +02:00
refqueue.h vf_vavpp: get rid of mp_refqueue_is_interlaced() 2016-07-15 20:37:46 +02:00
vf.c vf: remove a stray HAVE_GPL 2017-11-30 04:07:34 +01:00
vf.h video: change --deinterlace behavior 2017-08-22 19:08:07 +02:00
vf_buffer.c video: deprecate almost all video filters 2017-04-02 18:00:16 +02:00
vf_convert.c vf_convert: default to limited range when converting RGB to YUV 2017-12-11 21:27:11 +02:00
vf_d3d11vpp.c video: remove some more hwdec legacy stuff 2017-12-02 04:53:55 +01:00
vf_format.c vf_sub, vf_format: change license to LGPL 2017-11-29 18:22:23 +01:00
vf_lavfi.c vf_lavfi: remove old internal wrapper API stuff 2017-11-29 18:26:25 +01:00
vf_sub.c vf_sub, vf_format: change license to LGPL 2017-11-29 18:22:23 +01:00
vf_vapoursynth.c vf_vapoursynth: fix inverted sign and restore 10 bit support 2017-08-07 19:31:15 +02:00
vf_vavpp.c video: remove some more hwdec legacy stuff 2017-12-02 04:53:55 +01:00
vf_vdpaupp.c video: remove some more hwdec legacy stuff 2017-12-02 04:53:55 +01:00