Stéphane Cottin
de8cc46795
decklink: Upgrade sdk to version 11.6
2020-11-03 15:56:09 -06:00
jp9000
f53df7da64
clang-format: Apply formatting
...
Code submissions have continually suffered from formatting
inconsistencies that constantly have to be addressed. Using
clang-format simplifies this by making code formatting more consistent,
and allows automation of the code formatting so that maintainers can
focus more on the code itself instead of code formatting.
2019-06-23 23:49:10 -07:00
Colin Edwards
818001fb59
decklink: Allow selecting input connections.
2019-03-03 13:19:38 -06:00
Dmitry-Me
c9dc07db92
decklink: Remove redundant const qualifiers
2019-02-01 16:24:37 +03:00
Colin Edwards
19bc92d267
Decklink: Keyer support
2019-01-04 17:34:00 -06:00
Colin Edwards
21b67cff64
Decklink: add output support
2018-09-25 19:13:25 -05:00
mntone
41c2f5e13b
decklink: Add feature to detect resolution/format
...
Closes jp9000/obs-studio#879
2017-06-29 15:42:04 -07:00
fryshorts
311cd6fb79
decklink: Fix compiler warning about ignored const
...
Fix a warning from gcc about one of the const keywords being ignored.
This happens because the returned type is not a reference contrary to
the methods above.
2017-05-10 22:43:15 +02:00
mntone
c459ade360
decklink: Add option to select channel format
...
Closes jp9000/obs-studio#867
2017-04-07 19:56:28 -07:00
pantonvich
58b108b261
decklink: Fix issues showing older devices
...
Certain older devices (such as the Decklink Duo and Quad) could not be
selected due to the fact that they rely on BMDDeckLinkTopologicalID for
their unique identifier rather than BMDDeckLinkPersistentID.
See http://forum.blackmagicdesign.com/viewtopic.php?f=12&t=33967
Closes jp9000/obs-studio#517
2016-03-24 02:03:36 -07:00
Skyler Lipthay
4225fa8eee
decklink: Add Blackmagic DeckLink capture plugin
...
This is a cross-platform Blackmagic device capture plugin that makes use
of the manufacturer provided DeckLink SDK.
2015-03-21 16:40:05 -07:00