1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-09 14:14:39 +02:00
FFmpeg/libavformat
popcornmix def56677e5 wtv: Speed up wtv index creation
The index creation is O(N^2) with number of entries (typically thousands).
On a 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

Liked-by: Paul B Mahol <onemda@gmail.com>
Reviewed-by: Peter Ross <pross@xvid.org>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-02-01 00:40:47 +01:00
..
2016-01-12 19:57:14 +01:00
2016-01-24 16:52:10 +01:00
2016-01-29 19:23:02 +01:00
2016-01-29 19:23:02 +01:00
2016-01-04 13:44:16 +01:00
2016-01-11 17:16:18 +01:00
2016-01-26 20:56:55 +01:00
2015-11-21 21:03:51 +01:00
2015-12-19 09:33:49 -08:00
2015-12-27 21:44:14 +01:00
2016-01-18 00:36:44 +01:00
2016-01-20 21:21:31 +01:00
2016-01-08 23:27:10 +01:00
2016-01-24 16:01:04 +00:00
2016-01-21 13:16:24 +01:00
2016-01-21 13:16:24 +01:00
2016-01-13 09:37:11 +01:00
2015-11-30 10:58:46 -05:00
2016-01-30 17:44:13 +00:00
2015-11-20 20:52:37 +01:00
2016-01-01 18:31:49 +01:00
2015-11-23 18:34:52 -08:00
2016-01-30 13:08:37 +01:00
2016-02-01 00:40:47 +01:00