[MPlayer-DOCS] r25757 - in trunk: DOCS/man/en/mplayer.1 libvo/gl_common.c libvo/gl_common.h libvo/vo_gl.c

reimar subversion at mplayerhq.hu
Tue Jan 15 18:59:20 CET 2008


Author: reimar
Date: Tue Jan 15 18:59:20 2008
New Revision: 25757

Log:
Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.


Modified:
   trunk/DOCS/man/en/mplayer.1

Changes in other areas also in this revision:
Modified:
   trunk/libvo/gl_common.c
   trunk/libvo/gl_common.h
   trunk/libvo/vo_gl.c

Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	(original)
+++ trunk/DOCS/man/en/mplayer.1	Tue Jan 15 18:59:20 2008
@@ -3654,6 +3654,8 @@ Older cards will not be able to handle t
 Works on a few more cards than method 1.
 .br
 3: Same as 1 but does not use a lookup texture. Might be faster on some cards.
+.br
+4: Use unsharp masking with 3x3 support and a strength of 0.5. Experimental.
 .RE
 .IPs cscale=<n>
 Select the scaling function to use for chrominance scaling.



More information about the MPlayer-DOCS mailing list