1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-21 22:30:22 +00:00
mpv/DOCS/man
Niklas Haas f166d12985 vo_opengl: adjust interpolation code for the new video-sync mechanism
This should make interpolation work much better in general, although
there still might be some side effects for unusual framerates (eg. 35 Hz
or 48 Hz). Most of the common framerates are tested and working fine.
(24 Hz, 30 Hz, 60 Hz)

The new code doesn't have support for oversample yet, so it's been
removed (and will most likely be reimplemented in a cleaner way if
there's enough demand). I would recommend using something like robidoux
or mitchell instead of oversample, though - they're much
smoother for the common cases.
2015-07-01 22:37:55 +02:00
..
af.rst af_volume: add a replaygain fallback option 2015-06-23 15:07:19 +02:00
ao.rst
changes.rst
encode.rst manpage: Fix typo. oacopts -> ovcopts 2015-06-23 22:00:57 +02:00
input.rst manpage: fix copy&paste mistakes 2015-06-30 12:17:58 +02:00
ipc.rst
lua.rst subprocess, lua: export whether the process was killed by us 2015-06-27 21:08:55 +02:00
mpv.rst DOCS/man: fix some grammar errors 2015-06-29 19:03:51 +02:00
options.rst Various spelling fixes 2015-06-18 19:36:58 +02:00
osc.rst osc: time display configuration options 2015-06-19 21:33:44 +02:00
vf.rst DOCS/man: fix some grammar errors 2015-06-29 19:03:51 +02:00
vo.rst vo_opengl: adjust interpolation code for the new video-sync mechanism 2015-07-01 22:37:55 +02:00