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 exoplayer #2287

Merged
merged 1 commit into from
Nov 27, 2022
Merged

Update exoplayer #2287

merged 1 commit into from
Nov 27, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jellyfin.exoplayer:exoplayer-ffmpeg-extension 2.18.1+2 -> 2.18.2+1 age adoption passing confidence
com.google.android.exoplayer:exoplayer 2.18.1 -> 2.18.2 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

jellyfin/jellyfin-exoplayer-ffmpeg-extension

v2.18.2+1: 2.18.2+1

Updates

Fixes

Full Changelog: jellyfin/jellyfin-androidx-media@v2.18.1+2...v2.18.2+1

google/ExoPlayer

v2.18.2

This release corresponds to the
AndroidX Media3 1.0.0-beta03 release.

  • Core library:
    • Add ExoPlayer.isTunnelingEnabled to check if tunneling is enabled for
      the currently selected tracks
      (#​2518).
    • Add WrappingMediaSource to simplify wrapping a single MediaSource
      (#​7279).
    • Discard back buffer before playback gets stuck due to insufficient
      available memory.
    • Close the Tracing "doSomeWork" block when offload is enabled.
    • Fix session tracking problem with fast seeks in PlaybackStatsListener
      (#​180).
    • Send missing onMediaItemTransition callback when calling seekToNext
      or seekToPrevious in a single-item playlist
      (#​10667).
    • Add Player.getSurfaceSize that returns the size of the surface on
      which the video is rendered.
    • Fix bug where removing listeners during the player release can cause an
      IllegalStateException
      (#​10758).
  • Build:
    • Enforce minimum compileSdkVersion to avoid compilation errors
      (#​10684).
  • Track selection:
    • Prefer other tracks to Dolby Vision if display does not support it.
      (#​8944).
  • Downloads:
    • Fix potential infinite loop in ProgressiveDownloader caused by
      simultaneous download and playback with the same PriorityTaskManager
      (#​10570).
    • Make download notification appear immediately
      (#​183).
    • Limit parallel download removals to 1 to avoid excessive thread creation
      (#​10458).
  • Video:
    • Try alternative decoder for Dolby Vision if display does not support it.
      (#​9794).
  • Audio:
    • Use SingleThreadExecutor for releasing AudioTrack instances to avoid
      OutOfMemory errors when releasing multiple players at the same time
      (#​10057).
    • Adds AudioOffloadListener.onExperimentalOffloadedPlayback for the
      AudioTrack offload state.
      (#​134).
    • Make AudioTrackBufferSizeProvider a public interface.
    • Add ExoPlayer.setPreferredAudioDevice to set the preferred audio
      output device (#​135).
    • Map 8-channel and 12-channel audio to the 7.1 and 7.1.4 channel masks
      respectively on all Android versions
      (#​10701).
  • Metadata:
    • MetadataRenderer can now be configured to render metadata as soon as
      they are available. Create an instance with
      MetadataRenderer(MetadataOutput, Looper, MetadataDecoderFactory, boolean) to specify whether the renderer will output metadata early or
      in sync with the player position.
  • DRM:
    • Work around a bug in the Android 13 ClearKey implementation that returns
      a non-empty but invalid license URL.
    • Fix setMediaDrmSession failed: session not opened error when switching
      between DRM schemes in a playlist (e.g. Widevine to ClearKey).
  • Text:
    • CEA-608: Ensure service switch commands on field 2 are handled correctly
      (#​10666).
  • DASH:
    • Parse EventStream.presentationTimeOffset from manifests
      (#​10460).
  • UI:
    • Use current overrides of the player as preset in
      TrackSelectionDialogBuilder
      (#​10429).
  • RTSP:
    • Add H263 fragmented packet handling
      (#​119).
    • Add support for MP4A-LATM
      (#​162).
  • IMA:
    • Add timeout for loading ad information to handle cases where the IMA SDK
      gets stuck loading an ad
      (#​10510).
    • Prevent skipping mid-roll ads when seeking to the end of the content
      (#​10685).
    • Correctly calculate window duration for live streams with server-side
      inserted ads, for example IMA DAI
      (#​10764).
  • FFmpeg extension:
    • Add newly required flags to link FFmpeg libraries with NDK 23.1.7779620
      and above (#​9933).
  • AV1 extension:
    • Update CMake version to avoid incompatibilities with the latest Android
      Studio releases
      (#​9933).
  • Cast extension:
    • Implement getDeviceInfo() to be able to identify CastPlayer when
      controlling playback with a MediaController
      (#​142).
  • Transformer:
    • Add muxer watchdog timer to detect when generating an output sample is
      too slow.
  • Remove deprecated symbols:
    • Remove Transformer.Builder.setOutputMimeType(String). This feature has
      been removed. The MIME type will always be MP4 when the default muxer is
      used.

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added dependencies Pull requests that update a dependency file gradle labels Nov 23, 2022
@renovate renovate bot changed the title Update dependency com.google.android.exoplayer:exoplayer to v2.18.2 Update exoplayer Nov 25, 2022
@nielsvanvelzen nielsvanvelzen added this to the v0.15.0 milestone Nov 27, 2022
@nielsvanvelzen nielsvanvelzen merged commit 2363140 into master Nov 27, 2022
@nielsvanvelzen nielsvanvelzen deleted the renovate/exoplayer branch November 27, 2022 09:54
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 gradle
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant