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.