log libvo/vo_xv.c @ 36013:fcc519c99311

age author description
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