log libvo/vo_x11.c @ 37174:6c941fe7fc3e

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.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 29 Mar 2009 14:37:21 +0000 reimar Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo.
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
Tue, 23 Dec 2008 13:31:04 +0000 diego Remove pointless forward declaration.
Sun, 23 Nov 2008 20:49:05 +0000 reimar Clear the whole window on resize in vo_x11 since we do not
Sun, 23 Nov 2008 20:47:04 +0000 reimar Simplify vo_x11 check_events function
Sun, 23 Nov 2008 20:39:15 +0000 reimar Do not draw in window if our image has not yet been adjusted to the new window size.
Sun, 23 Nov 2008 20:20:51 +0000 reimar Remove unnecessary xf86vmode.h include.
Sun, 23 Nov 2008 20:19:06 +0000 reimar Remove some usnused variables and commented-out code.
Sun, 23 Nov 2008 20:17:46 +0000 reimar Use aspect.c code in vo_x11.c. Removes some inconsistencies in -wid handling.
Fri, 21 Nov 2008 23:17:26 +0000 reimar Simplify handling of "flags" parameter
Fri, 21 Nov 2008 23:14:38 +0000 reimar Add forgotten initialization if Flip_Flag to 0.
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:49:49 +0000 reimar Remove a duplicated vo_x11_selectinput_witherr
Sat, 15 Nov 2008 22:48:41 +0000 reimar respect -vf dsize etc. also for -rootwin, just like vo_xv does.
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 17:45:55 +0000 reimar Replace some of the different inconsistent XGetGeometry uses by a
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:34:44 +0000 reimar vo_x11: do not replace the vo_gc created by the Gui.
Sat, 15 Nov 2008 15:50:47 +0000 reimar Cosmetic changes to vo_x11 to reduce diff to vo_xv for future refactoring.
Sat, 15 Nov 2008 14:24:32 +0000 reimar Cosmetics for vo_x11 control() to make it more similar to vo_xv.c
Fri, 17 Oct 2008 10:01:44 +0000 faust3 fixed image format detection for 15 bit color depths
Sat, 09 Aug 2008 14:56:09 +0000 diego Remove duplicated prototype for XShmGetEventBase(), because
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:
Fri, 16 May 2008 08:33:27 +0000 diego cosmetics: Remove useless parentheses from from return statements.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Wed, 09 Jan 2008 01:17:49 +0000 uau Remove unnecessary <signal.h> includes
Sun, 02 Dec 2007 20:43:35 +0000 reimar Format mapping table should be const
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
Wed, 15 Aug 2007 09:34:53 +0000 diego Remove unused variable.
Wed, 27 Jun 2007 10:26:13 +0000 reimar Make X11 window creation and (with -fixed-vo) management simpler and more
Mon, 28 May 2007 08:42:35 +0000 diego Remove some unused variables, patch by timwoj ieee org.
Sun, 27 May 2007 21:13:10 +0000 reimar Remove more pointless fastmemcpy.h includes in libvo
Sat, 12 May 2007 09:06:07 +0000 reimar Simplify -flip handling on vo_x11.c
Sat, 12 May 2007 09:03:50 +0000 reimar Fix crash with -flip on 64 bit systems, the result of
Sat, 12 May 2007 08:54:44 +0000 reimar Factor common code out of if in x11_common.c
Mon, 23 Apr 2007 07:42:42 +0000 diego Gui --> gui
Sun, 01 Apr 2007 21:59:54 +0000 uau "()" to "(void)" function param list fixes
Sat, 17 Feb 2007 20:58:55 +0000 reimar Move common vo initialization code to video_out.c