[FFmpeg-devel] [PATCH 1/1] libavdevice/decklink: configurablity to set max queue size

2017-08-13 Thread Patagar, Ravindra
Configurablity to set max queue size so that worst case latency can be controlled. Signed-off-by: Ravindra Patagar --- libavdevice/decklink_common.h | 2 ++ libavdevice/decklink_common_c.h | 2 ++ libavdevice/decklink_dec.cpp| 7 +-- libavdevice/decklink_dec_c.c| 2 ++ 4 files changed,

Re: [FFmpeg-devel] [PATCH 1/1] libavdevice/decklink: configurablity to set max queue size

2017-08-17 Thread Patagar, Ravindra
Hi Marton, I have updated the patch as per your comments. Please find the updated patch attached. Regards, Ravindra. On 8/15/17, 12:38 AM, "Marton Balint" wrote: On Mon, 14 Aug 2017, Patagar, Ravindra wrote: > > Configurablity to set max queue size so

Re: [FFmpeg-devel] [PATCH 1/1] libavdevice/decklink: configurablity to set max queue size

2017-08-18 Thread Patagar, Ravindra
Hi Marton, Thanks for the review. Please find the updated patch attached. Regards, Ravindra On 8/18/17, 1:09 AM, "Marton Balint" wrote: On Thu, 17 Aug 2017, Patagar, Ravindra wrote: > Hi Marton, > > I have updated the patch as per your commen

Re: [FFmpeg-devel] [PATCH 1/1] libavdevice/decklink: configurablity to set max queue size

2017-08-21 Thread Patagar, Ravindra
company, myself and colleagues in my team will actively support any inadvertent issues arising out of our patches. Regards, Ravindra On 8/18/17, 4:38 PM, "Matthias Hunstock" wrote: Am 14.08.2017 um 06:55 schrieb Patagar, Ravindra: > + * Copyright (c) 2017 Akamai Tech

Re: [FFmpeg-devel] [PATCH] libavformat/avio: NULL check for URLContext in ffurl_write().

2018-02-08 Thread Patagar, Ravindra
Hi, We observed NULL pointer during HLS/DASH streaming when we simulated network congestion and disconnects with persistent HTTP connection. That is why added this check to handle segmentation fault. On 2/7/18, 4:52 PM, "wm4" wrote: On Wed, 7 Feb 2018 08:57:26 +0530 rpata...@akamai.co