Re: [FFmpeg-devel] [PATCH] libavformat/dashdec: Support negative value of the @r attrbute of S in SegmentTimeline element

2018-08-10 Thread sanilraut
Thanks Moritz. I have re-submitted the patch. Sanil On Wed, Aug 8, 2018 at 1:04 AM, Moritz Barsnick wrote: > On Mon, Aug 06, 2018 at 19:18:27 -0700, sanil wrote: > > The following patch supports parsing negative value of the @r attribute > of S in SegmentTimeline element. > > > > Example stream

Re: [FFmpeg-devel] [PATCH] libavformat/dashdec: Avoid multiple HTTP requests for initialization segment that is common among all representations

2018-04-10 Thread sanilraut
Hi Steven, The changes mentioned have the same logic. I have re-submitted the patch. Thanks, Sanil On Mon, Apr 9, 2018 at 2:52 AM, Steven Liu wrote: > > > > On 9 Apr 2018, at 15:02, sanilraut wrote: > > > > Hi, > > > > The following patch avoid multi

[FFmpeg-devel] [PATCH v2] libavformat/dashdec: Avoid multiple HTTP requests for initialization segment that is common among all representations

2018-04-10 Thread sanilraut
Hi, The following patch avoid multiple HTTP requests for initialization segment that is common among all representations. --- libavformat/dashdec.c | 82 --- 1 file changed, 71 insertions(+), 11 deletions(-) diff --git a/libavformat/dashdec.c b/l

[FFmpeg-devel] [PATCH] libavformat/dashdec: Avoid multiple HTTP requests for initialization segment that is common among all representations

2018-04-09 Thread sanilraut
Hi, The following patch avoid multiple HTTP requests for initialization segment that is common among all representations. --- libavformat/dashdec.c | 96 --- 1 file changed, 83 insertions(+), 13 deletions(-) diff --git a/libavformat/dashdec.c b/l

[FFmpeg-devel] [PATCH v3] libavformat/dashdec: Support signaling of last segment number

2018-03-27 Thread sanilraut
Last segment indicated by mpd is not parsed. Example stream: http://dash.akamaized.net/dash264/TestCasesIOP41/LastSegmentNumber/1/manifest_last_segment_num.mpd This patch supports parsing of Supplemental Descriptor with @schemeIdUri set to http://dashif.org/guide- lines/last-segment-number with

Re: [FFmpeg-devel] [PATCH v2] avformat/dashdec: Support signaling of last segment number

2018-03-27 Thread sanilraut
Thanks. Have re-submitted the patch. Sanil On Mon, Mar 26, 2018 at 7:10 PM, Steven Liu wrote: > > > > On 26 Mar 2018, at 04:01, sanilraut wrote: > > > > Last segment indicated by mpd is not parsed. > > Example stream: http://dash.akamaized.net/dash264/TestCas

Re: [FFmpeg-devel] [PATCH] Support signaling of last segment number

2018-03-25 Thread sanilraut
22, 2018 at 10:14:36PM +0200, Jan Ekström wrote: > > On Thu, Mar 22, 2018 at 9:51 PM, sanilraut wrote: > > > Last segment indicated by mpd is not parsed. > > > Example stream: http://dash.akamaized.net/dash264/TestCasesIOP41/ > LastSegmentNumber/1/manifest_last_segment_

[FFmpeg-devel] [PATCH v2] avformat/dashdec: Support signaling of last segment number

2018-03-25 Thread sanilraut
Last segment indicated by mpd is not parsed. Example stream: http://dash.akamaized.net/dash264/TestCasesIOP41/LastSegmentNumber/1/manifest_last_segment_num.mpd This patch supports parsing of Supplemental Descriptor with @schemeIdUri set to http://dashif.org/guide- lines/last-segment-number with

[FFmpeg-devel] [PATCH] Support signaling of last segment number

2018-03-22 Thread sanilraut
Last segment indicated by mpd is not parsed. Example stream: http://dash.akamaized.net/dash264/TestCasesIOP41/LastSegmentNumber/1/manifest_last_segment_num.mpd This patch supports parsing of Supplemental Descriptor with @schemeIdUri set to http://dashif.org/guide- lines/last-segment-number with

[FFmpeg-devel] [PATCH v2] dashdec: Support signaling of last segment number (Adding space to avoid mixing styles)

2018-03-22 Thread sanilraut
--- libavformat/dashdec.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c index bf61837..db63a99 100644 --- a/libavformat/dashdec.c +++ b/libavformat/dashdec.c @@ -922,8 +922,8 @@ static int parse_manifest_representation(AVFor

[FFmpeg-devel] [PATCH] Support signaling of last segment number

2018-03-21 Thread sanilraut
Last segment indicated by mpd is not parsed. Example stream: http://dash.akamaized.net/dash264/TestCasesIOP41/LastSegmentNumber/1/manifest_last_segment_num.mpd This patch supports parsing of Supplemental Descriptor with @schemeIdUri set to http://dashif.org/guide- lines/last-segment-number with

[FFmpeg-devel] [PATCH] Correcting spelling mistakes

2018-03-15 Thread sanilraut
Hi, I found a few spelling mistakes in variable names. Following is the patch. --- libavformat/dashdec.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c index 2b396a0..7b79b93 100644 --- a/libavformat/dashdec.c +