log libvo/vo_xv.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 16 Feb 2014 15:44:36 +0000 reimar Avoid many pointer cast warnings.
Sat, 18 Jan 2014 21:39:07 +0000 reimar Remove empty draw_slice and draw_frame stubs.
Thu, 01 Nov 2012 19:01:32 +0000 reimar Fix variable declarations I stupidly forgot to make "static".
Sun, 02 Sep 2012 21:51:42 +0000 reimar Avoid some code duplication related to drawing the OSD.
Sun, 29 May 2011 22:46:52 +0000 iive Fix xv/xvmc window background clearing.
Sat, 28 May 2011 11:08:48 +0000 iive Fix vo_x11/xv window background clearing.
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Fri, 06 May 2011 10:32:46 +0000 iive Implement control() VOCTRL_SET/GET_EQUALIZER using a vf_equalize struct,
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Sun, 13 Jun 2010 12:04:13 +0000 reimar For vos that support the new libvo API (provide UPDATE_SCREENINFO),
Mon, 31 May 2010 21:24:00 +0000 reimar Factor out some common code and ensure we will not try to draw OSD
Fri, 01 Jan 2010 13:18:49 +0000 reimar Fix function declarations to avoid casting function pointers.
Thu, 27 Aug 2009 18:51:02 +0000 reimar Remove panscan related conditions and code that only breaks future windowed
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sat, 07 Mar 2009 08:52:57 +0000 reimar Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_xvmc.
Sat, 07 Mar 2009 08:51:40 +0000 reimar Make data related to suboption parsing const in libvo
Tue, 17 Feb 2009 11:59:49 +0000 reimar Extend calc_src_dst_rects to also calculate the border values needed for
Thu, 12 Feb 2009 17:40:53 +0000 reimar Add a calc_src_dst_rects that calculates from window size, panscan etc.
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
Fri, 09 Jan 2009 15:25:24 +0000 cehoyos Factor calc_drwXY out of vo_xv and vo_xvmc.
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