# HG changeset patch # User reimar # Date 1347573807 0 # Node ID 9abac64d7a11e326687b36d759307b542febe4e4 # Parent d1651b078aa7d9fd2b6ce71bcf3316bbb1eba862 Document new OSX backend for -vo gl. diff -r d1651b078aa7 -r 9abac64d7a11 Changelog --- 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. diff -r d1651b078aa7 -r 9abac64d7a11 DOCS/man/en/mplayer.1 --- 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 diff -r d1651b078aa7 -r 9abac64d7a11 libvo/vo_gl.c --- 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; }