media/library
andrewlewis 5d5b641c1d Extend physical display size workaround for ATVs
Extend Sony workaround up to and including Oreo.

Due to a platform issue the Display API couldn't report 1080p UI
and 4k SurfaceView support until Oreo. Since Oreo it is still
common for devices to misreport their display sizes via Display,
so this change switches to using system properties up to and
including Pie.

On Pie treble may prevent writing sys.display-size so check for
vendor.display-size instead.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=214987203
2018-10-01 19:24:17 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Extend physical display size workaround for ATVs 2018-10-01 19:24:17 +01:00
dash Add @Documented to @IntDef and @StringDef annotations. 2018-10-01 19:22:34 +01:00
hls Add @Documented to @IntDef and @StringDef annotations. 2018-10-01 19:22:34 +01:00
smoothstreaming SmoothStreaming: Test for fourCC equal to DFXP 2018-09-17 17:58:03 +01:00
ui Add @Documented to @IntDef and @StringDef annotations. 2018-10-01 19:22:34 +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.