log libvo/vo_gl.c @ 33029:6b6320dcefdf

age author description
Sat, 12 Feb 2011 16:52:23 +0000 reimar 100l: fix "gamma" equalizer setting to change red, green and blue gamma,
Sat, 18 Dec 2010 20:56:37 +0000 reimar llvmpipe, while only slow instead of insanely slow, is a software renderer.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Wed, 10 Nov 2010 22:48:41 +0000 reimar gl/win32: select a stereo pixel format for window when
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Wed, 27 Oct 2010 17:37:29 +0000 cigaes Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.
Wed, 27 Oct 2010 17:08:36 +0000 cigaes Move ass_mp.[ch] to the sub directory.
Wed, 27 Oct 2010 17:03:26 +0000 cigaes Move eosd.[ch] to the sub directory.
Sun, 10 Oct 2010 09:27:11 +0000 cigaes Use a dynamic list for the sources of EOSD elements.
Fri, 17 Sep 2010 15:13:37 +0000 diego Move libass/ass_mp.[ch] ---> ass_mp.[ch].
Sun, 01 Aug 2010 17:38:28 +0000 reimar Reindent.
Sun, 01 Aug 2010 17:37:38 +0000 reimar Use early return instead of large if block.
Sun, 01 Aug 2010 17:36:15 +0000 reimar More readable OSD rendering code.
Fri, 30 Jul 2010 18:14:35 +0000 greg Rename libass types to match upstream libass >= 0.9.7
Thu, 15 Jul 2010 18:57:57 +0000 reimar Make it possible to select GL_NEAREST scaling.
Thu, 15 Jul 2010 18:50:57 +0000 reimar Helper macros to build the yuv conversion type number.
Thu, 15 Jul 2010 18:36:15 +0000 reimar Cosmetics: create luma texture first, then the other textures.
Thu, 08 Jul 2010 20:17:45 +0000 cehoyos Independent tests indicate that GLX_STEREO is working fine on supported hardware.
Mon, 05 Jul 2010 19:45:14 +0000 reimar Some small whitespace and {} cosmetics.
Mon, 05 Jul 2010 19:40:21 +0000 reimar Try to get a quadbuffered visual if the corresponding 3D mode was selected.
Mon, 05 Jul 2010 19:34:08 +0000 reimar Use a more sensible variable name.
Mon, 05 Jul 2010 19:32:12 +0000 reimar Move declaration to where it is actually used.
Mon, 05 Jul 2010 19:19:56 +0000 reimar Add initial stereo support to -vo gl.
Thu, 01 Jul 2010 19:43:38 +0000 reimar Fix -geometry with -wid behaviour (y position was flipped).
Tue, 15 Jun 2010 19:32:22 +0000 reimar More sensible behaviour for -geometry with -wid and -vo gl.
Sun, 13 Jun 2010 12:04:13 +0000 reimar For vos that support the new libvo API (provide UPDATE_SCREENINFO),
Sun, 13 Jun 2010 10:42:32 +0000 reimar Dual-license gl_common and vo_gl under the LGPL v2.1 or later as
Sun, 06 Jun 2010 18:59:19 +0000 reimar Remove nonsense commented-out function header.
Sun, 30 May 2010 13:51:24 +0000 reimar Treat a NULL renderer string as indication for software renderer.
Mon, 24 May 2010 17:36:23 +0000 reimar Fix OpenGL autodetection to not leave values at -1.