[FFmpeg-devel] [PATCH 0/2] Implement SMPTE 2038 output support over Decklink SDI

Devin Heitmueller devin.heitmueller at ltnglobal.com
Sat Apr 22 00:12:32 EEST 2023


This patch series implements output of SMPTE 2038 VANC over SDI, building
on the prior patch series which added it in the TS domain.  Note that
we moved the AVPacketQueue to be common code within libavdevice so it
can be shared by both the decklink input and output.

Comments/feedback are welcome.

Devin

Devin Heitmueller (2):
  decklink: Move AVPacketQueue into decklink_common
  decklink_enc: add support for SMPTE 2038 VANC packet output

 libavdevice/decklink_common.cpp | 131 ++++++++++++++++++++++++++++++++++++++++
 libavdevice/decklink_common.h   |  11 ++++
 libavdevice/decklink_dec.cpp    | 114 ----------------------------------
 libavdevice/decklink_enc.cpp    | 104 +++++++++++++++++++++++++++++++
 libavdevice/decklink_enc_c.c    |   1 +
 5 files changed, 247 insertions(+), 114 deletions(-)

-- 
1.8.3.1



More information about the ffmpeg-devel mailing list