1. 24 Apr, 2017 1 commit
  2. 21 Apr, 2017 9 commits
  3. 18 Apr, 2017 16 commits
  4. 14 Apr, 2017 2 commits
  5. 13 Apr, 2017 1 commit
  6. 11 Apr, 2017 10 commits
  7. 06 Apr, 2017 1 commit
    • Clean up DVB support · 156bc52c
      - Removed the PES_STRIPPED flag. It's unnecessary. We can strip
        PES in the TS extractor instead.
      - Made nearly all of the object classes in DvbParser immutable.
        Else it's non-obvious that none of this state can be mutated.
      - Made a a lot of the methods in DvbParser static for the same
        reason.
      - Removed unnecessary null checks, code that was never executed,
        unused fields etc.
      - Add proper flushing of DvbParser, to prevent corrupt output
        following a seek.
      Oliver Woodman committed