[FFmpeg-devel] lavf//dashdec:fix calc_cur_seg_no with presentation_timeoffset

2018-08-30 Thread jacek jendrzej
Hi. My try to fix Ticket #7382. Patch for https://trac.ffmpeg.org/ticket/7382 From a22984201f05854c6ec6e86cf05f67c2419d Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Wed, 29 Aug 2018 12:35:35 +0200 Subject: [PATCH] avformat/dashdec:try to fix calc_cur_seg_no with

[FFmpeg-devel] avformat/dashdec:try to fix calc_cur_seg_no with presentation_timeoffset

2018-08-30 Thread jacek jendrzej
Hi. Patch for Ticket #7382. From a22984201f05854c6ec6e86cf05f67c2419d Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Wed, 29 Aug 2018 12:35:35 +0200 Subject: [PATCH] avformat/dashdec:try to fix calc_cur_seg_no with presentation_timeoffset --- libavformat/dashdec.c | 2 +- 1 file

[FFmpeg-devel] avformat/dashdec: Fix calc_cur_seg_no if availability_start_time not

2018-08-21 Thread jacek jendrzej
Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Tue, 21 Aug 2018 14:15:42 +0200 Subject: [PATCH] lavf/dashdec: Fix calc_cur_seg_no if availability_start_time not present --- libavformat/dashdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/dashdec.c b/l