[vlc-commits] commit: Add access module for BlackMagic SDI cards ("decklink"). (Steinar H . Gunderson )

git at videolan.org git at videolan.org
Sat Oct 23 17:15:10 CEST 2010


vlc | branch: master | Steinar H. Gunderson <steinar+vlc at gunderson.no> | Thu Sep 23 23:44:34 2010 +0200| [3119a2c565236de4dbefd31e6a36c12ecfa5f9cf] | committer: Jean-Baptiste Kempf 

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 at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3119a2c565236de4dbefd31e6a36c12ecfa5f9cf
---

 NEWS                        |    1 +
 configure.ac                |   23 ++
 modules/LIST                |    1 +
 modules/access/Modules.am   |    1 +
 modules/access/decklink.cpp |  653 +++++++++++++++++++++++++++++++++++++++++++
 po/POTFILES.in              |    1 +
 6 files changed, 680 insertions(+), 0 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=3119a2c565236de4dbefd31e6a36c12ecfa5f9cf


More information about the vlc-commits mailing list