media/library
ibaker 849c307402 Move requiresSecureDecoder logic into ExoMediaDrm
The result is plumbed back to `MediaCodecRenderer` via a new
`DrmSession#requiresSecureDecoder` method.

This allows us to use the `MediaDrm#requiresSecureDecoder` method added
in Android 12:
https://developer.android.com/reference/android/media/MediaDrm#requiresSecureDecoder(java.lang.String)

This change also removes
`FrameworkMediaCrypto#forceAllowInsecureDecoderComponents`, replacing it
with equivalent logic in `FrameworkMediaDrm#requiresSecureDecoder`.

PiperOrigin-RevId: 389616038
2021-08-09 20:00:42 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
common Add ability to disable Surface.setFrameRate calls 2021-08-09 19:59:16 +01:00
core Move requiresSecureDecoder logic into ExoMediaDrm 2021-08-09 20:00:42 +01:00
dash Fix parameter names on overridden methods 2021-07-29 21:09:30 +01:00
extractor Tweak use of TimestampAdjuster for seeking 2021-08-04 18:40:45 +01:00
hls Set HlsSampleStreamWrapper.trackType for audio-only playlists 2021-08-04 18:38:37 +01:00
rtsp Add a factory option to enable logging RTSP messages. 2021-08-09 19:56:22 +01:00
smoothstreaming Set StreamIndex Name as format.label in SS 2021-08-05 12:32:15 +01:00
transformer Miscalleneous small fixes in Transformer 2021-08-06 15:56:01 +01:00
ui Fix parameter names on overridden methods 2021-07-28 09:15:29 +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.