On Fri, 6 Oct 2017, Devin Heitmueller wrote:
Hello all, Below please find several patches which adds support for 10-bit video on output and the "-sources" and"-sinks" argument when specified by ffmpeg.c. This patch series incorporates feedback provided from Marton Balint. Note that patch 4 in the v2 patch series was consolidated into patch 3 per Marton's suggestion. Patch series V3 corrects a misspelling in Marton's name in the commit. If you have any question/concerns, please don't hesitate to reply. Thanks, Devin Heitmueller Devin Heitmueller (2): libavdevice/decklink: add support for -sources and -sinks arguments libavdevice/decklink: add support for 10-bit output for Decklink SDI
Thanks, applied. Some tabs in the first patch were replaced by spaces. Regards, Marton
libavdevice/decklink_common.cpp | 89 +++++++++++++++++++++++++++-- libavdevice/decklink_common.h | 3 +- libavdevice/decklink_dec.cpp | 8 ++- libavdevice/decklink_dec.h | 1 + libavdevice/decklink_dec_c.c | 1 + libavdevice/decklink_enc.cpp | 122 ++++++++++++++++++++++++++++++---------- libavdevice/decklink_enc.h | 1 + libavdevice/decklink_enc_c.c | 1 + 8 files changed, 187 insertions(+), 39 deletions(-) -- 2.13.2 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel