[FFmpeg-devel] [PATCHv3 0/8] Decklink updates

Devin Heitmueller dheitmueller at ltnglobal.com
Fri Dec 29 20:12:22 EET 2017


This patch series provides a number of enhancements for both capture
and output using the decklink module, including addressing comments from
Marton Balint, Derek Buitenhuis, and James Almer.

Devin Heitmueller (8):
  libavdevice/decklink: Add support for EIA-708 output over SDI
  decklink: Add support for output of Active Format Description (AFD)
  decklink: Introduce support for capture of multiple audio streams
  Preserve AFD side data when going from AVPacket to AVFrame
  Support encoding of Active Format Description (AFD) in libx264
  Add suppoort for using libklvanc from within decklink capture module
  decklink: Add support for SCTE-104 to decklink capture
  decklink: Add support for compressed AC-3 output over SDI

 configure                       |   4 +
 libavcodec/avcodec.h            |   7 +
 libavcodec/codec_desc.c         |   6 +
 libavcodec/decode.c             |   1 +
 libavcodec/internal.h           |   3 +
 libavcodec/libx264.c            |  47 +++++-
 libavcodec/utils.c              |  36 +++++
 libavcodec/v210enc.c            |  19 +++
 libavdevice/decklink_common.cpp |  26 +++-
 libavdevice/decklink_common.h   |  24 ++-
 libavdevice/decklink_common_c.h |   7 +
 libavdevice/decklink_dec.cpp    | 326 ++++++++++++++++++++++++++++++++++++----
 libavdevice/decklink_dec_c.c    |   4 +
 libavdevice/decklink_enc.cpp    | 296 +++++++++++++++++++++++++++++++++---
 libavdevice/version.h           |   2 +-
 15 files changed, 748 insertions(+), 60 deletions(-)

-- 
2.13.2



More information about the ffmpeg-devel mailing list