media/library/common
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
..
src Check that cache dir exist 2021-01-22 16:21:35 +00:00
build.gradle Add gzip support to WebServerDispatcher 2021-01-19 19:23:57 +00:00
proguard-rules.txt Suppress ProGuard warnings related to Guava's compile-only deps 2020-11-02 22:56:21 +00:00
README.md Split out extractor and common modules 2020-01-24 18:15:19 +00:00

ExoPlayer common library module

Common code used by other ExoPlayer modules.

  • Javadoc: Note that this Javadoc is combined with that of other modules.