1. 26 Oct, 2021 3 commits
  2. 25 Oct, 2021 14 commits
  3. 21 Oct, 2021 6 commits
    • Get decoder buffers into the right place · 37b58476
      PiperOrigin-RevId: 404876228
      olly committed
    • Restructure core_settings · 5e26ba82
      PiperOrigin-RevId: 404851976
      olly committed
    • Add decoder module · ce17f618
      PiperOrigin-RevId: 404810682
      olly committed
    • Fix 2 ErrorProneStyle findings: · bffe2f7b
      * @Reason is not a TYPE_USE annotation, so should appear before any modifiers and after Javadocs.
        (see go/java-style#s4.8.5-annotations)
      * Curly braces should be used for inline Javadoc tags: {@code ...}
        (see http://go/bugpattern/InvalidInlineTag)
      
      This CL looks good? Just LGTM and Approve it!
      This CL doesn’t look good? This is what you can do:
      * Revert this CL, by replying "REVERT: <provide reason>"
      * File a bug under go/error-prone-bug for category ErrorProneStyle if the change looks generally problematic.
      * Revert this CL and not get a CL that cleans up these paths in the future by
      replying "BLOCKLIST: <provide reason>". This is not reversible! We recommend to
      opt out the respective paths in your CL Robot configuration instead:
      go/clrobot-opt-out.
      
      This CL was generated by CL Robot - a tool that cleans up code findings
      (go/clrobot). The affected code paths have been enabled for CL Robot in //depot/google3/java/com/google/android/libraries/media/METADATA which is reachable following include_presubmits from //depot/google3/third_party/java_src/android_libs/media/METADATA.
      Anything wrong with the signup? File a bug at go/clrobot-bug.
      
      #codehealth
      
      PiperOrigin-RevId: 404769260
      olly committed
    • DefaultMediaSourceFactory: Lazily load media source factories · bbe2cef7
      Th purpose of this change is to speed up the instantiation of the
      DefaultMediaSourceFactory.
      
      PiperOrigin-RevId: 404665352
      christosts committed
    • Move SimpleExoPlayer.Builder logic to ExoPlayer.Builder. · 140ef753
      SimpleExoPlayer Builder now wraps an ExoPlayer.Builder, rather than the
      other way round.
      
      PiperOrigin-RevId: 404509106
      samrobinson committed
  4. 20 Oct, 2021 3 commits
  5. 19 Oct, 2021 3 commits
  6. 18 Oct, 2021 11 commits