| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix function declarations to avoid casting function pointers. | reimar | 2010-01-01 | 1 | -2/+2 |
* | Remove panscan related conditions and code that only breaks future windowed | reimar | 2009-08-27 | 1 | -14/+0 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -2/+2 |
* | Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_x... | reimar | 2009-03-07 | 1 | -2/+0 |
* | Make data related to suboption parsing const in libvo | reimar | 2009-03-07 | 1 | -1/+1 |
* | Extend calc_src_dst_rects to also calculate the border values needed for | reimar | 2009-02-17 | 1 | -1/+1 |
* | Add a calc_src_dst_rects that calculates from window size, panscan etc. | reimar | 2009-02-12 | 1 | -36/+18 |
* | Add standard license headers, unify header formatting. | diego | 2009-02-08 | 1 | -1/+19 |
* | Factor calc_drwXY out of vo_xv and vo_xvmc. | cehoyos | 2009-01-09 | 1 | -18/+2 |
* | Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declaration | reimar | 2008-11-23 | 1 | -5/+1 |
* | Remove unused flip_flag variable | reimar | 2008-11-23 | 1 | -2/+0 |
* | Remove a aspect calculation line. | reimar | 2008-11-21 | 1 | -1/+0 |
* | Factor common code like -wid handling, vo_gc creation etc. out into | reimar | 2008-11-19 | 1 | -31/+0 |
* | Remove explicit setting of vo_ontop since that is already done by vo_x11_crea... | reimar | 2008-11-15 | 1 | -3/+0 |
* | Sync with vo_x11: make sure we get expose events even when drawing to the roo... | reimar | 2008-11-15 | 1 | -1/+2 |
* | Remove a nonsensical "else" for the video mode switching case. | reimar | 2008-11-15 | 1 | -1/+1 |
* | Remove now unused variables. | reimar | 2008-11-15 | 1 | -5/+1 |
* | Use vo_dwidth/vo_dheight for creating the windows instead of d_width/d_height. | reimar | 2008-11-15 | 1 | -1/+1 |
* | Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same | reimar | 2008-11-15 | 1 | -12/+2 |
* | Set modified window position and monitor aspect in vo_vm_switch instead of in | reimar | 2008-11-15 | 1 | -1/+0 |
* | Get rid of (besides useless assignments) unused XSizeHints variable | reimar | 2008-11-15 | 1 | -12/+0 |
* | Replace some of the different inconsistent XGetGeometry uses by a | reimar | 2008-11-15 | 1 | -5/+1 |
* | Remove a useless XGetGeometry call, the X11 event handling already takes care... | reimar | 2008-11-15 | 1 | -5/+0 |
* | Remove code from unused and since ages deprecated draw_frame function. | reimar | 2008-11-15 | 1 | -2/+1 |
* | Remove vo_xv code that has been under #if 0 since ages. | reimar | 2008-11-15 | 1 | -29/+0 |
* | Fix grammar of comment and sync it with vo_x11.c | reimar | 2008-11-15 | 1 | -1/+1 |
* | Change a bunch of X11-specific preprocessor directives. | diego | 2008-08-04 | 1 | -5/+5 |
* | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 | 1 | -2/+2 |
* | Move message about which adapter is used to verbose mode. | diego | 2008-06-15 | 1 | -2/+3 |
* | cosmetics: Remove useless parentheses from from return statements. | diego | 2008-05-16 | 1 | -4/+4 |
* | Add a new suboption to -vo xv and -vo xvmc that allows selection | ben | 2008-05-13 | 1 | -0/+8 |
* | Revert accidentially committed line of r25994. | cehoyos | 2008-02-14 | 1 | -1/+1 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 1 | -1/+1 |
* | Mark the vo_functions_t definitions as const where possible. | reimar | 2007-12-02 | 1 | -1/+1 |
* | Make vo info structs const | reimar | 2007-12-02 | 1 | -1/+1 |
* | warning fix: | diego | 2007-08-28 | 1 | -2/+0 |
* | Watch X11 fd in main input select() if using vo xv | uau | 2007-08-25 | 1 | -0/+4 |
* | Remove some unused variables | reimar | 2007-06-27 | 1 | -4/+0 |
* | Make X11 window creation and (with -fixed-vo) management simpler and more | reimar | 2007-06-27 | 1 | -38/+3 |
* | Gui --> gui | diego | 2007-04-23 | 1 | -1/+1 |
* | 100l, last patch broke window resizing with xv and xvmc. | reimar | 2007-03-08 | 1 | -2/+1 |
* | Factor out some duplicated code in vo_xv and vo_xvmc | reimar | 2007-03-06 | 1 | -61/+22 |
* | Move common vo initialization code to video_out.c | reimar | 2007-02-17 | 1 | -16/+3 |
* | Sanity check for vo window dimensions, helps avoid division by zero | reimar | 2007-02-05 | 1 | -0/+2 |
* | MSGTRs for libvo/aspect.c and libvo/vo_xv.c | kraymer | 2006-11-08 | 1 | -14/+8 |
* | Fix window position when changing videos while in fullscreen and for | reimar | 2006-06-15 | 1 | -3/+2 |
* | do aspect correction of video size before calculating vo_dx and vo_dy. | reimar | 2006-05-14 | 1 | -1/+1 |
* | Make sure black borders are drawn when switching videos with -fixed-vo. | reimar | 2006-05-04 | 1 | -0/+6 |
* | Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ... | reynaldo | 2006-04-24 | 1 | -1/+1 |
* | Fix and improve xinerama support | reimar | 2006-04-16 | 1 | -7/+3 |
* | Test if source image dimensions are too big. | al | 2005-11-10 | 1 | -0/+11 |
* | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but | ivo | 2005-08-05 | 1 | -6/+6 |
* | Try to set XV_SYNC_TO_VBLANK to enable vsync on non-overlay xv adapters. | reimar | 2005-06-27 | 1 | -0/+1 |
* | Make -wid behave more consistent. | al | 2005-05-21 | 1 | -0/+5 |
* | replace VO and VF numeric flags with #defined identifiers | henry | 2005-04-18 | 1 | -5/+5 |
* | more colorkey w/ panscan woes | henry | 2005-04-16 | 1 | -1/+4 |
* | redraw colorkey on panscan change | henry | 2005-04-16 | 1 | -0/+4 |
* | - fix black screen problem on reinit | al | 2005-04-16 | 1 | -1/+0 |
* | Always use vo_x11_sizehint function ( even when going fullscreen ) to | al | 2005-02-24 | 1 | -3/+1 |
* | Don't change buffers when paused and redrawing. | al | 2005-02-23 | 1 | -19/+37 |
* | Unified colorkey code for vo xv and vo xvmc. | al | 2005-02-20 | 1 | -34/+33 |
* | 3 memory leaks fixed | iive | 2004-11-15 | 1 | -2/+7 |
* | devices.html is no more, links updated. | diego | 2004-11-11 | 1 | -1/+1 |
* | Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. | diego | 2004-10-28 | 1 | -1/+1 |
* | We don't need to support the old nvidia binary driver bug any longer. | al | 2004-09-03 | 1 | -2/+2 |
* | Removed superfluous XFlush calls before XSync. | al | 2004-08-20 | 1 | -2/+0 |
* | removed saver_on, saver_off calls, they are already in x11_common.c | reimar | 2004-07-25 | 1 | -3/+0 |
* | major reindentation of x11 code try #2 | attila | 2004-06-14 | 1 | -534/+748 |
* | runtime 'stay-on-top' functionality | joey | 2003-11-30 | 1 | -0/+6 |
* | DOCS/en/ ---> DOCS/HTML/en/ | diego | 2003-10-19 | 1 | -1/+1 |
* | fix some warnings (define order) | pl | 2003-09-12 | 1 | -13/+21 |
* | hopefully final xv ports. | attila | 2003-09-07 | 1 | -9/+20 |
* | adaptors are not ports | attila | 2003-09-07 | 1 | -1/+1 |
* | catch negative port numbers, just in case | attila | 2003-09-06 | 1 | -1/+1 |
* | add port parameter to -vo xv | attila | 2003-09-06 | 1 | -4/+23 |
* | Avoid flickering during resizes. Keep video contents even when paused. Fix by... | mosu | 2003-08-31 | 1 | -21/+17 |
* | move xv_set_eq to x11_common | iive | 2003-07-01 | 1 | -133/+2 |
* | Patch by Tom Lees <tal26 (at) cam.ac.uk> | attila | 2003-06-22 | 1 | -3/+5 |
* | Add missing language suffix to DOCS/ path. | diego | 2003-06-13 | 1 | -1/+1 |
* | removed RGB24 and builtin swscaler support | alex | 2003-05-16 | 1 | -16/+1 |
* | memleak fix by Raindel Shachar <raindel@techunix.technion.ac.il> | alex | 2003-04-24 | 1 | -2/+3 |
* | clean up of -geometry code. | attila | 2003-03-02 | 1 | -1/+1 |
* | reversed small part of the r1.135 commit, it broke -fs (random black screen) | arpi | 2003-02-09 | 1 | -0/+3 |
* | 10l debug | alex | 2003-02-07 | 1 | -2/+0 |
* | -fixed-vo vs. panscan vs. 'f' vs. -fs fix | arpi | 2003-01-29 | 1 | -5/+25 |
* | conformation with api | alex | 2003-01-19 | 1 | -1/+2 |
* | fixed calculation of OSD coordinates w/ panscan | henry | 2003-01-05 | 1 | -4/+4 |
* | Added support for X style -geometry options (adapted from Henk's patch) | mark | 2003-01-03 | 1 | -1/+1 |
* | 10l ;) | colin | 2003-01-03 | 1 | -1/+1 |
* | 10l, geometry always returns 1. i think this is the correct fix. | rfelker | 2003-01-03 | 1 | -4/+2 |
* | -geometry support | arpi | 2003-01-03 | 1 | -1/+4 |
* | X11 window aspect patch by Arnaud Boulan <boulan@iie.cnam.fr> | attila | 2003-01-01 | 1 | -0/+2 |
* | removed get_info, using the same sheme as in libmpcodecs instead | alex | 2002-11-11 | 1 | -5/+3 |
* | MPlayer being unable to display video properly on many nVidia graphics cards. | arpi | 2002-10-23 | 1 | -0/+13 |
* | compiler warning fixes by Dominik | arpi | 2002-10-22 | 1 | -2/+2 |
* | fix memleak again | pontscho | 2002-10-16 | 1 | -0/+1 |
* | fix memleak | pontscho | 2002-10-16 | 1 | -2/+1 |
* | fix fullscreen | pontscho | 2002-10-16 | 1 | -1/+2 |
* | -fixed-vo support, based on patch by .so :) | arpi | 2002-10-16 | 1 | -17/+11 |
* | also set VFCAP_ACCEPT_STRIDE when draw_image() is implemented | arpi | 2002-10-10 | 1 | -1/+1 |
* | draw_image() | arpi | 2002-10-09 | 1 | -85/+35 |
* | -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net> | arpi | 2002-09-28 | 1 | -0/+1 |
* | - fix new afm/vfm support | pontscho | 2002-09-28 | 1 | -1/+1 |
* | tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug | arpi | 2002-09-22 | 1 | -13/+3 |
* | finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api | alex | 2002-08-28 | 1 | -1/+1 |
* | removed old input code | alex | 2002-08-28 | 1 | -2/+0 |
* | added forced window clearing for Xv, because on my setup (sawfish, | arpi | 2002-08-21 | 1 | -0/+6 |
* | ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warning | arpi | 2002-08-09 | 1 | -2/+2 |
* | more eq cleanup | arpi | 2002-07-25 | 1 | -71/+34 |
* | eq reworked | alex | 2002-07-25 | 1 | -2/+92 |
* | eq reworked | alex | 2002-07-24 | 1 | -161/+53 |
* | fix hue bug with nvidia's shit. i teszted with g400,radeon7500,tnt2ultra,gefo... | pontscho | 2002-07-21 | 1 | -11/+27 |
* | DR1 with IPB fixed | arpi | 2002-07-20 | 1 | -0/+12 |
* | DR1 IP/IPB supoprt (I/P only with -double) -- OSD *must be* disabled! :) | arpi | 2002-07-20 | 1 | -8/+33 |
* | - fix audio equalizer | pontscho | 2002-07-19 | 1 | -10/+1 |
* | 1000000l | michael | 2002-07-17 | 1 | -3/+2 |
* | check if the available buffers are big enough in get_image | michael | 2002-07-17 | 1 | -0/+3 |
* | checking num_buffers for IMGTYPE_IP | michael | 2002-07-16 | 1 | -0/+1 |
* | xv support under cygwin - patch by Sycotic Smith <sycotic at linuxmail.org> | alex | 2002-07-12 | 1 | -1/+1 |
* | 100l accidently removed a line too much (Shmem_Flag) | atmos4 | 2002-06-13 | 1 | -0/+1 |
* | Allow building vo_xv without SHM support | atmos4 | 2002-06-13 | 1 | -7/+16 |
* | fix panscan support and add Jesper Svennevid's <mplayer@svennevid.net> patch | pontscho | 2002-06-10 | 1 | -0/+2 |
* | -wid fix by "Markus J.R." <random@shell.dnload.com> | atmos4 | 2002-06-09 | 1 | -0/+1 |
* | -vm pan&scan fixes by Jesper Svennevid <mplayer@svennevid.ne> | arpi | 2002-06-07 | 1 | -7/+15 |
* | add mute support ( step 1 ) and fixed panscan bugs (1000l for me) | pontscho | 2002-06-06 | 1 | -2/+1 |
* | added panscan support for xmga/xvidix | pontscho | 2002-06-05 | 1 | -21/+17 |
* | pan&scan support with -vo xv by ?? <mplayer@svennevid.net> | arpi | 2002-06-04 | 1 | -2/+23 |
* | use offsets/pitches for OSD too | arpi | 2002-06-03 | 1 | -3/+9 |
* | message wording fix by Diego B. | arpi | 2002-05-31 | 1 | -1/+1 |
* | - some cleanup, removed unused code | arpi | 2002-05-30 | 1 | -108/+69 |
* | different message for busy Xv ports and missing Xv ports | arpi | 2002-05-24 | 1 | -2/+11 |
* | -vm -fs fix by Tobias Diedrich <ranma@gmx.at> | arpi | 2002-05-19 | 1 | -0/+1 |
* | some cleanup, gl/gl2 updated to use vo_window | arpi | 2002-05-14 | 1 | -2/+2 |
* | fix some small bug and -rootwin | pontscho | 2002-05-11 | 1 | -29/+29 |
* | -zoom, -fs with x[11|mga|v] fix -- round two | pontscho | 2002-05-08 | 1 | -0/+15 |
* | wm detection -- round two | pontscho | 2002-05-07 | 1 | -1/+0 |
* | fix -fs and 'f' | pontscho | 2002-05-06 | 1 | -6/+7 |
* | the Right Fix for gui window setup | arpi | 2002-05-05 | 1 | -5/+5 |
* | - the "black bars" in xv bug fixed (drwX=drwY=0) | arpi | 2002-05-05 | 1 | -1/+4 |
* | missing if(use_gui) - found by Nilmoni Deb <ndeb@ece.cmu.edu> | arpi | 2002-05-04 | 1 | -1/+1 |
* | fix xmga fs, resize to movie size and mouse auto hide + dga | pontscho | 2002-05-03 | 1 | -1/+7 |
* | fix aspect ratio handling | pontscho | 2002-05-03 | 1 | -30/+24 |
* | printf to mp_msg | albeu | 2002-05-02 | 1 | -20/+21 |
* | fix fullscreen (?) | pontscho | 2002-04-25 | 1 | -1/+1 |
* | -rootwin fixed, keys work, mouse doesn't | arpi | 2002-04-24 | 1 | -2/+3 |
* | -rootwin fix by Tomas Konir <moje@molly.vabo.cz> | arpi | 2002-04-24 | 1 | -0/+1 |
* | 100l - fixed yuy2 -dr, reported by Nexus | arpi | 2002-04-21 | 1 | -1/+1 |
* | fix playlist bug with gui and rewrite mousecursor show/hide code | pontscho | 2002-04-16 | 1 | -1/+1 |
* | Support XV over remote connections, patch by Dmitry Karasik <dimakar at yahoo... | atmos4 | 2002-04-14 | 1 | -13/+54 |
* | mp_image.h and img_format.h moved to libmpcodecs | arpi | 2002-04-13 | 1 | -1/+0 |
* | VFCAP added | arpi | 2002-04-11 | 1 | -4/+4 |
* | initialization moved to preinit(), query_format now really checks for support... | arpi | 2002-04-07 | 1 | -48/+56 |
* | IMGTYPE_IPB fix | arpi | 2002-04-03 | 1 | -0/+1 |
* | I420 UV swapping fixed | arpi | 2002-03-24 | 1 | -5/+14 |
* | fixed U/V swapping for direct rendering, and 3rd plane offset calculation whe... | arpi | 2002-03-24 | 1 | -2/+3 |
* | hotfix (i doubt it will really fix this issue) by Fredrik Kuivinen <freku045@... | arpi | 2002-03-19 | 1 | -0/+1 |
* | DR fixed for BGR24 | arpi | 2002-03-09 | 1 | -0/+1 |
* | small changes in libvo's X11 support | pontscho | 2002-03-08 | 1 | -29/+0 |
* | rewrite fullscreen support in some libvo driver | pontscho | 2002-03-07 | 1 | -20/+19 |
* | direct rendering support | arpi | 2002-03-07 | 1 | -0/+25 |
* | small bugfix. | pontscho | 2002-03-07 | 1 | -0/+2 |
* | Bugfix in x11_common.c mainly. Don't screw up the display name, | albeu | 2002-02-23 | 1 | -7/+1 |
* | small changes | pontscho | 2002-02-21 | 1 | -32/+23 |
* | I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me' | nick | 2002-02-17 | 1 | -1/+6 |
* | Added new input mouse support in x11 vo | albeu | 2002-02-11 | 1 | -1/+5 |
* | BGR24 support, including flip flag | arpi | 2002-02-10 | 1 | -19/+43 |
* | 10000hl to Holm... control MUST BE static... |