media/library/core
Oliver Woodman 156bc52c8f Clean up DVB support
- 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.
2017-04-06 19:16:31 +01:00
..
src Clean up DVB support 2017-04-06 19:16:31 +01:00
build.gradle Downgrade jacoco to 0.7.4.201502262128 as a workaround for 'stuck in endless loop' issue 2017-03-31 19:09:01 +01:00
proguard-rules.txt Clean up DVB support 2017-04-06 19:16:31 +01:00