log libvo/vo_direct3d.c @ 36845:2a135c4385bf

age author description
Tue, 25 Feb 2014 17:17:00 +0000 ib Return VO_NOTIMPL if the VOCTRL isn't in one of the case statements.
Tue, 25 Feb 2014 17:15:27 +0000 ib Remove pointless VOCTRL_GUISUPPORT.
Sat, 18 Jan 2014 21:39:07 +0000 reimar Remove empty draw_slice and draw_frame stubs.
Sat, 19 Nov 2011 14:04:11 +0000 al vo direct3d: fix crash in osd drawing code
Tue, 24 May 2011 19:47:07 +0000 diego vo_direct3d: Mark function only used within the file as static.
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Wed, 27 Oct 2010 17:37:29 +0000 cigaes Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.
Sun, 03 Jan 2010 17:04:04 +0000 reimar Avoid memleaks when vo_direct3d initialization fails.
Sun, 03 Jan 2010 17:00:51 +0000 reimar Modify -vo direct3d so we do not have to link against d3d9.dll, it might
Tue, 17 Feb 2009 11:59:49 +0000 reimar Extend calc_src_dst_rects to also calculate the border values needed for
Thu, 12 Feb 2009 17:40:53 +0000 reimar Add a calc_src_dst_rects that calculates from window size, panscan etc.
Thu, 05 Feb 2009 09:07:58 +0000 gogothebee Avoid message spam during video adapter uncooperative state.
Thu, 05 Feb 2009 09:06:09 +0000 gogothebee Unify info/error messages to a common style:
Tue, 03 Feb 2009 11:00:09 +0000 reimar Add checks that a D3D device is available before attempting rendering.
Tue, 03 Feb 2009 10:54:27 +0000 reimar Remove the Present call after adapter reinitialization, it can not work anyway
Tue, 03 Feb 2009 10:21:17 +0000 reimar Cosmetics: remove empty line, improve some messages.
Tue, 03 Feb 2009 10:17:14 +0000 reimar Whitespace/comment typo cosmetics.
Tue, 03 Feb 2009 10:16:03 +0000 reimar Check for change_d3d_backbuffer failure.
Tue, 03 Feb 2009 10:14:44 +0000 reimar Fix several return values
Tue, 27 Jan 2009 10:02:47 +0000 reimar Allocate a larger backbuffer to allow resizing without reinit.
Tue, 09 Dec 2008 18:44:48 +0000 reimar Set d3d_handle to NULL after release.
Tue, 09 Dec 2008 18:41:41 +0000 reimar Forgotten part of previous cosmetics commit
Tue, 09 Dec 2008 18:36:15 +0000 reimar Slightly simplify the conditional release/free code
Tue, 09 Dec 2008 18:31:52 +0000 reimar First version of OSD support for vo_direct3d
Mon, 08 Dec 2008 11:30:43 +0000 diego cosmetics: indentation
Mon, 08 Dec 2008 11:04:27 +0000 reimar Remove pointless or even wrong N/A return values doxy comments
Wed, 03 Dec 2008 12:22:32 +0000 reimar Fix indentation.
Tue, 02 Dec 2008 15:03:19 +0000 reimar Remove resize_d3d call from render_d3d_frame that was made useless
Tue, 02 Dec 2008 14:51:46 +0000 reimar 100l, do not call check_events from resize_d3d since there should be
Tue, 02 Dec 2008 09:46:08 +0000 reimar Cosmetics: Remove unnecessary ()
Tue, 02 Dec 2008 09:40:09 +0000 reimar Consistency cosmetics: do not compare against NULL in ifs
Tue, 02 Dec 2008 09:38:24 +0000 reimar Cosmetics: remove spaces before argument (
Tue, 02 Dec 2008 09:36:47 +0000 reimar Reorganize Direct3D initialization code.
Fri, 28 Nov 2008 09:24:20 +0000 diego whitespace cosmetics: prettyprinting and indentation
Wed, 26 Nov 2008 16:30:42 +0000 reimar Use D3DFMT_ constants where possible instead of MAKEFOURCC
Wed, 26 Nov 2008 16:27:39 +0000 reimar Add support for RGB formats to vo_direct3d
Mon, 24 Nov 2008 09:46:23 +0000 reimar Remove a ColorFill that is not necessary since the surface it is used
Mon, 24 Nov 2008 09:44:33 +0000 reimar Make sure the backbuffer is cleared when the border size might have changed.
Sun, 23 Nov 2008 18:50:39 +0000 reimar Patch to improve/consistify coding style.
Sun, 23 Nov 2008 18:45:01 +0000 reimar Fix indentation
Sun, 23 Nov 2008 18:42:29 +0000 reimar Lock/unlock surface only once even when drawing many slices.
Sun, 23 Nov 2008 18:24:53 +0000 reimar Move locked_rect from stack to priv struct in preparation for following patch.
Sun, 23 Nov 2008 18:13:56 +0000 reimar Move the StretchRect call from draw_slices to render_d3d_frame.
Sun, 23 Nov 2008 17:25:46 +0000 reimar Remove pointless is_cfG_finished variable.
Fri, 21 Nov 2008 12:22:16 +0000 reimar Fix and enable panscan handling for vo_direct3d
Thu, 20 Nov 2008 15:13:14 +0000 reimar Cosmetics: rename variables etc. in vo_direct3d.c
Wed, 19 Nov 2008 13:39:07 +0000 reimar Simplify conditions in direct3d vo: remove == 1, change == 0 to ! etc.
Tue, 18 Nov 2008 14:51:54 +0000 reimar Add missing "static" qualifiers to vo_direct3d
Tue, 18 Nov 2008 12:23:42 +0000 reimar Direct3D based video_out module.