media/library
krocard a10e9de484 Check that cache dir exist
Not checking it would force ExoPlayer to use the
global tmp dir which would expose it to
external file replacement attacks.

This is a theoretical vulnerability as this code is
only use in tests and cache dir always exist in the
AOSP android implementation.

PiperOrigin-RevId: 353013929
2021-01-22 16:21:35 +00:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Check that cache dir exist 2021-01-22 16:21:35 +00:00
core Use Clock to create Handler in ListenerSet. 2021-01-22 16:21:27 +00:00
dash Rename MediaSourceDrmHelper to DefaultDrmSessionManagerProvider 2021-01-19 19:24:06 +00:00
extractor Add support for playing JPEG motion photos 2021-01-18 22:00:36 +00:00
hls Rename MediaSourceDrmHelper to DefaultDrmSessionManagerProvider 2021-01-19 19:24:06 +00:00
smoothstreaming Rename MediaSourceDrmHelper to DefaultDrmSessionManagerProvider 2021-01-19 19:24:06 +00:00
ui Remove VideoDecoderOutputBufferRenderer from Player interface 2021-01-15 10:55:56 +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.