media/library
tonihei 96ccb893f2 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-04-27 10:19:23 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Add key set id to MediaItem 2020-04-27 10:18:20 +01:00
core Separate encryption data into a new TrackOutput method 2020-04-27 10:19:13 +01:00
dash Separate encryption data into a new TrackOutput method 2020-04-27 10:19:13 +01:00
extractor Fix timestamp rounding error in fMP4 extractor. 2020-04-27 10:19:23 +01:00
hls Separate encryption data into a new TrackOutput method 2020-04-27 10:19:13 +01:00
smoothstreaming Remove loadTaskId to Loader.Callback 2020-04-01 22:37:43 +01:00
ui Use anti-aliasing and bitmap filtering for bitmap subtitles 2020-04-27 10:18:31 +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.