log libvo/vo_x11.c @ 6941:a16a68266408

age author description
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
2002-02-22 alex clear the window if resized but no scaling used. Enable runtime fullscreen selectin when no zooming available
2002-02-22 pontscho mondom fix bazmeg.
2002-02-22 pontscho fix nexus's key bug :) 10l, sorry :)
2002-02-21 michael unscaled yuv2rgb fix for big-endian systems
2002-02-21 atmos4 Fix return value of VOCTRL_FULLSCREEN
2002-02-21 atlka changes in fullscreen/window switching code to obtain returning to
2002-02-17 nick I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'
2002-02-17 alex added support for runtime fullscreen switching
2002-02-16 michael 101 (NULL->srcW, NULL->srcH)
2002-02-15 michael avoid allocating a dummy scaler as debug/info messages will only be printed for the first allocated scaler unless -v -v is used
2002-02-14 michael bugfix for width % 2 != 0
2002-02-12 michael default is allways nozoom again (specify -zoom if u want the sane behavior)
2002-02-11 michael minor rounding bugfix in the aspect stuff
2002-02-11 michael -fs and or -vm default is nozoom, -zoom does the expected thing
2002-02-11 albeu Added new input mouse support in x11 vo
2002-02-10 michael allways use swScaler
2002-02-10 michael bgr15 / bgr16 input support (with -zoom)
2002-02-09 arpi 10000hl to Holm... control MUST BE static...
2002-02-09 arpi query_ stuff replaced by new control() - patch by David Holm
2002-02-06 michael swScale internally uses yuv2rgb now if possible
2002-02-05 michael checking output of getSwsContext*()
2002-02-03 michael YUY2 BGR32 BGR24 support for vo_x11 if swScaler is used
2002-01-31 alex removed obsoleted Terminate_Display_Process, using freeMyXImage and vo_x11_uninit at exit