1. 17 Jan, 2020 2 commits
  2. 10 Jan, 2020 2 commits
  3. 20 Dec, 2019 13 commits
  4. 19 Dec, 2019 1 commit
  5. 18 Dec, 2019 14 commits
  6. 11 Dec, 2019 6 commits
  7. 10 Dec, 2019 1 commit
  8. 09 Dec, 2019 1 commit
    • MatroskaExtractor: Support lacing in full blocks · 914a8df0
      Caveats:
      
      - Block additional data is ignored if the block is laced
        and contains multiple samples. Note that this is not
        a loss of functionality (SimpleBlock cannot have block
        additional data, and lacing was previously completely
        unsupported for Block)
      
      - Subrip and ASS samples are dropped if they're in laced
        blocks with multiple samples (I don't think this is
        valid anyway)
      
      Issue: #3026
      PiperOrigin-RevId: 284545197
      olly committed