- 20 Aug, 2021 3 commits
-
-
PiperOrigin-RevId: 391837747
bachinger committed -
StyledPlayerControlView was checking whether the player is an ExoPlayer instance to set the track selector. This means that, if apps were wrapping an ExoPlayer in a ForwardingPlayer (to replace a ControlDispatcher for example), the track selector wasn't set anymore. #minor-release PiperOrigin-RevId: 391776305
kimvde committed -
Samples are serialized using our custom CueEncoder. Information in which format samples are encoded is needed by Renderer to decide which decoder to use. Extractor receives Format object in the constructor and prepares new Format object with sampleMimeType moved to codecs field and new sampleMimeType set to "custom serialized exoplayer Cue". PiperOrigin-RevId: 391739866
apodob committed
-
- 19 Aug, 2021 6 commits
-
-
PiperOrigin-RevId: 391509443
apodob committed -
PiperOrigin-RevId: 391499955
samrobinson committed -
PiperOrigin-RevId: 391498621
samrobinson committed -
PiperOrigin-RevId: 391485174
bachinger committed -
PiperOrigin-RevId: 391403236
olly committed -
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 4 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
-