aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_x11.c
Commit message (Expand)AuthorAge
* Remove variable arguments from vo control() functionsGravatar Uoti Urpala2008-04-23
* Change VOCTRL_[GET|SET]_EQUALIZER argument passingGravatar Uoti Urpala2008-04-23
* 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
* Use XCreateImage instead of XGetImage, this is not only more correct andGravatar reimar2006-12-12
* Proper detection of corresponding MPlayer image format for X server format fo...Gravatar reimar2006-10-23
* Remove dead code (condition can obviously never be true)Gravatar reimar2006-10-13
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.Gravatar diego2006-07-09
* Move postproc ---> libswscaleGravatar lucabe2006-06-30
* Software Scaler headers usage cleanupGravatar lucabe2006-06-18
* Fix window position when changing videos while in fullscreen and forGravatar reimar2006-06-15
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...Gravatar reynaldo2006-04-24
* Fix and improve xinerama supportGravatar reimar2006-04-16
* remove useless and memleak-causing strdupGravatar reimar2006-03-09
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* Make -wid behave more consistent.Gravatar al2005-05-21
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* Removed superfluous XFlush calls before XSync.Gravatar al2004-08-20
* removed saver_on, saver_off calls, they are already in x11_common.cGravatar reimar2004-07-25
* major reindentation of x11 code try #2Gravatar attila2004-06-14
* just the same include reordering as in vo_xv (codemetics :)Gravatar alex2003-12-27
* runtime 'stay-on-top' functionalityGravatar joey2003-11-30
* many small typo and grammar fixesGravatar gabucino2003-10-04
* Avoid flickering during resizes. Keep video contents even when paused. Fix by...Gravatar mosu2003-08-31
* geometry support for x11Gravatar attila2003-08-31
* vf_scale.h & related cleanup & some small warning fix by dominikGravatar michael2003-06-01
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>Gravatar alex2003-05-30
* swscaler doesn't recognizes support for BGR1/BGR4 too, and so if forced it cr...Gravatar alex2003-05-23
* that works correctlyGravatar alex2003-05-23
* 10000l (YUV vs. YVU swscale fix/cleanup)Gravatar michael2003-03-27
* sws_ prefix, more seperation between internal & external swscaler APIGravatar michael2003-02-23
* The reason why mplayer crashes (in some cases) when using x11Gravatar arpi2003-02-04