summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xvmc.c
Commit message (Expand)AuthorAgeFilesLines
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-021-1/+1
* Make vo info structs constreimar2007-12-021-1/+1
* cosmetics: misc typo fixesdiego2007-09-251-1/+1
* Remove some unused variablesreimar2007-06-271-1/+0
* Make X11 window creation and (with -fixed-vo) management simpler and morereimar2007-06-271-27/+3
* Remove more pointless fastmemcpy.h includes in libvoreimar2007-05-271-1/+0
* Gui --> guidiego2007-04-231-1/+1
* prevent building xvmc with the old api.iive2007-03-261-0/+5
* 100l, last patch broke window resizing with xv and xvmc.reimar2007-03-081-1/+1
* Factor out some duplicated code in vo_xv and vo_xvmcreimar2007-03-061-39/+23
* Don't free and then allocate surfaces when config() is called again with same...iive2007-02-191-0/+26
* Revert r22255 on iive's request.reimar2007-02-181-34/+28
* Avoid parts of xvmc reinit when source format does not changereimar2007-02-181-28/+34
* Move common vo initialization code to video_out.creimar2007-02-171-13/+3
* Fix two 10l memleaks in vo_xvmc.creimar2007-02-151-0/+3
* typo fixeskraymer2007-02-051-1/+1
* beckend -> backend typo fix in printfreimar2007-02-051-1/+1
* cosmetics: typo pallete --> palettediego2007-01-131-1/+1
* more mp_property_deinterlace simplification, patch byreimar2006-11-181-4/+1
* Add deinterlace property, patch by Carl Eugen Hoyosreimar2006-11-171-0/+9
* Implement bob (pseudo?) deinterlacing for xvmc.reimar2006-10-151-1/+11
* rm unnecesary casts from void* - part 2reynaldo2006-07-021-1/+1
* Fix window position when changing videos while in fullscreen and forreimar2006-06-151-1/+2
* do aspect correction of video size before calculating vo_dx and vo_dy.reimar2006-05-141-1/+1
* Fix and improve xinerama supportreimar2006-04-161-5/+3
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-31/+38
* Print some error message,iive2005-12-201-1/+4
* remove extern for variables that are already in headers.reimar2005-08-211-1/+0
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-6/+6
* add vo_xv_enable_vsync() to xvmciive2005-06-301-0/+1
* Make -wid behave more consistent.al2005-05-211-0/+7
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-4/+4
* Compile fix when XF86VM is not definediive2005-04-181-0/+2
* messed ordering of switch branches, 10l for Ivanhenry2005-04-131-4/+3
* incorporate all image drawing in single function and use fixed vo_xv_draw_col...iive2005-04-101-12/+16
* fix blackscreen when changing panscan.iive2005-04-071-18/+26
* Unified colorkey code for vo xv and vo xvmc.al2005-02-201-97/+45
* Query XV_COLORKEY only when listed in attribute list, fixes displaying with n...iive2005-02-021-17/+9
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-1/+1
* prevent XFree execution on wrong conditioniive2004-08-231-2/+4
* 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-2/+0
* runtime 'stay-on-top' functionalityjoey2003-11-301-0/+5
* verbosity changes, zero the whole surface_render[]iive2003-11-081-3/+4
* 10liive2003-08-281-13/+12
* OSD support, optinal queue, optional use of sleep(), and benchmark modeiive2003-08-251-139/+709
* Spelling police:diego2003-08-141-1/+1
* nvidia 44.96 hardlock machine without that fixiive2003-07-291-0/+5
* draw rectangle with color key, avoid blue bars. avoid PutSurface before 1'st ...iive2003-07-281-7/+5
* sync to ffmpeg, updates, cleanupsiive2003-07-211-27/+41
* Initial version of XVideo Motion Compensation video driver/renderiive2003-07-011-0/+869