aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_x11.c
Commit message (Expand)AuthorAge
...
* 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
* -rootwin fixed, keys work, mouse doesn'tGravatar arpi2002-04-24
* workaround yv12 vs. i420 'bug' of swscaleGravatar arpi2002-04-19
* fix playlist bug with gui and rewrite mousecursor show/hide codeGravatar pontscho2002-04-16
* mp_image.h and img_format.h moved to libmpcodecsGravatar arpi2002-04-13
* VFCAP addedGravatar arpi2002-04-11
* check depth for direct renderingGravatar arpi2002-03-31
* fix uninit() crash if no config() callGravatar arpi2002-03-31
* Fix resizing when zoom is used and image size changes between frames.Gravatar atmos42002-03-27
* print meaningfull error message instead of "hmm, arpi said that isnt used...Gravatar michael2002-03-21
* Add a (more or less dummy) reference to vo_format_name(), to pull theGravatar jkeil2002-03-17
* added directrendering support and better query_formatGravatar alex2002-03-16
* small changes in libvo's X11 supportGravatar pontscho2002-03-08
* yuy2 support disabled to workaround stupid colorspace selectionGravatar michael2002-03-01
* Corrections to position saving/restore under vo=X11.Gravatar atlka2002-02-28
* ehh, return error if cannot open displayGravatar alex2002-02-23
* Bugfix in x11_common.c mainly. Don't screw up the display name,Gravatar albeu2002-02-23
* using vo_dx, vo_dyGravatar alex2002-02-22
* clear the window if resized but no scaling used. Enable runtime fullscreen se...Gravatar alex2002-02-22
* mondom fix bazmeg.Gravatar pontscho2002-02-22
* fix nexus's key bug :) 10l, sorry :)Gravatar pontscho2002-02-22
* unscaled yuv2rgb fix for big-endian systemsGravatar michael2002-02-21
* Fix return value of VOCTRL_FULLSCREENGravatar atmos42002-02-21
* changes in fullscreen/window switching code to obtain returning toGravatar atlka2002-02-21
* I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'Gravatar nick2002-02-17
* added support for runtime fullscreen switchingGravatar alex2002-02-17
* 101 (NULL->srcW, NULL->srcH)Gravatar michael2002-02-16
* avoid allocating a dummy scaler as debug/info messages will only be printed f...Gravatar michael2002-02-15
* bugfix for width % 2 != 0Gravatar michael2002-02-14
* default is allways nozoom again (specify -zoom if u want the sane behavior)Gravatar michael2002-02-12
* minor rounding bugfix in the aspect stuffGravatar michael2002-02-11
* -fs and or -vm default is nozoom, -zoom does the expected thingGravatar michael2002-02-11
* Added new input mouse support in x11 voGravatar albeu2002-02-11
* allways use swScalerGravatar michael2002-02-10
* bgr15 / bgr16 input support (with -zoom)Gravatar michael2002-02-10
* 10000hl to Holm... control MUST BE static...Gravatar arpi2002-02-09
* query_ stuff replaced by new control() - patch by David HolmGravatar arpi2002-02-09