Skip to content
  • Joseph Wallace's avatar
    Implement EBML-aware parser. · def5a4cf
    Joseph Wallace authored
    * Loop over elements in input buffer.
    * Most are literally copied with their contents without
      inspection into the header or data buffers as appropriate.
    * Some only copy the element header, to allow inspecting
      children elements.
    * Cluster elements are identified and used as sync points.
    
    No probing is done for keyframes *yet*
    def5a4cf