[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.1048,1.1049

Reimar Döffinger CVS syncmail at mplayerhq.hu
Tue Jul 26 12:25:04 CEST 2005


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv31780/DOCS/man/en

Modified Files:
	mplayer.1 
Log Message:
rectangular texture and -dr support for vo_gl


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.1048
retrieving revision 1.1049
diff -u -r1.1048 -r1.1049
--- mplayer.1	26 Jul 2005 04:54:06 -0000	1.1048
+++ mplayer.1	26 Jul 2005 10:25:00 -0000	1.1049
@@ -2657,6 +2657,10 @@
 Simple version, video size must be smaller than
 the maximum texture size of your OpenGL implementation.
 Intended to work even with the most simple OpenGL implementations.
+But makes also use of newer extensions, allowing to support more
+color spaces and DirectRendering.
+Please use -dr if it works with your OpenGL implementations, since
+for higher resolutions this provides a _big_ speedup.
 .PD 0
 .RSs
 .IPs (no)manyfmts
@@ -2678,6 +2682,11 @@
 .IPs (no)aspect
 Enable or disable aspect scaling and pan-and-scan support (default: enabled).
 Disabling might increase speed.
+.IPs rectangle=<0,1,2>
+Select if rectangular textures should be used (save video RAM, but often slower)
+0: use power-of-two textures
+1: use texture_rectangle
+2: use texture_non_power_of_two
 .RE
 .PD 1
 .




More information about the MPlayer-DOCS mailing list