[FFmpeg-devel] [PATCHv4 00/11] Decklink updates
Devin Heitmueller
dheitmueller at ltnglobal.com
Tue Jan 9 03:16:47 EET 2018
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, James Almer, Carl Eugen Hoyos, and
Aaron Levinson.
Devin Heitmueller (11):
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
decklink: Add support for using libklvanc from within capture module
decklink: Add support for SCTE-104 to decklink capture
decklink: Add support for compressed AC-3 output over SDI
decklink: Suppress warning about misuse of struct instead of class
decklink: log Blackmagic SDK version compiled against
decklink: Fix compilation of module on OSX
configure | 4 +
doc/indevs.texi | 12 +-
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 | 17 +++
libavdevice/decklink_common.cpp | 43 +++++-
libavdevice/decklink_common.h | 24 ++-
libavdevice/decklink_common_c.h | 7 +
libavdevice/decklink_dec.cpp | 331 ++++++++++++++++++++++++++++++++++++----
libavdevice/decklink_dec_c.c | 4 +
libavdevice/decklink_enc.cpp | 320 +++++++++++++++++++++++++++++++++++---
libavdevice/version.h | 2 +-
16 files changed, 801 insertions(+), 63 deletions(-)
--
1.8.3.1
More information about the ffmpeg-devel
mailing list