mpv/DOCS
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
..
man options: take care of propertly updating options on runtime changes 2016-09-17 20:48:22 +02:00
client-api-changes.rst client API: declare mpv_suspend/mpv_resume deprecated 2016-09-16 14:39:47 +02:00
compile-windows.md DOCS/compile-windows.md: MSVC DLL usage instructions 2016-07-14 22:40:10 +02:00
contribute.md Add a CONTRIBUTING.md file 2015-12-22 23:18:46 +01:00
edl-mpv.rst demux_timeline: fix nested timelines 2016-02-20 16:22:15 +01:00
encoding.rst manpage: update config file locations 2014-06-28 15:55:09 +02:00
interface-changes.rst options: take care of propertly updating options on runtime changes 2016-09-17 20:48:22 +02:00
mplayer-changes.rst manpage: mention the client API/interface change logs 2016-09-02 09:48:35 +02:00
release-policy.md DOCS/release-policy.md: reminder to update certain version numbers 2016-08-07 19:43:57 +02:00
tech-overview.txt Fix misspellings 2016-06-26 13:47:21 +02:00
waf-buildsystem.rst Various spelling fixes 2015-06-18 19:36:58 +02:00