Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4f68f891
authored
Mar 02, 2023
by
tonihei
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Update release notes for ExoPlayer 2.18.4
#minor-release PiperOrigin-RevId: 513555559
parent
af6807d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
0 deletions
RELEASENOTES.md
RELEASENOTES.md
View file @
4f68f891
# Release notes
### 2.18.4 (2023-03-02)
This release corresponds to the
[
AndroidX Media3 1.0.0-rc02 release
](
https://github.com/androidx/media/releases/tag/1.0.0-rc02
)
.
*
Core library:
*
Fix network type detection on API 33
(
[
#10970
](
https://github.com/google/ExoPlayer/issues/10970
)
).
*
Fix
`NullPointerException`
when calling
`ExoPlayer.isTunnelingEnabled`
(
[
#10977
](
https://github.com/google/ExoPlayer/issues/10977
)
).
*
Downloads:
*
Make the maximum difference of the start time of two segments to be
merged configurable in
`SegmentDownloader`
and subclasses
(
[
#248
](
https://github.com/androidx/media/pull/248
)
).
*
Audio:
*
Fix broken gapless MP3 playback on Samsung devices
(
[
#8594
](
https://github.com/google/ExoPlayer/issues/8594
)
).
*
Fix bug where playback speeds set immediately after disabling audio may
be overridden by a previous speed change
(
[
#10882
](
https://github.com/google/ExoPlayer/issues/10882
)
).
*
Video:
*
Map HEVC HDR10 format to
`HEVCProfileMain10HDR10`
instead of
`HEVCProfileMain10`
.
*
Add workaround for a device issue on Chromecast with Google TV and
Lenovo M10 FHD Plus that causes 60fps AVC streams to be marked as
unsupported
(
[
#10898
](
https://github.com/google/ExoPlayer/issues/10898
)
).
*
Fix frame release performance issues when playing media with a frame
rate far higher than the screen refresh rate.
*
Cast:
*
Fix transient
`STATE_IDLE`
when transitioning between media items
(
[
#245
](
https://github.com/androidx/media/issues/245
)
).
*
RTSP:
*
Catch the IllegalArgumentException thrown in parsing of invalid RTSP
Describe response messages
(
[
#10971
](
https://github.com/google/ExoPlayer/issues/10971
)
).
*
IMA extension:
*
Fix a bug which prevented DAI streams without any ads from starting
because the first (and in the case without ads the only)
`LOADED`
event
wasn't received.
### 2.18.3 (2023-02-16)
This release corresponds to the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment