media/library
olly 250a5deab5 Add more SeekMap assertions, and "fix" MatroskaExtractor
In MatroskaExtractor, if the last cue time exceeds the duration
specified in the header, then we end up generating a negative
duration chunk as the last item in the SeekMap. We should probably
not do this, so drop it instead.

Note: Matroska does have a CueDuration element, but it's not used
in the one problematic file I've found.
PiperOrigin-RevId: 285738418
2019-12-18 19:27:27 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Add more SeekMap assertions, and "fix" MatroskaExtractor 2019-12-18 19:27:27 +00:00
dash Fix bug where C.TIME_UNSET was used for calcutations. 2019-12-18 19:25:30 +00:00
hls Use peak rather than average bitrate for HLS 2019-12-06 22:47:34 +00:00
smoothstreaming Suppress rawtypes warning when instantiating generic array 2019-12-11 13:49:45 +00:00
ui Make DefaultTimeBar exclude itself for gestures 2019-12-18 19:23:03 +00:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.