log libvo/vo_directx.c @ 33591:d336a7b03220

age author description
Sun, 19 Jun 2011 19:03:12 +0000 reimar Remove more unused variables.
Sun, 19 Jun 2011 19:02:02 +0000 reimar Move check_events function to avoid forward declaration.
Sun, 19 Jun 2011 18:57:57 +0000 reimar Remove more unnecessary code/defines.
Sun, 19 Jun 2011 18:55:30 +0000 reimar Remove GUI-specific code that is already handled by common code now.
Sun, 19 Jun 2011 18:53:28 +0000 reimar Remove some #includes that are no longer needed.
Sun, 19 Jun 2011 18:50:14 +0000 reimar Remove more code and variables that have no purpose anymore.
Sun, 19 Jun 2011 18:43:07 +0000 reimar Remove left-over code from icon/cursor handling that is
Sun, 19 Jun 2011 18:31:45 +0000 reimar Simplify code for printing display adapter list.
Sun, 19 Jun 2011 12:51:36 +0000 reimar Change vo_directx to use w32_common.c
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, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Sat, 30 Oct 2010 15:29:20 +0000 reimar Fix possible out-of-bounds access.
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Mon, 22 Feb 2010 09:51:44 +0000 diego Declare externally used variables from vd.c as extern in vd.h.
Sun, 17 Jan 2010 11:43:55 +0000 reimar Change GUID declarations in vo_directx to be static.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 04 May 2009 17:35:26 +0000 diego Add missing 'void' to parameterless function declarations.
Wed, 17 Dec 2008 00:06:03 +0000 diego #include sub.h instead of locally declaring vo_draw_text().
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Tue, 14 Oct 2008 22:28:19 +0000 faust3 Honour differences between src and dst stride for packed yuv
Wed, 30 Jul 2008 13:44:59 +0000 diego Rename two GUI-related preprocessor directives:
Wed, 14 May 2008 17:22:53 +0000 diego Use standard license headers with standard formatting.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Sun, 02 Dec 2007 14:39:15 +0000 reimar Mark the vo_functions_t definitions as const where possible.
Sun, 02 Dec 2007 14:06:03 +0000 reimar Make vo info structs const
Sat, 27 Oct 2007 13:00:58 +0000 zuxy Remove unused variables.
Sat, 27 Oct 2007 12:37:26 +0000 zuxy Cosmetic fix for r24861
Sat, 27 Oct 2007 12:24:08 +0000 zuxy Avoid crash after recovering from screensaver
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow