1
mirror of https://github.com/mpv-player/mpv synced 2024-10-26 07:22:17 +02:00
mpv/options
wm4 7dde096d8a m_config: introduce and use OPT_ALIAS for some options
OPT_ALIAS redirects the options at a higher level, instead of
introducing "duplicate" options with different name but same backing
storage. This uses the OPT_REPLACED mechanisms - only the deprecation
warning had to be made conditional. Note that e.g. --no-video still
works, because the "--no-..." redirection and OPT_ALIAS are orthogonal.

The deprecated --sub -> --sub-file alias had to be dropped, because it
essentially conflicts with --no-sub. If anyone complains, this could
probably still be undone by letting m_config_find_negation_opt do a
special mapping for --no-sub. (Which would be dumb, but simple and
effective.)
2016-08-31 22:16:19 +02:00
..
m_config.c m_config: introduce and use OPT_ALIAS for some options 2016-08-31 22:16:19 +02:00
m_config.h m_config: rename is_generated to is_hidden 2016-08-30 23:47:09 +02:00
m_option.c m_property: remove pointless explicitly clamping 2016-08-31 15:31:51 +02:00
m_option.h m_config: introduce and use OPT_ALIAS for some options 2016-08-31 22:16:19 +02:00
m_property.c m_property: remove pointless explicitly clamping 2016-08-31 15:31:51 +02:00
m_property.h vo_opengl: refactor performance data properties 2016-06-08 22:11:38 +02:00
options.c m_config: introduce and use OPT_ALIAS for some options 2016-08-31 22:16:19 +02:00
options.h options: make mp_vo_opts options an actual sub-option group 2016-08-30 23:50:57 +02:00
parse_commandline.c options: remove unneeded hack from command line parser 2015-04-23 21:08:19 +02:00
parse_commandline.h Update license headers 2015-04-13 12:10:01 +02:00
parse_configfile.c options: clarify quoting for option values starting with % 2015-04-17 16:06:43 +02:00
parse_configfile.h Update license headers 2015-04-13 12:10:01 +02:00
path.c mpv_talloc.h: rename from talloc.h 2016-01-11 21:05:55 +01:00
path.h player: make watch later/resume work when "playing" directories 2016-01-06 22:40:55 +01:00