media/library
kimvde 43b80fbb78 FragmentedMp4Extractor: allow both first_sample_flags and sample_flags
Having both in the trun box is not allowed (see section section 8.8.8.1
of ISO/IEC 14496-12:2015) but this CL makes the code more robust in case
this happens. Before this change, the first sample flag was not read,
making subsequent reads incorrect.

Issue: #7698
PiperOrigin-RevId: 325212160
2020-08-19 18:12:29 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core FragmentedMp4Extractor: allow both first_sample_flags and sample_flags 2020-08-19 18:12:29 +01:00
dash Let MediaSourceFactory setDrmSessionManager accept null 2020-05-29 21:15:17 +01:00
hls Let MediaSourceFactory setDrmSessionManager accept null 2020-05-29 21:15:17 +01:00
smoothstreaming Let MediaSourceFactory setDrmSessionManager accept null 2020-05-29 21:15:17 +01:00
ui Prevent shutter closing for within-window seeks to unprepared periods 2020-06-17 20:19:11 +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.