changeset 35097:9abac64d7a11

Document new OSX backend for -vo gl.
author reimar
date Thu, 13 Sep 2012 22:03:27 +0000
parents d1651b078aa7
children 84bb4ca7c6dd
files Changelog DOCS/man/en/mplayer.1 libvo/vo_gl.c
diffstat 3 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Changelog	Thu Sep 13 21:58:38 2012 +0000
+++ b/Changelog	Thu Sep 13 22:03:27 2012 +0000
@@ -7,6 +7,8 @@
     * "run" slave/keybinding command now supports expanding properties
     * better support for > 8 bit formats in -vo gl
     * -vo gl now supports OSD (not EOSD though) with GLES backend.
+    * -vo gl now has an OSX/Cocoa backend, so it should be a better
+      alternative to -vo corevideo now.
     * -vo gl2 renamed to -vo gl_tiled to stop people from assuming it is
       better than -vo gl (it is in many ways worse).
     * Fixes for DVB, teletext and closed-caption based subtitles.
--- a/DOCS/man/en/mplayer.1	Thu Sep 13 21:58:38 2012 +0000
+++ b/DOCS/man/en/mplayer.1	Thu Sep 13 22:03:27 2012 +0000
@@ -4150,6 +4150,8 @@
 2: SDL
 .br
 3: X11/EGL (highly experimental)
+.br
+4: OSX/Cocoa
 .RE
 .IPs (no)ati\-hack
 ATI drivers may give a corrupted image when PBOs are used (when using \-dr
--- a/libvo/vo_gl.c	Thu Sep 13 21:58:38 2012 +0000
+++ b/libvo/vo_gl.c	Thu Sep 13 22:03:27 2012 +0000
@@ -1353,6 +1353,7 @@
               "    1: X11/GLX\n"
               "    2: SDL\n"
               "    3: X11/EGL (experimental)\n"
+              "    4: OSX/Cocoa\n"
               "\n" );
       return -1;
     }