media/library
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
..
all Generate Javadoc for each module individually 2017-03-22 19:10:15 +00:00
core Clean up DVB support 2017-04-06 19:16:31 +01:00
dash Generalize manifest parser parameters in DASH and SmoothStreaming MediaSources 2017-04-06 18:50:44 +01:00
hls Rename skipToKeyframeBefore -> skipData and allow skipping to EOS 2017-03-31 19:11:08 +01:00
smoothstreaming Generalize manifest parser parameters in DASH and SmoothStreaming MediaSources 2017-04-06 18:50:44 +01:00
ui Clean up DVB support 2017-04-06 19:16:31 +01:00