log libvo/vo_xvmc.c @ 22232:d0b60d14d8d7

age author description
Sat, 17 Feb 2007 20:58:55 +0000 reimar Move common vo initialization code to video_out.c
Thu, 15 Feb 2007 00:46:45 +0000 reimar Fix two 10l memleaks in vo_xvmc.c
Mon, 05 Feb 2007 18:13:40 +0000 kraymer typo fixes
Mon, 05 Feb 2007 17:15:44 +0000 reimar beckend -> backend typo fix in printf
Sat, 13 Jan 2007 04:32:14 +0000 diego cosmetics: typo pallete --> palette
Sat, 18 Nov 2006 12:38:03 +0000 reimar more mp_property_deinterlace simplification, patch by
Fri, 17 Nov 2006 18:16:21 +0000 reimar Add deinterlace property, patch by Carl Eugen Hoyos
Sun, 15 Oct 2006 18:27:34 +0000 reimar Implement bob (pseudo?) deinterlacing for xvmc.
Sun, 02 Jul 2006 03:59:36 +0000 reynaldo rm unnecesary casts from void* - part 2
Thu, 15 Jun 2006 08:00:37 +0000 reimar Fix window position when changing videos while in fullscreen and for
Sun, 14 May 2006 19:36:21 +0000 reimar do aspect correction of video size before calculating vo_dx and vo_dy.
Sun, 16 Apr 2006 13:38:28 +0000 reimar Fix and improve xinerama support
Fri, 24 Mar 2006 08:12:03 +0000 diego Convert all if(verbose>X) to mp_msg_test calls.
Tue, 20 Dec 2005 19:04:17 +0000 iive Print some error message,
Sun, 21 Aug 2005 01:20:31 +0000 reimar remove extern for variables that are already in headers.
Fri, 05 Aug 2005 01:24:37 +0000 ivo Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
Thu, 30 Jun 2005 10:57:56 +0000 iive add vo_xv_enable_vsync() to xvmc
Sat, 21 May 2005 17:31:44 +0000 al Make -wid behave more consistent.
Mon, 18 Apr 2005 15:52:38 +0000 henry replace VO and VF numeric flags with #defined identifiers
Mon, 18 Apr 2005 14:35:11 +0000 iive Compile fix when XF86VM is not defined
Wed, 13 Apr 2005 19:38:44 +0000 henry messed ordering of switch branches, 10l for Ivan
Sun, 10 Apr 2005 16:30:53 +0000 iive incorporate all image drawing in single function and use fixed vo_xv_draw_colorkey() for proper key drawing.
Thu, 07 Apr 2005 16:59:34 +0000 iive fix blackscreen when changing panscan.
Sun, 20 Feb 2005 22:43:25 +0000 al Unified colorkey code for vo xv and vo xvmc.
Wed, 02 Feb 2005 14:02:26 +0000 iive Query XV_COLORKEY only when listed in attribute list, fixes displaying with non overlay ports
Thu, 28 Oct 2004 01:15:53 +0000 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
Mon, 23 Aug 2004 09:52:25 +0000 iive prevent XFree execution on wrong condition
Fri, 20 Aug 2004 09:41:13 +0000 al Removed superfluous XFlush calls before XSync.
Sun, 25 Jul 2004 12:49:01 +0000 reimar removed saver_on, saver_off calls, they are already in x11_common.c
Sun, 30 Nov 2003 16:36:10 +0000 joey runtime 'stay-on-top' functionality
Sat, 08 Nov 2003 02:07:10 +0000 iive verbosity changes, zero the whole surface_render[]
Thu, 28 Aug 2003 22:11:42 +0000 iive 10l
Mon, 25 Aug 2003 21:41:10 +0000 iive OSD support, optinal queue, optional use of sleep(), and benchmark mode
Thu, 14 Aug 2003 12:15:44 +0000 diego Spelling police:
Tue, 29 Jul 2003 14:11:18 +0000 iive nvidia 44.96 hardlock machine without that fix
Mon, 28 Jul 2003 20:04:09 +0000 iive draw rectangle with color key, avoid blue bars. avoid PutSurface before 1'st image
Mon, 21 Jul 2003 21:02:34 +0000 iive sync to ffmpeg, updates, cleanups
Tue, 01 Jul 2003 21:51:57 +0000 iive Initial version of XVideo Motion Compensation video driver/render