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

Update media3 to v1.3.1 #2681

Merged
merged 1 commit into from
Apr 15, 2024
Merged

Update media3 to v1.3.1 #2681

merged 1 commit into from
Apr 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 9, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
androidx.media3:media3-ui 1.3.0 -> 1.3.1 age adoption passing confidence
androidx.media3:media3-exoplayer 1.3.0 -> 1.3.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.3.1

Compare Source

This release includes the following changes since the
1.3.0 release:

  • Common Library:
    • Add Format.labels to allow localized or other alternative labels.
  • ExoPlayer:
    • Fix issue where PreloadMediaPeriod cannot retain the streams when it
      is preloaded again.
    • Apply the correct corresponding TrackSelectionResult to the playing
      period in track reselection.
    • Start early-enabled renderers only after advancing the playing period
      when transitioning between media items
      (#​1017).
    • Add missing return type to proguard -keepclasseswithmembers rule for
      DefaultVideoFrameProcessor.Factory.Builder.build()
      (#​1187).
  • Transformer:
    • Add workaround for exception thrown due to MediaMuxer not supporting
      negative presentation timestamps before API 30.
  • Track Selection:
    • DefaultTrackSelector: Prefer video tracks with a 'reasonable' frame
      rate (>=10fps) over those with a lower or unset frame rate. This ensures
      the player selects the 'real' video track in MP4s extracted from motion
      photos that can contain two HEVC tracks where one has a higher
      resolution but a very small number of frames
      (#​1051).
  • Extractors:
    • Fix issue where padding was not skipped when reading odd-sized chunks
      from WAV files (#​1117).
    • MP3: Populate Format.averageBitrate from metadata frames such as
      XING and VBRI.
    • MPEG-TS: Revert a change that aimed to ensure the last frame is rendered
      by passing the last access unit of a stream to the sample queue
      (#​7909). This is due
      to the change causing new problems with I-frame only HLS streams
      (#​1150) and H.262 HLS
      streams (#​1126).
  • Audio:
    • Allow renderer recovery by disabling offload if audio track fails to
      initialize in offload mode.
  • Video:
    • Add workaround for a device issue on Galaxy Tab S7 FE, Chromecast with
      Google TV, and Lenovo M10 FHD Plus that causes 60fps H265 streams to be
      marked as unsupported
    • Add workaround that ensures the first frame is always rendered while
      tunneling even if the device does not do this automatically as required
      by the API (#​1169).
      (#​966).
    • Fix issue where HDR color info handling causes codec misbehavior and
      prevents adaptive format switches for SDR video tracks
      (#​1158).
  • Text:
    • WebVTT: Prevent directly consecutive cues from creating spurious
      additional CuesWithTiming instances from WebvttParser.parse
      (#​1177).
  • DRM:
    • Work around a NoSuchMethodError which can be thrown by the MediaDrm
      framework instead of ResourceBusyException or
      NotProvisionedException on some Android 14 devices
      (#​1145).
  • Effect:
    • Improved PQ to SDR tone-mapping by converting color spaces.
  • Session:
    • Fix issue where the current position jumps back when the controller
      replaces the current item
      (#​951).
    • Fix issue where MediaMetadata with just non-null extras is not
      transmitted between media controllers and sessions
      (#​1176).
  • UI:
    • Fallback to include audio track language name if Locale cannot
      identify a display name
      (#​988).
  • DASH Extension:
    • Populate all Label elements from the manifest into Format.labels
      (#​1054).
  • RTSP Extension:
    • Skip empty session information values (i-tags) in SDP parsing
      (#​1087).
  • Decoder Extensions (FFmpeg, VP9, AV1, MIDI, etc.):
    • Disable the MIDI extension as a local dependency by default because it
      requires an additional Maven repository to be configured. Users who need
      this module from a local dependency
      can re-enable it.

Configuration

📅 Schedule: 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner April 9, 2024 17:02
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 9, 2024
@renovate renovate bot requested review from ganfra and removed request for a team April 9, 2024 17:02
Copy link

sonarcloud bot commented Apr 9, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Contributor

github-actions bot commented Apr 9, 2024

📱 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/TUVkFm

Copy link

codecov bot commented Apr 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.57%. Comparing base (cf072fa) to head (a37b932).
Report is 44 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2681   +/-   ##
========================================
  Coverage    73.57%   73.57%           
========================================
  Files         1460     1460           
  Lines        35323    35323           
  Branches      6792     6792           
========================================
  Hits         25988    25988           
  Misses        5795     5795           
  Partials      3540     3540           

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

@renovate renovate bot changed the title Update dependency androidx.media3:media3-exoplayer to v1.3.1 Update media3 to v1.3.1 Apr 9, 2024
@ganfra ganfra added the Run-Maestro Starts a Maestro Cloud session to run integration tests label Apr 15, 2024
@ganfra ganfra enabled auto-merge April 15, 2024 08:30
@github-actions github-actions bot removed the Run-Maestro Starts a Maestro Cloud session to run integration tests label Apr 15, 2024
@ganfra ganfra merged commit 42dd04f into develop Apr 15, 2024
22 checks passed
@ganfra ganfra deleted the renovate/media3 branch April 15, 2024 08:52
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant