- 17 Aug, 2021 8 commits
-
-
PiperOrigin-RevId: 391253301
andrewlewis committed -
PiperOrigin-RevId: 391077147
samrobinson committed -
NO_EXTERNAL PiperOrigin-RevId: 391054962
olly committed -
SubtitleExtractor.release() releases the underlying SubtitleDecoder. This change introduces the STATE_RELEASED state. The extractor handles the new state in the read() and seek() methods. PiperOrigin-RevId: 391046478
apodob committed -
PiperOrigin-RevId: 390630998
olly committed -
NO_EXTERNAL PiperOrigin-RevId: 390614839
olly committed -
PiperOrigin-RevId: 390602716
ibaker committed -
PiperOrigin-RevId: 390582804
olly committed
-
- 13 Aug, 2021 2 commits
- 12 Aug, 2021 6 commits
-
-
PiperOrigin-RevId: 390365923
olly committed -
This change is needed to generate correct javadoc, otherwise these methods appear as not deprecated. #minor-release PiperOrigin-RevId: 390339092
christosts committed -
PiperOrigin-RevId: 390332263
olly committed -
SubtitleExtractor is a component that extracts subtitle data taken from ExtractorInput into samples. Samples are pushed into an ExtractorOutput (usually SampleQueue). As a temporary solution SubtitleExtractor uses SubtitleDecoder to extract Cues from input data. PiperOrigin-RevId: 390319875
apodob committed -
PiperOrigin-RevId: 390319457
claincly committed -
The prototype is built upon Transformer and took many references from TransformerAudioRenderer. Please take a look and we can discuss more details. PiperOrigin-RevId: 390192487
claincly committed
-
- 11 Aug, 2021 10 commits
-
-
PiperOrigin-RevId: 390137267
olly committed -
PiperOrigin-RevId: 390136807
christosts committed -
PiperOrigin-RevId: 390130681
kimvde committed -
PiperOrigin-RevId: 390124675
olly committed -
Christos Tsilopoulos committed
-
r2.15.0
christosts committed -
The release note was put under 2.14.2 but the feature is released in 2.15.0. #minor-release PiperOrigin-RevId: 390093836
christosts committed -
The release note was put under 2.14.2 but the feature is released in 2.15.0. #minor-release PiperOrigin-RevId: 390093836
christosts committed -
- Remove ExoPlayer.Builder - Copy SimpleExoPlayer.Builder to ExoPlayer - Deprecate SimpleExoPlayer.Builder PiperOrigin-RevId: 389890299
kimvde committed -
PiperOrigin-RevId: 389879570
olly committed
-
- 10 Aug, 2021 8 commits
-
-
PiperOrigin-RevId: 389871495
christosts committed -
#minor-release PiperOrigin-RevId: 389862401
christosts committed -
These will all be needed in common to break dependencies between decoder extension modules and the core module. PiperOrigin-RevId: 389871983
olly committed -
#minor-release PiperOrigin-RevId: 389871495
christosts committed -
#minor-release PiperOrigin-RevId: 389862401
christosts committed -
PiperOrigin-RevId: 389844289
olly committed -
PiperOrigin-RevId: 389840014
olly committed -
Timeline is already abstract, so it can only be constructed from a subclass anyway. PiperOrigin-RevId: 389827960
ibaker committed
-
- 09 Aug, 2021 6 commits
-
-
PiperOrigin-RevId: 389681733
olly committed -
PiperOrigin-RevId: 389661768
olly committed -
PiperOrigin-RevId: 389640670
olly committed -
PiperOrigin-RevId: 389622428
olly committed -
This isn't needed now we've updated to Robolectric 4.6 Follow-up to https://github.com/google/ExoPlayer/commit/0df0df9aeece386b7421afde160e9009457512ab PiperOrigin-RevId: 389616471
ibaker committed -
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
ibaker committed
-