Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the androidx group with 12 updates #841

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the androidx group with 12 updates:

Package From To
androidx.media3:media3-cast 1.5.0 1.5.1
androidx.media3:media3-common 1.5.0 1.5.1
androidx.media3:media3-datasource 1.5.0 1.5.1
androidx.media3:media3-datasource-okhttp 1.5.0 1.5.1
androidx.media3:media3-decoder 1.5.0 1.5.1
androidx.media3:media3-exoplayer 1.5.0 1.5.1
androidx.media3:media3-ui 1.5.0 1.5.1
androidx.media3:media3-exoplayer-dash 1.5.0 1.5.1
androidx.media3:media3-exoplayer-hls 1.5.0 1.5.1
androidx.media3:media3-session 1.5.0 1.5.1
androidx.media3:media3-test-utils 1.5.0 1.5.1
androidx.media3:media3-test-utils-robolectric 1.5.0 1.5.1

Updates androidx.media3:media3-cast from 1.5.0 to 1.5.1

Release notes

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

1.5.1

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Changelog

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

1.5.1 (2024-12-19)

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Commits
  • 76088cd Bump Media3 version to 1.5.1
  • 7ae9ddf Update release notes for Media3 1.5.1 release
  • e4e59cd Switch default of async crypto mode to disabled
  • 508a425 Switch play FGS exemption to use custom action instead of commands
  • 52f9761 Don't check codec's profile for MV-HEVC video.
  • de91ebc Add vorbis comment support for track/disc numbering fields, and genre
  • 5d9badc Fix ReplacingCuesResolver.discardCuesBeforeTimeUs to retain active cue
  • 121b79a Merge pull request #1943 from DolbyLaboratories:dlb/ac4-ajoc/dev
  • fa9689e Clarify CommandButton javadoc around iconResId and ICON_UNDEFINED
  • f5bbb39 Merge pull request #1823 from MGaetan89:remove_outdated_sdk_check
  • Additional commits viewable in compare view

Updates androidx.media3:media3-common from 1.5.0 to 1.5.1

Release notes

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

1.5.1

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Changelog

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

1.5.1 (2024-12-19)

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Commits
  • 76088cd Bump Media3 version to 1.5.1
  • 7ae9ddf Update release notes for Media3 1.5.1 release
  • e4e59cd Switch default of async crypto mode to disabled
  • 508a425 Switch play FGS exemption to use custom action instead of commands
  • 52f9761 Don't check codec's profile for MV-HEVC video.
  • de91ebc Add vorbis comment support for track/disc numbering fields, and genre
  • 5d9badc Fix ReplacingCuesResolver.discardCuesBeforeTimeUs to retain active cue
  • 121b79a Merge pull request #1943 from DolbyLaboratories:dlb/ac4-ajoc/dev
  • fa9689e Clarify CommandButton javadoc around iconResId and ICON_UNDEFINED
  • f5bbb39 Merge pull request #1823 from MGaetan89:remove_outdated_sdk_check
  • Additional commits viewable in compare view

Updates androidx.media3:media3-datasource from 1.5.0 to 1.5.1

Release notes

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

1.5.1

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Changelog

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

1.5.1 (2024-12-19)

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Commits
  • 76088cd Bump Media3 version to 1.5.1
  • 7ae9ddf Update release notes for Media3 1.5.1 release
  • e4e59cd Switch default of async crypto mode to disabled
  • 508a425 Switch play FGS exemption to use custom action instead of commands
  • 52f9761 Don't check codec's profile for MV-HEVC video.
  • de91ebc Add vorbis comment support for track/disc numbering fields, and genre
  • 5d9badc Fix ReplacingCuesResolver.discardCuesBeforeTimeUs to retain active cue
  • 121b79a Merge pull request #1943 from DolbyLaboratories:dlb/ac4-ajoc/dev
  • fa9689e Clarify CommandButton javadoc around iconResId and ICON_UNDEFINED
  • f5bbb39 Merge pull request #1823 from MGaetan89:remove_outdated_sdk_check
  • Additional commits viewable in compare view

Updates androidx.media3:media3-datasource-okhttp from 1.5.0 to 1.5.1

Release notes

Sourced from androidx.media3:media3-datasource-okhttp's releases.

1.5.1

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Changelog

Sourced from androidx.media3:media3-datasource-okhttp's changelog.

1.5.1 (2024-12-19)

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Commits
  • 76088cd Bump Media3 version to 1.5.1
  • 7ae9ddf Update release notes for Media3 1.5.1 release
  • e4e59cd Switch default of async crypto mode to disabled
  • 508a425 Switch play FGS exemption to use custom action instead of commands
  • 52f9761 Don't check codec's profile for MV-HEVC video.
  • de91ebc Add vorbis comment support for track/disc numbering fields, and genre
  • 5d9badc Fix ReplacingCuesResolver.discardCuesBeforeTimeUs to retain active cue
  • 121b79a Merge pull request #1943 from DolbyLaboratories:dlb/ac4-ajoc/dev
  • fa9689e Clarify CommandButton javadoc around iconResId and ICON_UNDEFINED
  • f5bbb39 Merge pull request #1823 from MGaetan89:remove_outdated_sdk_check
  • Additional commits viewable in compare view

Updates androidx.media3:media3-decoder from 1.5.0 to 1.5.1

Release notes

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

1.5.1

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Changelog

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

1.5.1 (2024-12-19)

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Commits
  • 76088cd Bump Media3 version to 1.5.1
  • 7ae9ddf Update release notes for Media3 1.5.1 release
  • e4e59cd Switch default of async crypto mode to disabled
  • 508a425 Switch play FGS exemption to use custom action instead of commands
  • 52f9761 Don't check codec's profile for MV-HEVC video.
  • de91ebc Add vorbis comment support for track/disc numbering fields, and genre
  • 5d9badc Fix ReplacingCuesResolver.discardCuesBeforeTimeUs to retain active cue
  • 121b79a Merge pull request #1943 from DolbyLaboratories:dlb/ac4-ajoc/dev
  • fa9689e Clarify CommandButton javadoc around iconResId and ICON_UNDEFINED
  • f5bbb39 Merge pull request #1823 from MGaetan89:remove_outdated_sdk_check
  • Additional commits viewable in compare view

Updates androidx.media3:media3-exoplayer from 1.5.0 to 1.5.1

Release notes

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

1.5.1

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Changelog

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

1.5.1 (2024-12-19)

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Commits
  • 76088cd Bump Media3 version to 1.5.1
  • 7ae9ddf Update release notes for Media3 1.5.1 release
  • e4e59cd Switch default of async crypto mode to disabled
  • 508a425 Switch play FGS exemption to use custom action instead of commands
  • 52f9761 Don't check codec's profile for MV-HEVC video.
  • de91ebc Add vorbis comment support for track/disc numbering fields, and genre
  • 5d9badc Fix ReplacingCuesResolver.discardCuesBeforeTimeUs to retain active cue
  • 121b79a Merge pull request #1943 from DolbyLaboratories:dlb/ac4-ajoc/dev
  • fa9689e Clarify CommandButton javadoc around iconResId and ICON_UNDEFINED
  • f5bbb39 Merge pull request #1823 from MGaetan89:remove_outdated_sdk_check
  • Additional commits viewable in compare view

Updates androidx.media3:media3-ui from 1.5.0 to 1.5.1

Release notes

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

1.5.1

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Changelog

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

1.5.1 (2024-12-19)

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Commits
  • 76088cd Bump Media3 version to 1.5.1
  • 7ae9ddf Update release notes for Media3 1.5.1 release
  • e4e59cd Switch default of async crypto mode to disabled
  • 508a425 Switch play FGS exemption to use custom action instead of commands
  • 52f9761 Don't check codec's profile for MV-HEVC video.
  • de91ebc Add vorbis comment support for track/disc numbering fields, and genre
  • 5d9badc Fix ReplacingCuesResolver.discardCuesBeforeTimeUs to retain active cue
  • 121b79a Merge pull request #1943 from DolbyLaboratories:dlb/ac4-ajoc/dev
  • fa9689e Clarify CommandButton javadoc around iconResId and ICON_UNDEFINED
  • f5bbb39 Merge pull request #1823 from MGaetan89:remove_outdated_sdk_check
  • Additional commits viewable in compare view

Updates androidx.media3:media3-exoplayer-dash from 1.5.0 to 1.5.1

Release notes

Sourced from androidx.media3:media3-exoplayer-dash's releases.

1.5.1

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Changelog

Sourced from androidx.media3:media3-exoplayer-dash's changelog.

1.5.1 (2024-12-19)

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Commits
  • 76088cd Bump Media3 version to 1.5.1
  • 7ae9ddf Update release notes for Media3 1.5.1 release
  • e4e59cd Switch default of async crypto mode to disabled
  • 508a425 Switch play FGS exemption to use custom action instead of commands
  • 52f9761 Don't check codec's profile for MV-HEVC video.
  • de91ebc Add vorbis comment support for track/disc numbering fields, and genre
  • 5d9badc Fix ReplacingCuesResolver.discardCuesBeforeTimeUs to retain active cue
  • 121b79a Merge pull request #1943 from DolbyLaboratories:dlb/ac4-ajoc/dev
  • fa9689e Clarify CommandButton javadoc around iconResId and ICON_UNDEFINED
  • f5bbb39 Merge pull request #1823 from MGaetan89:remove_outdated_sdk_check
  • Additional commits viewable in compare view

Updates androidx.media3:media3-exoplayer-hls from 1.5.0 to 1.5.1

Release notes

Sourced from androidx.media3:media3-exoplayer-hls's releases.

1.5.1

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Changelog

Sourced from androidx.media3:media3-exoplayer-hls's changelog.

1.5.1 (2024-12-19)

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Commits
  • 76088cd Bump Media3 version to 1.5.1
  • 7ae9ddf Update release notes for Media3 1.5.1 release
  • e4e59cd Switch default of async crypto mode to disabled
  • 508a425 Switch play FGS exemption to use custom action instead of commands
  • 52f9761 Don't check codec's profile for MV-HEVC video.
  • de91ebc Add vorbis comment support for track/disc numbering fields, and genre
  • 5d9badc Fix ReplacingCuesResolver.discardCuesBeforeTimeUs to retain active cue
  • 121b79a Merge pull request #1943 from DolbyLaboratories:dlb/ac4-ajoc/dev
  • fa9689e Clarify CommandButton javadoc around iconResId and ICON_UNDEFINED
  • f5bbb39 Merge pull request #1823 from MGaetan89:remove_outdated_sdk_check
  • Additional commits viewable in compare view

Updates androidx.media3:media3-session from 1.5.0 to 1.5.1

Release notes

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

1.5.1

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Changelog

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

1.5.1 (2024-12-19)

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Commits
  • 76088cd Bump Media3 version to 1.5.1
  • 7ae9ddf Update release notes for Media3 1.5.1 release
  • e4e59cd Switch default of async crypto mode to disabled
  • 508a425 Switch play FGS exemption to use custom action instead of commands
  • 52f9761 Don't check codec's profile for MV-HEVC video.
  • de91ebc Add vorbis comment support for track/disc numbering fields, and genre
  • 5d9badc Fix ReplacingCuesResolver.discardCuesBeforeTimeUs to retain active cue
  • 121b79a Merge pull request #1943 from DolbyLaboratories:dlb/ac4-ajoc/dev
  • fa9689e Clarify CommandButton javadoc around iconResId and ICON_UNDEFINED
  • f5bbb39 Merge pull request #1823 from MGaetan89:remove_outdated_sdk_check
  • Additional commits viewable in compare view

Updates androidx.media3:media3-test-utils from 1.5.0 to 1.5.1

Release notes

Sourced from androidx.media3:media3-test-utils's releases.

1.5.1

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Changelog

Sourced from androidx.media3:media3-test-utils's changelog.

1.5.1 (2024-12-19)

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Commits
  • 76088cd Bump Media3 version to 1.5.1
  • 7ae9ddf Update release notes for Media3 1.5.1 release
  • e4e59cd Switch default of async crypto mode to disabled
  • 508a425 Switch play FGS exemption to use custom action instead of commands
  • 52f9761 Don't check codec's profile for MV-HEVC video.
  • de91ebc Add vorbis comment support for track/disc numbering fields, and genre
  • 5d9badc Fix ReplacingCuesResolver.discardCuesBeforeTimeUs to retain active cue
  • 121b79a Merge pull request #1943 from DolbyLaboratories:dlb/ac4-ajoc/dev
  • fa9689e Clarify CommandButton javadoc around iconResId and ICON_UNDEFINED
  • f5bbb39 Merge pull request #1823 from MGaetan89:remove_outdated_sdk_check
  • Additional commits viewable in compare view

Updates androidx.media3:media3-test-utils-robolectric from 1.5.0 to 1.5.1

Release notes

Sourced from androidx.media3:media3-test-utils-robolectric's releases.

1.5.1

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numbering and genre from Vorbis comments into MediaMetadata (#1958).
Changelog

Sourced from androidx.media3:media3-test-utils-robolectric's changelog.

1.5.1 (2024-12-19)

This release includes the following changes since the 1.5.0 release:

  • ExoPlayer:
    • Disable use of asynchronous decryption in MediaCodec to avoid reported codec timeout issues with this platform API (#1641).
  • Extractors:
    • MP3: Don't stop playback early when a VBRI frame's table of contents doesn't cover all the MP3 data in a file (#1904).
  • Video:
    • Rollback of using MediaCodecAdapter supplied pixel aspect ratio values when provided while processing onOutputFormatChanged (#1371).
  • Text:
    • Fix bug in ReplacingCuesResolver.discardCuesBeforeTimeUs where the cue active at timeUs (started before but not yet ended) was incorrectly discarded (#1939).
  • Metadata:
    • Extract disc/track numberi...

      Description has been truncated

Bumps the androidx group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [androidx.media3:media3-cast](https://github.com/androidx/media) | `1.5.0` | `1.5.1` |
| [androidx.media3:media3-common](https://github.com/androidx/media) | `1.5.0` | `1.5.1` |
| [androidx.media3:media3-datasource](https://github.com/androidx/media) | `1.5.0` | `1.5.1` |
| [androidx.media3:media3-datasource-okhttp](https://github.com/androidx/media) | `1.5.0` | `1.5.1` |
| [androidx.media3:media3-decoder](https://github.com/androidx/media) | `1.5.0` | `1.5.1` |
| [androidx.media3:media3-exoplayer](https://github.com/androidx/media) | `1.5.0` | `1.5.1` |
| [androidx.media3:media3-ui](https://github.com/androidx/media) | `1.5.0` | `1.5.1` |
| [androidx.media3:media3-exoplayer-dash](https://github.com/androidx/media) | `1.5.0` | `1.5.1` |
| [androidx.media3:media3-exoplayer-hls](https://github.com/androidx/media) | `1.5.0` | `1.5.1` |
| [androidx.media3:media3-session](https://github.com/androidx/media) | `1.5.0` | `1.5.1` |
| [androidx.media3:media3-test-utils](https://github.com/androidx/media) | `1.5.0` | `1.5.1` |
| [androidx.media3:media3-test-utils-robolectric](https://github.com/androidx/media) | `1.5.0` | `1.5.1` |


Updates `androidx.media3:media3-cast` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

Updates `androidx.media3:media3-common` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

Updates `androidx.media3:media3-datasource` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

Updates `androidx.media3:media3-datasource-okhttp` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

Updates `androidx.media3:media3-decoder` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

Updates `androidx.media3:media3-exoplayer` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

Updates `androidx.media3:media3-ui` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

Updates `androidx.media3:media3-exoplayer-dash` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

Updates `androidx.media3:media3-exoplayer-hls` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

Updates `androidx.media3:media3-session` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

Updates `androidx.media3:media3-test-utils` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

Updates `androidx.media3:media3-test-utils-robolectric` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

Updates `androidx.media3:media3-common` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

Updates `androidx.media3:media3-datasource` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

Updates `androidx.media3:media3-datasource-okhttp` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

Updates `androidx.media3:media3-decoder` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

Updates `androidx.media3:media3-exoplayer` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

Updates `androidx.media3:media3-ui` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

Updates `androidx.media3:media3-exoplayer-dash` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

Updates `androidx.media3:media3-exoplayer-hls` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

Updates `androidx.media3:media3-session` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

Updates `androidx.media3:media3-test-utils` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

Updates `androidx.media3:media3-test-utils-robolectric` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.5.0...1.5.1)

---
updated-dependencies:
- dependency-name: androidx.media3:media3-cast
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-datasource
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-datasource-okhttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-decoder
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-exoplayer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-exoplayer-dash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-exoplayer-hls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-session
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-test-utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-test-utils-robolectric
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-datasource
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-datasource-okhttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-decoder
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-exoplayer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-exoplayer-dash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-exoplayer-hls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-session
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-test-utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-test-utils-robolectric
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 23, 2024
Copy link

Code Coverage

Overall Project 52.1% 🟢

There is no coverage information present for the Files changed

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
Status: 🍿 Code Review
Development

Successfully merging this pull request may close these issues.

0 participants