Skip to content
Snippets Groups Projects
Commit b24434c5 authored by Filip Roséen's avatar Filip Roséen Committed by Jean-Baptiste Kempf
Browse files

mkv: added matroska_segment_seeker.{hpp, cpp}


The relevant files has been added to the Makefile.am in charge of the
demuxers.

The code added will be responsible for efficient seeking in mkv files.
It might look very complex but the theory behind it is quite simple:

    - Use the cues in the files as guiding to find where we should look
      for proper index points; the indexes we actually find will be used
      as seekpoints.

    - Keep track of every section we have "indexed", meaning that if we
      jump to a location where we already know where the proper
      seekpoints are; do not go through it one more time.

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent d9d906e0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment