1. 17 Dec, 2020 5 commits
  2. 14 Dec, 2020 32 commits
  3. 03 Dec, 2020 3 commits
    • VideoFrameReleaseTimeHelper: Account for playback speed · 29803545
      Previously the helper would constantly lose (or never establish) sync
      for non-1x playback speeds. This changes the helper to account for
      other playback speeds correctly.
      
      PiperOrigin-RevId: 345458859
      olly committed
    • Gracefully handle null-terminated subtitle content in MKV containers · 74bbd536
      This was reported for SSA/ASS in PR #8265, but it seems to me the
      SubRip part of the Matroska spec is similarly loose, so this change
      handles null-terminated strings in both.
      
      #minor-release
      
      PiperOrigin-RevId: 345452667
      ibaker committed
    • Update the log tag of DefaultAudioSink · 95e2ce26
      The old tag reflects the original name of this class. It was renamed in
      2017:
      <unknown commit>
      
      Possibly the old name was kept for compatibility with existing logs
      analysis? I didn't see an explicit discussion of this in the review
      comments of the rename change.
      
      The current tag confused me slightly - I assumed a line was being
      emitted by the android.media.AudioTrack rather than ExoPlayer's
      DefaultAudioSink.
      
      PiperOrigin-RevId: 345450056
      ibaker committed