From 885c2fff7091e9ea71cad8da56904ead73ca0853 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Fri, 20 Feb 2015 07:31:22 +0100 Subject: vo_opengl: add ginseng upscaler This is a variation of ewa_lanczos that is sinc-windowed instead of jinc-windowed. Results are pretty similar, but the logic is simpler. This could potentially replace the ugly ewa_lanczos code. It's hard to tell, but from comparing stills I think this one has slightly less ringing than regular ewa_lanczos. --- DOCS/man/vo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man/vo.rst') diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index 2ccefea891..10019451e0 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -337,7 +337,7 @@ Available video output drivers are: Set radius for filters listed below, must be a float number between 1.0 and 16.0. Defaults to be 3.0 if not specified. - ``sinc``, ``lanczos``, ``ewa_lanczos``, ``blackman``, ``gaussian`` + ``sinc``, ``lanczos``, ``ewa_lanczos``, ``ginseng``, ``blackman``, ``gaussian`` Note that depending on filter implementation details and video scaling ratio, the radius that actually being used might be different -- cgit v1.2.3