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

fix(deps): update all dependencies 1.2.0 to v1.2.1 #1982

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
androidx.media3:media3-ui 1.2.0 -> 1.2.1 age adoption passing confidence
androidx.media3:media3-test-utils-robolectric 1.2.0 -> 1.2.1 age adoption passing confidence
androidx.media3:media3-test-utils 1.2.0 -> 1.2.1 age adoption passing confidence
androidx.media3:media3-session 1.2.0 -> 1.2.1 age adoption passing confidence
androidx.media3:media3-exoplayer-workmanager 1.2.0 -> 1.2.1 age adoption passing confidence
androidx.media3:media3-exoplayer-rtsp 1.2.0 -> 1.2.1 age adoption passing confidence
androidx.media3:media3-exoplayer-hls 1.2.0 -> 1.2.1 age adoption passing confidence
androidx.media3:media3-exoplayer-dash 1.2.0 -> 1.2.1 age adoption passing confidence
androidx.media3:media3-exoplayer 1.2.0 -> 1.2.1 age adoption passing confidence
androidx.media3:media3-datasource-okhttp 1.2.0 -> 1.2.1 age adoption passing confidence
androidx.media3:media3-common 1.2.0 -> 1.2.1 age adoption passing confidence

Warning

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


Release Notes

androidx/media (androidx.media3:media3-ui)

v1.2.1

Compare Source

This release includes the following changes since the
1.2.0 release:

  • ExoPlayer:
    • Fix issue where manual seeks outside of the
      LiveConfiguration.min/maxOffset range keep adjusting the offset back
      to min/maxOffset.
    • Fix issue that OPUS and VORBIS channel layouts are wrong for 3, 5, 6, 7
      and 8 channels
      (#​8396).
    • Fix issue where track selections after seek to zero in a live stream
      incorrectly let the stream start at its default position
      (#​9347).
    • Fix the issue where new instances of CmcdData.Factory were receiving
      negative values for bufferedDurationUs from chunk sources, resulting
      in an IllegalArgumentException
      (#​888).
  • Transformer:
    • Work around an issue where the encoder would throw at configuration time
      due to setting a high operating rate.
  • Extractors:
    • Mark secondary (unplayable) HEVC tracks in JPEG motion photos as
      ROLE_FLAG_ALTERNATE to prevent them being automatically selected for
      playback because of their higher resolution.
    • Fix wrong keyframe detection for TS H264 streams
      (#​864).
    • Fix duration estimation of TS streams that are longer than 47721 seconds
      (#​855).
  • Audio:
    • Fix handling of EOS for SilenceSkippingAudioProcessor when called
      multiple times (#​712).
  • Video:
    • Add workaround for a device issue on Galaxy Tab S7 FE, Chromecast with
      Google TV, and Lenovo M10 FHD Plus that causes 60fps AVC streams to be
      marked as unsupported
      (#​693).
  • Metadata:
    • Fix bug where MediaMetadata was only populated from Vorbis comments
      with upper-case keys
      (#​876).
    • Catch OutOfMemoryError when parsing very large ID3 frames, meaning
      playback can continue without the tag info instead of playback failing
      completely.
  • DRM:
    • Extend workaround for spurious ClearKey https://default.url license
      URL to API 33+ (previously the workaround only applied on API 33
      exactly) (#​837).
    • Fix ERROR_DRM_SESSION_NOT_OPENED when switching from encrypted to
      clear content without a surface attached to the player. The error was
      due to incorrectly using a secure decoder to play the clear content.
  • Session:
    • Put the custom keys and values in MediaMetadataCompat to
      MediaMetadata.extras and MediaMetadata.extras to
      MediaMetadataCompat
      (#​756,
      #​802).
    • Fix broadcasting notifyChildrenChanged for legacy controllers
      (#​644).
    • Fix a bug where setting a negative time for a disabled setWhen timer
      of the notification caused a crash on some devices
      (#​903).
    • Fix IllegalStateException when the media notification controller
      hasn't completed connecting when the first notification update is
      requested (#​917).
  • UI:
    • Fix issue where forward and rewind buttons are not visible when used
      with Material Design in a BottomSheetDialogFragment
      (#​511).
    • Fix issue where the numbers in the fast forward button of the
      PlayerControlView were misaligned
      (#​547).
  • DASH Extension:
    • Parse "f800" as channel count of 5 for Dolby in DASH manifest
      (#​688).
  • Decoder Extensions (FFmpeg, VP9, AV1, MIDI, etc.):
    • MIDI: Fix issue where seeking forward skips the Program Change events
      (#​704).
    • Migrate to FFmpeg 6.0 and update supported NDK to r26b
      (#​707,
      #​867).
  • Cast Extension:
    • Sanitize creation of a Timeline to not crash the app when loading
      media fails on the cast device
      (#​708).

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@yschimke yschimke merged commit c20dd2b into google:main Jan 17, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants