media/library
olly d874656e8a Round impossible H264 resolutions up to valid values for capabilities check
If an odd resolution is impossible in the specification itself, then we know
that the caller is passing invalid data. Round up on the assumption it's a
rounding error so that playback can proceed.

Issue: #6551
PiperOrigin-RevId: 275226813
2019-10-17 11:52:50 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Round impossible H264 resolutions up to valid values for capabilities check 2019-10-17 11:52:50 +01:00
dash Handle legacy DASH audio channel configuration 2019-10-13 12:41:24 +01:00
hls Remove HlsMasterPlaylist from null-checking blacklist 2019-10-17 11:52:34 +01:00
smoothstreaming Add SequencableLoader.isLoading 2019-10-02 21:30:07 +01:00
ui Clean up GvrPlayerActivity 2019-10-15 23:08:23 +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.