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