media/library
olly 6d550ef2d6 Don't re-init codec if DRM session is unchanged
This condition is trying to detect when it might be necessary
to switch from a non-secure to a secure codec. This is not
possible if the DRM session is unchanged, unless a different
codec is required for some other reason (e.g., H264 -> H265),
which is anyway handled by canKeepCodec below.

PiperOrigin-RevId: 292909126
2020-02-03 14:45:30 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Remove deprecated Format.createSampleFormat 2020-02-03 14:44:56 +00:00
core Don't re-init codec if DRM session is unchanged 2020-02-03 14:45:30 +00:00
dash Change Format.createTextSampleFormat for common uses cases 2020-02-03 11:20:56 +00:00
extractor Change Format.createTextSampleFormat for common uses cases 2020-02-03 11:20:56 +00:00
hls Change Format.createTextSampleFormat for common uses cases 2020-02-03 11:20:56 +00:00
smoothstreaming Make resolveSeekPositionUs an instance method 2020-01-24 11:10:56 +00:00
ui Replace most usages of @TargetApi with @RequiresApi 2020-02-03 11:21:21 +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.