mpv/options
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
..
m_config.c m_config: remove assertion for option names with length 0 2015-03-29 13:44:34 +02:00
m_config.h options: add slightly more sophistcated mechanism for option deprecation 2014-12-11 01:04:15 +01:00
m_option.c video: move colorspace overrides to vf_format, simplify 2015-03-31 00:09:03 +02:00
m_option.h video: move colorspace overrides to vf_format, simplify 2015-03-31 00:09:03 +02:00
m_property.c m_property: memcpy(ptr, NULL, 0) is undefined 2015-03-23 18:02:28 +01:00
m_property.h command: export some option metadata 2014-11-13 18:01:27 +01:00
options.c video: move colorspace overrides to vf_format, simplify 2015-03-31 00:09:03 +02:00
options.h video: move colorspace overrides to vf_format, simplify 2015-03-31 00:09:03 +02:00
parse_commandline.c parse_commandline: fail gracefully on bad args 2015-03-29 13:44:34 +02:00
parse_commandline.h player: minor simplification 2015-03-05 10:57:38 +01:00
parse_configfile.c Do not call strerror() 2014-11-26 21:21:56 +01:00
parse_configfile.h encode: don't apply default config options 2014-04-19 22:05:17 +02:00
path.c win32: fix some more -Wparentheses warnings 2015-03-04 17:28:41 +01:00
path.h player: undeprecate 'config' files 2015-02-15 14:28:49 +01:00