Author: ben Date: Tue May 13 19:52:25 2008 New Revision: 26762 Log: Add a new suboption to -vo xv and -vo xvmc that allows selection of XVideo adaptor to be used (instead of default one, which is #0).
This is useful for example if you'd rather like to use the original Overlay renderer of your GPU instead of the texture blitting engine (which is usually default), which is number one cause of nasty video tearing effects. Modified: trunk/DOCS/man/en/mplayer.1 trunk/help/help_mp-en.h Changes in other areas also in this revision: Modified: trunk/DOCS/man/fr/mplayer.1 trunk/libvo/vo_xv.c trunk/libvo/vo_xvmc.c Modified: trunk/DOCS/man/en/mplayer.1 ============================================================================== --- trunk/DOCS/man/en/mplayer.1 (original) +++ trunk/DOCS/man/en/mplayer.1 Tue May 13 19:52:25 2008 @@ -3341,6 +3341,8 @@ with \-v option and look out for the lin beginning. .PD 0 .RSs +.IPs adaptor=<number> +Select a specific XVideo adaptor (check xvinfo results). .IPs port=<number> Select a specific XVideo port. .IPs ck=<cur|use|set> @@ -3389,6 +3391,8 @@ Video output driver that uses the XvMC ( extension of XFree86 4.x to speed up MPEG-1/2 and VCR2 decoding. .PD 0 .RSs +.IPs adaptor=<number> +Select a specific XVideo adaptor (check xvinfo results). .IPs port=<number> Select a specific XVideo port. .IPs (no)benchmark Modified: trunk/help/help_mp-en.h ============================================================================== --- trunk/help/help_mp-en.h (original) +++ trunk/help/help_mp-en.h Tue May 13 19:52:25 2008 @@ -1954,6 +1954,7 @@ static char help_text[]= "[VO_XV] DOCS/HTML/en/video.html#xv!\n"\ "[VO_XV] See 'mplayer -vo help' for other (non-xv) video out drivers.\n"\ "[VO_XV] Try -vo x11.\n" +#define MSGTR_LIBVO_XV_Adaptor "[VO_XV] Using Xv Adaptor #%d (%s)\n" // loader/ldt_keeper.c _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
