summaryrefslogtreecommitdiff
path: root/sys/d3dvideosink/d3dvideosink.c
Commit message (Expand)AuthorAgeFilesLines
* d3dvideosink: Deactivate the fallback buffer pool when replacing it during ca...Sebastian Dröge2015-02-241-1/+3
* d3dvideosink: Don't leak all surfacesSebastian Dröge2014-07-021-2/+4
* d3dvideosink: disable buffer poolsAndoni Morales Alastruey2013-09-021-0/+3
* d3dvideosink: Add support for crop metaSebastian Dröge2013-03-261-0/+5
* d3dvideosink: Implement a buffer pool that shares D3D surfaces with upstreamSebastian Dröge2013-03-261-0/+105
* d3dvideosink: Don't forget to return a value from ::propose_allocation()Sebastian Dröge2012-12-221-0/+2
* d3dvideosink: Add support for the video metaSebastian Dröge2012-12-221-0/+10
* d3dvideosink: Only open system resources in in NULL->READY, not on object ins...Sebastian Dröge2012-12-221-3/+15
* d3dvideosink: Properly copy frames to D3D with the right strides and everythingSebastian Dröge2012-12-221-275/+2
* d3dvideosink: Remove non-sense display PAR handlingSebastian Dröge2012-12-221-17/+2
* d3dvideosink: Fix caps leakSebastian Dröge2012-12-221-0/+3
* d3dvideosink: Fix duplicated format entry in the template capsSebastian Dröge2012-12-221-1/+1
* d3dvideosink: And remove the right declarationSebastian Dröge2012-12-221-2/+5
* d3dvideosink: Remove unused static declarationSebastian Dröge2012-12-221-5/+0
* d3dvideosink: Remove unused variablesSebastian Dröge2012-12-221-3/+0
* d3dvideosink: Update to new GLib threading APISebastian Dröge2012-12-221-3/+3
* d3dvideosink: Use G_PARAM_STATIC_STRINGSSebastian Dröge2012-12-221-4/+8
* d3dvideosink: Rename keep-aspect-ratio to force-aspect-ratio and default to TRUESebastian Dröge2012-12-221-9/+9
* d3dvideosink: Various improvementsRoland Krikava2012-12-221-2129/+456
* d3dvideosink: Only include formats that are actually workingSebastian Dröge2012-12-211-13/+7
* d3dvideosink: Add the actually supported color formats to the template capsSebastian Dröge2012-12-211-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* d3dvideosink: port to the new GLib thread APIMark Nauwelaerts2012-09-111-8/+6
* d3dvideosink: avoid duplicated symbols in static linksAndoni Morales Alastruey2012-08-071-39/+45
* sys: make video sinks default to force-aspect-ratio=trueTim-Philipp Müller2012-06-291-1/+1
* d3dvideosink: release the offscreen surface before the d3d deviceAndoni Morales Alastruey2012-06-261-7/+7
* d3dvideosink: clean up elementAndoni Morales Alastruey2012-06-261-176/+80
* d3dvideosink: rework locking for devices lostAndoni Morales Alastruey2012-06-261-41/+52
* d3dvideosink: release and recreate the device in prepare_windowAndoni Morales Alastruey2012-06-261-3/+2
* d3dvideosink: don't recreate the d3d device if it already existsAndoni Morales Alastruey2012-06-151-1/+3
* d3dvideosink: don't create new internal windows if we already have oneAndoni Morales Alastruey2012-06-151-3/+7
* d3dvideosink: don't flush after a device lostAndoni Morales Alastruey2012-05-311-1/+0
* Port d3dvideosink to 0.11Руслан Ижбулатов2012-05-231-199/+193
* d3dvideosink: fix deadlock when the device is lostAndoni Morales Alastruey2012-05-091-2/+0
* d3dvideosink: remove trailing ';' from locks defines to make gst-indent happyAndoni Morales Alastruey2012-05-091-29/+38
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-291-57/+29
|\
| * d3dvideosink: fix regression setting window handle in pause/playCarsten Kroll2012-03-181-59/+28
| * d3dvideosink: fix compiler warnings and build failure with mingwРуслан Ижбулатов2012-03-031-6/+8
* | fix for caps _normalize changesWim Taymans2012-03-121-6/+7
* | Merge branch 'master' into 0.11Wim Taymans2012-02-101-606/+535
|\ \ | |/
| * d3dvideosink: create a d3d device for each sink and use the default swap chai...Carsten Kroll2012-02-071-653/+441
| * d3dvideosink: flush GPU before Present added alternate wait for vsync method ...Carsten Kroll2012-02-071-3/+66
| * d3dvideosink: check for hardware capabilities, when negotiatingCarsten Kroll2012-02-071-7/+51
| * d3dvideosink: redraw last buffer when new window handle has been set.Carsten Kroll2012-02-071-3/+6
| * d3dvideosink: added NV12 + enabled RGB supportCarsten Kroll2012-02-071-3/+30
| * d3dvideosink: Fix device initialization checkAndoni Morales Alastruey2012-02-071-1/+5
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-2/+2
* | GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-1/+1
|/
* d3dvideosink: Add pluginDavid Schleef2011-06-041-0/+2624