media/library
tonihei 72efc80037 Correct timescale of edit list duration parsing for stbl atoms.
We currently apply the track.timescale whereas we should be applying the
track.movieTimescale. The parsing for the trak atom does this correctly
and the duration from the trak atom currently always takes precedence over the
durations from the stbl atoms as it's always larger.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=212421687
2018-09-12 15:12:20 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Correct timescale of edit list duration parsing for stbl atoms. 2018-09-12 15:12:20 +01:00
dash Be explicit about character set. 2018-09-12 14:58:33 +01:00
hls Add container format sniffing in HLS 2018-09-12 15:02:57 +01:00
smoothstreaming Extend updateSelectedTrack method with additional information. 2018-09-03 14:04:45 +01:00
ui Dispatch notification actions to the originating PlayerNotificationManager only. 2018-09-06 12:00:55 +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.