- 15 Nov, 2019 9 commits
-
-
PiperOrigin-RevId: 279088193
kimvde committed -
Assuming that a flac stream starts with bytes ['f', 'L', 'a', 'C', 0, 0, 0, 0x22] is not always correct as it could also start with ['f', 'L', 'a', 'C', 0x80, 0, 0, 0x22] (see https://xiph.org/flac/format.html#metadata_block_streaminfo). PiperOrigin-RevId: 279080562
kimvde committed -
More information: https://docs.google.com/document/d/16tpK6aXqN68PvTyvt4siM-m7f0NXi_8xEeitLDzr8xY/edit?usp=sharing Tested: TAP --sample ran all affected tests and none failed http://test/OCL:278915274:BASE:278884711:1573074344615:a6701677 PiperOrigin-RevId: 279080514
olly committed -
- Add @test annotations. - Fix seeking to ignore potential placeholders (see https://xiph.org/flac/format.html#metadata_block_seektable). PiperOrigin-RevId: 279074092
kimvde committed -
More information: https://docs.google.com/document/d/16tpK6aXqN68PvTyvt4siM-m7f0NXi_8xEeitLDzr8xY/edit?usp=sharing Tested: tap_presubmit: http://test/OCL:278683723:BASE:278762656:1573036487314:924e1b0b Some tests failed; test failures are believed to be unrelated to this CL PiperOrigin-RevId: 279034739
olly committed -
PiperOrigin-RevId: 278875587
bachinger committed -
PiperOrigin-RevId: 278867153
bachinger committed -
PiperOrigin-RevId: 278835106
olly committed -
PiperOrigin-RevId: 278660557
olly committed
-
- 05 Nov, 2019 31 commits
-
-
PiperOrigin-RevId: 278658259
olly committed -
The fixes sizes could end up being wider than the screen (e.g on Pixel 3a) PiperOrigin-RevId: 278642828
olly committed -
PiperOrigin-RevId: 278639779
aquilescanta committed -
PiperOrigin-RevId: 278638978
olly committed -
Add experimental API on MediaCodecRenderer to skip calling MediaCodec.stop() before the call to MediaCodec.release(). PiperOrigin-RevId: 278621032
christosts committed -
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
-