mpv/DOCS/man
wm4 3dc0f2ecf0 vo_opengl_cb: make operation more similar to normal VOs
vo_opengl_cb is a special case, because we somehow have to render video
asynchronously, all while "trusting" the API user to do it correctly.
This didn't quite work, and a while ago a compromise using a timeout to
prevent theoretically possible deadlocks was added.

Make it even more synchronous. Basically, go all the way, and
synchronize rendering between VO and user renderer thread to the
full extent possible.

This means the silly frame queue is dropped, and we event attempt to
synchronize the GL SwapBuffer call (via mpv_opengl_cb_report_flip()).

The changes introduced with commit dc33eb56 are effectively dropped. I
don't even remember if they mattered.

In the future, we might make all VOs fetch asynchronously from a frame
queue, which would mostly remove the differences between vo_opengl and
vo_opengl_cb, but this will take a while (if it will even be done).
2015-11-09 20:51:57 +01:00
..
af.rst manpage: fix broken example 2015-09-27 19:21:37 +02:00
ao.rst ao_jack: remove "alsa" std-channel-layout choice 2015-11-07 15:20:34 +01:00
changes.rst manpage: move out the MPlayer comparison page 2015-02-05 22:12:11 +01:00
encode.rst manpage: Fix typo. oacopts -> ovcopts 2015-06-23 22:00:57 +02:00
input.rst command: make display-fps property writable 2015-11-09 13:59:25 +01:00
ipc.rst ipc: add request_id to json 2015-07-03 22:26:54 +02:00
lua.rst subprocess, lua: export whether the process was killed by us 2015-06-27 21:08:55 +02:00
mpv.rst manpage: remove examples and authors section 2015-11-08 19:02:18 +01:00
options.rst demux_mkv: remove --demuxer-mkv-fix-timestamps 2015-11-07 17:37:32 +01:00
osc.rst osc: time display configuration options 2015-06-19 21:33:44 +02:00
vf.rst video: replace vf_format outputlevels option with global option 2015-09-29 21:12:26 +02:00
vo.rst vo_opengl_cb: make operation more similar to normal VOs 2015-11-09 20:51:57 +01:00