Changeset 775d3b4a in ffmpeg

Timestamp:
Jan 22, 2012, 1:40:52 PM (13 years ago)
Author:
Janne Grunau <janne-libav@jannau.net>
Branches:
master
Children:
be78e3f6
Parents:
09991519
git-author:
Tomas Härdin <tomas.hardin@codemill.se> (03/14/11 16:00:21)
git-committer:
Janne Grunau <janne-libav@jannau.net> (01/22/12 13:40:52)
Message:

mxfdec: Speed up metadata and index parsing.

Specifically, this means parsing as before until we run into essence.
At that point we seek to the footer and parse until EOF. After that we start
seeking backward to the previous partition and parse that until we run into
essence or the next partition. This procedure is repeated until we encounter
the last partition we parsed in the forward direction.

The end result of all this is that large essence containers are not needlessly
parsed. This speeds up parsing large files a lot.

Signed-off-by: Janne Grunau <janne-libav@jannau.net>

(No files)

Note: See TracChangeset for help on using the changeset viewer.