- 05 Nov, 2019 40 commits
-
-
Split the version of the sublibraries because their latest version number is different. See https://developer.android.com/jetpack/androidx/releases/test#1.2.0. PiperOrigin-RevId: 278585090
kimvde committed -
PiperOrigin-RevId: 278401000
olly committed -
PiperOrigin-RevId: 278399475
olly committed -
PiperOrigin-RevId: 278398045
olly committed -
PiperOrigin-RevId: 278332587
kimvde committed -
PiperOrigin-RevId: 278332276
olly committed -
PiperOrigin-RevId: 278327151
kimvde committed -
More information: https://docs.google.com/document/d/16tpK6aXqN68PvTyvt4siM-m7f0NXi_8xEeitLDzr8xY/edit?usp=sharing Tested: TAP train for global presubmit queue http://test/OCL:278152710:BASE:278144052:1572760370662:22459c12 PiperOrigin-RevId: 278241536
olly committed -
PiperOrigin-RevId: 278054214
olly committed -
PiperOrigin-RevId: 277969385
ibaker committed -
PiperOrigin-RevId: 277963928
kimvde committed -
If a sample has a subtitle file listed, it makes sense to show it by default. PiperOrigin-RevId: 277934597
ibaker committed -
PiperOrigin-RevId: 277928790
olly committed -
issue:#5523 PiperOrigin-RevId: 277927555
ibaker committed -
- This is for consistency with PlayerControlView. - Also update PlayerNotificationManager notification if shuffle mode changes. This is for consistency with what happens when the repeat mode changes. By default the notification will be unchanged, but custom implementations can extend and then override createNotification, and given these modes change infrequently it feels like we can just do this. The alternative for achieving consistency would be to remove handling of repeat mode changes. Issue: #6582 PiperOrigin-RevId: 277925094
olly committed -
- Fix FLAC extension build (currently broken due to use of std::array, but fixed by migrating to NDK r20). - Move opus and ffmpeg extensions to NDK r20. For ffmpeg, upgrade to release 4.2 which requires using libswresample and updates to the build script. Issue: #6601 PiperOrigin-RevId: 277924119
andrewlewis committed -
PiperOrigin-RevId: 277916734
ibaker committed -
PiperOrigin-RevId: 277916639
ibaker committed -
PiperOrigin-RevId: 277916508
ibaker committed -
PiperOrigin-RevId: 277916279
ibaker committed -
PiperOrigin-RevId: 277916113
ibaker committed -
PiperOrigin-RevId: 277911191
tonihei committed -
PiperOrigin-RevId: 277910909
ibaker committed -
PiperOrigin-RevId: 277910360
kimvde committed -
PiperOrigin-RevId: 277896757
andrewlewis committed -
PiperOrigin-RevId: 277766372
kimvde committed -
PiperOrigin-RevId: 277744735
kimvde committed -
PiperOrigin-RevId: 277732159
olly committed -
PiperOrigin-RevId: 277729887
olly committed -
PiperOrigin-RevId: 277710160
ibaker committed -
PiperOrigin-RevId: 277709114
olly committed -
Suggested by Android Studio's Inspect Code SO seems to think there's a performance difference for the | change: https://stackoverflow.com/questions/22132450/why-is-a-character-class-faster-than-alternation PiperOrigin-RevId: 277707341
ibaker committed -
PiperOrigin-RevId: 277706810
olly committed -
The value is stateful and new sessions need to be informed of the current state PiperOrigin-RevId: 277701955
tonihei committed -
PiperOrigin-RevId: 277695826
bachinger committed -
PiperOrigin-RevId: 277691935
aquilescanta committed -
This should not introduce any functional changes. PiperOrigin-RevId: 277691550
aquilescanta committed -
E-AC3 with JOC is signaled using the CHANNELS attribute for HLS: https://developer.apple.com/documentation/http_live_streaming/hls_authoring_specification_for_apple_devices/hls_authoring_specification_for_apple_devices_appendices PiperOrigin-RevId: 277680300
andrewlewis committed -
Some methods marked as throwing DecoderQueryException actually did not throw it. Switch to marking throws Exception everywhere. PiperOrigin-RevId: 277674401
andrewlewis committed -
Relevant part of the spec: https://www.w3.org/TR/webvtt1/#processing-cue-settings PiperOrigin-RevId: 277523694
ibaker committed
-