log libvo/vo_gl.c @ 35445:19c56dc40a51

age author description
Fri, 30 Nov 2012 20:51:02 +0000 reimar Fix alpha for ASS subtitles.
Mon, 26 Nov 2012 19:50:32 +0000 reimar Fix vo_gl sometimes drawing a black image instead of the video.
Sun, 25 Nov 2012 14:40:41 +0000 reimar vo_gl: react to expose events even when not paused.
Thu, 13 Sep 2012 22:03:27 +0000 reimar Document new OSX backend for -vo gl.
Thu, 13 Sep 2012 21:52:33 +0000 reimar Remove duplicate redraw call, resize already calls it.
Thu, 13 Sep 2012 21:45:14 +0000 reimar gl: Disable double-buffering on OS X, it does not work currently an
Thu, 13 Sep 2012 20:44:46 +0000 reimar gl: support screen redraw on OSX.
Thu, 13 Sep 2012 19:57:24 +0000 reimar Allow compiling -vo gl with OSX backend even if X11 and SDL are not available.
Thu, 13 Sep 2012 19:22:31 +0000 reimar Use OSX common layer in -vo gl.
Sat, 18 Aug 2012 18:45:45 +0000 reimar Avoid display lists for OSD.
Sat, 18 Aug 2012 16:17:31 +0000 reimar Add autodetection of ycbcr option.
Sat, 18 Aug 2012 15:59:49 +0000 reimar Cosmetics: replace tab.
Sat, 18 Aug 2012 15:56:18 +0000 reimar Missed documentation update.
Sat, 18 Aug 2012 15:54:34 +0000 reimar Replace MESA YCBCR support by the Apple variant.
Sun, 12 Aug 2012 17:15:35 +0000 reimar Support interleaving the two frame halves from a 3D video
Tue, 22 May 2012 21:14:55 +0000 reimar SDL swap interval fixes.
Mon, 21 May 2012 19:59:59 +0000 reimar Do not give out the same buffer to multiple mp_images.
Sun, 20 May 2012 17:57:39 +0000 reimar SDL OpenGL: add support for swapinterval option.
Sun, 20 May 2012 15:33:58 +0000 reimar Remove commented-out nonsense code.
Sun, 20 May 2012 15:30:01 +0000 reimar Do not needlessly modulate the texture color with the vertex color.
Wed, 16 May 2012 14:27:54 +0000 reimar vo_gl: collect some frame statistics for DR.
Tue, 15 May 2012 21:53:41 +0000 reimar Never default to force-pbo on non-x86.
Mon, 14 May 2012 20:24:43 +0000 reimar Fix -fs with SDL-based vo gl.
Mon, 14 May 2012 19:31:59 +0000 reimar Align glMapBuffer result.
Tue, 13 Mar 2012 18:19:36 +0000 reimar Fix PBO handling with > 8 bit YUV formats.
Fri, 23 Dec 2011 22:34:42 +0000 reimar vo_gl stereo: allow swapping left and right view.
Sun, 11 Dec 2011 17:52:20 +0000 reimar Add a suboption to allow forcing use of e.g. OpenGL ES to -vo gl.
Sat, 10 Dec 2011 20:55:31 +0000 reimar Add highly experimental support for OpenGL ES.
Sat, 10 Dec 2011 20:21:50 +0000 reimar Use glLoadMatrixf. This makes it easier to support OpenGL ES.
Wed, 28 Sep 2011 18:52:11 +0000 reimar Remove usage of glColor3f, there is not really a point in it.