log libvo/vo_gl.c @ 36334:c1033e9288b1

age author description
Mon, 05 Aug 2013 16:51:10 +0000 reimar Make fallback for failing context creation actually work.
Mon, 05 Aug 2013 16:48:56 +0000 reimar On X11 use root window as "hidden" window instead of
Sun, 09 Jun 2013 22:25:47 +0000 reimar Remove unnecessary wrapper function.
Sun, 09 Jun 2013 22:03:50 +0000 reimar Change hack to use a solution that will work more generally.
Sun, 09 Jun 2013 18:33:21 +0000 reimar Extract window creation code to common file.
Sun, 09 Jun 2013 14:16:37 +0000 reimar Fix inverted condition caused by a last-minute change from strcmp to strstr.
Sun, 09 Jun 2013 14:15:09 +0000 reimar Detect one more case of software OpenGL implementation.
Tue, 28 May 2013 20:43:50 +0000 reimar Fix border-pos handling.
Sat, 25 May 2013 08:42:25 +0000 reimar Apply forgotten move of apply_border_pos function.
Sat, 25 May 2013 06:54:41 +0000 reimar Add options to determine where borders will be added when adjusting for aspect.
Thu, 16 May 2013 19:57:32 +0000 reimar vo_gl: Extract some code into separate function.
Mon, 13 May 2013 19:34:43 +0000 reimar Add support for rotating the video via OpenGL.
Thu, 09 May 2013 07:18:47 +0000 reimar Remove pointless function arguments.
Sat, 04 May 2013 15:20:45 +0000 reimar Remove glMatrixMode and glLoadIdentity functions.
Sat, 04 May 2013 15:20:43 +0000 reimar Add hack to support strides with GLES.
Sat, 04 May 2013 15:20:42 +0000 reimar Avoid glColor4f, use glColor4ub instead.
Sat, 04 May 2013 11:13:58 +0000 reimar Avoid PushMatrix/PopMatrix.
Fri, 03 May 2013 19:30:20 +0000 reimar Add documentation about Android -vo gl mode.
Wed, 01 May 2013 22:45:26 +0000 reimar Add forgotten switch back to texture unit 0.
Wed, 01 May 2013 18:52:42 +0000 reimar Add xyz support for -vo gl.
Wed, 01 May 2013 18:46:08 +0000 reimar Fix define value.
Wed, 01 May 2013 18:27:38 +0000 reimar Enable/disable extra instructions for gamma correction
Sun, 17 Mar 2013 17:42:53 +0000 reimar Try to fix performance for -vo gl on OSX with planar YUV.
Sat, 16 Mar 2013 19:15:42 +0000 reimar Add (hackish) support for OpenGL on Android.
Sat, 16 Mar 2013 15:18:15 +0000 reimar Better compatibility with more restricted GL headers.
Mon, 25 Feb 2013 21:44:59 +0000 reimar Fix setting gamma.
Mon, 24 Dec 2012 20:15:26 +0000 reimar Fix missing screen clear with -nodouble.
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.