log libvo/vo_gl2.c @ 34049:369cc91a43a0

age author description
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.
Sun, 13 Jun 2010 12:04:13 +0000 reimar For vos that support the new libvo API (provide UPDATE_SCREENINFO),
Sat, 24 Apr 2010 22:34:38 +0000 reimar Slightly more correct ifdefs for vo_gl2.
Sun, 04 Apr 2010 19:56:26 +0000 reimar Check texture dimensions instead of internal format in max texture
Sun, 04 Apr 2010 19:44:03 +0000 reimar Cosmetics/reindent.
Sun, 04 Apr 2010 19:42:52 +0000 reimar Avoid duplicating a condition.
Sun, 04 Apr 2010 19:39:54 +0000 reimar Print width before height,
Sun, 04 Apr 2010 19:38:47 +0000 reimar Fix width/height mixup in error message.
Sun, 04 Apr 2010 16:56:30 +0000 reimar Factor out the YUV->RGB conversion auto-selection and also
Sat, 03 Apr 2010 07:08:07 +0000 reimar Add mpgl prefix to all OpenGL-related function pointers.
Fri, 26 Feb 2010 21:41:42 +0000 reimar Port yuv=... auto-detection from gl to gl2.
Sat, 16 Jan 2010 19:59:31 +0000 reimar Add support for adjustable TV <-> PC level conversion.
Fri, 01 Jan 2010 13:18:49 +0000 reimar Fix function declarations to avoid casting function pointers.
Thu, 31 Dec 2009 22:53:25 +0000 reimar Add support for 16-bit per component YUV formats.
Thu, 31 Dec 2009 19:59:58 +0000 reimar First steps to supporting different YUV->RGB conversion definitions.
Thu, 31 Dec 2009 18:07:37 +0000 reimar Put the colourspace-related variables into a separate struct to ease
Wed, 30 Dec 2009 11:32:24 +0000 reimar Support all planar YUV formats in OpenGL vos.
Sat, 19 Dec 2009 13:49:44 +0000 reimar Rename GL_* defines to CONFIG_GL_*
Sat, 19 Dec 2009 10:52:32 +0000 reimar Make the check for X11 and WIN32 backends for OpenGL separate.
Tue, 08 Dec 2009 06:42:46 +0000 reimar Very preliminary code to allow selecting the OpenGL backend at runtime.
Sat, 21 Nov 2009 22:27:40 +0000 reimar Add support for Windows OpenGL rendering onto a device instead of into a window.
Fri, 18 Sep 2009 18:25:17 +0000 reimar Use vo_w32_window directly instead of via the vo_window macro in Windows-only code.