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

reimar subversion at mplayerhq.hu
Sun Aug 12 19:15:36 CEST 2012


Author: reimar
Date: Sun Aug 12 19:15:35 2012
New Revision: 35077

Log:
Support interleaving the two frame halves from a 3D video
by an arbitrary 4x4 pattern.
This should allow direct playback on some 3D TVs.

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
   trunk/libvo/vo_gl2.c

Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	Sun Aug 12 15:24:54 2012	(r35076)
+++ trunk/DOCS/man/en/mplayer.1	Sun Aug 12 19:15:35 2012	(r35077)
@@ -4301,7 +4301,16 @@ Convert side by side input to full-color
 .IPs 3
 Convert side by side input to quadbuffered stereo.
 Only supported by very few OpenGL cards.
+.IPs 4
+Mix left and right in a pixel pattern.
+Pattern is given by stipple option.
 .RE
+.IPs stipple=<bit pattern>
+Lowest 16 bit give the 4x4 pattern to use (default: 0x0f0f).
+Examples to try:
+0x0f0f, 0xf0f0: horizontal lines;
+0xaaaa, 0x5555: vertical lines;
+0xa5a5, 0x5a5a: checkerboard pattern
 .RE
 .sp 1
 .RS


More information about the MPlayer-DOCS mailing list