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

reimar subversion at mplayerhq.hu
Wed Jun 7 16:07:34 CEST 2006


Author: reimar
Date: Wed Jun  7 16:07:32 2006
New Revision: 18623

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

Log:
Add bicubic texture scaling


Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	(original)
+++ trunk/DOCS/man/en/mplayer.1	Wed Jun  7 16:07:32 2006
@@ -3077,6 +3077,16 @@
 Provides saturation and hue control.
 This method is fast but inexact.
 .RE
+.IPs [l|c]scaler=<n>
+Select the scaling function to use (seperately for luma and chroma).
+Only valid for yuv modes 2, 3 and 4.
+.RSss
+0: Use simple linear filtering (default)
+.br
+1: Use bicubic filtering (better quality).
+Older cards will not be able to handle this for chroma at least in fullscreen mode.
+Also needs one additional texture unit.
+.RE
 .IPs customprog=<filename>
 Load a custom fragment program from <filename>.
 See TOOLS/edgedect.fp for an example.



More information about the MPlayer-DOCS mailing list