1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-26 10:14:33 +00:00
mpv/player
wm4 62d922e4f0 command: allow changing some VO options even if VO wasn't created yet
Instead of refusing to set properties like "fullscreen" if no VO was
created, always allow it. So if no VO is created, setting the property
merely changes the options (and will be applied once the VO is created).
This is consistent with similar behavior changes to some other
properties.

Improves the behavior reported in #1676.

Also, we shouldn't check the config_ok variable - the VO should do this.

(cherry picked from commit e9841630ad)
2015-03-15 20:07:06 +09:00
..
lua Lua: add unpack shim for Lua 5.2/5.3 compatibility. 2015-03-11 12:33:53 +09:00
audio.c player: allow changing playback speed in early audio init stages 2015-03-11 12:33:22 +09:00
client.c client API: add mpv_wait_async_requests() 2015-02-02 18:07:37 +01:00
client.h vo_opengl_cb: simplify API uninitialization 2014-12-31 20:31:19 +01:00
command.c command: allow changing some VO options even if VO wasn't created yet 2015-03-15 20:07:06 +09:00
command.h command: send additional property change events in-between loading 2015-02-01 18:25:12 +01:00
configfiles.c osxbundle: config file special case isn't needed anymore 2015-02-16 18:16:36 +09:00
core.h player: fix demuxer lifetime management 2015-02-24 12:16:00 +09:00
discnav.c
loadfile.c player: refine rar:// playlist-safety handling 2015-03-03 16:08:43 +09:00
lua.c Lua: add mp.get_screen_margins(). 2015-03-03 16:06:46 +09:00
main_fn.c
main.c encoding: allow encoding to channel configurations other than stereo 2015-02-25 10:51:05 +09:00
misc.c player: cosmetics: async/non-blocking -> reentrant 2015-02-21 20:49:32 +09:00
osd.c
playloop.c player: add a --loop=force mode 2015-02-16 18:09:12 +09:00
screenshot.c player: fix crash when taking screenshots in idle mode 2015-03-15 20:06:50 +09:00
screenshot.h
scripting.c
sub.c build: fix warnings with --disable-libass 2015-03-05 10:46:49 +09:00
video.c player: adjust A/V desync message 2015-03-03 15:58:57 +09:00