media/library
olly eebe990d20 MP4 edit lists: Use floor rather than ceil to find first sample
If the start time of the edit falls within a sample, start from that
sample rather than the next one. This ensures playback can start from
the correct point if the sample is a keyframe, rather than having to
start from the next one.

Issue: #7133
PiperOrigin-RevId: 302639115
2020-03-25 13:04:23 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Conserve ByteOrder when growingDecoderInputBuffer 2020-03-25 13:02:53 +00:00
core Suppress 'unused' warning on largeBuffer local in ExoPlayerTest 2020-03-25 13:04:03 +00:00
dash Remove generics from DRM components 2020-03-20 12:48:50 +00:00
extractor MP4 edit lists: Use floor rather than ceil to find first sample 2020-03-25 13:04:23 +00:00
hls Merge pull request #7098 from matamegger:feature/webvtt_negative_media_timestamp 2020-03-20 12:49:00 +00:00
smoothstreaming Remove generics from DRM components 2020-03-20 12:48:50 +00:00
ui Add option for sensor rotation in 360 playbacks 2020-03-19 00:47:12 +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.