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
9d6a46bc
authored
May 27, 2020
by
Oliver Woodman
Committed by
Andrew Lewis
May 29, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Clean up release notes
parent
7e02066f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
19 deletions
RELEASENOTES.md
RELEASENOTES.md
View file @
9d6a46bc
# Release notes #
# Release notes #
###
Next release
###
###
2.11.5 (not yet released)
###
*
Add
`SilenceMediaSource.Factory`
to support tags.
*
Enable the configuration of
`SilenceSkippingAudioProcessor`
*
Enable the configuration of
`SilenceSkippingAudioProcessor`
(
[
#6705
](
https://github.com/google/ExoPlayer/issues/6705
)
).
(
[
#6705
](
https://github.com/google/ExoPlayer/issues/6705
)
).
*
Add
`SilenceMediaSource.Factory`
to support tags
*
DownloadService: Fix "Not allowed to start service"
`IllegalStateException`
(
[
PR #7245
](
https://github.com/google/ExoPlayer/pull/7245
)
).
(
[
#7306
](
https://github.com/google/ExoPlayer/issues/7306
)
).
*
Avoid throwing an exception while parsing fragmented MP4 default sample
*
Ads:
values where the most-significant bit is set
*
Fix
`AdsMediaSource`
child
`MediaSource`
s not being released.
(
[
#7207
](
https://github.com/google/ExoPlayer/issues/7207
)
).
*
Fix
`AdsMediaSource`
child
`MediaSource`
s not being released.
*
DASH:
*
DASH:
*
Merge trick play adaptation sets (i.e., adaptation sets marked with
*
Merge trick play adaptation sets (i.e., adaptation sets marked with
`http://dashif.org/guidelines/trickmode`
) into the same
`TrackGroup`
as
`http://dashif.org/guidelines/trickmode`
) into the same
`TrackGroup`
as
...
@@ -17,27 +16,29 @@
...
@@ -17,27 +16,29 @@
marked with the
`C.ROLE_FLAG_TRICK_PLAY`
flag.
marked with the
`C.ROLE_FLAG_TRICK_PLAY`
flag.
*
Fix assertion failure in
`SampleQueue`
when playing DASH streams with
*
Fix assertion failure in
`SampleQueue`
when playing DASH streams with
EMSG tracks (
[
#7273
](
https://github.com/google/ExoPlayer/issues/7273
)
).
EMSG tracks (
[
#7273
](
https://github.com/google/ExoPlayer/issues/7273
)
).
*
MP3: Allow MP3 files with XING headers that are larger than 2GB to be played
*
FMP4: Avoid throwing an exception while parsing default sample values whose
most significant bits are set
(
[
#7207
](
https://github.com/google/ExoPlayer/issues/7207
)
).
*
MP3: Fix issue parsing the XING headers belonging to files larger than 2GB
(
[
#7337
](
https://github.com/google/ExoPlayer/issues/7337
)
).
(
[
#7337
](
https://github.com/google/ExoPlayer/issues/7337
)
).
*
MPEG-TS: Fix issue where SEI NAL units were incorrectly dropped from H.265
*
MPEG-TS: Fix issue where SEI NAL units were incorrectly dropped from H.265
samples (
[
#7113
](
https://github.com/google/ExoPlayer/issues/7113
)
).
samples (
[
#7113
](
https://github.com/google/ExoPlayer/issues/7113
)
).
*
UI:
*
UI:
*
Update
`TrackSelectionDialogBuilder`
to use androidx compat Dialog
*
Fix
`DefaultTimeBar`
to respect touch transformations
(
[
#7303
](
https://github.com/google/ExoPlayer/issues/7303
)
).
*
Update
`TrackSelectionDialogBuilder`
to use AndroidX Compat Dialog
(
[
#7357
](
https://github.com/google/ExoPlayer/issues/7357
)
).
(
[
#7357
](
https://github.com/google/ExoPlayer/issues/7357
)
).
*
Text:
*
Text: Use anti-aliasing and bitmap filtering when displaying bitmap
*
Use anti-aliasing and bitmap filtering when displaying bitmap subtitles
subtitles.
(
[
#6950
](
https://github.com/google/ExoPlayer/pull/6950
)
).
*
AV1 extension: Add a heuristic to determine the default number of threads
used for AV1 playback using the extension.
*
OkHttp extension: Upgrade OkHttp dependency to 3.12.11.
*
Cronet extension: Default to using the Cronet implementation in Google Play
*
Cronet extension: Default to using the Cronet implementation in Google Play
Services rather than Cronet Embedded. This allows Cronet to be used with a
Services rather than Cronet Embedded. This allows Cronet to be used with a
negligible increase in application size, compared to approximately 8MB when
negligible increase in application size, compared to approximately 8MB when
embedding the library.
embedding the library.
*
MediaSession extension: Set session playback state to BUFFERING only when
*
OkHttp extension: Upgrade OkHttp dependency to 3.12.11.
actually playing (
[
#7367
](
https://github.com/google/ExoPlayer/pull/7367
)
,
*
MediaSession extension: Set session playback state to
`BUFFERING`
only when
[
#7206
](
https://github.com/google/ExoPlayer/issues/7206
)
).
actually playing (
[
#7206
](
https://github.com/google/ExoPlayer/issues/7206
)
).
*
DownloadService: Fix "Not allowed to start service"
`IllegalStateException`
.
*
AV1 extension: Add a heuristic to determine the default number of threads
used for AV1 playback using the extension.
### 2.11.4 (2020-04-08) ###
### 2.11.4 (2020-04-08) ###
...
...
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