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
/
d3dvideosink.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-2
/
+2
2017-04-12
docs: Port all docstring to gtk-doc markdown
Thibault Saunier
1
-5
/
+5
2016-06-28
d3dvideosink: Replace some more gst_caps_to_string() with GST_PTR_FORMAT
Sebastian Dröge
1
-7
/
+2
2016-06-28
d3dvideosink: leak on caps string
Jonathan Roy
1
-3
/
+1
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-02-24
d3dvideosink: Deactivate the fallback buffer pool when replacing it during ca...
Sebastian Dröge
1
-1
/
+3
2014-07-02
d3dvideosink: Don't leak all surfaces
Sebastian Dröge
1
-2
/
+4
2013-09-02
d3dvideosink: disable buffer pools
Andoni Morales Alastruey
1
-0
/
+3
2013-03-26
d3dvideosink: Add support for crop meta
Sebastian Dröge
1
-0
/
+5
2013-03-26
d3dvideosink: Implement a buffer pool that shares D3D surfaces with upstream
Sebastian Dröge
1
-0
/
+105
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: Only open system resources in in NULL->READY, not on object ins...
Sebastian Dröge
1
-3
/
+15
2012-12-22
d3dvideosink: Properly copy frames to D3D with the right strides and everything
Sebastian Dröge
1
-275
/
+2
2012-12-22
d3dvideosink: Remove non-sense display PAR handling
Sebastian Dröge
1
-17
/
+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: And remove the right declaration
Sebastian Dröge
1
-2
/
+5
2012-12-22
d3dvideosink: Remove unused static declaration
Sebastian Dröge
1
-5
/
+0
2012-12-22
d3dvideosink: Remove unused variables
Sebastian Dröge
1
-3
/
+0
2012-12-22
d3dvideosink: Update to new GLib threading API
Sebastian Dröge
1
-3
/
+3
2012-12-22
d3dvideosink: Use G_PARAM_STATIC_STRINGS
Sebastian Dröge
1
-4
/
+8
2012-12-22
d3dvideosink: Rename keep-aspect-ratio to force-aspect-ratio and default to TRUE
Sebastian Dröge
1
-9
/
+9
2012-12-22
d3dvideosink: Various improvements
Roland Krikava
1
-2129
/
+456
2012-12-21
d3dvideosink: Only include formats that are actually working
Sebastian Dröge
1
-13
/
+7
2012-12-21
d3dvideosink: Add the actually supported color formats to the template caps
Sebastian Dröge
1
-1
/
+1
2012-11-04
Fix FSF address
Tim-Philipp Müller
1
-2
/
+2
2012-09-11
d3dvideosink: port to the new GLib thread API
Mark Nauwelaerts
1
-8
/
+6
2012-08-07
d3dvideosink: avoid duplicated symbols in static links
Andoni Morales Alastruey
1
-39
/
+45
2012-06-29
sys: make video sinks default to force-aspect-ratio=true
Tim-Philipp Müller
1
-1
/
+1
2012-06-26
d3dvideosink: release the offscreen surface before the d3d device
Andoni Morales Alastruey
1
-7
/
+7
2012-06-26
d3dvideosink: clean up element
Andoni Morales Alastruey
1
-176
/
+80
2012-06-26
d3dvideosink: rework locking for devices lost
Andoni Morales Alastruey
1
-41
/
+52
2012-06-26
d3dvideosink: release and recreate the device in prepare_window
Andoni Morales Alastruey
1
-3
/
+2
2012-06-15
d3dvideosink: don't recreate the d3d device if it already exists
Andoni Morales Alastruey
1
-1
/
+3
2012-06-15
d3dvideosink: don't create new internal windows if we already have one
Andoni Morales Alastruey
1
-3
/
+7
2012-05-31
d3dvideosink: don't flush after a device lost
Andoni Morales Alastruey
1
-1
/
+0
2012-05-23
Port d3dvideosink to 0.11
Руслан Ижбулатов
1
-199
/
+193
2012-05-09
d3dvideosink: fix deadlock when the device is lost
Andoni Morales Alastruey
1
-2
/
+0
2012-05-09
d3dvideosink: remove trailing ';' from locks defines to make gst-indent happy
Andoni Morales Alastruey
1
-29
/
+38
2012-04-05
gst: Update for GST_PLUGIN_DEFINE() API changes
Sebastian Dröge
1
-1
/
+1
2012-03-29
Merge remote-tracking branch 'origin/0.10'
Sebastian Dröge
1
-57
/
+29
2012-03-18
d3dvideosink: fix regression setting window handle in pause/play
Carsten Kroll
1
-59
/
+28
2012-03-12
fix for caps _normalize changes
Wim Taymans
1
-6
/
+7
2012-03-03
d3dvideosink: fix compiler warnings and build failure with mingw
Руслан Ижбулатов
1
-6
/
+8
2012-02-10
Merge branch 'master' into 0.11
Wim Taymans
1
-606
/
+535
2012-02-08
GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING
Wim Taymans
1
-1
/
+1
2012-02-07
d3dvideosink: create a d3d device for each sink and use the default swap chai...
Carsten Kroll
1
-653
/
+441
[next]