- 15 Nov, 2019 26 commits
-
-
PiperOrigin-RevId: 279928178
aquilescanta committed -
SSA spec allows the lines in any order, so they must all have an end time: http://moodub.free.fr/video/ass-specs.doc The Matroska write-up of SubRip assumes the end time is present: https://matroska.org/technical/specs/subtitles/srt.html This will massively simplify merging issue:#6595 PiperOrigin-RevId: 279926730
ibaker committed -
The handling of times wasn't really clear to me, hopefully this more exhaustive documentation helps a bit. Also assert the end timecode is the 'correct' length for the format. PiperOrigin-RevId: 279922369
ibaker committed -
PiperOrigin-RevId: 279911378
kimvde committed -
PiperOrigin-RevId: 279899984
olly 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:279845168:BASE:279870402:1573537714395:80ca701c PiperOrigin-RevId: 279891832
olly committed -
PiperOrigin-RevId: 279841132
andrewlewis committed -
https://github.com/google/ExoPlayer/commit/844c023b654bdedf093af4b5c3ed5aafe218b877
*** Original commit *** Add CRC-8 method in Util *** PiperOrigin-RevId: 279733541
olly committed -
PiperOrigin-RevId: 279727618
kimvde committed -
Use the maximum frame size as the maximum sample size if provided. PiperOrigin-RevId: 279722820
kimvde committed -
Issue: #6636 PiperOrigin-RevId: 279666771
andrewlewis committed -
To trigger receiving the broadcast it's necessary to idle() the shadow main looper, which has to be done from the test thread. Therefore this change removes the send broadcast action and instead sends the broadcast from the test thread. PiperOrigin-RevId: 279660935
andrewlewis committed -
Android Studio claims this escaping isn't required, but now it's removed this code crashes due to a malformed regex. PiperOrigin-RevId: 279501823
olly committed -
PiperOrigin-RevId: 279286802
tonihei committed -
Note: Release notes are not final. PiperOrigin-RevId: 279125474
olly committed -
PiperOrigin-RevId: 279107241
ibaker committed -
PiperOrigin-RevId: 279091742
aquilescanta committed -
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 14 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
-