1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-18 23:35:06 +02:00
ffmpeg/tests/ref
Dale Curtis 8336eb6f85 matroska: Add incremental parsing of clusters.
Reduces the amount of upfront data required for cluster parsing
thus decreasing latency on seek and startup.

The change in the seek-lavf_mkv FATE test is due to incremental
parsing no longer reading as much data as the old parser and
thus not having that additional data to generate index entries
based on keyframes.  Index entries are added correctly as the
file is parsed.

All FATE tests pass and Chrome has been using this patch for ~6
months without issue.

Currently incremental parsing is not supported for files with
SSA tracks since they require merging packets between clusters.
In this case the code falls back to non-incremental parsing.

Signed-off-by: Aaron Colwell <acolwell@chromium.org>
Signed-off-by: Dale Curtis <dalecurtis@chromium.org>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2012-04-22 17:23:50 -07:00
..
acodec FATE: replace the acodec-pcm_s24daud test with an enc_dec_pcm checksum test 2012-04-20 10:23:57 -04:00
fate FATE: replace the acodec-pcm_s24daud test with an enc_dec_pcm checksum test 2012-04-20 10:23:57 -04:00
lavf FATE: allow lavf tests to alter input parameters 2012-04-20 10:23:57 -04:00
lavfi Revert "sws/pixfmt/pixdesc: add support for yuva444p" 2012-01-26 18:06:57 -08:00
seek matroska: Add incremental parsing of clusters. 2012-04-22 17:23:50 -07:00
vsynth1 Add ffvhuff encoding and decoding regression test 2012-03-14 13:24:17 -07:00
vsynth2 Add ffvhuff encoding and decoding regression test 2012-03-14 13:24:17 -07:00