[FFmpeg-devel] [PATCH 0/4] avdevice/decklink: 10-bit video out and sources/sinks support

Devin Heitmueller dheitmueller at ltnglobal.com
Tue Sep 26 19:06:19 EEST 2017


Hello all,

Below please find several patches which fix a couple of bugs as well
as adding support for 10-bit video on output and the "-sources" and
"-sinks" argument when specified by ffmpeg.c.

If you have any question/concerns, please don't hesitate to reply.

Thanks,

Devin Heitmueller

Devin Heitmueller (4):
  avdevice/decklink: Fix segfault when running -list_devices on OSX
  libavdevice/decklink: add support for -sources and -sinks arguments
  Add support for 10-bit output for Decklink SDI
  livavdevice/decklink: Don't allow any codecs but V210 and UYVY422

 libavdevice/decklink_common.cpp |  54 ++++++++++++++--
 libavdevice/decklink_common.h   |   2 +-
 libavdevice/decklink_dec.cpp    |  22 ++++++-
 libavdevice/decklink_dec.h      |   1 +
 libavdevice/decklink_dec_c.c    |   1 +
 libavdevice/decklink_enc.cpp    | 134 ++++++++++++++++++++++++++++++++--------
 libavdevice/decklink_enc.h      |   1 +
 libavdevice/decklink_enc_c.c    |   1 +
 8 files changed, 182 insertions(+), 34 deletions(-)

-- 
2.13.2



More information about the ffmpeg-devel mailing list