Sun, 18 Feb 2007 20:23:25 +0000 |
reimar |
Set classhint directly after creating window just as all other vos do, in accordance with ICCCM.
|
Sat, 17 Feb 2007 20:58:55 +0000 |
reimar |
Move common vo initialization code to video_out.c
|
Sun, 17 Dec 2006 12:33:09 +0000 |
reimar |
Fix compilation under MinGW with X11 enabled
|
Sat, 08 Jul 2006 15:00:37 +0000 |
reimar |
Improve windows gui support
|
Sat, 17 Jun 2006 19:43:13 +0000 |
reimar |
Make header include order more similar to vo_gl.c
|
Wed, 07 Jun 2006 13:24:54 +0000 |
reimar |
Reworked YUV2RGB fragment program setup in preparation for upcoming patches
|
Mon, 05 Jun 2006 20:21:25 +0000 |
reimar |
Avoid crash with e.g. -vo gl2:yuv=2 when no fragment program functions are available
|
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,
|
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:23:06 +0000 |
reimar |
Get rid of most #ifdefs
|
Thu, 17 Nov 2005 20:49:46 +0000 |
reimar |
Enable border toggling for gl and gl2 under windows.
|
Sat, 01 Oct 2005 12:53:49 +0000 |
reimar |
documentation update.
|
Sun, 25 Sep 2005 16:33:03 +0000 |
reimar |
debugging/testing helpers: allow forcing a certain width/height for textures
|
Sun, 25 Sep 2005 16:18:16 +0000 |
reimar |
panscan support
|
Sun, 25 Sep 2005 16:07:54 +0000 |
reimar |
Support rectangular texture in fragment programs
|
Sun, 25 Sep 2005 13:58:18 +0000 |
reimar |
Fix crashes and green border when using YV12 input format
|
Wed, 14 Sep 2005 22:08:04 +0000 |
reimar |
hardware color-space conversion for vo_gl and vo_gl2
|
Tue, 13 Sep 2005 16:16:13 +0000 |
reimar |
Allow disabling the glFinish call
|
Thu, 25 Aug 2005 12:45:57 +0000 |
reimar |
Fix texture format variable types. Internal format is GLint, others are GLenum
|
Sun, 21 Aug 2005 09:59:45 +0000 |
reimar |
-wid support for windows. Not well tested, might still behave a bit weird.
|
Tue, 16 Aug 2005 23:24:52 +0000 |
reimar |
Get events from -wid window.
|
Sun, 14 Aug 2005 19:40:33 +0000 |
reimar |
use glUploadTex helper function
|
Sun, 14 Aug 2005 19:36:34 +0000 |
reimar |
textures smaller 64x64 might not be supported
|
Sun, 14 Aug 2005 19:24:49 +0000 |
reimar |
remove/move some unused headers/variables/code
|
Sun, 14 Aug 2005 18:36:01 +0000 |
reimar |
10l, texture_width/height initialization was removed, so use
|
Sun, 14 Aug 2005 13:44:14 +0000 |
reimar |
Helper function for drawing texture and general cleanup of vo_gl2.c
|
Fri, 05 Aug 2005 01:24:37 +0000 |
ivo |
Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
|
Sat, 18 Jun 2005 18:32:29 +0000 |
reimar |
support -wid
|
Mon, 30 May 2005 08:45:21 +0000 |
reimar |
-geometry support for gl2 under win, default window pos centered for gl, gl2
|
Sun, 29 May 2005 17:04:51 +0000 |
reimar |
Implement -geometry for vo gl and gl2.
|
Mon, 21 Feb 2005 14:44:39 +0000 |
reimar |
Remove a lot of duplicate code
|
Wed, 29 Dec 2004 14:35:18 +0000 |
reimar |
Remove unused defines
|
Sat, 11 Dec 2004 16:57:42 +0000 |
reimar |
Improving gl2 under windows, moving some functionality to gl_common
|
Fri, 03 Dec 2004 00:11:28 +0000 |
reimar |
Move selection of internal texture format to appropriate place, should
|
Wed, 01 Dec 2004 17:05:58 +0000 |
reimar |
More similar code from gl and gl2 moved to gl_common
|
Sat, 13 Nov 2004 12:01:20 +0000 |
reimar |
Avoid drawing before transformation matrices are set up.
|
Fri, 05 Nov 2004 13:48:41 +0000 |
faust3 |
10l
|
Thu, 04 Nov 2004 18:31:55 +0000 |
reimar |
more fullscreen fixes and gl2 uses setGlWindow.
|
Thu, 28 Oct 2004 01:15:53 +0000 |
diego |
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
|
Sun, 17 Oct 2004 13:28:22 +0000 |
reimar |
added gl_common for code used by both vo_gl.c and vo_gl2.c.
|
Wed, 06 Oct 2004 16:48:19 +0000 |
reimar |
fixed UNPACK_ALIGNMENT setting.
|
Sun, 03 Oct 2004 21:42:31 +0000 |
reimar |
fixed memleak, especially for fixed-vo.
|
Sun, 25 Jul 2004 12:49:01 +0000 |
reimar |
removed saver_on, saver_off calls, they are already in x11_common.c
|
Thu, 22 Jul 2004 19:07:13 +0000 |
reimar |
fix for people experimenting with GUI under windows
|
Sat, 17 Jul 2004 14:18:29 +0000 |
reimar |
use RGB32 textures on OS X
|
Tue, 06 Jul 2004 11:10:27 +0000 |
reimar |
100l, OSX compile fix, patch by Steven Schulz (sms (at) 2BSD (dot) com)
|
Fri, 02 Jul 2004 16:18:24 +0000 |
reimar |
removed XFlush() before XSync(), made config_glx return-type signed, force 32bit on Darwin, idea from a patch by Marc Hoffman (mmh <at> pleasantst.com).
|
Sun, 27 Jun 2004 20:45:08 +0000 |
reimar |
avoid visuals with low color-depth.
|
Sat, 08 May 2004 23:53:20 +0000 |
reimar |
removing useless code, improving readability
|
Sat, 08 May 2004 21:40:20 +0000 |
reimar |
fixed memory leak and removed unnecessary static variable
|
Sun, 02 May 2004 14:16:13 +0000 |
reimar |
clear buffer after (glX)SwapBuffers in fullscreen to avoid flickering borders
|
Sat, 01 May 2004 19:37:09 +0000 |
reimar |
GUI support
|
Wed, 17 Mar 2004 11:53:25 +0000 |
reimar |
corrected problems with switching to and from fullscreen mode esp. with fixed-vo
|
Sun, 22 Feb 2004 15:30:01 +0000 |
attila |
printf -> mp_msg
|
Sun, 30 Nov 2003 16:36:10 +0000 |
joey |
runtime 'stay-on-top' functionality
|
Sun, 12 Oct 2003 14:42:27 +0000 |
attila |
* clear window on fullscreen switch
|
Sat, 04 Oct 2003 17:29:08 +0000 |
gabucino |
many small typo and grammar fixes
|