log libvo/vo_gl.c @ 17434:0bcf7c8a437a

age author description
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.
Mon, 05 Sep 2005 10:08:04 +0000 reimar Properly initialize osdtexCnt
Mon, 05 Sep 2005 10:02:06 +0000 reimar OSD alpha conversion index out of range
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.
Fri, 19 Aug 2005 12:23:34 +0000 reimar less weird OSD alpha transformation.
Fri, 19 Aug 2005 12:16:52 +0000 reimar Do not set SwapInterval for values < 0.
Fri, 19 Aug 2005 09:31:02 +0000 reimar automatic vsync enabling for vo_gl.
Tue, 16 Aug 2005 23:24:52 +0000 reimar Get events from -wid window.
Tue, 16 Aug 2005 19:07:07 +0000 reimar Our buffer usage actually fits better to GL_DYNAMIC_DRAW than GL_STREAM_DRAW.
Tue, 16 Aug 2005 18:52:38 +0000 reimar OSD textures can be deleted with one function call...
Tue, 16 Aug 2005 18:27:12 +0000 reimar Make glFinish optional
Tue, 16 Aug 2005 17:57:53 +0000 reimar use GenBuffers to get a buffer number instead of hardcoding 1.
Sun, 14 Aug 2005 19:24:49 +0000 reimar remove/move some unused headers/variables/code
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
Wed, 27 Jul 2005 17:22:24 +0000 reimar More helper functions/defines and bugfixes
Tue, 26 Jul 2005 20:36:34 +0000 reimar catch failed buffer allocation
Tue, 26 Jul 2005 13:47:18 +0000 reimar OpenGL fixes for windows and vo_gl.c ported to windows.
Tue, 26 Jul 2005 10:16:18 +0000 reimar support for rectangular and streaming textures.
Mon, 25 Jul 2005 19:11:14 +0000 reimar Use DRAW_IMAGE instead of draw_frame
Tue, 19 Jul 2005 08:42:55 +0000 reimar Enable manyfmts by default for vo_gl
Sat, 18 Jun 2005 18:32:29 +0000 reimar support -wid
Mon, 13 Jun 2005 20:09:05 +0000 reimar Fix OSD handling, DVD subtitles work now. Will be a bit slower though.
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, 18 Apr 2005 15:52:38 +0000 henry replace VO and VF numeric flags with #defined identifiers
Sun, 10 Apr 2005 13:12:55 +0000 henry revert the previous commit, gl needs to reload the font immediately
Sat, 09 Apr 2005 22:45:47 +0000 henry remove force_load_font stuff moved to sub.c
Mon, 21 Feb 2005 14:44:39 +0000 reimar Remove a lot of duplicate code
Sat, 19 Feb 2005 20:14:00 +0000 al Move generic tests to a common place.
Sat, 08 Jan 2005 17:58:56 +0000 reimar set sub_bg_alpha only to 255 when using hardware OSD.
Fri, 31 Dec 2004 14:58:49 +0000 reimar Use subopt helper to parse arguments
Wed, 29 Dec 2004 14:33:40 +0000 reimar Doxygen comments improved
Wed, 01 Dec 2004 17:05:58 +0000 reimar More similar code from gl and gl2 moved to gl_common
Sat, 20 Nov 2004 10:57:39 +0000 reimar 4 and 8 bit formats use a palette, so we cannot really support them (atm).
Thu, 11 Nov 2004 19:39:23 +0000 reimar missing return for InitGl function
Thu, 04 Nov 2004 18:31:55 +0000 reimar more fullscreen fixes and gl2 uses setGlWindow.
Mon, 01 Nov 2004 20:24:37 +0000 reimar fullscreen fixes and GUI support for vo_gl
Sun, 17 Oct 2004 19:32:47 +0000 reimar OSD variant for vo_gl.c that behaves more like the one of other vos.
Sun, 17 Oct 2004 13:28:22 +0000 reimar added gl_common for code used by both vo_gl.c and vo_gl2.c.
Sun, 10 Oct 2004 14:05:29 +0000 reimar aspect scaling and panscan support for vo_gl.c
Sun, 10 Oct 2004 12:26:58 +0000 reimar Variables for OSD support should be static
Fri, 08 Oct 2004 19:53:11 +0000 reimar OpenGL OSD rendering for vo_gl
Wed, 06 Oct 2004 19:53:16 +0000 reimar 10l compilation fix
Wed, 06 Oct 2004 16:48:19 +0000 reimar fixed UNPACK_ALIGNMENT setting.
Fri, 03 Sep 2004 12:12:17 +0000 reimar improved suboption parsing, fixes also compiler warnings
Mon, 30 Aug 2004 21:06:52 +0000 reimar Using updated colorspace specifications from colorspaces.txt.
Sat, 28 Aug 2004 20:59:49 +0000 rathann small gcc warning fixes
Sun, 25 Jul 2004 12:49:01 +0000 reimar removed saver_on, saver_off calls, they are already in x11_common.c
Sat, 17 Jul 2004 14:32:22 +0000 reimar changed misleading TEXTUREFORMAT_32BPP (was 24bpp!) to vo_gl2 style TEXTUREFORMAT_ALWAYS
Fri, 02 Jul 2004 16:16:46 +0000 reimar removed XFlush() before XSync()
Sat, 08 May 2004 21:38:41 +0000 reimar changes to get manyfmts nearer to working and fixed memory leak
Thu, 15 Apr 2004 18:19:39 +0000 reimar fixed suboption parsing, added help for suboptions
Thu, 08 Apr 2004 21:50:29 +0000 reimar vo_gl supporting more color formats for testing
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, 21 Sep 2003 15:44:23 +0000 faust3 fix fullscreen switching in vo gl and vo gl2
Sun, 31 Aug 2003 22:27:10 +0000 mosu Avoid flickering during resizes. Keep video contents even when paused. Fix by Tomas Simonaitis <haden@homelan.lt>
Tue, 20 May 2003 16:48:05 +0000 alex Removed YUV (YV12) and BGR support, leaving the native RGB support. Also cleaned some other parts.
Mon, 30 Dec 2002 01:34:20 +0000 arpi - optional slice height for -vo gl (example: -vo gl:32)
Mon, 11 Nov 2002 15:22:10 +0000 alex removed get_info, using the same sheme as in libmpcodecs instead
Sun, 27 Oct 2002 03:16:21 +0000 arpi vo_init() moved to/fixed in preinit()
Thu, 17 Oct 2002 09:49:25 +0000 pontscho -fixed-vo support
Wed, 28 Aug 2002 21:32:32 +0000 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
Wed, 28 Aug 2002 15:55:58 +0000 alex removed old input code
Fri, 09 Aug 2002 17:43:49 +0000 arpi ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warning
Mon, 27 May 2002 17:56:52 +0000 alex query_format revised
Tue, 14 May 2002 23:44:35 +0000 arpi some cleanup, gl/gl2 updated to use vo_window
Tue, 16 Apr 2002 17:41:29 +0000 pontscho fix playlist bug with gui and rewrite mousecursor show/hide code
Sun, 17 Feb 2002 08:24:43 +0000 nick I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'
Mon, 11 Feb 2002 11:44:50 +0000 albeu Added new input mouse support in x11 vo
Sat, 09 Feb 2002 01:21:48 +0000 arpi 10000hl to Holm... control MUST BE static...
Sat, 09 Feb 2002 00:47:26 +0000 arpi query_ stuff replaced by new control() - patch by David Holm
Fri, 01 Feb 2002 02:49:04 +0000 rfelker change init to config in vo_gl and vo_md5 like in the other vo_ modules -- fixes crash caused by the changeover
Thu, 31 Jan 2002 11:46:46 +0000 alex removed obsoleted Terminate_Display_Process, using vo_x11_uninit
Thu, 31 Jan 2002 09:57:13 +0000 nick new info for tuning
Sat, 26 Jan 2002 16:01:26 +0000 nick Extensions for video accelerated architecture
Sun, 06 Jan 2002 21:07:20 +0000 atmos4 Xinerama patch number two by attila.
Tue, 06 Nov 2001 11:22:40 +0000 nick Move yuv2rgb to postprocess
Thu, 18 Oct 2001 02:42:20 +0000 atmos4 Update to new (cleaner, more bugfree, better) aspect api. vo_gl vo_gl2 and vo_xmga are untested!
Wed, 03 Oct 2001 17:27:13 +0000 atmos4 Use aspect()
Mon, 01 Oct 2001 22:38:16 +0000 arpi now using x11_common stuff for X11 opening and w/h/bpp query
Mon, 01 Oct 2001 20:56:19 +0000 atmos4 -fs fix
Mon, 13 Aug 2001 11:08:18 +0000 atlka changes according to -utf8 option, draw_osd() function added
Tue, 10 Jul 2001 13:24:59 +0000 atmos4 Fixed a typo and wrong varname.
Sat, 07 Jul 2001 20:53:01 +0000 alex no segfault if no glx present
Sun, 17 Jun 2001 01:22:09 +0000 arpi_esp patch: some X11 compliance fixed: set ClassHint and better fullscreen mode
Tue, 12 Jun 2001 14:03:18 +0000 al3x -Wall like fixes
Tue, 24 Apr 2001 11:30:57 +0000 szabii fprintf(stderr converted to printf(
Tue, 24 Apr 2001 10:21:12 +0000 szabii some warnings killed
Fri, 13 Apr 2001 00:54:05 +0000 lgb Autohide X11 cursor
Sat, 03 Mar 2001 21:46:39 +0000 arpi_esp added check_events() interface
Sat, 24 Feb 2001 20:28:24 +0000 arpi_esp Initial revision