[FFmpeg-devel] [PATCH] avformat/mov.c: Fix infinite loop when fragments seek

2018-12-07 Thread Seokjin Hong
It will never escape this loop when moof has no sidx info Signed-off-by: Seokjin Hong --- libavformat/mov.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index ec57a05803..b7b69e2772 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -1293,6

[FFmpeg-devel] [PATCH] libavformat/matroskadec.c: Fix support seek to non keyframes

2018-10-22 Thread Seokjin Hong
After a seek with AVSEEK_FLAG_ANY to reach near end of the stream, matroskadec.c always drops packets which consists of non-keyframe. Signed-off-by: Seokjin Hong --- libavformat/matroskadec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/matroskadec.c b

[FFmpeg-devel] [PATCH] avformat/matroskadec.c: Fix support seek to non keyframes

2018-10-05 Thread Seokjin Hong
--- From 0b35c837ce61d87a4e74865c0d968b258a7c76c3 Mon Sep 17 00:00:00 2001 From: Seokjin Hong Date: Sun, 2 Sep 2018 21:37:06 +0900 Subject: [PATCH] avformat/matroskadec.c: Fix support seek to non keyframes --- libavformat/matroskadec.c

[FFmpeg-devel] [PATCH] avformat/matroskadec.c: Fix support seek to non keyframes

2018-09-02 Thread Seokjin Hong
0 2001 From: Seokjin Hong Date: Sun, 2 Sep 2018 21:37:06 +0900 Subject: [PATCH] avformat/matroskadec.c: Fix support seek to non keyframes --- libavformat/matroskadec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index