From: Karthick J
Signed-off-by: Karthick J
---
libavformat/hlsenc.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index 4a908863..dd36fde 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/hlsenc.c
@@ -1,6 +1,7 @@
/*
* App
From: Karthick J
Signed-off-by: Karthick J
---
libavcodec/v210dec.c | 12
1 file changed, 12 insertions(+)
diff --git a/libavcodec/v210dec.c b/libavcodec/v210dec.c
index 9af9af6..7b0b68b 100644
--- a/libavcodec/v210dec.c
+++ b/libavcodec/v210dec.c
@@ -73,6 +73,8 @@ static int deco
From: Karthick J
In preparation to make VANC decode modular, to support multiple other VANC data.
Signed-off-by: Karthick J
---
libavdevice/decklink_dec.cpp | 86 ++--
1 file changed, 76 insertions(+), 10 deletions(-)
diff --git a/libavdevice/decklink_d
From: Karthick J
Signed-off-by: Karthick J
---
libavcodec/avcodec.h | 7 ++
libavdevice/decklink_dec.cpp | 167 ---
2 files changed, 165 insertions(+), 9 deletions(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 513236a..d4a45
From: Karthick J
In preparation to support multiple VANC data decode
Signed-off-by: Karthick J
---
libavdevice/decklink_dec.cpp | 31 ++-
1 file changed, 18 insertions(+), 13 deletions(-)
diff --git a/libavdevice/decklink_dec.cpp b/libavdevice/decklink_dec.cpp
inde