summaryrefslogtreecommitdiff
path: root/sys/d3dvideosink
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-3/+12
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2017-09-06Request minimum buffer even if need_pool is FALSENicolas Dufresne1-10/+10
2017-07-20d3dsinkwrapper: Make the DLL name match the plugin nameNicolas Dufresne3-8/+8
2017-05-17gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge1-1/+4
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier2-15/+15
2016-11-12Remove 'return' from `void` functionsScott D Phillips1-1/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+16
2016-06-28d3dvideosink: Replace some more gst_caps_to_string() with GST_PTR_FORMATSebastian Dröge2-10/+3
2016-06-28d3dvideosink: leak on caps stringJonathan Roy1-3/+1
2016-04-19d3dvideosink: Don't include deprecated and unavailable d3dx9tex.hNirbheek Chauhan1-1/+0
2016-03-24d3dvideosink: post message to application for unhandled keyboard/mouse eventsVineeth TM1-1/+7
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2015-11-30d3dvideosink: Don't try to recreate swapchain while the window is minimizedSebastian Dröge1-1/+19
2015-06-10d3dvideosink: Avoid frame rendering while the window is completely hiddenFabio Cetrini1-0/+44
2015-02-25d3dvideosink: release existing D3D swap chain on initRoman Nowicki1-0/+4
2015-02-24d3dvideosink: Don't initialize the render window swap chain while the device ...Sebastian Dröge1-1/+6
2015-02-24d3dvideosink: Deactivate the fallback buffer pool when replacing it during ca...Sebastian Dröge1-1/+3
2015-02-18d3dvideosink: Deactivate the fallback pool and unref the fallback buffer when...Sebastian Dröge1-0/+4
2014-07-15d3dvideosink: Open Direct3D devices in a threadsafe waySebastian Dröge1-0/+3
2014-07-03d3dvideosink: Always lock the D3D surfaces in write modeSebastian Dröge1-3/+2
2014-07-03d3dhelpers: Swap UV planes properly for YV12 as compared to I420Sebastian Dröge1-8/+19
2014-07-02d3dvideosink: Don't leak all surfacesSebastian Dröge2-8/+4
2014-07-02d3dvideosink: PostMessage() takes integers as last parameters, not pointersSebastian Dröge1-2/+2
2014-07-02d3dvideosink: Remove unused variableSebastian Dröge1-1/+0
2014-06-23d3dvideosink: Release D3D surfaces when shutting down the sinkEric Trousset2-0/+15
2014-04-08d3dvideosink: post proper error message when window disappearsTim-Philipp Müller1-1/+3
2014-04-02d3dvideosink: Only pass a dest rectangle if set, otherwise pass NULLSebastian Dröge1-1/+4
2014-01-21d3dvideosink: First destroy the window, then unregister the classAlexey Chernov1-3/+4
2013-09-02d3dvideosink: disable buffer poolsAndoni Morales Alastruey3-1/+11
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-04-04d3dvideosink: use bilinear filter as much as possibleAndoni Morales Alastruey1-1/+1
2013-03-27d3dvideosink: Make sure that all buffers in our pool contain our own memorySebastian Dröge1-3/+22
2013-03-26d3dvideosink: Add support for crop metaSebastian Dröge3-7/+29
2013-03-26d3dvideosink: Implement a buffer pool that shares D3D surfaces with upstreamSebastian Dröge4-128/+664
2013-03-26d3dvideosink: Allocate a new offscreen surface for every bufferSebastian Dröge1-27/+33
2012-12-27d3dvideosink: Add compatibility #defines for older mingw headersSebastian Dröge1-0/+18
2012-12-22d3dvideosink: Remove scary "while (object.refcount > 0) release (object);" codeSebastian Dröge1-6/+0
2012-12-22d3dvideosink: Don't forget to return a value from ::propose_allocation()Sebastian Dröge1-0/+2
2012-12-22d3dvideosink: Add support for the video metaSebastian Dröge1-0/+10
2012-12-22d3dvideosink: Don't use "class" as variable name and don't use C99 commentsSebastian Dröge3-167/+165
2012-12-22d3dvideosink: Only open system resources in in NULL->READY, not on object ins...Sebastian Dröge2-3/+22
2012-12-22d3dvideosink: Properly copy frames to D3D with the right strides and everythingSebastian Dröge4-780/+270
2012-12-22d3dvideosink: Remove non-sense display PAR handlingSebastian Dröge2-18/+2
2012-12-22d3dvideosink: Fix caps leakSebastian Dröge1-0/+3
2012-12-22d3dvideosink: Fix duplicated format entry in the template capsSebastian Dröge1-1/+1
2012-12-22d3dvideosink: Fix linkingSebastian Dröge1-3/+3
2012-12-22d3dvideosink: Fix some more compiler warningsSebastian Dröge1-6/+9
2012-12-22d3dvideosink: Port remaining bits to new GLib threading APISebastian Dröge1-8/+8