1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-18 13:14:36 +00:00
mpv/DOCS/man
Niklas Haas 3974a5ca5e vo_opengl: refactor shader generation (part 2)
This adds stuff related to gamma, linear light, sigmoid, BT.2020-CL,
etc, as well as color management. Also adds a new gamma function (gamma22).

This adds new parameters to configure the CMS settings, in particular
letting us target simple colorspaces without requiring usage of a 3DLUT.

This adds smoothmotion. Mostly working, but it's still sensitive to
timing issues. It's based on an actual queue now, but the queue size
is kept small to avoid larger amounts of latency.

Also makes “upscale before blending” the default strategy.
This is justified because the "render after blending" thing doesn't seme
to work consistently any way (introduces stutter due to the way vsync
timing works, or something), so this behavior is a bit closer to master
and makes pausing/unpausing less weird/jumpy.

This adds the remaining scalers, including bicubic_fast, sharpen3,
sharpen5, polar filters and antiringing. Apparently, sharpen3/5 also
consult scale-param1, which was undocumented in master.

This also implements cropping and chroma transformation, plus
rotation/flipping. These are inherently part of the same logic, although
it's a bit rough around the edges in some case, mainly due to the fallback
code paths (for bilinear scaling without indirection).
2015-03-12 23:20:21 +01:00
..
af.rst af_rubberband: make all librubberband options configurable 2015-02-11 17:11:05 +01:00
ao.rst
changes.rst
encode.rst
input.rst command: add display-fps property 2015-03-10 14:50:56 +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 stream_cdda: add option to enable cdtext, and disable it by default 2015-03-03 15:29:07 +01:00
osc.rst
vf.rst manpage: fix vf_scale arnd parameter 2015-02-19 19:06:46 +01:00
vo.rst vo_opengl: refactor shader generation (part 2) 2015-03-12 23:20:21 +01:00