mpv/player
wm4 e7b78bea65 client API, vo_opengl_cb: properly uninit video
mpv_opengl_cb_uninit_gl() can be called at any time; but then the
decoder must be destroyed due to complications with hardware decoding.
This is why kill_video() exists. To make things easier, there is the
invariant that while vo_opengl_cb is active, the OpenGL state must
exist. But kill_video() didn't actually destroy the VO; only the video
decoder. This could trigger an assertion (vo_opengl_cb.c:187).

Actually, the video output is always destroyed lazily at a later point
if the decoder is destroyed, but not early enough for out purposes.
2015-01-04 22:19:42 +01:00
..
lua ytdl: silence "succeeded" message 2015-01-03 03:38:23 +01:00
timeline player: ordered chapters: cosmetics 2014-12-26 20:10:43 +01:00
audio.c audio: alternative fix for previous commit 2014-11-27 18:52:22 +01:00
client.c client API, vo_opengl_cb: properly uninit video 2015-01-04 22:19:42 +01:00
client.h vo_opengl_cb: simplify API uninitialization 2014-12-31 20:31:19 +01:00
command.c x11: make display-names property observable 2015-01-03 03:06:26 +01:00
command.h command: add window-minimized property (X11 only) 2014-11-02 20:55:07 +01:00
configfiles.c options: add option for ignoring patch in resume mechanism 2014-12-13 00:04:08 +01:00
core.h video: better pipelining with vf_vapoursynth 2015-01-03 03:01:58 +01:00
discnav.c osc, dvd, bd: fix mouse state when changing menu modes 2014-12-05 16:04:04 +01:00
loadfile.c player: filter tags, add --display-tags option 2014-12-29 22:51:18 +01:00
lua.c client API: be more lenient about mpv_suspend/resume mismatches 2014-12-15 14:44:47 +01:00
main.c video: better pipelining with vf_vapoursynth 2015-01-03 03:01:58 +01:00
main_fn.c
misc.c
osd.c command: improve A-B loop behavior 2014-11-18 20:28:54 +01:00
playloop.c video: batch query_format calls 2015-01-03 17:23:01 +01:00
screenshot.c
screenshot.h
scripting.c scripting: fix/improve deprecation message 2014-12-15 06:24:05 +01:00
sub.c player: fix random crashes on uninitialization 2014-12-27 12:24:44 +01:00
video.c video: batch query_format calls 2015-01-03 17:23:01 +01:00