Skip to content

Update media3 to v1.10.1#6816

Merged
bmarty merged 1 commit into
developfrom
renovate/media3
May 21, 2026
Merged

Update media3 to v1.10.1#6816
bmarty merged 1 commit into
developfrom
renovate/media3

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 19, 2026

This PR contains the following updates:

Package Change Age Confidence
androidx.media3:media3-exoplayer-midi 1.10.01.10.1 age confidence
androidx.media3:media3-common 1.10.01.10.1 age confidence
androidx.media3:media3-effect 1.10.01.10.1 age confidence
androidx.media3:media3-transformer 1.10.01.10.1 age confidence
androidx.media3:media3-ui 1.10.01.10.1 age confidence
androidx.media3:media3-exoplayer 1.10.01.10.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

androidx/media (androidx.media3:media3-exoplayer-midi)

v1.10.1

Compare Source

This release includes the following changes since 1.10.0:

  • Common library:
    • Fix handling of onAudioSessionIdChanged in SimpleBasePlayer and
      ForwardingSimpleBasePlayer.
  • ExoPlayer:
    • Fix race condition related to audio session id generation that could
      lead to an IllegalStateException with tunneling mode.
      (#​3099).
    • Fix possible app crashes when recovering from decoder errors with
      renderer prewarming.
    • Fix issue where video artifacts were caused by supplying initialization
      data when using an AV1-based Dolby Vision codec
      (#​3153).
  • Track selection:
    • Adjust track selection logic in VideoTrackInfo to resolve fallback
      MIME types and move HDR and codec score preferences to quality
      preferences (#​3135).
  • Extractors:
    • MP3: Ignore Xing data length if it is longer than the known stream
      length (#​3117).
    • Fix ArrayIndexOutOfBoundsException in Mp4Extractor when
      FLAG_OMIT_TRACK_SAMPLE_TABLE is set and the track lacks a sync sample
      (stss) box.
  • Audio:
    • Fix bug where audio events may be misrouted if multiple audio renderers
      are added to the player.
  • Video:
    • Adjust logic for codec reuse at frame rate changes on API below 30 to
      avoid codec resets where they are not beneficial
      (#​3120).
    • Disable forced synchronization workaround in queueSecureInputBuffer
      for API 31+. The workaround was an artificial bottleneck that forced
      decryption to run serially which prevented garbled video due to a
      framework issue existing prior to API 31.
  • Image:
    • Fix issue in scrubbing mode where image updates would only take effect
      when the user "stops scrubbing"
      (#​2815).
  • Session:
    • Fix bug where ForegroundServiceStartNotAllowedException wasn't
      propagated across thread boundaries in case the application thread is
      not the main thread
      (#​2499).
    • Fix bug where COMMAND_SEEK_TO_MEDIA_ITEM is not available in a
      MediaController when connecting to a platform-only session that
      supports seeking to other items but no playlist modifications.
    • Fix issue where MediaController can't set media items on platform
      media sessions that don't allow PREPARE_FROM actions.
    • Fix bug where own process wasn't marked with Controller.isTrusted() on
      API 27 or before when connecting via platform controllers.
  • HLS extension:
    • Fix a bug where an ArrayIndexOutOfBoundsException is thrown during
      stream fallback if the track selection is a subset of the available
      tracks (#​3161).
    • Fix an issue where the initialization segment was not carried over
      across media playlist updates if the #EXT-X-MAP tag was not repeated
      in subsequent updates
      (#​3105).
  • DASH extension:
    • Fix crash in SampleQueue when seeking into a chunk that is currently
      being canceled.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner May 19, 2026 12:46
@renovate renovate Bot added the PR-Dependencies Pull requests that update a dependency file label May 19, 2026
@renovate renovate Bot requested review from bmarty and removed request for a team May 19, 2026 12:46
@ElementBot
Copy link
Copy Markdown
Collaborator

Warnings
⚠️

gradle/libs.versions.toml#L6 - A newer version of com.android.tools.build:gradle than 8.13.2 is available: 9.2.1

⚠️

gradle/libs.versions.toml#L35 - A newer version of io.github.takahirom.roborazzi:roborazzi-junit-rule than 1.60.0 is available: 1.61.0

⚠️

gradle/libs.versions.toml#L54 - A newer version of com.autonomousapps:dependency-analysis-gradle-plugin than 3.10.0 is available: 3.12.0

⚠️

gradle/libs.versions.toml#L57 - A newer version of dev.zacsweers.metro:runtime than 1.0.0 is available: 1.1.1

⚠️

gradle/libs.versions.toml#L101 - A newer version of androidx.javascriptengine:javascriptengine than 1.0.0 is available: 1.1.0

⚠️

gradle/libs.versions.toml#L124 - A newer version of androidx.compose.material3:material3 than 1.5.0-alpha15 is available: 1.5.0-alpha19

⚠️

gradle/libs.versions.toml#L204 - A newer version of net.zetetic:sqlcipher-android than 4.15.0 is available: 4.16.0

⚠️

gradle/libs.versions.toml#L225 - A newer version of com.posthog:posthog-android than 3.43.0 is available: 3.44.1

Generated by 🚫 dangerJS against 8ffea8d

@github-actions
Copy link
Copy Markdown
Contributor

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/i9Jy2z

@sonarqubecloud
Copy link
Copy Markdown

@codecov
Copy link
Copy Markdown

codecov Bot commented May 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.27%. Comparing base (2f406ea) to head (8ffea8d).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #6816   +/-   ##
========================================
  Coverage    81.27%   81.27%           
========================================
  Files         2648     2648           
  Lines        74169    74169           
  Branches      9619     9619           
========================================
  Hits         60281    60281           
  Misses       10341    10341           
  Partials      3547     3547           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bmarty bmarty merged commit d6ef505 into develop May 21, 2026
40 checks passed
@bmarty bmarty deleted the renovate/media3 branch May 21, 2026 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR-Dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants