log libvo/vo_x11.c @ 30405:d39acea63f2e

age author description
2010-01-03 reimar Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).
2009-07-26 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-03-29 reimar Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo.
2009-02-08 diego Add standard license headers, unify header formatting.
2008-12-23 diego Remove pointless forward declaration.
2008-11-23 reimar Clear the whole window on resize in vo_x11 since we do not
2008-11-23 reimar Simplify vo_x11 check_events function
2008-11-23 reimar Do not draw in window if our image has not yet been adjusted to the new window size.
2008-11-23 reimar Remove unnecessary xf86vmode.h include.
2008-11-23 reimar Remove some usnused variables and commented-out code.
2008-11-23 reimar Use aspect.c code in vo_x11.c. Removes some inconsistencies in -wid handling.
2008-11-21 reimar Simplify handling of "flags" parameter
2008-11-21 reimar Add forgotten initialization if Flip_Flag to 0.
2008-11-19 reimar Factor common code like -wid handling, vo_gc creation etc. out into
2008-11-15 reimar Remove explicit setting of vo_ontop since that is already done by vo_x11_create_vo_window
2008-11-15 reimar Remove a duplicated vo_x11_selectinput_witherr
2008-11-15 reimar respect -vf dsize etc. also for -rootwin, just like vo_xv does.
2008-11-15 reimar Remove now unused variables.
2008-11-15 reimar Use vo_dwidth/vo_dheight for creating the windows instead of d_width/d_height.
2008-11-15 reimar Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same
2008-11-15 reimar Set modified window position and monitor aspect in vo_vm_switch instead of in
2008-11-15 reimar Replace some of the different inconsistent XGetGeometry uses by a
2008-11-15 reimar Remove code from unused and since ages deprecated draw_frame function.
2008-11-15 reimar vo_x11: do not replace the vo_gc created by the Gui.
2008-11-15 reimar Cosmetic changes to vo_x11 to reduce diff to vo_xv for future refactoring.
2008-11-15 reimar Cosmetics for vo_x11 control() to make it more similar to vo_xv.c
2008-10-17 faust3 fixed image format detection for 15 bit color depths
2008-08-09 diego Remove duplicated prototype for XShmGetEventBase(), because
2008-08-04 diego Change a bunch of X11-specific preprocessor directives.
2008-07-30 diego Rename two GUI-related preprocessor directives:
2008-05-16 diego cosmetics: Remove useless parentheses from from return statements.
2008-02-14 diego typo fix: inited --> initialized
2008-01-09 uau Remove unnecessary <signal.h> includes
2007-12-02 reimar Format mapping table should be const
2007-12-02 reimar Mark the vo_functions_t definitions as const where possible.
2007-12-02 reimar Make vo info structs const
2007-08-15 diego Remove unused variable.
2007-06-27 reimar Make X11 window creation and (with -fixed-vo) management simpler and more
2007-05-28 diego Remove some unused variables, patch by timwoj ieee org.
2007-05-27 reimar Remove more pointless fastmemcpy.h includes in libvo
2007-05-12 reimar Simplify -flip handling on vo_x11.c
2007-05-12 reimar Fix crash with -flip on 64 bit systems, the result of
2007-05-12 reimar Factor common code out of if in x11_common.c
2007-04-23 diego Gui --> gui
2007-04-01 uau "()" to "(void)" function param list fixes
2007-02-17 reimar Move common vo initialization code to video_out.c
2006-12-14 reimar 10l, missing () in check for 32bit endian-conversion hack
2006-12-12 reimar Support for different endianness on client and server with -vo x11
2006-12-12 reimar Align image data pointer, this is also in preparation of an upcoming patch
2006-12-12 reimar Use XCreateImage instead of XGetImage, this is not only more correct and
2006-10-23 reimar Proper detection of corresponding MPlayer image format for X server format for vo_x11.
2006-10-13 reimar Remove dead code (condition can obviously never be true)
2006-07-09 diego Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
2006-06-30 lucabe Move postproc ---> libswscale
2006-06-18 lucabe Software Scaler headers usage cleanup
2006-06-15 reimar Fix window position when changing videos while in fullscreen and for
2006-04-24 reynaldo Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
2006-04-16 reimar Fix and improve xinerama support
2006-03-09 reimar remove useless and memleak-causing strdup