| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build: calc_drwXY was factorized into vo_calc_drwXY. | diego | 2009-01-09 | 1 | -1/+1 |
* | Factor calc_drwXY out of vo_xv and vo_xvmc. | cehoyos | 2009-01-09 | 1 | -17/+1 |
* | Add missing 'void' keyword to parameterless function declarations. | diego | 2009-01-05 | 1 | -7/+7 |
* | Sync with latest round of xvmc changes in FFmpeg. | diego | 2009-01-02 | 1 | -19/+20 |
* | Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declaration | reimar | 2008-11-23 | 1 | -5/+1 |
* | Remove unused variables and the related warnings along with them. | diego | 2008-11-23 | 1 | -3/+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 | -22/+0 |
* | Remove a useless XGetGeometry call, the X11 event handling already | reimar | 2008-11-17 | 1 | -5/+0 |
* | Get rid of (besides useless assignments) unused XSizeHints variable | reimar | 2008-11-16 | 1 | -7/+0 |
* | Remove explicit setting of vo_ontop since that is already done by vo_x11_crea... | reimar | 2008-11-15 | 1 | -2/+0 |
* | Remove now unused variables. | reimar | 2008-11-15 | 1 | -3/+0 |
* | Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same | reimar | 2008-11-15 | 1 | -11/+2 |
* | Remove duplicated prototype for XShmGetEventBase(), because | diego | 2008-08-09 | 1 | -2/+0 |
* | Change a bunch of X11-specific preprocessor directives. | diego | 2008-08-04 | 1 | -6/+6 |
* | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 | 1 | -2/+2 |
* | cosmetics: Remove useless parentheses from from return statements. | diego | 2008-05-16 | 1 | -2/+2 |
* | Add a new suboption to -vo xv and -vo xvmc that allows selection | ben | 2008-05-13 | 1 | -0/+6 |
* | 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 |
* | cosmetics: misc typo fixes | diego | 2007-09-25 | 1 | -1/+1 |
* | Remove some unused variables | reimar | 2007-06-27 | 1 | -1/+0 |
* | Make X11 window creation and (with -fixed-vo) management simpler and more | reimar | 2007-06-27 | 1 | -27/+3 |
* | Remove more pointless fastmemcpy.h includes in libvo | reimar | 2007-05-27 | 1 | -1/+0 |
* | Gui --> gui | diego | 2007-04-23 | 1 | -1/+1 |
* | prevent building xvmc with the old api. | iive | 2007-03-26 | 1 | -0/+5 |
* | 100l, last patch broke window resizing with xv and xvmc. | reimar | 2007-03-08 | 1 | -1/+1 |
* | Factor out some duplicated code in vo_xv and vo_xvmc | reimar | 2007-03-06 | 1 | -39/+23 |
* | Don't free and then allocate surfaces when config() is called again with same... | iive | 2007-02-19 | 1 | -0/+26 |
* | Revert r22255 on iive's request. | reimar | 2007-02-18 | 1 | -34/+28 |
* | Avoid parts of xvmc reinit when source format does not change | reimar | 2007-02-18 | 1 | -28/+34 |
* | Move common vo initialization code to video_out.c | reimar | 2007-02-17 | 1 | -13/+3 |
* | Fix two 10l memleaks in vo_xvmc.c | reimar | 2007-02-15 | 1 | -0/+3 |
* | typo fixes | kraymer | 2007-02-05 | 1 | -1/+1 |
* | beckend -> backend typo fix in printf | reimar | 2007-02-05 | 1 | -1/+1 |
* | cosmetics: typo pallete --> palette | diego | 2007-01-13 | 1 | -1/+1 |
* | more mp_property_deinterlace simplification, patch by | reimar | 2006-11-18 | 1 | -4/+1 |
* | Add deinterlace property, patch by Carl Eugen Hoyos | reimar | 2006-11-17 | 1 | -0/+9 |
* | Implement bob (pseudo?) deinterlacing for xvmc. | reimar | 2006-10-15 | 1 | -1/+11 |
* | rm unnecesary casts from void* - part 2 | reynaldo | 2006-07-02 | 1 | -1/+1 |
* | Fix window position when changing videos while in fullscreen and for | reimar | 2006-06-15 | 1 | -1/+2 |
* | do aspect correction of video size before calculating vo_dx and vo_dy. | reimar | 2006-05-14 | 1 | -1/+1 |
* | Fix and improve xinerama support | reimar | 2006-04-16 | 1 | -5/+3 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -31/+38 |
* | Print some error message, | iive | 2005-12-20 | 1 | -1/+4 |
* | remove extern for variables that are already in headers. | reimar | 2005-08-21 | 1 | -1/+0 |
* | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but | ivo | 2005-08-05 | 1 | -6/+6 |
* | add vo_xv_enable_vsync() to xvmc | iive | 2005-06-30 | 1 | -0/+1 |
* | Make -wid behave more consistent. | al | 2005-05-21 | 1 | -0/+7 |
* | replace VO and VF numeric flags with #defined identifiers | henry | 2005-04-18 | 1 | -4/+4 |
* | Compile fix when XF86VM is not defined | iive | 2005-04-18 | 1 | -0/+2 |
* | messed ordering of switch branches, 10l for Ivan | henry | 2005-04-13 | 1 | -4/+3 |
* | incorporate all image drawing in single function and use fixed vo_xv_draw_col... | iive | 2005-04-10 | 1 | -12/+16 |
* | fix blackscreen when changing panscan. | iive | 2005-04-07 | 1 | -18/+26 |
* | Unified colorkey code for vo xv and vo xvmc. | al | 2005-02-20 | 1 | -97/+45 |
* | Query XV_COLORKEY only when listed in attribute list, fixes displaying with n... | iive | 2005-02-02 | 1 | -17/+9 |
* | Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. | diego | 2004-10-28 | 1 | -1/+1 |
* | prevent XFree execution on wrong condition | iive | 2004-08-23 | 1 | -2/+4 |
* | 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 | -2/+0 |
* | runtime 'stay-on-top' functionality | joey | 2003-11-30 | 1 | -0/+5 |
* | verbosity changes, zero the whole surface_render[] | iive | 2003-11-08 | 1 | -3/+4 |
* | 10l | iive | 2003-08-28 | 1 | -13/+12 |
* | OSD support, optinal queue, optional use of sleep(), and benchmark mode | iive | 2003-08-25 | 1 | -139/+709 |
* | Spelling police: | diego | 2003-08-14 | 1 | -1/+1 |
* | nvidia 44.96 hardlock machine without that fix | iive | 2003-07-29 | 1 | -0/+5 |
* | draw rectangle with color key, avoid blue bars. avoid PutSurface before 1'st ... | iive | 2003-07-28 | 1 | -7/+5 |
* | sync to ffmpeg, updates, cleanups | iive | 2003-07-21 | 1 | -27/+41 |
* | Initial version of XVideo Motion Compensation video driver/render | iive | 2003-07-01 | 1 | -0/+869 |