index
:
~adn770/gst-plugins-bad
0.10
backport
build
eglglessink_backport
hacking
master
opensles
osx-fix-pthread
shm-fixes
srtp
tsdemux
videoparsers
GStreamer plugins bad hacking
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
d3dvideosink
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-27
Add feature options for almost all plugins
Nirbheek Chauhan
1
-3
/
+12
2018-04-25
Meson: Generate pc file for all plugins in bad
Xavier Claessens
1
-0
/
+1
2017-09-06
Request minimum buffer even if need_pool is FALSE
Nicolas Dufresne
1
-10
/
+10
2017-07-20
d3dsinkwrapper: Make the DLL name match the plugin name
Nicolas Dufresne
3
-8
/
+8
2017-05-17
gst: Clear floating flag in constructor of all GstObject subclasses that are ...
Sebastian Dröge
1
-1
/
+4
2017-05-16
Remove plugin specific static build option
Nicolas Dufresne
1
-1
/
+0
2017-04-12
docs: Port all docstring to gtk-doc markdown
Thibault Saunier
2
-15
/
+15
2016-11-12
Remove 'return' from `void` functions
Scott D Phillips
1
-1
/
+1
2016-08-20
Add support for Meson as alternative/parallel build system
Nirbheek Chauhan
1
-0
/
+16
2016-06-28
d3dvideosink: Replace some more gst_caps_to_string() with GST_PTR_FORMAT
Sebastian Dröge
2
-10
/
+3
2016-06-28
d3dvideosink: leak on caps string
Jonathan Roy
1
-3
/
+1
2016-04-19
d3dvideosink: Don't include deprecated and unavailable d3dx9tex.h
Nirbheek Chauhan
1
-1
/
+0
2016-03-24
d3dvideosink: post message to application for unhandled keyboard/mouse events
Vineeth TM
1
-1
/
+7
2016-03-24
bad: use new gst_element_class_add_static_pad_template()
Vineeth TM
1
-2
/
+1
2015-11-30
d3dvideosink: Don't try to recreate swapchain while the window is minimized
Sebastian Dröge
1
-1
/
+19
2015-06-10
d3dvideosink: Avoid frame rendering while the window is completely hidden
Fabio Cetrini
1
-0
/
+44
2015-02-25
d3dvideosink: release existing D3D swap chain on init
Roman Nowicki
1
-0
/
+4
2015-02-24
d3dvideosink: Don't initialize the render window swap chain while the device ...
Sebastian Dröge
1
-1
/
+6
2015-02-24
d3dvideosink: Deactivate the fallback buffer pool when replacing it during ca...
Sebastian Dröge
1
-1
/
+3
2015-02-18
d3dvideosink: Deactivate the fallback pool and unref the fallback buffer when...
Sebastian Dröge
1
-0
/
+4
2014-07-15
d3dvideosink: Open Direct3D devices in a threadsafe way
Sebastian Dröge
1
-0
/
+3
2014-07-03
d3dvideosink: Always lock the D3D surfaces in write mode
Sebastian Dröge
1
-3
/
+2
2014-07-03
d3dhelpers: Swap UV planes properly for YV12 as compared to I420
Sebastian Dröge
1
-8
/
+19
2014-07-02
d3dvideosink: Don't leak all surfaces
Sebastian Dröge
2
-8
/
+4
2014-07-02
d3dvideosink: PostMessage() takes integers as last parameters, not pointers
Sebastian Dröge
1
-2
/
+2
2014-07-02
d3dvideosink: Remove unused variable
Sebastian Dröge
1
-1
/
+0
2014-06-23
d3dvideosink: Release D3D surfaces when shutting down the sink
Eric Trousset
2
-0
/
+15
2014-04-08
d3dvideosink: post proper error message when window disappears
Tim-Philipp Müller
1
-1
/
+3
2014-04-02
d3dvideosink: Only pass a dest rectangle if set, otherwise pass NULL
Sebastian Dröge
1
-1
/
+4
2014-01-21
d3dvideosink: First destroy the window, then unregister the class
Alexey Chernov
1
-3
/
+4
2013-09-02
d3dvideosink: disable buffer pools
Andoni Morales Alastruey
3
-1
/
+11
2013-04-15
gst: Add better support for static plugins
Sebastian Dröge
1
-1
/
+1
2013-04-04
d3dvideosink: use bilinear filter as much as possible
Andoni Morales Alastruey
1
-1
/
+1
2013-03-27
d3dvideosink: Make sure that all buffers in our pool contain our own memory
Sebastian Dröge
1
-3
/
+22
2013-03-26
d3dvideosink: Add support for crop meta
Sebastian Dröge
3
-7
/
+29
2013-03-26
d3dvideosink: Implement a buffer pool that shares D3D surfaces with upstream
Sebastian Dröge
4
-128
/
+664
2013-03-26
d3dvideosink: Allocate a new offscreen surface for every buffer
Sebastian Dröge
1
-27
/
+33
2012-12-27
d3dvideosink: Add compatibility #defines for older mingw headers
Sebastian Dröge
1
-0
/
+18
2012-12-22
d3dvideosink: Remove scary "while (object.refcount > 0) release (object);" code
Sebastian Dröge
1
-6
/
+0
2012-12-22
d3dvideosink: Don't forget to return a value from ::propose_allocation()
Sebastian Dröge
1
-0
/
+2
2012-12-22
d3dvideosink: Add support for the video meta
Sebastian Dröge
1
-0
/
+10
2012-12-22
d3dvideosink: Don't use "class" as variable name and don't use C99 comments
Sebastian Dröge
3
-167
/
+165
2012-12-22
d3dvideosink: Only open system resources in in NULL->READY, not on object ins...
Sebastian Dröge
2
-3
/
+22
2012-12-22
d3dvideosink: Properly copy frames to D3D with the right strides and everything
Sebastian Dröge
4
-780
/
+270
2012-12-22
d3dvideosink: Remove non-sense display PAR handling
Sebastian Dröge
2
-18
/
+2
2012-12-22
d3dvideosink: Fix caps leak
Sebastian Dröge
1
-0
/
+3
2012-12-22
d3dvideosink: Fix duplicated format entry in the template caps
Sebastian Dröge
1
-1
/
+1
2012-12-22
d3dvideosink: Fix linking
Sebastian Dröge
1
-3
/
+3
2012-12-22
d3dvideosink: Fix some more compiler warnings
Sebastian Dröge
1
-6
/
+9
2012-12-22
d3dvideosink: Port remaining bits to new GLib threading API
Sebastian Dröge
1
-8
/
+8
[next]