- 19 Aug, 2021 1 commit
-
-
Most of those objects needs to be sent to MediaControler. `TrackSelectior.Parameters` could have stayed Parcelable, but it needs to be `Bundleable` as it inherit from `TrackSelectionParameters` that is and needs to be serializable anyway for the demo app. As a result it has also been migrated to bundleable. PiperOrigin-RevId: 391353293
krocard committed
-
- 17 Aug, 2021 9 commits
-
-
PiperOrigin-RevId: 391272611
olly committed -
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 4 commits