media/library
eguven de293af3a4 Fix not thread safe static buffer usage
DefaultExtractorInput.SCRATCH_SPACE buffer is used to skip data by
reading it into this buffer and discarding.

Simultaneous use of skip methods corrupts this buffer. Normally the
read data is discarded so it doesn't matter but the underlying
DataSource may use the buffer too. If it's a CacheDataSource it uses
this buffer to read data from upstream then write to cache.

Issue: #3762

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=184502170
2018-02-08 14:49:00 +00:00
..
all Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00
core Fix not thread safe static buffer usage 2018-02-08 14:49:00 +00:00
dash Refer to E-AC3 JOC rather than Atmos in MIME type/comments 2018-02-08 14:49:00 +00:00
hls Fix FilteringHlsPlaylistParser 2018-02-08 14:49:00 +00:00
smoothstreaming Open source DownloadService, DownloadManager and related classes 2018-02-08 14:47:54 +00:00
ui Open source DownloadService, DownloadManager and related classes 2018-02-08 14:47:54 +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.