mpv/DOCS/man
wm4 a3e8ff624c options: take care of propertly updating options on runtime changes
All option write accesses are now put through the property interface,
which means runtime option value verification and runtime updates are
applied. This is done even for command line arguments and config files.

This has many subtle and not-so-subtle consequences. The potential for
unintended and intended subtle or not-subtle behavior changes is very
large.

Architecturally, this is us literally jumping through hoops. It really
should work the other way around, with options being able to have
callbacks for value verification and applying runtime updates. But this
would require rewriting the entirety of command.c. This change is more
practical, and if anything will at least allow incremental changes.

Some options are too incompatible for this to work - these are excluded
with an explicit blacklist.

This change fixes many issues caused by the mismatch between properties
and options. For example, this fixes #3281.
2016-09-17 20:48:22 +02:00
..
af.rst audio/filter: remove delay audio filter 2016-08-12 19:45:39 +02:00
ao.rst manpage: remove more references to deprecated sub-option syntax 2016-09-07 12:55:21 +02:00
changes.rst manpage: mention the client API/interface change logs 2016-09-02 09:48:35 +02:00
encode.rst man: fix grammar issues 2015-12-19 09:26:41 +01:00
input.rst options: take care of propertly updating options on runtime changes 2016-09-17 20:48:22 +02:00
ipc.rst client API: declare mpv_suspend/mpv_resume deprecated 2016-09-16 14:39:47 +02:00
libmpv.rst DOCS: move libmpv stub to manpage 2016-09-02 09:53:11 +02:00
lua.rst manpage: minor fix 2016-07-10 19:51:09 +02:00
mpv.rst DOCS: vo/ao auto profiles are deprecated 2016-09-17 18:31:10 +02:00
options.rst options: add --hwdec=yes as alias for --hwdec=auto 2016-09-15 14:50:38 +02:00
osc.rst manpage: fix some script_message references to preferred name 2016-05-09 20:39:33 +02:00
vf.rst vf_d3d11vpp: add video processor selection 2016-07-15 19:48:58 +02:00
vo.rst vo_rpi: deprecate this VO 2016-09-12 20:05:48 +02:00