media/library
olly d3967b557a Don't throw DecoderQueryException from getCodecMaxSize
It's only thrown in an edge case on API level 20 and below. If it
is thrown it causes playback failure when playback could succeed,
by throwing up through configureCodec.

It seems better just to catch the exception and have the codec be
configured using the format's own width and height.

PiperOrigin-RevId: 251745539
2019-06-06 17:41:52 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Don't throw DecoderQueryException from getCodecMaxSize 2019-06-06 17:41:52 +01:00
dash Modify DashDownloaderTest to test if content length is stored 2019-05-31 23:01:21 +01:00
hls Modify DashDownloaderTest to test if content length is stored 2019-05-31 23:01:21 +01:00
smoothstreaming Add links to the developer guide in some READMEs 2019-05-15 20:03:46 +01:00
ui Toggle playback controls according to standard Android click handling. 2019-05-31 22:57:50 +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.