1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-31 15:59:34 +00:00
mpv/options
wm4 2057209057 m_config: deprecate top-level suboptions
This is a really old weird MPlayer feature. While the MPlayer requires
you to use the sub-option syntax in these cases, mpv "flattens" them to
normal options. The still-supported alternate sub-option syntax remains
a weird artifact that hopefully nobody uses.

For example you can do "-sub-text font=Foo:color=0.5" instead of using
"--sub-text-font=Foo --sub-text-color=0.5". For --sub-text this is an
accidental feature, but it used to be documented for
--demuxer-rawaudio and some others.

This should just be removed, but for now only print a warning to preempt
complaints from weird users wanting this feature back.
2016-08-31 22:16:43 +02:00
..
m_config.c m_config: deprecate top-level suboptions 2016-08-31 22:16:43 +02:00
m_config.h m_config: deprecate top-level suboptions 2016-08-31 22:16:43 +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