summaryrefslogtreecommitdiffstats
path: root/libvo/vo_x11.c
Commit message (Collapse)AuthorAgeFilesLines
* swscale - 16bpp and -fs supportarpi2001-10-171-6/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2235 b3059339-0415-0410-9bf9-f77b7e298cf2
* yv12 scaling at 24/32bpp with -zoomarpi2001-10-151-5/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2219 b3059339-0415-0410-9bf9-f77b7e298cf2
* grabs mouse with -vm - patch by Uwe Reder <Uwe.Reder@3SOFT.de>arpi2001-10-051-5/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2095 b3059339-0415-0410-9bf9-f77b7e298cf2
* XDestroyWindow fix baze.pontscho2001-09-201-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1925 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix multiple window bug in multifile mode.atmos42001-09-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1910 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix xshape, mixer, fullscreen, etcpontscho2001-09-041-8/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1853 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix vo_window againpontscho2001-08-291-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1759 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_window bug fixedpontscho2001-08-291-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1753 b3059339-0415-0410-9bf9-f77b7e298cf2
* add half gui supportpontscho2001-08-291-59/+64
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1747 b3059339-0415-0410-9bf9-f77b7e298cf2
* added draw_alpha_XXXX functions, draw_alpha_func<=correct one in initatlka2001-08-231-21/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1648 b3059339-0415-0410-9bf9-f77b7e298cf2
* changes according to -utf8 option, draw_osd() function addedatlka2001-08-131-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1502 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch: some X11 compliance fixed: set ClassHint and better fullscreen modearpi_esp2001-06-171-5/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1138 b3059339-0415-0410-9bf9-f77b7e298cf2
* -Wall like cleanupal3x2001-06-121-5/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1111 b3059339-0415-0410-9bf9-f77b7e298cf2
* Centralized and cleaned up X11 connecting, fixed remote X11 playing, ↵lgb2001-05-311-24/+13
| | | | | | -display option for mplayer. SHOULD BE TESTED. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@923 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed redundant osd.h includesarpi_esp2001-05-241-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@866 b3059339-0415-0410-9bf9-f77b7e298cf2
* flip implemented for converted modes, soem cleanup, fixed indentarpi_esp2001-05-121-62/+50
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@776 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support for flipped BGR/RGB via -flip cmdline switch.atmosfear2001-05-111-2/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@768 b3059339-0415-0410-9bf9-f77b7e298cf2
* clean uppontscho2001-04-241-16/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@617 b3059339-0415-0410-9bf9-f77b7e298cf2
* fprintf(stderr converted to printf(szabii2001-04-241-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@615 b3059339-0415-0410-9bf9-f77b7e298cf2
* some warnings killedszabii2001-04-241-1/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@613 b3059339-0415-0410-9bf9-f77b7e298cf2
* Autohide X11 cursorlgb2001-04-131-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@385 b3059339-0415-0410-9bf9-f77b7e298cf2
* memcpy() moved mmx.h -> fastmemcpy.harpi_esp2001-04-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@355 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied MMX2 memcpy() patch by Nick Kurshevarpi_esp2001-04-111-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@351 b3059339-0415-0410-9bf9-f77b7e298cf2
* OSD alpha renderers moved to osd.carpi_esp2001-04-101-20/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@327 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_x11 query_format fixlaaz2001-04-101-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@326 b3059339-0415-0410-9bf9-f77b7e298cf2
* Szebb es jobb screensaver-kikapcsolo reszlaaz2001-04-101-55/+5
| | | | | | | xmga, xv, x11 support (sdl comming soon) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@325 b3059339-0415-0410-9bf9-f77b7e298cf2
* Screensaver and monitor powersafe function is switched off when playing alaaz2001-04-091-1/+48
| | | | | | | movie. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@323 b3059339-0415-0410-9bf9-f77b7e298cf2
* codecs.conf supportarpi_esp2001-04-071-3/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@304 b3059339-0415-0410-9bf9-f77b7e298cf2
* OSD/SUB image quality & speed improvementarpi_esp2001-03-291-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@250 b3059339-0415-0410-9bf9-f77b7e298cf2
* subtitle+OSD font supportarpi_esp2001-03-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@214 b3059339-0415-0410-9bf9-f77b7e298cf2
* adds XF86VidMode support to vo_x11.c to do "pseudo-scaling"mgraffam2001-03-241-0/+65
| | | | | | | | uses d_width, d_height when in fullscreen mode to switch to a desired modeline. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@207 b3059339-0415-0410-9bf9-f77b7e298cf2
* grey+alpha rendering support (for .sub)arpi_esp2001-03-241-0/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@203 b3059339-0415-0410-9bf9-f77b7e298cf2
* added check_events() interfacearpi_esp2001-03-031-38/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial revisionarpi_esp2001-02-241-0/+476
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2 b3059339-0415-0410-9bf9-f77b7e298cf2