log libvo/vo_xv.c @ 27987:292b260ac2df

age author description
Sun, 23 Nov 2008 12:30:39 +0000 reimar Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declaration
Sun, 23 Nov 2008 12:25:41 +0000 reimar Remove unused flip_flag variable
Fri, 21 Nov 2008 23:22:53 +0000 reimar Remove a aspect calculation line.
Wed, 19 Nov 2008 20:19:25 +0000 reimar Factor common code like -wid handling, vo_gc creation etc. out into
Sat, 15 Nov 2008 23:09:31 +0000 reimar Remove explicit setting of vo_ontop since that is already done by vo_x11_create_vo_window
Sat, 15 Nov 2008 22:33:36 +0000 reimar Sync with vo_x11: make sure we get expose events even when drawing to the root window.
Sat, 15 Nov 2008 19:14:09 +0000 reimar Remove a nonsensical "else" for the video mode switching case.
Sat, 15 Nov 2008 19:03:21 +0000 reimar Remove now unused variables.
Sat, 15 Nov 2008 18:58:14 +0000 reimar Use vo_dwidth/vo_dheight for creating the windows instead of d_width/d_height.
Sat, 15 Nov 2008 18:56:25 +0000 reimar Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same
Sat, 15 Nov 2008 18:28:35 +0000 reimar Set modified window position and monitor aspect in vo_vm_switch instead of in
Sat, 15 Nov 2008 18:14:03 +0000 reimar Get rid of (besides useless assignments) unused XSizeHints variable
Sat, 15 Nov 2008 17:45:55 +0000 reimar Replace some of the different inconsistent XGetGeometry uses by a
Sat, 15 Nov 2008 17:41:30 +0000 reimar Remove a useless XGetGeometry call, the X11 event handling already takes care of this.
Sat, 15 Nov 2008 16:40:48 +0000 reimar Remove code from unused and since ages deprecated draw_frame function.
Sat, 15 Nov 2008 16:36:39 +0000 reimar Remove vo_xv code that has been under #if 0 since ages.
Sat, 15 Nov 2008 14:21:02 +0000 reimar Fix grammar of comment and sync it with vo_x11.c
Mon, 04 Aug 2008 06:16:23 +0000 diego Change a bunch of X11-specific preprocessor directives.
Wed, 30 Jul 2008 13:44:59 +0000 diego Rename two GUI-related preprocessor directives:
Sun, 15 Jun 2008 12:13:29 +0000 diego Move message about which adapter is used to verbose mode.
Fri, 16 May 2008 08:33:27 +0000 diego cosmetics: Remove useless parentheses from from return statements.
Tue, 13 May 2008 17:52:25 +0000 ben Add a new suboption to -vo xv and -vo xvmc that allows selection
Thu, 14 Feb 2008 14:39:49 +0000 cehoyos Revert accidentally committed line of r25994.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Sun, 02 Dec 2007 14:39:15 +0000 reimar Mark the vo_functions_t definitions as const where possible.
Sun, 02 Dec 2007 14:06:03 +0000 reimar Make vo info structs const
Tue, 28 Aug 2007 10:53:51 +0000 diego warning fix:
Sat, 25 Aug 2007 04:28:17 +0000 uau Watch X11 fd in main input select() if using vo xv
Wed, 27 Jun 2007 10:28:38 +0000 reimar Remove some unused variables
Wed, 27 Jun 2007 10:26:13 +0000 reimar Make X11 window creation and (with -fixed-vo) management simpler and more
Mon, 23 Apr 2007 07:42:42 +0000 diego Gui --> gui
Thu, 08 Mar 2007 09:42:14 +0000 reimar 100l, last patch broke window resizing with xv and xvmc.
Tue, 06 Mar 2007 15:34:54 +0000 reimar Factor out some duplicated code in vo_xv and vo_xvmc
Sat, 17 Feb 2007 20:58:55 +0000 reimar Move common vo initialization code to video_out.c
Mon, 05 Feb 2007 17:47:43 +0000 reimar Sanity check for vo window dimensions, helps avoid division by zero
Wed, 08 Nov 2006 14:55:37 +0000 kraymer MSGTRs for libvo/aspect.c and libvo/vo_xv.c
Thu, 15 Jun 2006 08:00:37 +0000 reimar Fix window position when changing videos while in fullscreen and for
Sun, 14 May 2006 19:36:21 +0000 reimar do aspect correction of video size before calculating vo_dx and vo_dy.
Thu, 04 May 2006 08:45:34 +0000 reimar Make sure black borders are drawn when switching videos with -fixed-vo.
Mon, 24 Apr 2006 04:23:53 +0000 reynaldo Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
Sun, 16 Apr 2006 13:38:28 +0000 reimar Fix and improve xinerama support
Thu, 10 Nov 2005 02:39:31 +0000 al Test if source image dimensions are too big.
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
Mon, 27 Jun 2005 10:05:39 +0000 reimar Try to set XV_SYNC_TO_VBLANK to enable vsync on non-overlay xv adapters.
Sat, 21 May 2005 17:31:44 +0000 al Make -wid behave more consistent.
Mon, 18 Apr 2005 15:52:38 +0000 henry replace VO and VF numeric flags with #defined identifiers
Sat, 16 Apr 2005 17:10:31 +0000 henry more colorkey w/ panscan woes
Sat, 16 Apr 2005 16:45:43 +0000 henry redraw colorkey on panscan change
Sat, 16 Apr 2005 15:52:03 +0000 al - fix black screen problem on reinit
Thu, 24 Feb 2005 17:46:19 +0000 al Always use vo_x11_sizehint function ( even when going fullscreen ) to
Wed, 23 Feb 2005 12:23:44 +0000 al Don't change buffers when paused and redrawing.
Sun, 20 Feb 2005 22:43:25 +0000 al Unified colorkey code for vo xv and vo xvmc.
Mon, 15 Nov 2004 14:56:18 +0000 iive 3 memory leaks fixed
Thu, 11 Nov 2004 02:24:23 +0000 diego devices.html is no more, links updated.
Thu, 28 Oct 2004 01:15:53 +0000 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
Fri, 03 Sep 2004 20:22:22 +0000 al We don't need to support the old nvidia binary driver bug any longer.
Fri, 20 Aug 2004 09:41:13 +0000 al Removed superfluous XFlush calls before XSync.
Sun, 25 Jul 2004 12:49:01 +0000 reimar removed saver_on, saver_off calls, they are already in x11_common.c
Mon, 14 Jun 2004 04:53:03 +0000 attila major reindentation of x11 code try #2
Sun, 30 Nov 2003 16:36:10 +0000 joey runtime 'stay-on-top' functionality