summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xmga.c
Commit message (Expand)AuthorAgeFilesLines
* Fix window position when changing videos while in fullscreen and forreimar2006-06-151-3/+3
* do aspect correction of video size before calculating vo_dx and vo_dy.reimar2006-05-141-2/+1
* Fix and improve xinerama supportreimar2006-04-161-4/+3
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-1/+1
* Make -wid behave more consistent.al2005-05-211-0/+1
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-4/+4
* Reduce excessive verbosity.diego2004-11-151-1/+1
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-2/+2
* Removed superfluous XFlush calls before XSync.al2004-08-201-1/+0
* removed saver_on, saver_off calls, they are already in x11_common.creimar2004-07-251-3/+0
* major reindentation of x11 code try #2attila2004-06-141-149/+204
* runtime 'stay-on-top' functionalityjoey2003-11-301-0/+2
* user settable colorkeyalex2003-10-031-9/+14
* while we are at it: geometry support for xmgaattila2003-08-311-1/+2
* linux->osdeparpi2003-02-091-1/+1
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-4/+4
* panscan support in -vo mga (actually moved common code to mga_common.c)arpi2002-11-011-77/+0
* -fixed-vo supportpontscho2002-10-171-8/+14
* more cleanup, some -vo mga fullscreen fixesarpi2002-10-091-21/+2
* some cleanuparpi2002-10-091-59/+22
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-3/+1
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-1/+1
* ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warningarpi2002-08-091-1/+1
* - fix audio equalizerpontscho2002-07-191-7/+7
* fix panscan support and add Jesper Svennevid's <mplayer@svennevid.net> patchpontscho2002-06-101-4/+6
* add mute support ( step 1 ) and fixed panscan bugs (1000l for me)pontscho2002-06-061-3/+3
* added panscan support for xmga/xvidixpontscho2002-06-051-6/+23
* msg/i18n fixes and some printf->mp_msgarpi2002-06-031-8/+12
* some cleanup, gl/gl2 updated to use vo_windowarpi2002-05-141-4/+1
* fix Arpi's bugspontscho2002-05-121-2/+0
* fix some small bug and -rootwinpontscho2002-05-111-40/+50
* -zoom, -fs with x[11|mga|v] fix -- round twopontscho2002-05-081-15/+6
* wm detection -- round twopontscho2002-05-071-2/+0
* fix -fs and 'f'pontscho2002-05-061-6/+8
* the Right Fix for gui window setuparpi2002-05-051-5/+6
* missing if(use_gui) - found by Nilmoni Deb <ndeb@ece.cmu.edu>arpi2002-05-041-1/+1
* fix xmga fs, resize to movie size and mouse auto hide + dgapontscho2002-05-031-12/+7
* fix aspect ratio handlingpontscho2002-05-031-11/+8
* fix fullscreen (?)pontscho2002-04-251-2/+1
* -rootwin fix...arpi2002-04-241-1/+2
* fix playlist bug with gui and rewrite mousecursor show/hide codepontscho2002-04-161-1/+3
* open(/dev/mga_vid) moved to preinitarpi2002-03-311-10/+0
* U,V plane odrer fixedarpi2002-03-241-6/+2
* uninit bugs fixedarpi2002-03-171-7/+8
* round up width/height if mod 2 != 0arpi2002-03-091-0/+5
* small changes in libvo's X11 supportpontscho2002-03-081-19/+3
* +10l to .soarpi2002-03-071-2/+2
* rewrite fullscreen support in some libvo driverpontscho2002-03-071-19/+17
* control+preinit moved to mga_common.carpi2002-03-071-13/+0
* small changespontscho2002-02-211-46/+23
* ExposureMask fixed.pontscho2002-02-211-7/+1
* add new input cuccpontscho2002-02-201-0/+7
* 10000hl to Holm... control MUST BE static...arpi2002-02-091-1/+1
* query_ stuff replaced by new control() - patch by David Holmarpi2002-02-091-2/+6
* fs resize bug fix.pontscho2002-02-071-0/+3
* new info for tuningnick2002-01-311-1/+1
* Extensions for video accelerated architecturenick2002-01-261-0/+10
* fix screen saver bug under guipontscho2002-01-231-6/+3
* move bug fixedpontscho2002-01-221-13/+6
* Xinerama patch number two by attila.atmos42002-01-061-0/+29
* xinerama fix by attilaatmos42002-01-051-0/+3
* -wid/-rootwin supportarpi2001-12-281-0/+5
* aspect ratio bug fix for guipontscho2001-12-171-0/+2
* Update to new (cleaner, more bugfree, better) aspect api. vo_gl vo_gl2 and vo...atmos42001-10-181-3/+7
* Use aspect()atmos42001-10-031-8/+2
* Make aware of new -fs calling.atmos42001-10-011-0/+11
* XDestroyWindow fix baze.pontscho2001-09-201-1/+3
* Fix multiple window bug in multifile mode.atmos42001-09-181-1/+1
* fix xshape, mixer, fullscreen, etcpontscho2001-09-041-17/+28
* fix gui supportpontscho2001-08-301-4/+3
* GUI stuff. now seeking works, and xmga renders to video windowarpi2001-08-271-10/+8
* fixed mga uninitarpi2001-08-221-2/+3
* changes according to -utf8 option, draw_osd() function addedatlka2001-08-131-4/+4
* vo_subdevice supportarpi_esp2001-06-231-6/+8
* patch: some X11 compliance fixed: set ClassHint and better fullscreen modearpi_esp2001-06-171-0/+1
* mScreen removed -> segfault solvedarpi_esp2001-06-011-1/+1
* Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display...lgb2001-05-311-12/+2
* didn't handle flags parameter correctlyarpi_esp2001-05-201-3/+3
* add gui supportpontscho2001-05-081-38/+83
* clean uppontscho2001-04-241-4/+1
* fprintf(stderr converted to printf(szabii2001-04-241-5/+5
* some warnings killedszabii2001-04-241-0/+4
* I420/IYUV supportarpi_esp2001-04-161-0/+8
* qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+arpi_esp2001-04-151-0/+4
* Autohide X11 cursorlgb2001-04-131-0/+1
* less, and more informal printfsarpi_esp2001-04-111-4/+4
* Szebb es jobb screensaver-kikapcsolo reszlaaz2001-04-101-0/+3
* subtitle+OSD font supportarpi_esp2001-03-251-1/+1
* grey+alpha rendering support (for .sub)arpi_esp2001-03-241-0/+2
* *** empty log message ***pontscho2001-03-211-9/+7
* common window setup code moved to set_window()arpi_esp2001-03-171-30/+17
* added #define SHOW_TIME option... (debug)arpi_esp2001-03-131-0/+16
* mga_vid fixes, code cleanuparpi_esp2001-03-081-33/+12
* vsync in mga/xmgaarpi_esp2001-03-071-9/+9
* added check_events() interfacearpi_esp2001-03-031-28/+16
* Initial revisionarpi_esp2001-02-241-0/+319