r29252 - in trunk: AUTHORS DOCS/man/cs/mplayer.1 DOCS/man/de/mplayer.1 DOCS/man/en/mplayer.1 DOCS/man/es/mplayer.1 DOCS/man/fr/mplayer.1 DOCS/man/hu/mplayer.1 DOCS/man/it/mplayer.1 DOCS/man/pl/mpla...
Author: diego Date: Mon May 4 18:55:05 2009 New Revision: 29252 Log: Rename macosx video output driver to corevideo. Modified: trunk/DOCS/man/en/mplayer.1 trunk/DOCS/xml/en/ports.xml Changes in other areas also in this revision: Added: trunk/libvo/vo_corevideo.h - copied, changed from r29251, trunk/libvo/vo_macosx.h trunk/libvo/vo_corevideo.m - copied, changed from r29251, trunk/libvo/vo_macosx.m Deleted: trunk/libvo/vo_macosx.h trunk/libvo/vo_macosx.m Modified: trunk/AUTHORS trunk/DOCS/man/cs/mplayer.1 trunk/DOCS/man/de/mplayer.1 trunk/DOCS/man/es/mplayer.1 trunk/DOCS/man/fr/mplayer.1 trunk/DOCS/man/hu/mplayer.1 trunk/DOCS/man/it/mplayer.1 trunk/DOCS/man/pl/mplayer.1 trunk/DOCS/man/ru/mplayer.1 trunk/DOCS/man/zh_CN/mplayer.1 trunk/DOCS/tech/MAINTAINERS trunk/DOCS/xml/cs/ports.xml trunk/DOCS/xml/de/ports.xml trunk/DOCS/xml/fr/ports.xml trunk/DOCS/xml/hu/ports.xml trunk/DOCS/xml/pl/ports.xml trunk/DOCS/xml/ru/ports.xml trunk/Makefile trunk/configure trunk/libvo/video_out.c Modified: trunk/DOCS/man/en/mplayer.1 ============================================================================== --- trunk/DOCS/man/en/mplayer.1 Mon May 4 16:53:47 2009 (r29251) +++ trunk/DOCS/man/en/mplayer.1 Mon May 4 18:55:05 2009 (r29252) @@ -312,7 +312,7 @@ Adjust saturation. .PD 1 .PP .RS -(The following keys are valid only when using the quartz or macosx +(The following keys are valid only when using the quartz or corevideo video output driver.) .RE .PP @@ -1041,7 +1041,7 @@ Permit MPlayer to receive pointer events output driver. Necessary to select the buttons in DVD menus. Supported for X11 based VOs (x11, xv, xvmc, etc.) and the gl, gl2, direct3d and -macosx VOs. +corevideo VOs. . .TP .B \-noar @@ -3208,14 +3208,14 @@ Furthermore under X11 your window manage .B "\-ontop\ " Makes the player window stay on top of other windows. Supported by video output drivers which use X11, except SDL, -as well as directx, macosx, quartz, ggi and gl2. +as well as directx, corevideo, quartz, ggi and gl2. . .TP .B \-panscan <0.0\-1.0> Enables pan-and-scan functionality (cropping the sides of e.g.\& a 16:9 movie to make it fit a 4:3 display without black bands). The range controls how much of the image is cropped. -Only works with the xv, xmga, mga, gl, gl2, quartz, macosx and xvidix +Only works with the xv, xmga, mga, gl, gl2, quartz, corevideo and xvidix video output drivers. .br .I NOTE: @@ -3241,7 +3241,7 @@ Currently only supported by \-vo directx .B \-rootwin Play movie in the root window (desktop background). Desktop background images may cover the movie window, though. -Only works with the x11, xv, xmga, xvidix, quartz, macosx and directx video output drivers. +Only works with the x11, xv, xmga, xvidix, quartz, corevideo and directx video output drivers. . .TP .B \-saturation <\-100\-100> @@ -3632,7 +3632,7 @@ Specify the fullscreen resolution (usefu .PD 1 . .TP -.B macosx (Mac OS X 10.4 or 10.3.9 with QuickTime 7) +.B corevideo (Mac OS X 10.4 or 10.3.9 with QuickTime 7) Mac OS X CoreVideo video output driver .PD 0 .RSs Modified: trunk/DOCS/xml/en/ports.xml ============================================================================== --- trunk/DOCS/xml/en/ports.xml Mon May 4 16:53:47 2009 (r29251) +++ trunk/DOCS/xml/en/ports.xml Mon May 4 18:55:05 2009 (r29252) @@ -694,7 +694,7 @@ GCC 3.x or later. You can get the basic compilation environment by installing Apple's <ulink url="http://developer.apple.com/tools/download/">Xcode</ulink>. If you have Mac OS X 10.3.9 or later and QuickTime 7 -you can use the <option>macosx</option> video output driver. +you can use the <option>corevideo</option> video output driver. </para> <para>
participants (1)
-
diego