log libvo/vo_x11.c @ 11763:053a82066c60

age author description
2003-12-27 alex just the same include reordering as in vo_xv (codemetics :)
2003-11-30 joey runtime 'stay-on-top' functionality
2003-10-04 gabucino many small typo and grammar fixes
2003-08-31 mosu Avoid flickering during resizes. Keep video contents even when paused. Fix by Tomas Simonaitis <haden@homelan.lt>
2003-08-31 attila geometry support for x11
2003-06-01 michael vf_scale.h & related cleanup & some small warning fix by dominik
2003-05-30 alex warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
2003-05-23 alex swscaler doesn't recognizes support for BGR1/BGR4 too, and so if forced it crashes, without checking the swsContext
2003-05-23 alex that works correctly
2003-03-27 michael 10000l (YUV vs. YVU swscale fix/cleanup)
2003-02-23 michael sws_ prefix, more seperation between internal & external swscaler API
2003-02-04 arpi The reason why mplayer crashes (in some cases) when using x11
2003-01-26 arpi MPlayer crash when using -wid and -vo x11 parameters.
2002-11-11 alex removed get_info, using the same sheme as in libmpcodecs instead
2002-10-29 arpi here is a somewhat generic equalizer implementation for the X11 vo drivers
2002-10-16 pontscho fix memleak
2002-10-16 pontscho -fixed-vo support
2002-10-09 arpi since draw_slice() supports RGB/BGR, we don't need draw_image() for stride
2002-10-09 arpi - implemented draw_image()
2002-09-28 arpi -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>
2002-09-03 jkeil Add the code that chooses a good X11 truecolor visual to the vo_x11 config()
2002-08-28 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
2002-08-09 arpi ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warning
2002-07-31 arpi initial window size (-xy) fixed - patch by Kazunori Ueno <jagarl@creator.club.ne.jp>
2002-07-11 atmos4 Silly me, vo_x11 doesn't use my aspect code!
2002-07-10 atmos4 1000l, back out hack-n-slay 8bpp code from my local tree.
2002-07-10 atmos4 Markus Rechberger <revenger at shell.dnload.com>:
2002-07-10 atmos4 -vm -fs -zoom fix, set correct vm screenres in aspect code (similar to xv fix).
2002-05-24 albeu Destroy the old win when config is called multiple times
2002-05-14 arpi some cleanup, gl/gl2 updated to use vo_window
2002-05-13 alex disable bgr8
2002-05-12 arpi bad fix removed
2002-05-12 pontscho fix Arpi's bugs
2002-05-11 pontscho fix Nil's vo_x11 bug (Nilmoni Deb <ndeb@ece.cmu.edu>)
2002-05-11 pontscho fix some small bug and -rootwin
2002-05-09 arpi some reorder
2002-05-08 pontscho -zoom, -fs with x[11|mga|v] fix -- round two
2002-05-08 pontscho some bugfix, x[11|mga|v] ( fullscreen with more files )
2002-05-06 pontscho fix -fs and 'f'
2002-05-03 pontscho fix xmga fs, resize to movie size and mouse auto hide + dga
2002-05-03 pontscho fix aspect ratio handling
2002-05-02 albeu printf to mp_msg
2002-04-25 pontscho fix fullscreen (?)
2002-04-24 arpi -rootwin fixed, keys work, mouse doesn't
2002-04-19 arpi workaround yv12 vs. i420 'bug' of swscale
2002-04-16 pontscho fix playlist bug with gui and rewrite mousecursor show/hide code
2002-04-13 arpi mp_image.h and img_format.h moved to libmpcodecs
2002-04-11 arpi VFCAP added
2002-03-31 arpi check depth for direct rendering
2002-03-31 arpi fix uninit() crash if no config() call
2002-03-27 atmos4 Fix resizing when zoom is used and image size changes between frames.
2002-03-21 michael print meaningfull error message instead of "hmm, arpi said that isnt used...
2002-03-17 jkeil Add a (more or less dummy) reference to vo_format_name(), to pull the
2002-03-16 alex added directrendering support and better query_format
2002-03-08 pontscho small changes in libvo's X11 support
2002-03-01 michael yuy2 support disabled to workaround stupid colorspace selection
2002-02-28 atlka Corrections to position saving/restore under vo=X11.
2002-02-23 alex ehh, return error if cannot open display
2002-02-23 albeu Bugfix in x11_common.c mainly. Don't screw up the display name,
2002-02-22 alex using vo_dx, vo_dy