media/library
kimvde 045048f6f5 Fall back to AVC/HEVC for Dolby Vision levels 10-13
Before, the level was set to null in this case.
MediaCodecUtil.getCodecProfileAndLevel() was therefore returning null
and the fallback to AVC/HEVC was not enabled in MediaCodecVideoRenderer.

Issue:#8530
PiperOrigin-RevId: 355574499
2021-02-04 16:19:46 +00:00
..
all Add Transformer "Getting started" page 2021-02-04 00:31:46 +00:00
common Fall back to AVC/HEVC for Dolby Vision levels 10-13 2021-02-04 16:19:46 +00:00
core Fall back to AVC/HEVC for Dolby Vision levels 10-13 2021-02-04 16:19:46 +00:00
dash Replace non-inclusively named constant 2021-01-25 17:38:26 +00:00
extractor Fix parsing of Vorbis codec private 2021-02-01 22:54:38 +00:00
hls Suppress SwitchIntDef warning where it makes sense 2021-02-04 00:32:03 +00:00
smoothstreaming Split mutations method out of TrackSelection 2021-01-25 15:37:38 +00:00
transformer Transformer: set audio decoder max input size 2021-02-01 22:56:56 +00:00
ui Move Player.getTrackSelector to ExoPlayer 2021-01-22 16:22:09 +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.