aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_x11.c
Commit message (Expand)AuthorAge
* 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
* some cleanup, gl/gl2 updated to use vo_windowGravatar arpi2002-05-14
* disable bgr8Gravatar alex2002-05-13
* bad fix removedGravatar arpi2002-05-12
* fix Arpi's bugsGravatar pontscho2002-05-12
* fix Nil's vo_x11 bug (Nilmoni Deb <ndeb@ece.cmu.edu>)Gravatar pontscho2002-05-11
* fix some small bug and -rootwinGravatar pontscho2002-05-11
* some reorderGravatar arpi2002-05-09
* -zoom, -fs with x[11|mga|v] fix -- round twoGravatar pontscho2002-05-08
* some bugfix, x[11|mga|v] ( fullscreen with more files )Gravatar pontscho2002-05-08
* fix -fs and 'f'Gravatar pontscho2002-05-06
* fix xmga fs, resize to movie size and mouse auto hide + dgaGravatar pontscho2002-05-03
* fix aspect ratio handlingGravatar pontscho2002-05-03
* printf to mp_msgGravatar albeu2002-05-02
* fix fullscreen (?)Gravatar pontscho2002-04-25