summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xv.c
Commit message (Expand)AuthorAgeFilesLines
* Change a bunch of X11-specific preprocessor directives.diego2008-08-041-5/+5
* Rename two GUI-related preprocessor directives:diego2008-07-301-2/+2
* Move message about which adapter is used to verbose mode.diego2008-06-151-2/+3
* cosmetics: Remove useless parentheses from from return statements.diego2008-05-161-4/+4
* Add a new suboption to -vo xv and -vo xvmc that allows selectionben2008-05-131-0/+8
* Revert accidentially committed line of r25994.cehoyos2008-02-141-1/+1
* typo fix: inited --> initializeddiego2008-02-141-1/+1
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-021-1/+1
* Make vo info structs constreimar2007-12-021-1/+1
* warning fix:diego2007-08-281-2/+0
* Watch X11 fd in main input select() if using vo xvuau2007-08-251-0/+4
* Remove some unused variablesreimar2007-06-271-4/+0
* Make X11 window creation and (with -fixed-vo) management simpler and morereimar2007-06-271-38/+3
* Gui --> guidiego2007-04-231-1/+1
* 100l, last patch broke window resizing with xv and xvmc.reimar2007-03-081-2/+1
* Factor out some duplicated code in vo_xv and vo_xvmcreimar2007-03-061-61/+22
* Move common vo initialization code to video_out.creimar2007-02-171-16/+3
* Sanity check for vo window dimensions, helps avoid division by zeroreimar2007-02-051-0/+2
* MSGTRs for libvo/aspect.c and libvo/vo_xv.ckraymer2006-11-081-14/+8
* Fix window position when changing videos while in fullscreen and forreimar2006-06-151-3/+2
* do aspect correction of video size before calculating vo_dx and vo_dy.reimar2006-05-141-1/+1
* Make sure black borders are drawn when switching videos with -fixed-vo.reimar2006-05-041-0/+6
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...reynaldo2006-04-241-1/+1
* Fix and improve xinerama supportreimar2006-04-161-7/+3
* Test if source image dimensions are too big.al2005-11-101-0/+11
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-6/+6
* Try to set XV_SYNC_TO_VBLANK to enable vsync on non-overlay xv adapters.reimar2005-06-271-0/+1
* Make -wid behave more consistent.al2005-05-211-0/+5
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-5/+5
* more colorkey w/ panscan woeshenry2005-04-161-1/+4
* redraw colorkey on panscan changehenry2005-04-161-0/+4
* - fix black screen problem on reinital2005-04-161-1/+0
* Always use vo_x11_sizehint function ( even when going fullscreen ) toal2005-02-241-3/+1
* Don't change buffers when paused and redrawing.al2005-02-231-19/+37
* Unified colorkey code for vo xv and vo xvmc.al2005-02-201-34/+33
* 3 memory leaks fixediive2004-11-151-2/+7
* devices.html is no more, links updated.diego2004-11-111-1/+1
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-1/+1
* We don't need to support the old nvidia binary driver bug any longer.al2004-09-031-2/+2
* Removed superfluous XFlush calls before XSync.al2004-08-201-2/+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-534/+748
* runtime 'stay-on-top' functionalityjoey2003-11-301-0/+6
* DOCS/en/ ---> DOCS/HTML/en/diego2003-10-191-1/+1
* fix some warnings (define order)pl2003-09-121-13/+21
* hopefully final xv ports.attila2003-09-071-9/+20
* adaptors are not portsattila2003-09-071-1/+1
* catch negative port numbers, just in caseattila2003-09-061-1/+1
* add port parameter to -vo xvattila2003-09-061-4/+23
* Avoid flickering during resizes. Keep video contents even when paused. Fix by...mosu2003-08-311-21/+17
* move xv_set_eq to x11_commoniive2003-07-011-133/+2
* Patch by Tom Lees <tal26 (at) cam.ac.uk>attila2003-06-221-3/+5
* Add missing language suffix to DOCS/ path.diego2003-06-131-1/+1
* removed RGB24 and builtin swscaler supportalex2003-05-161-16/+1
* memleak fix by Raindel Shachar <raindel@techunix.technion.ac.il>alex2003-04-241-2/+3
* clean up of -geometry code.attila2003-03-021-1/+1
* reversed small part of the r1.135 commit, it broke -fs (random black screen)arpi2003-02-091-0/+3
* 10l debugalex2003-02-071-2/+0
* -fixed-vo vs. panscan vs. 'f' vs. -fs fixarpi2003-01-291-5/+25
* conformation with apialex2003-01-191-1/+2
* fixed calculation of OSD coordinates w/ panscanhenry2003-01-051-4/+4
* Added support for X style -geometry options (adapted from Henk's patch)mark2003-01-031-1/+1
* 10l ;)colin2003-01-031-1/+1
* 10l, geometry always returns 1. i think this is the correct fix.rfelker2003-01-031-4/+2
* -geometry supportarpi2003-01-031-1/+4
* X11 window aspect patch by Arnaud Boulan <boulan@iie.cnam.fr>attila2003-01-011-0/+2
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-5/+3
* MPlayer being unable to display video properly on many nVidia graphics cards.arpi2002-10-231-0/+13
* compiler warning fixes by Dominikarpi2002-10-221-2/+2
* fix memleak againpontscho2002-10-161-0/+1
* fix memleakpontscho2002-10-161-2/+1
* fix fullscreenpontscho2002-10-161-1/+2
* -fixed-vo support, based on patch by .so :)arpi2002-10-161-17/+11
* also set VFCAP_ACCEPT_STRIDE when draw_image() is implementedarpi2002-10-101-1/+1
* draw_image()arpi2002-10-091-85/+35
* -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>arpi2002-09-281-0/+1
* - fix new afm/vfm supportpontscho2002-09-281-1/+1
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-13/+3
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-1/+1
* removed old input codealex2002-08-281-2/+0
* added forced window clearing for Xv, because on my setup (sawfish,arpi2002-08-211-0/+6
* ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warningarpi2002-08-091-2/+2
* more eq cleanuparpi2002-07-251-71/+34
* eq reworkedalex2002-07-251-2/+92
* eq reworkedalex2002-07-241-161/+53
* fix hue bug with nvidia's shit. i teszted with g400,radeon7500,tnt2ultra,gefo...pontscho2002-07-211-11/+27
* DR1 with IPB fixedarpi2002-07-201-0/+12
* DR1 IP/IPB supoprt (I/P only with -double) -- OSD *must be* disabled! :)arpi2002-07-201-8/+33
* - fix audio equalizerpontscho2002-07-191-10/+1
* 1000000lmichael2002-07-171-3/+2
* check if the available buffers are big enough in get_imagemichael2002-07-171-0/+3
* checking num_buffers for IMGTYPE_IPmichael2002-07-161-0/+1
* xv support under cygwin - patch by Sycotic Smith <sycotic at linuxmail.org>alex2002-07-121-1/+1
* 100l accidently removed a line too much (Shmem_Flag)atmos42002-06-131-0/+1
* Allow building vo_xv without SHM supportatmos42002-06-131-7/+16
* fix panscan support and add Jesper Svennevid's <mplayer@svennevid.net> patchpontscho2002-06-101-0/+2
* -wid fix by "Markus J.R." <random@shell.dnload.com>atmos42002-06-091-0/+1
* -vm pan&scan fixes by Jesper Svennevid <mplayer@svennevid.ne>arpi2002-06-071-7/+15
* add mute support ( step 1 ) and fixed panscan bugs (1000l for me)pontscho2002-06-061-2/+1
* added panscan support for xmga/xvidixpontscho2002-06-051-21/+17
* pan&scan support with -vo xv by ?? <mplayer@svennevid.net>arpi2002-06-041-2/+23
* use offsets/pitches for OSD tooarpi2002-06-031-3/+9
* message wording fix by Diego B.arpi2002-05-311-1/+1
* - some cleanup, removed unused codearpi2002-05-301-108/+69
* different message for busy Xv ports and missing Xv portsarpi2002-05-241-2/+11
* -vm -fs fix by Tobias Diedrich <ranma@gmx.at>arpi2002-05-191-0/+1
* some cleanup, gl/gl2 updated to use vo_windowarpi2002-05-141-2/+2
* fix some small bug and -rootwinpontscho2002-05-111-29/+29
* -zoom, -fs with x[11|mga|v] fix -- round twopontscho2002-05-081-0/+15
* wm detection -- round twopontscho2002-05-071-1/+0
* fix -fs and 'f'pontscho2002-05-061-6/+7
* the Right Fix for gui window setuparpi2002-05-051-5/+5
* - the "black bars" in xv bug fixed (drwX=drwY=0)arpi2002-05-051-1/+4
* 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-1/+7
* fix aspect ratio handlingpontscho2002-05-031-30/+24
* printf to mp_msgalbeu2002-05-021-20/+21
* fix fullscreen (?)pontscho2002-04-251-1/+1
* -rootwin fixed, keys work, mouse doesn'tarpi2002-04-241-2/+3
* -rootwin fix by Tomas Konir <moje@molly.vabo.cz>arpi2002-04-241-0/+1
* 100l - fixed yuy2 -dr, reported by Nexusarpi2002-04-211-1/+1
* fix playlist bug with gui and rewrite mousecursor show/hide codepontscho2002-04-161-1/+1
* Support XV over remote connections, patch by Dmitry Karasik <dimakar at yahoo...atmos42002-04-141-13/+54
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-1/+0
* VFCAP addedarpi2002-04-111-4/+4
* initialization moved to preinit(), query_format now really checks for support...arpi2002-04-071-48/+56
* IMGTYPE_IPB fixarpi2002-04-031-0/+1
* I420 UV swapping fixedarpi2002-03-241-5/+14
* fixed U/V swapping for direct rendering, and 3rd plane offset calculation whe...arpi2002-03-241-2/+3
* hotfix (i doubt it will really fix this issue) by Fredrik Kuivinen <freku045@...arpi2002-03-191-0/+1
* DR fixed for BGR24arpi2002-03-091-0/+1
* small changes in libvo's X11 supportpontscho2002-03-081-29/+0
* rewrite fullscreen support in some libvo driverpontscho2002-03-071-20/+19
* direct rendering supportarpi2002-03-071-0/+25
* small bugfix.pontscho2002-03-071-0/+2
* Bugfix in x11_common.c mainly. Don't screw up the display name,albeu2002-02-231-7/+1
* small changespontscho2002-02-211-32/+23
* I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'nick2002-02-171-1/+6
* Added new input mouse support in x11 voalbeu2002-02-111-1/+5
* BGR24 support, including flip flagarpi2002-02-101-19/+43
* 10000hl to Holm... control MUST BE static...arpi2002-02-091-1/+1
* query_ stuff replaced by new control() - patch by David Holmarpi2002-02-091-0/+12
* new info for tuningnick2002-01-311-1/+1
* using the common -vm code, patch by Santi Béjar <tiarda@yahoo.es>arpi2002-01-311-1/+37
* Minor fix - else 0 is unreachablenick2002-01-291-1/+1
* Support for HW equalizing through VAAnick2002-01-281-30/+144
* Extensions for video accelerated architecturenick2002-01-261-1/+8
* fixed i420 handlingalex2002-01-261-2/+10
* RGB independed correction for GATOS's radeon_video driver!nick2002-01-231-1/+12
* intense -> intensitynick2002-01-231-3/+3
* fix screen saver bug under guipontscho2002-01-231-5/+2
* Attempt to fix NVidia problemsnick2002-01-221-7/+22
* Gamma correction (based on patch of Pásztor Szilárd <silicon@falcon.sch.bme...nick2002-01-211-1/+55
* xinerama fix by attilaatmos42002-01-051-0/+3
* WinID cleanup, support for Xvarpi2001-12-281-2/+9
* aspect ratio bug fix for guipontscho2001-12-171-0/+4
* Update to new (cleaner, more bugfree, better) aspect api. vo_gl vo_gl2 and vo...atmos42001-10-181-5/+9
* Simplified aspect() for the loss of some functionality to get ansi compatibil...atmos42001-10-031-8/+6
* Use aspect()atmos42001-10-031-14/+12
* New aspect prescale code, parses aspect value from mpeg sequence header or co...atmos42001-10-011-0/+19
* XDestroyWindow fix baze.pontscho2001-09-201-1/+3
* Fix multiple window bug in multifile mode.atmos42001-09-181-1/+1
* fix skin changing, xv fullscreen redraw bug, etc.pontscho2001-09-051-0/+5
* fix xshape, mixer, fullscreen, etcpontscho2001-09-041-6/+7
* fullscreen bug fixedpontscho2001-09-011-2/+16
* add dealloc funcpontscho2001-08-311-2/+19
* fix gui supportpontscho2001-08-301-12/+10
* added draw_alpha_XXXX functions, draw_alpha_func<=correct one in initatlka2001-08-231-23/+31
* changes according to -utf8 option, draw_osd() function addedatlka2001-08-131-4/+8
* switching double buffering at runtime with -doublearpi2001-07-031-3/+9
* Xv port locking patch by Artur Zaprzala <artur.zaprzala@talex.com.pl>arpi_esp2001-06-211-2/+10
* patch: some X11 compliance fixed: set ClassHint and better fullscreen modearpi_esp2001-06-171-0/+1
* Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display...lgb2001-05-311-44/+34
* didn't handle flags parameter correctlyarpi_esp2001-05-201-4/+4
* add gui supportpontscho