log libvo/vo_direct3d.c @ 30937:f87bfe2885f2

age author description
2010-01-03 reimar Avoid memleaks when vo_direct3d initialization fails.
2010-01-03 reimar Modify -vo direct3d so we do not have to link against d3d9.dll, it might
2009-02-17 reimar Extend calc_src_dst_rects to also calculate the border values needed for
2009-02-12 reimar Add a calc_src_dst_rects that calculates from window size, panscan etc.
2009-02-05 gogothebee Avoid message spam during video adapter uncooperative state.
2009-02-05 gogothebee Unify info/error messages to a common style:
2009-02-03 reimar Add checks that a D3D device is available before attempting rendering.
2009-02-03 reimar Remove the Present call after adapter reinitialization, it can not work anyway
2009-02-03 reimar Cosmetics: remove empty line, improve some messages.
2009-02-03 reimar Whitespace/comment typo cosmetics.
2009-02-03 reimar Check for change_d3d_backbuffer failure.
2009-02-03 reimar Fix several return values
2009-01-27 reimar Allocate a larger backbuffer to allow resizing without reinit.
2008-12-09 reimar Set d3d_handle to NULL after release.
2008-12-09 reimar Forgotten part of previous cosmetics commit
2008-12-09 reimar Slightly simplify the conditional release/free code
2008-12-09 reimar First version of OSD support for vo_direct3d
2008-12-08 diego cosmetics: indentation
2008-12-08 reimar Remove pointless or even wrong N/A return values doxy comments
2008-12-03 reimar Fix indentation.
2008-12-02 reimar Remove resize_d3d call from render_d3d_frame that was made useless
2008-12-02 reimar 100l, do not call check_events from resize_d3d since there should be
2008-12-02 reimar Cosmetics: Remove unnecessary ()
2008-12-02 reimar Consistency cosmetics: do not compare against NULL in ifs
2008-12-02 reimar Cosmetics: remove spaces before argument (
2008-12-02 reimar Reorganize Direct3D initialization code.
2008-11-28 diego whitespace cosmetics: prettyprinting and indentation
2008-11-26 reimar Use D3DFMT_ constants where possible instead of MAKEFOURCC
2008-11-26 reimar Add support for RGB formats to vo_direct3d
2008-11-24 reimar Remove a ColorFill that is not necessary since the surface it is used
2008-11-24 reimar Make sure the backbuffer is cleared when the border size might have changed.
2008-11-23 reimar Patch to improve/consistify coding style.
2008-11-23 reimar Fix indentation
2008-11-23 reimar Lock/unlock surface only once even when drawing many slices.
2008-11-23 reimar Move locked_rect from stack to priv struct in preparation for following patch.
2008-11-23 reimar Move the StretchRect call from draw_slices to render_d3d_frame.
2008-11-23 reimar Remove pointless is_cfG_finished variable.
2008-11-21 reimar Fix and enable panscan handling for vo_direct3d
2008-11-20 reimar Cosmetics: rename variables etc. in vo_direct3d.c
2008-11-19 reimar Simplify conditions in direct3d vo: remove == 1, change == 0 to ! etc.
2008-11-18 reimar Add missing "static" qualifiers to vo_direct3d
2008-11-18 reimar Direct3D based video_out module.