log libvo/vo_x11.c @ 27909:1c5d7d467bfd

age author description
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
Thu, 14 Dec 2006 18:14:57 +0000 reimar 10l, missing () in check for 32bit endian-conversion hack
Tue, 12 Dec 2006 19:13:48 +0000 reimar Support for different endianness on client and server with -vo x11
Tue, 12 Dec 2006 19:03:57 +0000 reimar Align image data pointer, this is also in preparation of an upcoming patch
Tue, 12 Dec 2006 18:43:10 +0000 reimar Use XCreateImage instead of XGetImage, this is not only more correct and
Mon, 23 Oct 2006 15:49:44 +0000 reimar Proper detection of corresponding MPlayer image format for X server format for vo_x11.
Fri, 13 Oct 2006 20:01:38 +0000 reimar Remove dead code (condition can obviously never be true)
Sun, 09 Jul 2006 16:01:36 +0000 diego Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
Fri, 30 Jun 2006 12:00:31 +0000 lucabe Move postproc ---> libswscale
Sun, 18 Jun 2006 10:59:23 +0000 lucabe Software Scaler headers usage cleanup
Thu, 15 Jun 2006 08:00:37 +0000 reimar Fix window position when changing videos while in fullscreen and for
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
Sun, 16 Apr 2006 13:38:28 +0000 reimar Fix and improve xinerama support
Thu, 09 Mar 2006 18:05:38 +0000 reimar remove useless and memleak-causing strdup
Thu, 09 Feb 2006 14:08:03 +0000 rathann Patch by Stefan Huehner / stefan % huehner ! org \
Fri, 05 Aug 2005 01:24:37 +0000 ivo Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
Sat, 21 May 2005 17:31:44 +0000 al Make -wid behave more consistent.
Mon, 18 Apr 2005 15:52:38 +0000 henry replace VO and VF numeric flags with #defined identifiers
Thu, 28 Oct 2004 01:15:53 +0000 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
Fri, 20 Aug 2004 09:41:13 +0000 al Removed superfluous XFlush calls before XSync.
Sun, 25 Jul 2004 12:49:01 +0000 reimar removed saver_on, saver_off calls, they are already in x11_common.c
Mon, 14 Jun 2004 04:53:03 +0000 attila major reindentation of x11 code try #2
Sat, 27 Dec 2003 19:45:54 +0000 alex just the same include reordering as in vo_xv (codemetics :)
Sun, 30 Nov 2003 16:36:10 +0000 joey runtime 'stay-on-top' functionality
Sat, 04 Oct 2003 17:29:08 +0000 gabucino many small typo and grammar fixes
Sun, 31 Aug 2003 22:27:10 +0000 mosu Avoid flickering during resizes. Keep video contents even when paused. Fix by Tomas Simonaitis <haden@homelan.lt>
Sun, 31 Aug 2003 12:33:49 +0000 attila geometry support for x11
Sun, 01 Jun 2003 21:59:29 +0000 michael vf_scale.h & related cleanup & some small warning fix by dominik
Fri, 30 May 2003 18:05:49 +0000 alex warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
Fri, 23 May 2003 21:20:12 +0000 alex swscaler doesn't recognizes support for BGR1/BGR4 too, and so if forced it crashes, without checking the swsContext
Fri, 23 May 2003 20:35:56 +0000 alex that works correctly
Thu, 27 Mar 2003 16:04:53 +0000 michael 10000l (YUV vs. YVU swscale fix/cleanup)
Sun, 23 Feb 2003 22:05:55 +0000 michael sws_ prefix, more seperation between internal & external swscaler API
Tue, 04 Feb 2003 18:31:44 +0000 arpi The reason why mplayer crashes (in some cases) when using x11
Sun, 26 Jan 2003 22:24:17 +0000 arpi MPlayer crash when using -wid and -vo x11 parameters.
Mon, 11 Nov 2002 15:22:10 +0000 alex removed get_info, using the same sheme as in libmpcodecs instead
Tue, 29 Oct 2002 20:27:47 +0000 arpi here is a somewhat generic equalizer implementation for the X11 vo drivers
Wed, 16 Oct 2002 22:44:09 +0000 pontscho fix memleak
Wed, 16 Oct 2002 22:29:00 +0000 pontscho -fixed-vo support
Wed, 09 Oct 2002 22:44:07 +0000 arpi since draw_slice() supports RGB/BGR, we don't need draw_image() for stride
Wed, 09 Oct 2002 20:32:41 +0000 arpi - implemented draw_image()
Sat, 28 Sep 2002 20:09:14 +0000 arpi -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>
Tue, 03 Sep 2002 18:10:42 +0000 jkeil Add the code that chooses a good X11 truecolor visual to the vo_x11 config()
Wed, 28 Aug 2002 21:32:32 +0000 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
Fri, 09 Aug 2002 17:43:49 +0000 arpi ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warning
Wed, 31 Jul 2002 19:40:33 +0000 arpi initial window size (-xy) fixed - patch by Kazunori Ueno <jagarl@creator.club.ne.jp>
Thu, 11 Jul 2002 16:14:55 +0000 atmos4 Silly me, vo_x11 doesn't use my aspect code!
Wed, 10 Jul 2002 08:36:27 +0000 atmos4 1000l, back out hack-n-slay 8bpp code from my local tree.
Wed, 10 Jul 2002 04:58:51 +0000 atmos4 Markus Rechberger <revenger at shell.dnload.com>:
Wed, 10 Jul 2002 04:11:59 +0000 atmos4 -vm -fs -zoom fix, set correct vm screenres in aspect code (similar to xv fix).
Fri, 24 May 2002 21:58:05 +0000 albeu Destroy the old win when config is called multiple times
Tue, 14 May 2002 23:44:35 +0000 arpi some cleanup, gl/gl2 updated to use vo_window
Mon, 13 May 2002 20:56:08 +0000 alex disable bgr8
Sun, 12 May 2002 20:48:17 +0000 arpi bad fix removed
Sun, 12 May 2002 16:01:08 +0000 pontscho fix Arpi's bugs
Sat, 11 May 2002 16:54:15 +0000 pontscho fix Nil's vo_x11 bug (Nilmoni Deb <ndeb@ece.cmu.edu>)
Sat, 11 May 2002 14:57:41 +0000 pontscho fix some small bug and -rootwin
Thu, 09 May 2002 00:45:36 +0000 arpi some reorder
Wed, 08 May 2002 20:24:35 +0000 pontscho -zoom, -fs with x[11|mga|v] fix -- round two
Wed, 08 May 2002 16:41:44 +0000 pontscho some bugfix, x[11|mga|v] ( fullscreen with more files )
Mon, 06 May 2002 16:56:41 +0000 pontscho fix -fs and 'f'
Fri, 03 May 2002 20:57:13 +0000 pontscho fix xmga fs, resize to movie size and mouse auto hide + dga
Fri, 03 May 2002 13:12:46 +0000 pontscho fix aspect ratio handling
Thu, 02 May 2002 10:49:55 +0000 albeu printf to mp_msg
Thu, 25 Apr 2002 21:52:47 +0000 pontscho fix fullscreen (?)
Wed, 24 Apr 2002 23:10:41 +0000 arpi -rootwin fixed, keys work, mouse doesn't
Fri, 19 Apr 2002 23:13:36 +0000 arpi workaround yv12 vs. i420 'bug' of swscale
Tue, 16 Apr 2002 17:41:29 +0000 pontscho fix playlist bug with gui and rewrite mousecursor show/hide code
Sat, 13 Apr 2002 19:14:34 +0000 arpi mp_image.h and img_format.h moved to libmpcodecs
Thu, 11 Apr 2002 21:07:00 +0000 arpi VFCAP added
Sun, 31 Mar 2002 09:28:17 +0000 arpi check depth for direct rendering
Sun, 31 Mar 2002 03:03:12 +0000 arpi fix uninit() crash if no config() call
Wed, 27 Mar 2002 04:16:38 +0000 atmos4 Fix resizing when zoom is used and image size changes between frames.
Thu, 21 Mar 2002 19:23:20 +0000 michael print meaningfull error message instead of "hmm, arpi said that isnt used...
Sun, 17 Mar 2002 15:11:44 +0000 jkeil Add a (more or less dummy) reference to vo_format_name(), to pull the
Sat, 16 Mar 2002 02:42:19 +0000 alex added directrendering support and better query_format
Fri, 08 Mar 2002 20:14:08 +0000 pontscho small changes in libvo's X11 support
Fri, 01 Mar 2002 12:42:12 +0000 michael yuy2 support disabled to workaround stupid colorspace selection
Thu, 28 Feb 2002 11:43:21 +0000 atlka Corrections to position saving/restore under vo=X11.
Sat, 23 Feb 2002 23:14:29 +0000 alex ehh, return error if cannot open display
Sat, 23 Feb 2002 01:38:06 +0000 albeu Bugfix in x11_common.c mainly. Don't screw up the display name,
Fri, 22 Feb 2002 19:52:09 +0000 alex using vo_dx, vo_dy
Fri, 22 Feb 2002 16:16:02 +0000 alex clear the window if resized but no scaling used. Enable runtime fullscreen selectin when no zooming available
Fri, 22 Feb 2002 15:22:27 +0000 pontscho mondom fix bazmeg.
Fri, 22 Feb 2002 14:48:38 +0000 pontscho fix nexus's key bug :) 10l, sorry :)
Thu, 21 Feb 2002 16:57:35 +0000 michael unscaled yuv2rgb fix for big-endian systems
Thu, 21 Feb 2002 16:17:15 +0000 atmos4 Fix return value of VOCTRL_FULLSCREEN
Thu, 21 Feb 2002 10:49:57 +0000 atlka changes in fullscreen/window switching code to obtain returning to
Sun, 17 Feb 2002 08:24:43 +0000 nick I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'