Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Issue 8296016: Parse matroska clusters incrementally as opposed to all at once. (Closed)

Created:
9 years, 2 months ago by scherkus (not reviewing)
Modified:
9 years, 2 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Parse matroska clusters incrementally as opposed to all at once. While the patch is ugly, it prevents us from downloading the entire first cluster during the call to av_find_stream_info(). As a result, start up latency is greatly improved. BUG=100439 TEST=start up time, seeking, everything works Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=105638

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+263 lines, -6 lines) Patch
M ffmpeg/patches/README View 1 chunk +3 lines, -0 lines 0 comments Download
A ffmpeg/patches/ugly/41_matroska_cluster_incremental.patch View 1 chunk +163 lines, -0 lines 0 comments Download
M ffmpeg/source/patched-ffmpeg/libavformat/matroskadec.c View 8 chunks +97 lines, -6 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
scherkus (not reviewing)
9 years, 2 months ago (2011-10-15 03:50:06 UTC) #1
As discussed internally -- this patch is LGTM

TBR=acolwell, fgalligan

Powered by Google App Engine
This is Rietveld 408576698