[MPlayer-DOCS] r37376 - in trunk: DOCS/man/en/mplayer.1 cfg-mplayer.h libvo/video_out.c libvo/video_out.h libvo/vo_gl.c libvo/x11_common.c

cigaes subversion at mplayerhq.hu
Fri Feb 27 19:14:02 CET 2015


Author: cigaes
Date: Fri Feb 27 19:14:02 2015
New Revision: 37376

Log:
libvo: implement fs-borders.

Allow to specify extra borders in full screen mode.
This is useful if part of the screen is unusuable,
for example with a video projector overlapping on the
furniture.

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

Changes in other areas also in this revision:
Modified:
   trunk/cfg-mplayer.h
   trunk/libvo/video_out.c
   trunk/libvo/video_out.h
   trunk/libvo/vo_gl.c
   trunk/libvo/x11_common.c

Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	Tue Feb 24 21:16:35 2015	(r37375)
+++ trunk/DOCS/man/en/mplayer.1	Fri Feb 27 19:14:02 2015	(r37376)
@@ -3511,6 +3511,18 @@ Fixes fullscreen switching on OpenBox 1.
 .PD 1
 .
 .TP
+.B \-fs-border-left   <pixels>
+.TP
+.B \-fs-border-right  <pixels>
+.TP
+.B \-fs-border-top    <pixels>
+.TP
+.B \-fs-border-bottom <pixels>
+Specify extra borders in full screen mode.
+The borders apply to all displayed elements: video, OSD and EOSD.
+The number of pixels is specified in terms of screen resolution.
+Currently only supported with by the gl video output driver.
+.TP
 .B \-gamma <\-100\-100>
 Adjust the gamma of the video signal (default: 0).
 Not supported by all video output drivers.


More information about the MPlayer-DOCS mailing list