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

age author description
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.
Tue, 07 Feb 2012 22:07:09 +0000 cehoyos Use 128 instead of 64 to define non-native RGB image formats.
Tue, 07 Feb 2012 21:56:45 +0000 cehoyos X11 non-native RGB/BGR "emulation" only works for 32bit.
Sat, 28 May 2011 11:08:48 +0000 iive Fix vo_x11/xv window background clearing.
Sat, 07 May 2011 19:54:06 +0000 reimar Fix vo_x11_set_equalizer argument, must be the raw value to set, not a pointer!
Sat, 07 May 2011 19:52:22 +0000 reimar Remove unused variables and code initializing them.
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, 20 Jun 2010 14:40:42 +0000 diego Move sws_flags extern variable declaration to vf_scale.h.
Sun, 13 Jun 2010 12:04:13 +0000 reimar For vos that support the new libvo API (provide UPDATE_SCREENINFO),
Sun, 03 Jan 2010 17:12:12 +0000 reimar Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).
Sun, 26 Jul 2009 19:53:00 +0000 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.