mpv/options
wm4 d890e0731c options: refactor how --opengl-dcomposition is declared
vo_opengl used to have it as sub-option, which made it very hard to pass
down option values to backends in a generic way (even if these options
were completely backend-specific). For --opengl-dcomposition we used a
VOFLAG to deal with this. Fortunately, sub-options are gone, and we can
just add it as global option.

Move the option to context_angle.c and add it as global option. I
thought about adding a mechanism to let backends declare options, which
would get magically picked up my m_config instead of having to add them
to the global option list manually (similar to VO vo_driver.options),
but decided against this complexity just for 1 or 2 backends. Likewise,
it could have been added as a single option to avoid the boilerplate of
an option struct, but then again there are probably going to be more
angle suboptions, and it's cleaner.
2017-01-20 13:40:59 +01:00
..
m_config.c options: change --h=... behavior 2016-12-16 16:09:10 +01:00
m_config.h options: remove deprecated sub-option handling for --vo and --ao 2016-11-25 21:17:25 +01:00
m_option.c options: some simplifications 2016-11-29 17:10:06 +01:00
m_option.h options: some simplifications 2016-11-29 17:10:06 +01:00
m_property.c command: fix "cycle"/"add" not working on most properties 2016-09-18 17:55:27 +02:00
m_property.h player: more option/property consistency fixes 2016-09-18 16:08:21 +02:00
options.c options: refactor how --opengl-dcomposition is declared 2017-01-20 13:40:59 +01:00
options.h options: refactor how --opengl-dcomposition is declared 2017-01-20 13:40:59 +01:00
parse_commandline.c options: simplify M_OPT_EXIT 2016-09-17 18:07:40 +02:00
parse_commandline.h Update license headers 2015-04-13 12:10:01 +02:00
parse_configfile.c config: do not resolve default profile during "include" processing 2017-01-13 12:02:46 +01:00
parse_configfile.h Update license headers 2015-04-13 12:10:01 +02:00
path.c path: default ~~ paths to home directory 2016-09-29 16:44:01 +02:00
path.h player: make watch later/resume work when "playing" directories 2016-01-06 22:40:55 +01:00