aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_x11.c
Commit message (Expand)AuthorAge
* 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
* MPlayer crash when using -wid and -vo x11 parameters.Gravatar arpi2003-01-26
* removed get_info, using the same sheme as in libmpcodecs insteadGravatar alex2002-11-11
* here is a somewhat generic equalizer implementation for the X11 vo driversGravatar arpi2002-10-29
* fix memleakGravatar pontscho2002-10-16
* -fixed-vo supportGravatar pontscho2002-10-16
* since draw_slice() supports RGB/BGR, we don't need draw_image() for strideGravatar arpi2002-10-09
* - implemented draw_image()Gravatar arpi2002-10-09
* -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>Gravatar arpi2002-09-28
* Add the code that chooses a good X11 truecolor visual to the vo_x11 config()Gravatar jkeil2002-09-03
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apiGravatar alex2002-08-28
* ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warningGravatar arpi2002-08-09
* initial window size (-xy) fixed - patch by Kazunori Ueno <jagarl@creator.club...Gravatar arpi2002-07-31
* Silly me, vo_x11 doesn't use my aspect code!Gravatar atmos42002-07-11
* 1000l, back out hack-n-slay 8bpp code from my local tree.Gravatar atmos42002-07-10
* Markus Rechberger <revenger at shell.dnload.com>:Gravatar atmos42002-07-10
* -vm -fs -zoom fix, set correct vm screenres in aspect code (similar to xv fix).Gravatar atmos42002-07-10
* Destroy the old win when config is called multiple timesGravatar albeu2002-05-24