Re: [FFmpeg-devel] [PATCH] Speed up wtv index creation

2016-01-30 Thread popcorn mix
On 30/01/16 22:30, Michael Niedermayer wrote: > > do you want this patch to be applied with the name popcornmix? > iam asking as it cannot be changed later, in case that is unintended > That is fine. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.o

[FFmpeg-devel] [PATCH] Speed up wtv index creation

2016-01-30 Thread popcorn mix
The index creation is O(N^2) with number of entries (typically thousands). On a Raspberry Pi this can take more than 60 seconds to execute for a recording of a few hours. By replacing with an O(N) loop, this takes virtually zero time This patch has been in all Pi builds of Kodi for the last