vlc | branch: master | Steinar H. Gunderson <[email protected]> | 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 <[email protected]>

> 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
_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to