- 27 May, 2020 13 commits
-
-
Issue: #7113 PiperOrigin-RevId: 307380133
olly committed -
This change generalizes the concept of "reading parameter sets" to "reading prefix NAL units", ahead of a change that will treat AUD and suffix SEI NAL units in the same way. The change also introduces some static isXxxNalUnit methods for clarity. Issue: #7113 PiperOrigin-RevId: 307376967
olly committed -
Also add unit tests for AdsMediaSource. PiperOrigin-RevId: 307365492
andrewlewis committed -
Audio processors are now flushed twice after reconfiguration. The second flush call cleared the pending trim start bytes so transitions between tracks were no longer gapless. Fix this by removing logic to clear pending trim bytes on flush. As a result we may trim data incorrectly if there is a flush before any data has been handled for seeking to a non-zero position, but this edge case will happen rarely and the effect shouldn't be noticeable. PiperOrigin-RevId: 307344357
andrewlewis committed -
Issue: #6054 PiperOrigin-RevId: 307285068
olly committed -
PiperOrigin-RevId: 307045655
Oliver Woodman committed -
PiperOrigin-RevId: 307010600
bachinger committed -
TeeAudioProcessor needs to configure its sink when it is initially set up. PiperOrigin-RevId: 306808871
andrewlewis committed -
Update H265Reader to output the same samples after a seek to 0. PiperOrigin-RevId: 306675050
kimvde committed -
Issue: #6054 PiperOrigin-RevId: 306641689
olly committed -
Allows playback of content when the default value is not valid, but not used for any samples. Issue: #7207 PiperOrigin-RevId: 306631376
aquilescanta committed -
Issue: #6054 Issue: #474 PiperOrigin-RevId: 306504362
olly committed -
Issue: #6054 Issue: #474 PiperOrigin-RevId: 306437452
olly committed
-
- 08 Apr, 2020 5 commits
-
-
r2.11.4
Oliver Woodman committed -
Oliver Woodman committed
-
Oliver Woodman committed
-
PiperOrigin-RevId: 305503804
olly committed -
Issue: #7191 PiperOrigin-RevId: 305502293
olly committed
-
- 07 Apr, 2020 7 commits
-
-
Oliver Woodman committed
-
If we're in the ducked state and updateAudioFocus is called with a new state for which focus is no longer required, we should restore the player back to full volume. Issue: #7182 PiperOrigin-RevId: 305232155
olly committed -
PiperOrigin-RevId: 305137114
Oliver Woodman committed -
This avoids cases where audio focus is never successfully acquired because another app is holding on to transient audio focus indefinitely. Issue: #7182 PiperOrigin-RevId: 305108528
olly committed -
handlePrepare/Stop/SetPlayReady can be merged together as they all handle changes to the desires state of the player. Also, simplify parts of the control flow by not mixing code that determines if audio focus needs to be handled with code that actually acquires or abandons the focus. PiperOrigin-RevId: 299824857
tonihei committed -
When ClippingMediaPeriod first tried to read a buffer, if its end position was before the end of the stream and it was buffered to its end position, it would sometimes erroneously signal end-of-stream for protected content because the sample queue might be waiting for DRM keys at this point. Work around the issue temporarily by signaling this specific case back to ClippingMediaPeriod via the DecoderInputBuffer. There will likely be a cleaner fix as a result of adding support for dynamic clip end points in the future, at which point this can be reverted. issue:#7188 PiperOrigin-RevId: 305081757
andrewlewis committed -
This reverts commit 8591e69b.
Oliver Woodman committed
-
- 03 Apr, 2020 5 commits
-
-
Oliver Woodman committed
-
Oliver Woodman committed
-
Disabling reference counting allows some checks to be removed. This is a no-op. PiperOrigin-RevId: 299829600
samrobinson committed -
Issue:#6914 PiperOrigin-RevId: 297598910
samrobinson committed -
PiperOrigin-RevId: 284552723
samrobinson committed
-
- 01 Apr, 2020 6 commits
-
-
PiperOrigin-RevId: 304196424
olly committed -
SimpleExoPlayer instances don't have to be created from the application thread. PiperOrigin-RevId: 304190901
kimvde committed -
PiperOrigin-RevId: 304184650
olly committed -
Before: https://docs.oracle.com/javase/7/docs/api/index.html?java/lang/String.html After: https://developer.android.com/reference/java/lang/String.html PiperOrigin-RevId: 304137011
ibaker committed -
This means is-external=true is removed and target=_top is set on the <a> tag. Without this, javadoc links to framework docs with anchors are currently broken when viewed in the "frame view" on exoplayer.dev/doc/reference/ Before this change: https://developer.android.com/reference/android/media/MediaDrm.html?is-external=true#getKeyRequest-byte:A-byte:A-java.lang.String-int-java.util.HashMap- With this change: https://developer.android.com/reference/android/media/MediaDrm.html#getKeyRequest-byte:A-byte:A-java.lang.String-int-java.util.HashMap- PiperOrigin-RevId: 304136858
ibaker committed -
PiperOrigin-RevId: 303937576
Oliver Woodman committed
-
- 30 Mar, 2020 4 commits
-
-
PiperOrigin-RevId: 303776645
olly committed -
issue:#7160 PiperOrigin-RevId: 303747338
andrewlewis committed -
CharSequence is used by Notification builders and allows to set Spannable text. It's the base interface of the String class, so apps wouldn't be break after the update. PiperOrigin-RevId: 303731890
jaewan committed -
Issue: #6671 PiperOrigin-RevId: 303364788
olly committed
-