aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_xvmc.c
Commit message (Expand)AuthorAge
* Remove some unused variablesGravatar reimar2007-06-27
* Make X11 window creation and (with -fixed-vo) management simpler and moreGravatar reimar2007-06-27
* Remove more pointless fastmemcpy.h includes in libvoGravatar reimar2007-05-27
* Gui --> guiGravatar diego2007-04-23
* prevent building xvmc with the old api.Gravatar iive2007-03-26
* 100l, last patch broke window resizing with xv and xvmc.Gravatar reimar2007-03-08
* Factor out some duplicated code in vo_xv and vo_xvmcGravatar reimar2007-03-06
* Don't free and then allocate surfaces when config() is called again with same...Gravatar iive2007-02-19
* Revert r22255 on iive's request.Gravatar reimar2007-02-18
* Avoid parts of xvmc reinit when source format does not changeGravatar reimar2007-02-18
* Move common vo initialization code to video_out.cGravatar reimar2007-02-17
* Fix two 10l memleaks in vo_xvmc.cGravatar reimar2007-02-15
* typo fixesGravatar kraymer2007-02-05
* beckend -> backend typo fix in printfGravatar reimar2007-02-05
* cosmetics: typo pallete --> paletteGravatar diego2007-01-13
* more mp_property_deinterlace simplification, patch byGravatar reimar2006-11-18
* Add deinterlace property, patch by Carl Eugen HoyosGravatar reimar2006-11-17
* Implement bob (pseudo?) deinterlacing for xvmc.Gravatar reimar2006-10-15
* rm unnecesary casts from void* - part 2Gravatar reynaldo2006-07-02
* Fix window position when changing videos while in fullscreen and forGravatar reimar2006-06-15
* do aspect correction of video size before calculating vo_dx and vo_dy.Gravatar reimar2006-05-14
* Fix and improve xinerama supportGravatar reimar2006-04-16
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* Print some error message,Gravatar iive2005-12-20
* remove extern for variables that are already in headers.Gravatar reimar2005-08-21
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* add vo_xv_enable_vsync() to xvmcGravatar iive2005-06-30
* Make -wid behave more consistent.Gravatar al2005-05-21
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* Compile fix when XF86VM is not definedGravatar iive2005-04-18
* messed ordering of switch branches, 10l for IvanGravatar henry2005-04-13
* incorporate all image drawing in single function and use fixed vo_xv_draw_col...Gravatar iive2005-04-10
* fix blackscreen when changing panscan.Gravatar iive2005-04-07
* Unified colorkey code for vo xv and vo xvmc.Gravatar al2005-02-20
* Query XV_COLORKEY only when listed in attribute list, fixes displaying with n...Gravatar iive2005-02-02
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* prevent XFree execution on wrong conditionGravatar iive2004-08-23
* Removed superfluous XFlush calls before XSync.Gravatar al2004-08-20
* removed saver_on, saver_off calls, they are already in x11_common.cGravatar reimar2004-07-25
* runtime 'stay-on-top' functionalityGravatar joey2003-11-30
* verbosity changes, zero the whole surface_render[]Gravatar iive2003-11-08
* 10lGravatar iive2003-08-28
* OSD support, optinal queue, optional use of sleep(), and benchmark modeGravatar iive2003-08-25
* Spelling police:Gravatar diego2003-08-14
* nvidia 44.96 hardlock machine without that fixGravatar iive2003-07-29
* draw rectangle with color key, avoid blue bars. avoid PutSurface before 1'st ...Gravatar iive2003-07-28
* sync to ffmpeg, updates, cleanupsGravatar iive2003-07-21
* Initial version of XVideo Motion Compensation video driver/renderGravatar iive2003-07-01