Skip to content

Bump androidx.media3:media3-inspector from 1.11.0 to 1.11.1 - #2201

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/androidx.media3-media3-inspector-1.11.1
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/androidx.media3-media3-inspector-1.11.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps androidx.media3:media3-inspector from 1.11.0 to 1.11.1.

Release notes

Sourced from androidx.media3:media3-inspector's releases.

1.11.1

  • ExoPlayer:
    • Move the flag to enable/disable HAGC metadata for progressive media from MediaSource.Factory to ExtractorsFactory. The previous setExperimentalEnableHagcPlayback method is removed and replaced by ExtractorsFactory.setParseHagcMetadata. This also resolves an issue where disabling didn't work for Matroska/WebM containers.
    • Fix a playback stall caused when prewarming a non-transitioning secondary renderer.
    • Fix pre-warming issue where the Surface should be returned to the primary renderer when a seek resets and disables both renderers.
    • Fix ArrayIndexOutOfBoundsException when a live timeline refresh moves the default position past a server-side inserted ad that is currently being played (#3348).
    • Fix a scrubbing mode issue where stale video frames could be briefly displayed when seeking with ScrubbingModeParameters.allowSkippingMediaCodecFlush enabled.
  • Extractors:
    • Matroska: Fix issue where Tracks placed after clusters wouldn't result in a seekable timeline (#3377).
  • Audio:
    • Fix buffer size calculation in SilenceSkippingAudioProcessor so that the minimum silence duration is not incorrectly scaled down by the frame size (#3271).
    • Fix 8-bit PCM handling in PcmAudioUtil to treat samples as unsigned as defined by Android (#3271).
    • Fix offload issue in which playback could stall during pre-roll or gapless transitions due to limited hardware buffer sizes.
    • Fix bug in DefaultAudioSink where release count doesn't decrease when playback thread is no longer alive (#3338).
  • Session:
    • Fix NullPointerException when an in-process MediaController is released from a Player.Listener callback (#3375).
    • Fix deadlock on the main thread when a legacy MediaBrowser connects to a service returning an asynchronous result from onGetLibraryRoot() or onConnectAsync() (#3393).
  • HLS extension:
    • Fix calculation of content resume offset when the target segment for snapping is not yet in the playlist (#3322).
    • Fix an issue where a fully consumed HlsMediaChunk retries loading on receiving EOFException from the extractor (#3350).
  • DASH extension:
    • Fix incorrect sample timestamp calculation for image tracks with a presentationTimeOffset (#3334).
  • Decoder extensions (FFmpeg, VP9, AV1, etc.):
    • Opus: Fix memory corruption when multiple OpusDecoder instances are initialized concurrently.
    • MPEG-H: Fix memory leak, truncation of non-ASCII characters, and potential native crash under low-memory conditions when sending commands to the MpeghUiManager (#3365).
Changelog

Sourced from androidx.media3:media3-inspector's changelog.

1.11.1 (2026-09-10)

This release includes the following changes since the 1.11.0 release:

  • ExoPlayer:
    • Move the flag to enable/disable HAGC metadata for progressive media from MediaSource.Factory to ExtractorsFactory. The previous setExperimentalEnableHagcPlayback method is removed and replaced by ExtractorsFactory.setParseHagcMetadata. This also resolves an issue where disabling didn't work for Matroska/WebM containers.
    • Fix a playback stall caused when prewarming a non-transitioning secondary renderer.
    • Fix pre-warming issue where the Surface should be returned to the primary renderer when a seek resets and disables both renderers.
    • Fix ArrayIndexOutOfBoundsException when a live timeline refresh moves the default position past a server-side inserted ad that is currently being played (#3348).
    • Fix a scrubbing mode issue where stale video frames could be briefly displayed when seeking with ScrubbingModeParameters.allowSkippingMediaCodecFlush enabled.
  • Extractors:
    • Matroska: Fix issue where Tracks placed after clusters wouldn't result in a seekable timeline (#3377).
  • Audio:
    • Fix buffer size calculation in SilenceSkippingAudioProcessor so that the minimum silence duration is not incorrectly scaled down by the frame size (#3271).
    • Fix 8-bit PCM handling in PcmAudioUtil to treat samples as unsigned as defined by Android (#3271).
    • Fix offload issue in which playback could stall during pre-roll or gapless transitions due to limited hardware buffer sizes.
    • Fix bug in DefaultAudioSink where release count doesn't decrease when playback thread is no longer alive (#3338).
  • Session:
    • Fix NullPointerException when an in-process MediaController is released from a Player.Listener callback (#3375).
    • Fix deadlock on the main thread when a legacy MediaBrowser connects to a service returning an asynchronous result from onGetLibraryRoot() or onConnectAsync() (#3393).
  • HLS extension:
    • Fix calculation of content resume offset when the target segment for snapping is not yet in the playlist (#3322).
    • Fix an issue where a fully consumed HlsMediaChunk retries loading on

... (truncated)

Commits
  • 8c6678b Bump version to 1.11.1
  • 4b610b1 Update release notes for 1.11.1
  • e9757e6 Fix deadlock when legacy MediaBrowser connects to async root or session
  • 9b8000d Merge pull request #3271 from nift4:oddmath
  • 6ada45c Add end-to-end test for ITU-T T.35 track muxing
  • d23ba39 Normalize non-positive frame rates in MediaFormatUtil
  • 383e770 Generalize useInputBuffer to useBuffer
  • 71e4112 MPEG-H: Fix UI manager command encoding and memory leak
  • eb2965c Matroska: Fix seekable timeline with Tracks after Clusters
  • a827bd5 Fix incorrect render of stale frames after a seek with skipped flush.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [androidx.media3:media3-inspector](https://github.com/androidx/media) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.11.0...1.11.1)

---
updated-dependencies:
- dependency-name: androidx.media3:media3-inspector
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants