1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-21 14:22:17 +00:00
mpv/DOCS/man
Niklas Haas 44a78a2be2 vo_opengl: refactor smoothmotion -> interpolation
This replaces the old smoothmotion code by a more flexible tscale
option, which essentially allows any scaler to be used for interpolating
frames. (The actual "smoothmotion" scaler which behaves identical to the
old code does not currently exist, but it will be re-added in a later commit)

The only odd thing is that larger filters require a larger queue size
offset, which is currently set dynamically as it introduces some issues
when pausing or framestepping. Filters with a lower radius are not
affected as much, so this is identical to the old smoothmotion if the
smoothmotion interpolator is used.
2015-03-15 18:01:39 +01:00
..
af.rst man: fix PDF build 2015-03-15 15:18:11 +01:00
ao.rst ao_null: add emulation for certain broken behavior 2015-01-30 21:30:54 +01:00
changes.rst manpage: move out the MPlayer comparison page 2015-02-05 22:12:11 +01:00
encode.rst
input.rst command: display-fps is the display FPS as assumed by the VO 2015-03-12 23:41:25 +01:00
ipc.rst manpage: ipc: add a socat example 2015-02-21 16:26:37 +01:00
lua.rst DOCS, options: fix example 2015-03-05 19:05:58 +01:00
mpv.rst input.conf: add key binding to override ASS subtitle styles 2015-03-08 15:57:46 +01:00
options.rst options: introduce --cache=yes choice 2015-03-12 23:51:41 +01:00
osc.rst OSC: add osc-message script command (wip) 2015-01-02 16:48:16 +01:00
vf.rst manpage: fix vf_scale arnd parameter 2015-02-19 19:06:46 +01:00
vo.rst vo_opengl: refactor smoothmotion -> interpolation 2015-03-15 18:01:39 +01:00