media/library
tonihei b954a5aa5f Fix timestamp rounding error in fMP4 extractor.
The sample timestamps are currently rounded to milliseconds, only to
be multiplied by 1000 later. This causes rounding errors where the sample
timestamps don't match the timestamps in the seek table (which are already
in microseconds).

issue:#7086
PiperOrigin-RevId: 307630559
2020-05-27 20:07:46 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Fix timestamp rounding error in fMP4 extractor. 2020-05-27 20:07:46 +01:00
dash Merge trick play tracks into main track groups 2020-05-27 19:36:27 +01:00
hls Fix missing subtitle addition 2020-04-07 21:43:09 +01:00
smoothstreaming Fix SmoothStreaming 2020-02-18 12:15:13 +00:00
ui Use anti-aliasing and bitmap filtering for bitmap subtitles 2020-05-27 20:07:46 +01: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.