media/library
kimvde f29af879c0 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-07 19:02:33 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Opus: Add utility for handling header and initialization data 2020-08-07 19:02:14 +01:00
core Update initial bandwidth estimates. 2020-08-07 19:02:04 +01:00
dash Add a builder for DownloadRequest 2020-08-07 18:59:30 +01:00
extractor FragmentedMp4Extractor: allow both first_sample_flags and sample_flags 2020-08-07 19:02:33 +01:00
hls Fix chunkless preparation for playlists with dangling EXT-X-MEDIA tags 2020-08-07 19:00:48 +01:00
smoothstreaming Add a builder for DownloadRequest 2020-08-07 18:59:30 +01:00
ui Remove unnessary resources 2020-08-07 19:01: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.