log libvo/vo_xvmc.c @ 37195:ac6c37d85d65 default tip

age author description
Sat, 18 Jan 2014 21:39:07 +0000 reimar Remove empty draw_slice and draw_frame stubs.
Mon, 06 Jan 2014 20:43:17 +0000 iive XvMC: Add check for invalid data_size in the shmem case.
Mon, 06 Jan 2014 20:11:56 +0000 iive XvMC: Remove message requesting feedback for OSD backend rendering.
Mon, 06 Jan 2014 20:01:48 +0000 iive XvMC: Handle shm xvimage allocation error.
Mon, 06 Jan 2014 19:55:26 +0000 iive XvMC: Minor refoactoring of allocate_xvimage().
Sun, 10 Mar 2013 12:46:45 +0000 iive Add debug output for XvMCCreateContext() function parameters.
Tue, 30 Oct 2012 16:30:47 +0000 reimar Fix copy-paste error found by Coverity (yes, it really has a
Sun, 29 May 2011 22:46:52 +0000 iive Fix xv/xvmc window background clearing.
Sat, 07 May 2011 19:56:48 +0000 reimar Remove unused variable.
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Fri, 06 May 2011 10:32:46 +0000 iive Implement control() VOCTRL_SET/GET_EQUALIZER using a vf_equalize struct,
Sun, 01 May 2011 22:41:51 +0000 iive 10l. Don't set stride info if it would panic the decoder.
Tue, 26 Apr 2011 23:31:25 +0000 iive Use xvmc_render struct to hold both xvmc_pix_fmt shared struct and the
Fri, 22 Apr 2011 09:27:48 +0000 reimar Add missing "static".
Fri, 22 Apr 2011 09:24:56 +0000 reimar Specific function argument types for function pointers.
Fri, 22 Apr 2011 09:21:52 +0000 reimar Remove ancient libavcodec version check.
Fri, 22 Apr 2011 07:28:44 +0000 reimar Fix compilation with XvMC, only lightly tested.
Fri, 22 Apr 2011 06:57:08 +0000 reimar Quick hack to fix compilation. Testing and improvements welcome.
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Sat, 02 Oct 2010 14:22:03 +0000 diego Remove UNUSED macros used to shut up unused function parameter warnings.
Tue, 03 Aug 2010 15:55:17 +0000 siretart various spelling fixes, found by the Debian QA tool 'lintian'
Sun, 13 Jun 2010 12:05:58 +0000 reimar Remove unused includes.
Sun, 13 Jun 2010 12:04:13 +0000 reimar For vos that support the new libvo API (provide UPDATE_SCREENINFO),
Sun, 28 Mar 2010 16:58:27 +0000 diego Use (void) instead of () to indicate a parameterless function, fixes:
Fri, 19 Feb 2010 10:22:29 +0000 diego Remove pointless '#if 1' preprocessor directives.
Fri, 01 Jan 2010 13:18:49 +0000 reimar Fix function declarations to avoid casting function pointers.
Sun, 15 Mar 2009 20:02:45 +0000 iive Fix warning: Add forgotten 'int' to variable declaration.
Sun, 15 Mar 2009 09:47:09 +0000 diego cosmetics: typo fix
Sat, 07 Mar 2009 08:52:57 +0000 reimar Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_xvmc.
Sat, 07 Mar 2009 08:51:40 +0000 reimar Make data related to suboption parsing const in libvo