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
ed7db116
authored
Jun 02, 2020
by
olly
Committed by
Oliver Woodman
Jun 02, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Finalize release notes for 2.11.5
PiperOrigin-RevId: 314304928
parent
96998895
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
25 deletions
RELEASENOTES.md
RELEASENOTES.md
View file @
ed7db116
...
@@ -12,9 +12,6 @@
...
@@ -12,9 +12,6 @@
*
Add opt-in to verify correct thread usage with
*
Add opt-in to verify correct thread usage with
`SimpleExoPlayer.setThrowsWhenUsingWrongThread(true)`
`SimpleExoPlayer.setThrowsWhenUsingWrongThread(true)`
(
[
#4463
](
https://github.com/google/ExoPlayer/issues/4463
)
).
(
[
#4463
](
https://github.com/google/ExoPlayer/issues/4463
)
).
*
Fix bug where
`PlayerMessages`
throw an exception after
`MediaSources`
are removed from the playlist
(
[
#7278
](
https://github.com/google/ExoPlayer/issues/7278
)
).
*
Add playbackPositionUs parameter to 'LoadControl.shouldContinueLoading'.
*
Add playbackPositionUs parameter to 'LoadControl.shouldContinueLoading'.
*
The
`DefaultLoadControl`
default minimum buffer is set to 50 seconds,
*
The
`DefaultLoadControl`
default minimum buffer is set to 50 seconds,
equal to the default maximum buffer.
`DefaultLoadControl`
applies the
equal to the default maximum buffer.
`DefaultLoadControl`
applies the
...
@@ -175,6 +172,8 @@
...
@@ -175,6 +172,8 @@
`exo_playback_control_view.xml`
from resource.
`exo_playback_control_view.xml`
from resource.
*
Move logic of prev, next, fast forward and rewind to ControlDispatcher
*
Move logic of prev, next, fast forward and rewind to ControlDispatcher
(
[
#6926
](
https://github.com/google/ExoPlayer/issues/6926
)
).
(
[
#6926
](
https://github.com/google/ExoPlayer/issues/6926
)
).
*
Update
`TrackSelectionDialogBuilder`
to use AndroidX Compat Dialog
(
[
#7357
](
https://github.com/google/ExoPlayer/issues/7357
)
).
*
Metadata: Add minimal DVB Application Information Table (AIT) support
*
Metadata: Add minimal DVB Application Information Table (AIT) support
(
[
#6922
](
https://github.com/google/ExoPlayer/pull/6922
)
).
(
[
#6922
](
https://github.com/google/ExoPlayer/pull/6922
)
).
*
Cast extension: Implement playlist API and deprecate the old queue
*
Cast extension: Implement playlist API and deprecate the old queue
...
@@ -183,32 +182,19 @@
...
@@ -183,32 +182,19 @@
*
Change the order of extractors for sniffing to reduce start-up latency in
*
Change the order of extractors for sniffing to reduce start-up latency in
`DefaultExtractorsFactory`
and
`DefaultHlsExtractorsFactory`
`DefaultExtractorsFactory`
and
`DefaultHlsExtractorsFactory`
(
[
#6410
](
https://github.com/google/ExoPlayer/issues/6410
)
).
(
[
#6410
](
https://github.com/google/ExoPlayer/issues/6410
)
).
*
IMA extension:
*
Upgrade to IMA SDK version 3.19.0, and migrate to new preloading APIs
(
[
#6429
](
https://github.com/google/ExoPlayer/issues/6429
)
). This fixes
several issues involving preloading and handling of ad loading error
cases: (
[
#4140
](
https://github.com/google/ExoPlayer/issues/4140
)
,
[
#5006
](
https://github.com/google/ExoPlayer/issues/5006
)
,
[
#6030
](
https://github.com/google/ExoPlayer/issues/6030
)
,
[
#6097
](
https://github.com/google/ExoPlayer/issues/6097
)
,
[
#6425
](
https://github.com/google/ExoPlayer/issues/6425
)
,
[
#6967
](
https://github.com/google/ExoPlayer/issues/6967
)
,
[
#7041
](
https://github.com/google/ExoPlayer/issues/7041
)
,
[
#7161
](
https://github.com/google/ExoPlayer/issues/7161
)
,
[
#7212
](
https://github.com/google/ExoPlayer/issues/7212
)
,
[
#7340
](
https://github.com/google/ExoPlayer/issues/7340
)
).
*
Add support for timing out ad preloading, to avoid playback getting
stuck if an ad group unexpectedly fails to load
(
[
#5444
](
https://github.com/google/ExoPlayer/issues/5444
)
,
[
#5966
](
https://github.com/google/ExoPlayer/issues/5966
)
,
[
#7002
](
https://github.com/google/ExoPlayer/issues/7002
)
).
*
Add Guava dependency.
*
Add Guava dependency.
### 2.11.5 (
not yet released
) ###
### 2.11.5 (
2020-06-03
) ###
*
Add
`SilenceMediaSource.Factory`
to support tags.
*
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
)
).
*
Fix bug where
`PlayerMessages`
throw an exception after
`MediaSources`
are removed from the playlist
(
[
#7278
](
https://github.com/google/ExoPlayer/issues/7278
)
).
*
Fix "Not allowed to start service"
`IllegalStateException`
in
`DownloadService`
(
[
#7306
](
https://github.com/google/ExoPlayer/issues/7306
)
).
*
Ads:
*
Ads:
*
Fix
`AdsMediaSource`
child
`MediaSource`
s not being released.
*
Fix
`AdsMediaSource`
child
`MediaSource`
s not being released.
*
DASH:
*
DASH:
...
@@ -231,13 +217,31 @@
...
@@ -231,13 +217,31 @@
*
Fix
`DefaultTimeBar`
to respect touch transformations
*
Fix
`DefaultTimeBar`
to respect touch transformations
(
[
#7303
](
https://github.com/google/ExoPlayer/issues/7303
)
).
(
[
#7303
](
https://github.com/google/ExoPlayer/issues/7303
)
).
*
Add
`showScrubber`
and
`hideScrubber`
methods to
`DefaultTimeBar`
.
*
Add
`showScrubber`
and
`hideScrubber`
methods to
`DefaultTimeBar`
.
*
Update
`TrackSelectionDialogBuilder`
to use AndroidX Compat Dialog
(
[
#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.
*
Fix
`SubtitlePainter`
to render
`EDGE_TYPE_OUTLINE`
using the correct
*
Fix
`SubtitlePainter`
to render
`EDGE_TYPE_OUTLINE`
using the correct
color.
color.
*
IMA extension:
*
Upgrade to IMA SDK version 3.19.0, and migrate to new
preloading APIs
(
[
#6429
](
https://github.com/google/ExoPlayer/issues/6429
)
). This fixes
several issues involving preloading and handling of ad loading error
cases: (
[
#4140
](
https://github.com/google/ExoPlayer/issues/4140
)
,
[
#5006
](
https://github.com/google/ExoPlayer/issues/5006
)
,
[
#6030
](
https://github.com/google/ExoPlayer/issues/6030
)
,
[
#6097
](
https://github.com/google/ExoPlayer/issues/6097
)
,
[
#6425
](
https://github.com/google/ExoPlayer/issues/6425
)
,
[
#6967
](
https://github.com/google/ExoPlayer/issues/6967
)
,
[
#7041
](
https://github.com/google/ExoPlayer/issues/7041
)
,
[
#7161
](
https://github.com/google/ExoPlayer/issues/7161
)
,
[
#7212
](
https://github.com/google/ExoPlayer/issues/7212
)
,
[
#7340
](
https://github.com/google/ExoPlayer/issues/7340
)
).
*
Add support for timing out ad preloading, to avoid playback getting
stuck if an ad group unexpectedly fails to load
(
[
#5444
](
https://github.com/google/ExoPlayer/issues/5444
)
,
[
#5966
](
https://github.com/google/ExoPlayer/issues/5966
)
,
[
#7002
](
https://github.com/google/ExoPlayer/issues/7002
)
).
*
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
...
...
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