[MPlayer-cvslog] r35191 - in trunk: Changelog DOCS/man/en/mplayer.1 libvo/vo_gl.c
reimar
subversion at mplayerhq.hu
Fri Sep 14 00:03:27 CEST 2012
Author: reimar
Date: Fri Sep 14 00:03:27 2012
New Revision: 35191
Log:
Document new OSX backend for -vo gl.
Modified:
trunk/Changelog
trunk/libvo/vo_gl.c
Changes in other areas also in this revision:
Modified:
trunk/DOCS/man/en/mplayer.1
Modified: trunk/Changelog
==============================================================================
--- trunk/Changelog Thu Sep 13 23:58:38 2012 (r35190)
+++ trunk/Changelog Fri Sep 14 00:03:27 2012 (r35191)
@@ -7,6 +7,8 @@ MPlayer
* "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.
Modified: trunk/libvo/vo_gl.c
==============================================================================
--- trunk/libvo/vo_gl.c Thu Sep 13 23:58:38 2012 (r35190)
+++ trunk/libvo/vo_gl.c Fri Sep 14 00:03:27 2012 (r35191)
@@ -1353,6 +1353,7 @@ static int preinit_internal(const char *
" 1: X11/GLX\n"
" 2: SDL\n"
" 3: X11/EGL (experimental)\n"
+ " 4: OSX/Cocoa\n"
"\n" );
return -1;
}
More information about the MPlayer-cvslog
mailing list