aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_x11.c
Commit message (Expand)AuthorAge
* Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).Gravatar reimar2010-01-03
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo.Gravatar reimar2009-03-29
* Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* Remove pointless forward declaration.Gravatar diego2008-12-23
* Clear the whole window on resize in vo_x11 since we do notGravatar reimar2008-11-23
* Simplify vo_x11 check_events functionGravatar reimar2008-11-23
* Do not draw in window if our image has not yet been adjusted to the new windo...Gravatar reimar2008-11-23
* Remove unnecessary xf86vmode.h include.Gravatar reimar2008-11-23
* Remove some usnused variables and commented-out code.Gravatar reimar2008-11-23
* Use aspect.c code in vo_x11.c. Removes some inconsistencies in -wid handling.Gravatar reimar2008-11-23
* Simplify handling of "flags" parameterGravatar reimar2008-11-21
* Add forgotten initialization if Flip_Flag to 0.Gravatar reimar2008-11-21
* Factor common code like -wid handling, vo_gc creation etc. out intoGravatar reimar2008-11-19
* Remove explicit setting of vo_ontop since that is already done by vo_x11_crea...Gravatar reimar2008-11-15
* Remove a duplicated vo_x11_selectinput_witherrGravatar reimar2008-11-15
* respect -vf dsize etc. also for -rootwin, just like vo_xv does.Gravatar reimar2008-11-15
* Remove now unused variables.Gravatar reimar2008-11-15
* Use vo_dwidth/vo_dheight for creating the windows instead of d_width/d_height.Gravatar reimar2008-11-15
* Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) sameGravatar reimar2008-11-15
* Set modified window position and monitor aspect in vo_vm_switch instead of inGravatar reimar2008-11-15
* Replace some of the different inconsistent XGetGeometry uses by aGravatar reimar2008-11-15
* Remove code from unused and since ages deprecated draw_frame function.Gravatar reimar2008-11-15
* vo_x11: do not replace the vo_gc created by the Gui.Gravatar reimar2008-11-15
* Cosmetic changes to vo_x11 to reduce diff to vo_xv for future refactoring.Gravatar reimar2008-11-15
* Cosmetics for vo_x11 control() to make it more similar to vo_xv.cGravatar reimar2008-11-15
* fixed image format detection for 15 bit color depthsGravatar faust32008-10-17
* Remove duplicated prototype for XShmGetEventBase(), becauseGravatar diego2008-08-09
* Change a bunch of X11-specific preprocessor directives.Gravatar diego2008-08-04
* Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* cosmetics: Remove useless parentheses from from return statements.Gravatar diego2008-05-16
* typo fix: inited --> initializedGravatar diego2008-02-14
* Remove unnecessary <signal.h> includesGravatar uau2008-01-09
* Format mapping table should be constGravatar reimar2007-12-02
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* Remove unused variable.Gravatar diego2007-08-15
* Make X11 window creation and (with -fixed-vo) management simpler and moreGravatar reimar2007-06-27
* Remove some unused variables, patch by timwoj ieee org.Gravatar diego2007-05-28
* Remove more pointless fastmemcpy.h includes in libvoGravatar reimar2007-05-27
* Simplify -flip handling on vo_x11.cGravatar reimar2007-05-12
* Fix crash with -flip on 64 bit systems, the result ofGravatar reimar2007-05-12
* Factor common code out of if in x11_common.cGravatar reimar2007-05-12
* Gui --> guiGravatar diego2007-04-23
* "()" to "(void)" function param list fixesGravatar uau2007-04-01
* Move common vo initialization code to video_out.cGravatar reimar2007-02-17
* 10l, missing () in check for 32bit endian-conversion hackGravatar reimar2006-12-14
* Support for different endianness on client and server with -vo x11Gravatar reimar2006-12-12
* Align image data pointer, this is also in preparation of an upcoming patchGravatar reimar2006-12-12