media/library
christosts 4c0ba12c40 Synchronize calls to queueSecureInpuffer()
Parallel asynchronous calls to MediaCodec.queueSecureInputBuffer() may
produce garbled video on some platforms. This workaround synchronizes
calls to MediaCodec.queueSecureInputBuffer() so that only one call is
in flight.

PiperOrigin-RevId: 297601037
2020-02-27 17:16:37 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Add WifiLock management to SimpleExoPlayer. 2020-02-27 17:16:29 +00:00
core Synchronize calls to queueSecureInpuffer() 2020-02-27 17:16:37 +00:00
dash Migrate various call sites to Format.Builder 2020-02-27 17:15:34 +00:00
extractor Merge pull request #6971 from DolbyLaboratories:dev-v2-ts-assets 2020-02-27 17:16:20 +00:00
hls Migrate various call sites to Format.Builder 2020-02-27 17:15:34 +00:00
smoothstreaming Migrate various call sites to Format.Builder 2020-02-27 17:15:34 +00:00
ui Fix lint errors 2020-02-25 21:21:29 +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.