mpv/video/filter
wm4 27715b7dd1 video: move colorspace overrides to vf_format, simplify
Remove the colorspace-related top-level options, add them to vf_format.
They are rather obscure and not needed often, so it's better to get them
out of the way. In particular, this gets rid of the semi-complicated
logic in command.c (most of which was needed for OSD display and the
direct feedback from the VO). It removes the duplicated color-related
name mappings.

This removes the ability to write the colormatrix and related
properties. Since filters can be changed at runtime, there's no loss of
functionality, except that you can't cycle automatically through the
color constants anymore (but who needs to do this).

This also changes the type of the mp_csp_names and related variables, so
they can directly be used with OPT_CHOICE. This probably ended up a bit
awkward, for the sake of not adding a new option type which would have
used the previous format.
2015-03-31 00:09:03 +02:00
..
vf.c video: uninline memcpy_pic functions 2015-03-20 00:21:23 +01:00
vf.h vf_vapoursynth: add display refresh rate property 2015-02-13 22:35:47 +01:00
vf_buffer.c
vf_crop.c
vf_delogo.c video/filters: simplify libavfilter bridge 2015-02-11 17:35:58 +01:00
vf_dlopen.c
vf_dlopen.h
vf_dsize.c
vf_eq.c
vf_expand.c vf_expand: fix memory leak on memory allocation failure 2015-03-20 00:38:29 +01:00
vf_flip.c
vf_format.c video: move colorspace overrides to vf_format, simplify 2015-03-31 00:09:03 +02:00
vf_gradfun.c video/filters: simplify libavfilter bridge 2015-02-11 17:35:58 +01:00
vf_hqdn3d.c video/filters: simplify libavfilter bridge 2015-02-11 17:35:58 +01:00
vf_lavfi.c vf_lavfi: drop useless option from wrapper filters 2015-02-12 11:53:40 +01:00
vf_lavfi.h video/filters: simplify libavfilter bridge 2015-02-11 17:35:58 +01:00
vf_mirror.c
vf_noformat.c
vf_noise.c vf_noise: remove internal implementation 2015-02-11 17:20:22 +01:00
vf_pullup.c video/filters: simplify libavfilter bridge 2015-02-11 17:35:58 +01:00
vf_rotate.c video/filters: simplify libavfilter bridge 2015-02-11 17:35:58 +01:00
vf_scale.c video: remove vfcap.h 2015-01-21 22:08:24 +01:00
vf_screenshot.c video: separate screenshot modes 2015-01-23 22:08:20 +01:00
vf_stereo3d.c video: uninline memcpy_pic functions 2015-03-20 00:21:23 +01:00
vf_sub.c video: uninline memcpy_pic functions 2015-03-20 00:21:23 +01:00
vf_unsharp.c video/filters: simplify libavfilter bridge 2015-02-11 17:35:58 +01:00
vf_vapoursynth.c vf_vapoursynth: handle approximate EOF draining 2015-03-25 14:33:20 +01:00
vf_vavpp.c vf_vavpp: fix deinterlacing 2015-03-08 21:44:18 +01:00
vf_vdpaupp.c video: have a generic context struct for hwdec backends 2015-01-22 15:32:23 +01:00
vf_yadif.c video/filters: simplify libavfilter bridge 2015-02-11 17:35:58 +01:00