index
:
delta/gstreamer-plugins-bad.git
0.10
0.11
1.0
1.10
1.12
1.14
1.16
1.18
1.2
1.4
1.6
1.8
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
baserock/1.4
baserock/1.6
baserock/1.6.3
baserock/morph/1.2
discontinued-for-monorepo
master
gitlab.freedesktop.org: gstreamer/gst-plugins-bad.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
d3dvideosink
/
d3dhelpers.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
d3dhelpers.c: fix typo in debug output
Aaron Boxer
2019-01-30
1
-2
/
+1
*
d3dvideosink: Remove unused variable
Nirbheek Chauhan
2018-11-13
1
-1
/
+0
*
d3dvideosink: Fix calculating buffer size of packed format
Seungha Yang
2018-11-06
1
-13
/
+1
*
d3dvideosink: Set actual buffer size to buffer pool
Seungha Yang
2018-11-06
1
-70
/
+122
*
d3dvideosink: Use lock/cond to wait internal window construction
Seungha Yang
2018-11-06
1
-9
/
+32
*
d3dvideosink: Don't leak GThread object
Seungha Yang
2018-11-06
1
-0
/
+8
*
d3dvideosink: Remove white space
Seungha Yang
2018-11-06
1
-1
/
+1
*
gst: Clear floating flag in constructor of all GstObject subclasses that are ...
Sebastian Dröge
2017-05-17
1
-1
/
+4
*
docs: Port all docstring to gtk-doc markdown
Thibault Saunier
2017-04-12
1
-10
/
+10
*
Remove 'return' from `void` functions
Scott D Phillips
2016-11-12
1
-1
/
+1
*
d3dvideosink: Replace some more gst_caps_to_string() with GST_PTR_FORMAT
Sebastian Dröge
2016-06-28
1
-3
/
+1
*
d3dvideosink: Don't try to recreate swapchain while the window is minimized
Sebastian Dröge
2015-11-30
1
-1
/
+19
*
d3dvideosink: Avoid frame rendering while the window is completely hidden
Fabio Cetrini
2015-06-10
1
-0
/
+44
*
d3dvideosink: release existing D3D swap chain on init
Roman Nowicki
2015-02-25
1
-0
/
+4
*
d3dvideosink: Don't initialize the render window swap chain while the device ...
Sebastian Dröge
2015-02-24
1
-1
/
+6
*
d3dvideosink: Deactivate the fallback pool and unref the fallback buffer when...
Sebastian Dröge
2015-02-18
1
-0
/
+4
*
d3dvideosink: Open Direct3D devices in a threadsafe way
Sebastian Dröge
2014-07-15
1
-0
/
+3
*
d3dvideosink: Always lock the D3D surfaces in write mode
Sebastian Dröge
2014-07-03
1
-3
/
+2
*
d3dhelpers: Swap UV planes properly for YV12 as compared to I420
Sebastian Dröge
2014-07-03
1
-8
/
+19
*
d3dvideosink: Don't leak all surfaces
Sebastian Dröge
2014-07-02
1
-6
/
+0
*
d3dvideosink: PostMessage() takes integers as last parameters, not pointers
Sebastian Dröge
2014-07-02
1
-2
/
+2
*
d3dvideosink: Remove unused variable
Sebastian Dröge
2014-07-02
1
-1
/
+0
*
d3dvideosink: Release D3D surfaces when shutting down the sink
Eric Trousset
2014-06-23
1
-0
/
+14
*
d3dvideosink: post proper error message when window disappears
Tim-Philipp Müller
2014-04-08
1
-1
/
+3
*
d3dvideosink: Only pass a dest rectangle if set, otherwise pass NULL
Sebastian Dröge
2014-04-02
1
-1
/
+4
*
d3dvideosink: First destroy the window, then unregister the class
Alexey Chernov
2014-01-21
1
-3
/
+4
*
d3dvideosink: disable buffer pools
Andoni Morales Alastruey
2013-09-02
1
-0
/
+6
*
d3dvideosink: use bilinear filter as much as possible
Andoni Morales Alastruey
2013-04-04
1
-1
/
+1
*
d3dvideosink: Make sure that all buffers in our pool contain our own memory
Sebastian Dröge
2013-03-27
1
-3
/
+22
*
d3dvideosink: Add support for crop meta
Sebastian Dröge
2013-03-26
1
-7
/
+23
*
d3dvideosink: Implement a buffer pool that shares D3D surfaces with upstream
Sebastian Dröge
2013-03-26
1
-127
/
+527
*
d3dvideosink: Allocate a new offscreen surface for every buffer
Sebastian Dröge
2013-03-26
1
-27
/
+33
*
d3dvideosink: Remove scary "while (object.refcount > 0) release (object);" code
Sebastian Dröge
2012-12-22
1
-6
/
+0
*
d3dvideosink: Don't use "class" as variable name and don't use C99 comments
Sebastian Dröge
2012-12-22
1
-161
/
+159
*
d3dvideosink: Only open system resources in in NULL->READY, not on object ins...
Sebastian Dröge
2012-12-22
1
-0
/
+7
*
d3dvideosink: Properly copy frames to D3D with the right strides and everything
Sebastian Dröge
2012-12-22
1
-479
/
+264
*
d3dvideosink: Fix some more compiler warnings
Sebastian Dröge
2012-12-22
1
-6
/
+9
*
d3dvideosink: Rename keep-aspect-ratio to force-aspect-ratio and default to TRUE
Sebastian Dröge
2012-12-22
1
-2
/
+2
*
d3dvideosink: Add files that had to be included in the last commit
Sebastian Dröge
2012-12-22
1
-0
/
+2368