chore(deps): update dependency com.google.android.exoplayer:exoplayer-ui to v2.18.5 - autoclosed
Compare changes
+ 1
− 1
@@ -183,7 +183,7 @@ dependencies {
@@ -183,7 +183,7 @@ dependencies {
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
com.google.android.exoplayer:exoplayer-ui | dependencies | patch |
2.18.1 -> 2.18.5
|
v2.18.5
This release corresponds to the AndroidX Media3 1.0.0 release.
There are no changes since 2.18.4.
v2.18.4
This release corresponds to the AndroidX Media3 1.0.0-rc02 release.
SegmentDownloader
and subclasses
(#248).HEVCProfileMain10HDR10
instead of
HEVCProfileMain10
.STATE_IDLE
when transitioning between media items
(#245).LOADED
event
wasn't received.v2.18.3
This release corresponds to the AndroidX Media3 1.0.0-rc01 release.
MediaCodecSelector
's preferences, even if a decoder reports it may not
be able to play the media performantly. For example with default
selector, hardware decoder with only functional support will be
preferred over software decoder that fully supports the format
(#10604).ExoPlayer.Builder.setPlaybackLooper
that sets a pre-existing
playback thread for a new ExoPlayer instance.BasePlayer.seekTo
to also indicate the command used
for seeking.ConcatenatingMediaSource2
that allows combining multiple media
items into a single window
(#247).ParserException
instead of a NullPointerException
if the
sample table (stbl) is missing a required sample description (stsd) when
parsing trak atoms.AudioTrack
in direct playbacks (passthrough).TextRenderer
passing an invalid (negative) index to
Subtitle.getEventTime
if a subtitle file contains no cues.MediaMetadata.mediaType
to denote the type of content or the type
of folder described by the metadata.MediaMetadata.isBrowsable
as a replacement for
MediaMetadata.folderType
. The folder type will be deprecated in the
next release.StyledPlayerView.setControllerVisibilityListener(StyledPlayerControlView.VisibilityListener)
to ensure visibility changes are passed to the registered listener
(#229).StyledPlayerView
when using a right-to-left (RTL) layout
(#227).ImaServerSideAdInsertionMediaSource
on
the application thread to avoid threading issues.focusSkipButtonWhenAvailable
to the
ImaServerSideAdInsertionMediaSource.AdsLoader.Builder
to request
focusing the skip button on TV devices and set it to true by default.focusSkipButton()
to the
ImaServerSideAdInsertionMediaSource.AdsLoader
to programmatically
request to focus the skip button.v2.18.2
This release corresponds to the AndroidX Media3 1.0.0-beta03 release.
ExoPlayer.isTunnelingEnabled
to check if tunneling is enabled for
the currently selected tracks
(#2518).WrappingMediaSource
to simplify wrapping a single MediaSource
(#7279).PlaybackStatsListener
(#180).onMediaItemTransition
callback when calling seekToNext
or seekToPrevious
in a single-item playlist
(#10667).Player.getSurfaceSize
that returns the size of the surface on
which the video is rendered.IllegalStateException
(#10758).compileSdkVersion
to avoid compilation errors
(#10684).SingleThreadExecutor
for releasing AudioTrack
instances to avoid
OutOfMemory errors when releasing multiple players at the same time
(#10057).AudioOffloadListener.onExperimentalOffloadedPlayback
for the
AudioTrack offload state.
(#134).AudioTrackBufferSizeProvider
a public interface.ExoPlayer.setPreferredAudioDevice
to set the preferred audio
output device (#135).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.setMediaDrmSession failed: session not opened
error when switching
between DRM schemes in a playlist (e.g. Widevine to ClearKey).EventStream.presentationTimeOffset
from manifests
(#10460).TrackSelectionDialogBuilder
(#10429).getDeviceInfo()
to be able to identify CastPlayer
when
controlling playback with a MediaController
(#142).Transformer.Builder.setOutputMimeType(String)
. This feature has
been removed. The MIME type will always be MP4 when the default muxer is
used.This MR has been generated by Renovate Bot.