mpv/player
wm4 115aaec76c command: avoid some direct MPOpts write accesses
This is working towards a change intended in the future: nothing should
write to the option struct directly, but use functions that raise proper
notifications. Until this is complete it will take a while, and this
commit does not change all cases of direct access, just some simple
ones.

In all of these 3 changes, the actual write access is done by the
generic property-option bridge.
2018-05-24 19:56:35 +02:00
..
javascript
lua lua: expose mpv_abort_async_command() 2018-05-24 19:56:34 +02:00
audio.c build: make encoding mode non-optional 2018-05-03 01:08:44 +03:00
client.c player: make playback termination asynchronous 2018-05-24 19:56:35 +02:00
client.h command: add infrastructure for async commands 2018-05-24 19:56:34 +02:00
command.c command: avoid some direct MPOpts write accesses 2018-05-24 19:56:35 +02:00
command.h command: add a way to abort asynchronous commands 2018-05-24 19:56:34 +02:00
configfiles.c player: remove deprecated vo/ao auto profiles 2018-05-24 19:56:35 +02:00
core.h player: change the role of the "stop_play" and "playing" variable 2018-05-24 19:56:35 +02:00
external_files.c player: get rid of mpv_global.opts 2018-05-24 19:56:35 +02:00
external_files.h player: get rid of mpv_global.opts 2018-05-24 19:56:35 +02:00
javascript.c
loadfile.c player: get rid of mpv_global.opts 2018-05-24 19:56:35 +02:00
lua.c lua: expose mpv_abort_async_command() 2018-05-24 19:56:34 +02:00
main.c player: get rid of mpv_global.opts 2018-05-24 19:56:35 +02:00
misc.c player: use canonical playback time for video refreshes 2018-05-24 19:56:34 +02:00
osd.c player: make playback termination asynchronous 2018-05-24 19:56:35 +02:00
playloop.c player: change the role of the "stop_play" and "playing" variable 2018-05-24 19:56:35 +02:00
screenshot.c command: add a way to abort asynchronous commands 2018-05-24 19:56:34 +02:00
screenshot.h command: move screenshot command stubs to screenshot.c 2018-05-24 19:56:34 +02:00
scripting.c
sub.c
video.c video: trust container FPS early on if possible 2018-05-24 19:56:34 +02:00