- 14 Oct, 2021 8 commits
-
-
Issue #9181 #minor-release PiperOrigin-RevId: 403049218
olly committed -
An upcoming change will modify ExoPlayer.Builder#build() to return ExoPlayer, so any places that explicitly need a SimpleExoPlayer instance should be using SimpleExoPlayer.Builder. PiperOrigin-RevId: 403028312
ibaker committed -
PiperOrigin-RevId: 403028279
ibaker committed -
SimpleExoPlayer is being deprecated in favour of ExoPlayer. PiperOrigin-RevId: 402869414
ibaker committed -
PiperOrigin-RevId: 402853522
samrobinson committed -
As suggested in parent change, return a list of `TrackType` instead of appending to it. This has the slight disadvantage of iterating twice over the (short) list, but clarifies the code. PiperOrigin-RevId: 402844458
krocard committed -
Update the UI module, the demos and most other users to make use of the new player TracksInfo and track selection override APIs. PiperOrigin-RevId: 402817857
krocard committed -
PiperOrigin-RevId: 402812895
olly committed
-
- 13 Oct, 2021 6 commits
- 12 Oct, 2021 8 commits
-
-
When ExtractorInput.getLength() returns a defined length, the SubtitleExtractor will create a buffer of the same length, call ExtractorInput.read() until it has read the input bytes, plus one more time where ExtractorInput.read() returns RESULT_END_OF_INPUT. The last call to ExtractorInput.read() however will make the SubtitleExtractor to increase its buffer (including a copy) unnecessarily. This change makes the SubtitleExtractor avoid calling ExtractorInput.read() if the expected number of bytes have already been read, so that the internal buffer does not grow. PiperOrigin-RevId: 402583610
christosts committed -
PiperOrigin-RevId: 402548081
olly committed -
PiperOrigin-RevId: 402547071
olly committed -
Enable subtitle output in the PlaybackOutput and disable the text renderer in the MkvPlaybackTest. Add WebvttPlaybackTest to test the output of side-loaded WebVTT subtitles. PiperOrigin-RevId: 402526588
christosts committed -
Before this change, the SubtitleExtractor did not mark the limit of the input buffer, thus the SubtitleDecoder attempted to decode more bytes. If the subtitle file had a new line at the end, this bug would make the SubtitleDecoder append an line break after the last subtitle. PiperOrigin-RevId: 402523039
christosts committed -
PiperOrigin-RevId: 402292139
olly committed -
PiperOrigin-RevId: 402290115
olly committed -
PiperOrigin-RevId: 402287125
olly committed
-
- 11 Oct, 2021 2 commits
- 09 Oct, 2021 10 commits
-
-
PiperOrigin-RevId: 401793145
olly committed -
PiperOrigin-RevId: 401777730
olly committed -
PiperOrigin-RevId: 401767060
olly committed -
PiperOrigin-RevId: 401767033
andrewlewis committed -
PiperOrigin-RevId: 401764435
olly committed -
We no longer need separate methods to build Player and ExoPlayer. PiperOrigin-RevId: 401751761
ibaker committed -
PiperOrigin-RevId: 401751490
olly committed -
PiperOrigin-RevId: 401743951
bachinger committed -
PiperOrigin-RevId: 401741416
olly committed -
PiperOrigin-RevId: 401741202
olly committed
-
- 08 Oct, 2021 1 commit
-
-
PiperOrigin-RevId: 401729859
bachinger committed
-
- 07 Oct, 2021 5 commits
-
-
This is no longer needed since IMA depends on play-services-ads-identifier directly; see [article](https://ads-developers.googleblog.com/2019/12/the-interactive-media-ads-ima-sdk-for.html). PiperOrigin-RevId: 401550793
olly committed -
PiperOrigin-RevId: 401535981
samrobinson committed -
This is the recommended way to mark all resources as private: https://developer.android.com/studio/projects/android-library#PrivateResources PiperOrigin-RevId: 401470108
ibaker committed -
https://github.com/google/ExoPlayer/commit/ed23b2905bcf74b3cbe915fdb87ff3f6c50e28b9
*** Original commit *** Migrate callers of ExoPlayer.Builder#build() to buildExoPlayer() An upcoming change will update build() to return Player. PiperOrigin-RevId: 401468532
ibaker committed -
https://github.com/google/ExoPlayer/commit/ce0cf23a7f55bb721f7df9a5edb9fdf9e2000fd2
*** Original commit *** Migrate callers of ExoPlayer.Builder#build() to buildExoPlayer() An upcoming change will update build() to return Player. *** PiperOrigin-RevId: 401453039
ibaker committed
-