aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_xvmc.c
Commit message (Expand)AuthorAge
* 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