]> git.sesse.net Git - vlc/commit
Add access module for BlackMagic SDI cards ("decklink").
authorSteinar H. Gunderson <steinar+vlc@gunderson.no>
Thu, 23 Sep 2010 21:44:34 +0000 (23:44 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 23 Oct 2010 15:14:19 +0000 (17:14 +0200)
commit3119a2c565236de4dbefd31e6a36c12ecfa5f9cf
tree1ed774efe0ea4eccbfce2de37ae68afd1b9af7de
parentd7fa382b66ddb92de89edd35864860ebace28507
Add access module for BlackMagic SDI cards ("decklink").

Adds a driver for the BlackMagic DeckLink series of SDI cards (input only).
It requires BlackMagic's proprietary (but free-to-download) SDK to compile
and run. I've only tested it on Linux -- the Windows API is very similar but
not identical, so some adjustments will probably have to happen if anybody
wants this to work on Windows. (Windows users can, AFAIK, already access the
card via DirectShow, though.) It supports multiple cards, all the various
A/V inputs and video modes including setting field dominance and multichannel
input (2, 8 or 16 channels).

All testing has been with a DeckLink HD Extreme 3, which I have very
graciously been given access to by Frikanalen.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
NEWS
configure.ac
modules/LIST
modules/access/Modules.am
modules/access/decklink.cpp [new file with mode: 0644]
po/POTFILES.in