diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-07-26 10:25:00 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-07-26 10:25:00 +0000 |
commit | 4f32626874beb74121c6183664470da202e10905 (patch) | |
tree | f3b61d3da23e1b26e661f3c86ed47e0f6d536849 /DOCS | |
parent | 5ce65869a406726ac09f814accb0013f04b9f754 (diff) |
rectangular texture and -dr support for vo_gl
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16103 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index ea9ff3a6a4..60de92148f 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -2657,6 +2657,10 @@ OpenGL video output driver. 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 @@ borders in fullscreen mode. .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 . |