0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/DOCS/man
wm4 cb1c072534 vo_opengl: remove sharpen scalers, add sharpen sub-option
This turns the old scalers (inherited from MPlayer) into a pre-
processing step (after color conversion and before scaling). The code
for the "sharpen5" scaler is reused for this.

The main reason MPlayer implemented this as scalers was perhaps because
FBOs were too expensive, and making it a scaler allowed to implement
this in 1 pass. But unsharp masking is not really a scaler, and I would
guess the result is more like combining bilinear scaling and unsharp
masking.
2015-09-23 22:43:27 +02:00
..
af.rst manpage: add a note about libavfilter 2015-09-11 23:48:47 +02:00
ao.rst docs: correct typo for 'ingore-chmap' 2015-08-22 11:50:33 +02: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 af_lavfi: implement af-metadata property 2015-09-11 23:04:02 +02: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: fix typo 2015-09-03 12:01:18 +02:00
options.rst video: make --field-dominance set interlaced flag 2015-09-10 23:46:06 -07:00
osc.rst osc: time display configuration options 2015-06-19 21:33:44 +02:00
vf.rst manpage: add a note about libavfilter 2015-09-11 23:48:47 +02:00
vo.rst vo_opengl: remove sharpen scalers, add sharpen sub-option 2015-09-23 22:43:27 +02:00