log libvo/vo_gl2.c @ 35050:b291f44d864a

age author description
Sun, 02 Sep 2012 21:51:42 +0000 reimar Avoid some code duplication related to drawing the OSD.
Mon, 20 Aug 2012 19:04:45 +0000 reimar Rename -vo gl2 to gl_tiled which hopefully is less misleading, since
Sun, 12 Aug 2012 17:15:35 +0000 reimar Support interleaving the two frame halves from a 3D video
Sun, 20 May 2012 15:30:01 +0000 reimar Do not needlessly modulate the texture color with the vertex color.
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.
Wed, 25 May 2011 18:23:11 +0000 reimar Fix clear/border color of chroma texture for 9- and 10-bit formats.
Tue, 24 May 2011 20:52:27 +0000 reimar Support 9- and 10-bit YUV input for OpenGL vos.
Tue, 10 May 2011 17:51:39 +0000 reimar Make mp_get_chroma_shift simpler/more generic and add an argument
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Fri, 06 May 2011 10:32:46 +0000 iive Implement control() VOCTRL_SET/GET_EQUALIZER using a vf_equalize struct,
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Tue, 03 Aug 2010 15:55:17 +0000 siretart various spelling fixes, found by the Debian QA tool 'lintian'
Sun, 18 Jul 2010 18:04:50 +0000 reimar Use identical code to -vo gl for -wid mode in gl2.