Re: [FFmpeg-devel] [PATCH 1/4] avdevice/decklink_dec: Added VANC search for all resolutions

2017-09-13 Thread Jeyapal, Karthick
Thanks for your comments. Please find the patch attached as per your comments. Regards, Karthick 0001-avdevice-decklink_dec-Added-VANC-search-for-all-reso.patch Description: 0001-avdevice-decklink_dec-Added-VANC-search-for-all-reso.patch ___

Re: [FFmpeg-devel] [PATCH 1/4] avdevice/decklink_dec: Added VANC search for all resolutions

2017-09-07 Thread Marton Balint
On Tue, 5 Sep 2017, Jeyapal, Karthick wrote: Overlooked a “signed vs unsigned comparison” compilation warning in the previous patch. Sorry about that. Please use this updated patch(attached) for review. Thanks, I think it is better if we parse all lines after the line affected by

Re: [FFmpeg-devel] [PATCH 1/4] avdevice/decklink_dec: Added VANC search for all resolutions

2017-09-05 Thread Jeyapal, Karthick
Overlooked a “signed vs unsigned comparison” compilation warning in the previous patch. Sorry about that. Please use this updated patch(attached) for review. Regards, Karthick P.S : I had sent the same reply sometime back, but a new thread got created. Please ignore that. I am using Outlook

Re: [FFmpeg-devel] [PATCH 1/4] avdevice/decklink_dec: Added VANC search for all resolutions

2017-09-05 Thread Jeyapal, Karthick
>On 9/3/17, 4:48 PM, "Marton Balint" > >wrote: >That may well be true, but SMPTE 334M recommands to use lines "from >the second line after the line specified for switching to the last line >preceding active video, inclusive", so I'd skip at least the lines

Re: [FFmpeg-devel] [PATCH 1/4] avdevice/decklink_dec: Added VANC search for all resolutions

2017-09-03 Thread Marton Balint
On Thu, 31 Aug 2017, kjeya...@akamai.com wrote: 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

[FFmpeg-devel] [PATCH 1/4] avdevice/decklink_dec: Added VANC search for all resolutions

2017-08-31 Thread kjeyapal
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