log libvo/vo_gl.c @ 32404:2f42741403a8

age author description
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.
Sun, 09 May 2010 21:36:10 +0000 reimar Default to rectangle=1 on Mesa DRI R200 drivers, much faster and less buggy.
Sun, 09 May 2010 21:29:21 +0000 reimar Minor code cleanup.
Sun, 09 May 2010 21:25:38 +0000 reimar yuv=5 supports brightness and contrast adjustment.
Sat, 01 May 2010 22:49:05 +0000 reimar Also print OpenGL renderer string with vendor and version with -v
Fri, 30 Apr 2010 17:12:52 +0000 reimar 100l, open the customtex also in binary mode, not just the program.
Sun, 25 Apr 2010 10:53:01 +0000 reimar Support for auto-selecting the OpenGL backend.
Sun, 25 Apr 2010 10:44:53 +0000 reimar Add reinitialization support. Necessary for fullscreen on OSX.
Sun, 25 Apr 2010 09:25:23 +0000 reimar Remove unnecessary check.