summaryrefslogtreecommitdiff
path: root/sys/decklink/gstdecklink.cpp
Commit message (Expand)AuthorAgeFilesLines
* decklinkvideosrc: implement RGB capture supportJulien Moutte2016-01-221-15/+48
* decklinkvideosink: Made "auto" mode work according to capsVivia Nikolaidou2015-12-181-0/+18
* decklink: Add a clock epoch that is used as offset whenever restarting the clockSebastian Dröge2015-09-241-0/+2
* decklink: Rename mode 2048p to 1556pHeinrich Fink2015-05-111-6/+6
* decklink: Use correct frame rate for mode 2160p50Heinrich Fink2015-05-111-1/+1
* decklink: Rename mode 3184p to 2160pHeinrich Fink2015-05-111-17/+17
* decklink: do not repeat first video format in caps templateJosep Torra2015-04-221-1/+1
* decklink: Incorrect frame rate for interlaced modesDanielD102015-03-021-3/+3
* decklink: Fix compiler warning with gccSebastian Dröge2015-02-091-2/+2
* decklink{audio,video}src: Implement clock slaving if the pipeline clock is no...Sebastian Dröge2015-02-091-4/+28
* decklink{audio,video}src: Take the capture times from the pipeline clockSebastian Dröge2015-02-081-12/+25
* decklink: Make sure our clock never returns NONE, always advances and does no...Sebastian Dröge2015-01-281-21/+88
* decklink: Use BT2020 colorspace for UltraHD resolutionsSebastian Dröge2015-01-131-13/+13
* decklink: Fix indention once againSebastian Dröge2015-01-131-2/+1
* decklink: Initialize refcount of our C++ classes in the constructorSebastian Dröge2015-01-121-1/+2
* decklinkvideosrc: Add automatic mode detectionFlorian Langlois2015-01-081-4/+130
* decklink: Add a dummy value to the video connection mapping table for autoSebastian Dröge2015-01-081-0/+1
* decklink: Add XLR and RCA audio connection enumsSebastian Dröge2015-01-081-0/+4
* decklinkvideosrc: Add auto value for the connection propertySebastian Dröge2015-01-081-1/+6
* decklink: Add property for configuring the input connection of the video sourcesFlorian Langlois2015-01-081-0/+20
* decklink: Add support for 4K / UHD modesSebastian Dröge2014-12-291-2/+19
* decklink: Fix indentionSebastian Dröge2014-12-291-2/+3
* decklink: Fix various compiler warnings with gccSebastian Dröge2014-12-191-11/+5
* decklink: Re-add the COM initialization code for WindowsSebastian Dröge2014-12-191-0/+64
* decklink: Add initial version of audio and video sourcesSebastian Dröge2014-12-191-0/+150
* decklink: Initial version of the audio/video sink rewriteSebastian Dröge2014-12-191-41/+202
* decklink: Add support for 2k modesSebastian Dröge2014-11-241-1/+9
* decklink: HD1080i50 is 50 frames per secondSebastian Dröge2014-11-241-1/+1
* decklink: Fix indentionSebastian Dröge2014-11-141-7/+10
* decklink: 59.94fps is 60000/1001, not 30000/1001Sebastian Dröge2014-08-011-3/+3
* decklink: Don't fail if HW does not have all interfacesNicolas Dufresne2014-04-271-3/+0
* Revert "y4mdec: check for VIDEO meta instead of CROP meta"Tim-Philipp Müller2014-04-271-0/+3
* decklink: Fix support for HW without outputNicolas Dufresne2014-04-231-0/+5
* y4mdec: check for VIDEO meta instead of CROP metaNicolas Dufresne2014-04-231-3/+0
* decklink: actually enable decklinksinkYouri Westerman2013-07-221-2/+1
* decklinksrc: port to 1.0Tim-Philipp Müller2013-02-271-4/+6
* decklink: change device instance lifecycleDavid Schleef2012-09-231-12/+74
* decklink: use GOnce in type registrationDavid Schleef2012-07-031-62/+66
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* decklinksink: Add device propertyDavid Schleef2012-03-171-1/+31
* decklink: reindentDavid Schleef2012-03-171-28/+28
* decklink: Add audio-input propertyDavid Schleef2011-08-031-0/+19
* decklink: HD modes are square pixelsDavid Schleef2011-07-071-1/+1
* decklink: Add more modesDavid Schleef2011-07-041-23/+81
* decklink: Add connection typeDavid Schleef2011-06-201-0/+21
* decklink: Add various featuresDavid Schleef2011-06-201-0/+63
* decklink: Add decklink pluginDavid Schleef2011-03-231-0/+44