index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libvo
/
vo_direct3d.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extend calc_src_dst_rects to also calculate the border values needed for
reimar
2009-02-17
1
-2
/
+8
*
Add a calc_src_dst_rects that calculates from window size, panscan etc.
reimar
2009-02-12
1
-41
/
+12
*
Avoid message spam during video adapter uncooperative state.
gogothebee
2009-02-05
1
-1
/
+1
*
Unify info/error messages to a common style:
gogothebee
2009-02-05
1
-43
/
+43
*
Add checks that a D3D device is available before attempting rendering.
reimar
2009-02-03
1
-1
/
+16
*
Remove the Present call after adapter reinitialization, it can not work anyway
reimar
2009-02-03
1
-4
/
+0
*
Cosmetics: remove empty line, improve some messages.
reimar
2009-02-03
1
-5
/
+3
*
Whitespace/comment typo cosmetics.
reimar
2009-02-03
1
-5
/
+5
*
Check for change_d3d_backbuffer failure.
reimar
2009-02-03
1
-1
/
+2
*
Fix several return values
reimar
2009-02-03
1
-3
/
+3
*
Allocate a larger backbuffer to allow resizing without reinit.
reimar
2009-01-27
1
-43
/
+113
*
Set d3d_handle to NULL after release.
reimar
2008-12-09
1
-0
/
+1
*
Forgotten part of previous cosmetics commit
reimar
2008-12-09
1
-3
/
+2
*
Slightly simplify the conditional release/free code
reimar
2008-12-09
1
-21
/
+14
*
First version of OSD support for vo_direct3d
reimar
2008-12-09
1
-7
/
+282
*
cosmetics: indentation
diego
2008-12-08
1
-1
/
+2
*
Remove pointless or even wrong N/A return values doxy comments
reimar
2008-12-08
1
-5
/
+0
*
Fix indentation.
reimar
2008-12-03
1
-1
/
+1
*
Remove resize_d3d call from render_d3d_frame that was made useless
reimar
2008-12-02
1
-2
/
+0
*
100l, do not call check_events from resize_d3d since there should be
reimar
2008-12-02
1
-3
/
+0
*
Cosmetics: Remove unnecessary ()
reimar
2008-12-02
1
-1
/
+1
*
Consistency cosmetics: do not compare against NULL in ifs
reimar
2008-12-02
1
-6
/
+6
*
Cosmetics: remove spaces before argument (
reimar
2008-12-02
1
-3
/
+3
*
Reorganize Direct3D initialization code.
reimar
2008-12-02
1
-51
/
+150
*
whitespace cosmetics: prettyprinting and indentation
diego
2008-11-28
1
-77
/
+81
*
Use D3DFMT_ constants where possible instead of MAKEFOURCC
reimar
2008-11-26
1
-2
/
+2
*
Add support for RGB formats to vo_direct3d
reimar
2008-11-26
1
-0
/
+6
*
Remove a ColorFill that is not necessary since the surface it is used
reimar
2008-11-24
1
-4
/
+0
*
Make sure the backbuffer is cleared when the border size might have changed.
reimar
2008-11-24
1
-1
/
+14
*
Patch to improve/consistify coding style.
reimar
2008-11-23
1
-20
/
+20
*
Fix indentation
reimar
2008-11-23
1
-12
/
+12
*
Lock/unlock surface only once even when drawing many slices.
reimar
2008-11-23
1
-7
/
+14
*
Move locked_rect from stack to priv struct in preparation for following patch.
reimar
2008-11-23
1
-17
/
+13
*
Move the StretchRect call from draw_slices to render_d3d_frame.
reimar
2008-11-23
1
-28
/
+8
*
Remove pointless is_cfG_finished variable.
reimar
2008-11-23
1
-17
/
+3
*
Fix and enable panscan handling for vo_direct3d
reimar
2008-11-21
1
-77
/
+43
*
Cosmetics: rename variables etc. in vo_direct3d.c
reimar
2008-11-20
1
-253
/
+225
*
Simplify conditions in direct3d vo: remove == 1, change == 0 to ! etc.
reimar
2008-11-19
1
-12
/
+13
*
Add missing "static" qualifiers to vo_direct3d
reimar
2008-11-18
1
-18
/
+18
*
Direct3D based video_out module.
reimar
2008-11-18
1
-0
/
+751