Sat, 17 Feb 2007 20:58:55 +0000 |
reimar |
Move common vo initialization code to video_out.c
|
Tue, 06 Feb 2007 19:26:58 +0000 |
reimar |
Avoid calling aspect on each frame and make ass subtitles work better with panscan
|
Sat, 03 Feb 2007 11:31:09 +0000 |
reimar |
Update gl:help output a bit
|
Sun, 17 Dec 2006 12:33:09 +0000 |
reimar |
Fix compilation under MinGW with X11 enabled
|
Wed, 06 Dec 2006 18:44:26 +0000 |
eugeni |
Speed up ASS subtitles display by detecting changes between two consecutive
|
Tue, 24 Oct 2006 18:51:38 +0000 |
reimar |
Fix single-black-pixel-in-upper-left-corner bug (how do people notice a single
|
Fri, 06 Oct 2006 09:58:29 +0000 |
reimar |
EOSD performance debugging info.
|
Fri, 22 Sep 2006 20:26:12 +0000 |
reimar |
Whitespace-only cosmetics
|
Fri, 22 Sep 2006 20:23:17 +0000 |
reimar |
Aggregate multiple small EOSD textures into one large since hundreds of
|
Fri, 22 Sep 2006 20:19:51 +0000 |
reimar |
Cosmetics: move curtex++ out of for () into code body, needed for coming patch
|
Fri, 22 Sep 2006 20:16:36 +0000 |
reimar |
use eosdDispList != 0 to check if eosd should be drawn instead of eosdtexCnt > 0
|
Fri, 22 Sep 2006 20:13:21 +0000 |
reimar |
Make genEOSD behaviour with NULL data more explicit
|
Fri, 22 Sep 2006 19:58:43 +0000 |
reimar |
Modify clearEOSD to make experimenting easier
|
Fri, 22 Sep 2006 19:15:40 +0000 |
reimar |
remove useless zero-initialization code.
|
Mon, 28 Aug 2006 20:38:31 +0000 |
reimar |
Cosmetics: reindent, remove tabs and break overlong lines.
|
Mon, 28 Aug 2006 20:21:04 +0000 |
reimar |
Cosmetics: fix indentation after last patch
|
Mon, 28 Aug 2006 20:17:42 +0000 |
reimar |
Hardware EOSD (ass) support.
|
Tue, 08 Aug 2006 14:56:12 +0000 |
reimar |
Disable Y800 colorspace support, otherwise mplayer uses it even when it's not supposed to.
|
Mon, 10 Jul 2006 18:36:50 +0000 |
reimar |
vo_gl can do flipping without special filter
|
Mon, 10 Jul 2006 18:35:29 +0000 |
reimar |
Fix negative stride handling in -dr case
|
Mon, 10 Jul 2006 18:33:34 +0000 |
reimar |
Get rid of left-over incorrect UnmapBuffer hack
|
Sat, 08 Jul 2006 19:29:04 +0000 |
reimar |
customtrect -vo gl suboption
|
Sat, 08 Jul 2006 19:22:36 +0000 |
reimar |
More helpful ProgramEnvParameters.
|
Sat, 08 Jul 2006 15:00:37 +0000 |
reimar |
Improve windows gui support
|
Tue, 04 Jul 2006 16:31:45 +0000 |
reimar |
Do not assign same texture number to GL_TEXTURE_2D and GL_TEXTURE_RECT,
|
Sun, 02 Jul 2006 03:59:36 +0000 |
reynaldo |
rm unnecesary casts from void* - part 2
|
Sat, 01 Jul 2006 10:59:21 +0000 |
reimar |
Get rid of unused variable
|
Sat, 01 Jul 2006 10:58:32 +0000 |
reimar |
Make sure all texture units have a different texture bound.
|
Thu, 22 Jun 2006 17:05:08 +0000 |
reimar |
remove pointless and sometimes incorrect lookupTex stuff
|
Thu, 15 Jun 2006 08:43:41 +0000 |
reimar |
Reduce number of OpenGL state changes when drawing OSD by first drawing alpha.
|
Tue, 13 Jun 2006 20:30:16 +0000 |
reimar |
Document lscale/cscale in -vo gl:help message
|
Thu, 08 Jun 2006 18:50:11 +0000 |
reimar |
loadGPUProgram function to load fragment program with error checking and statistics
|
Wed, 07 Jun 2006 13:24:54 +0000 |
reimar |
Reworked YUV2RGB fragment program setup in preparation for upcoming patches
|
Mon, 05 Jun 2006 11:45:33 +0000 |
reimar |
Move/add checks to avoid crashes and make error messages less confusing
|
Sun, 16 Apr 2006 13:38:28 +0000 |
reimar |
Fix and improve xinerama support
|
Wed, 12 Apr 2006 14:11:26 +0000 |
reimar |
fixes and cleanup for windows fullscreen switching (restore old position,
|
Sun, 26 Mar 2006 10:43:56 +0000 |
reimar |
support custom OSD colour for vo_gl.c. Based on patch by Tomas Janousek tomi at nomi cz
|
Wed, 15 Mar 2006 21:13:13 +0000 |
reimar |
extra checks on size of OSD parts (though IMHO these values should never be bad)
|
Wed, 15 Mar 2006 12:15:35 +0000 |
reimar |
do not call glDeleteTextures with 0 count, Xgl does not like it.
|
Thu, 09 Feb 2006 14:08:03 +0000 |
rathann |
Patch by Stefan Huehner / stefan % huehner ! org \
|
Sun, 18 Dec 2005 12:04:08 +0000 |
reimar |
support negative stride (flipping) in vo_gl.
|
Wed, 07 Dec 2005 15:56:27 +0000 |
reimar |
signed division must be used for calculation vo_dx and vo_dy.
|
Tue, 06 Dec 2005 22:35:54 +0000 |
reimar |
Must use glFlush when doublebuffering is not used
|
Tue, 06 Dec 2005 22:23:06 +0000 |
reimar |
Get rid of most #ifdefs
|
Tue, 22 Nov 2005 16:18:34 +0000 |
reimar |
Use slice-height 16 as default for yuv colorspaces (only relevant if decoder
|
Thu, 17 Nov 2005 20:49:46 +0000 |
reimar |
Enable border toggling for gl and gl2 under windows.
|
Mon, 31 Oct 2005 13:57:37 +0000 |
reimar |
10l typo, nomanyfmts should be used against playback problems.
|
Mon, 31 Oct 2005 13:56:16 +0000 |
reimar |
More consistent and sane types. Also avoids some gcc 4 warnings.
|
Thu, 13 Oct 2005 19:15:30 +0000 |
reimar |
Be less verbose.
|
Sat, 01 Oct 2005 12:53:49 +0000 |
reimar |
documentation update.
|
Sun, 25 Sep 2005 16:41:28 +0000 |
reimar |
fix/improve code doxumentation. Also group gl_common functions in several
|
Sun, 25 Sep 2005 16:31:58 +0000 |
reimar |
Allow specifying a custom (ppm) texture for texture unit 3
|
Sun, 25 Sep 2005 16:07:54 +0000 |
reimar |
Support rectangular texture in fragment programs
|
Sun, 25 Sep 2005 14:02:02 +0000 |
reimar |
Several bugfixes:
|
Wed, 14 Sep 2005 22:08:04 +0000 |
reimar |
hardware color-space conversion for vo_gl and vo_gl2
|
Tue, 13 Sep 2005 15:56:32 +0000 |
reimar |
Improved glFindFormat
|
Sun, 11 Sep 2005 17:45:12 +0000 |
reimar |
Respect -nodouble even though it looks very bad.
|
Fri, 09 Sep 2005 16:43:18 +0000 |
reimar |
Add missing doxygen comment for clearOSD()
|
Fri, 09 Sep 2005 14:49:13 +0000 |
reimar |
gl_buffer should be unsigned
|
Fri, 09 Sep 2005 14:47:54 +0000 |
reimar |
Add an uninit function.
|