Re: [FFmpeg-devel] [PATCH] mov: fix seek to next root atom in fragmented mp4

2020-04-10 Thread Michael Niedermayer
On Sun, Mar 29, 2020 at 08:48:50PM +, John Stebbins wrote: > On Sun, 2020-03-29 at 22:38 +0200, Andreas Rheinhardt wrote: > > John Stebbins: > > > If some but not all moof's are referenced in an sidx, whole > > > fragments > > > were being skipped. > > > > > > Fixes tickets 7377, 7389, and 850

Re: [FFmpeg-devel] [PATCH] mov: fix seek to next root atom in fragmented mp4

2020-03-29 Thread Carl Eugen Hoyos
Am So., 29. März 2020 um 22:33 Uhr schrieb John Stebbins : > > If some but not all moof's are referenced in an sidx, whole fragments > were being skipped. > > Fixes tickets 7377, 7389, and 8502 > May also fix 8070 but the sample links expired, so I can't test. Thank you for looking into this! Car

Re: [FFmpeg-devel] [PATCH] mov: fix seek to next root atom in fragmented mp4

2020-03-29 Thread John Stebbins
On Sun, 2020-03-29 at 22:38 +0200, Andreas Rheinhardt wrote: > John Stebbins: > > If some but not all moof's are referenced in an sidx, whole > > fragments > > were being skipped. > > > > Fixes tickets 7377, 7389, and 8502 > > May also fix 8070 but the sample links expired, so I can't test. > > S

Re: [FFmpeg-devel] [PATCH] mov: fix seek to next root atom in fragmented mp4

2020-03-29 Thread Andreas Rheinhardt
John Stebbins: > If some but not all moof's are referenced in an sidx, whole fragments > were being skipped. > > Fixes tickets 7377, 7389, and 8502 > May also fix 8070 but the sample links expired, so I can't test. Sample can be found here: https://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket8070/

[FFmpeg-devel] [PATCH] mov: fix seek to next root atom in fragmented mp4

2020-03-29 Thread John Stebbins
If some but not all moof's are referenced in an sidx, whole fragments were being skipped. Fixes tickets 7377, 7389, and 8502 May also fix 8070 but the sample links expired, so I can't test. --- libavformat/mov.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/mov