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
871a88a9
authored
Jun 03, 2019
by
olly
Committed by
Oliver Woodman
Jun 03, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Clean up release notes
PiperOrigin-RevId: 251269746
parent
a9de1477
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
13 deletions
RELEASENOTES.md
RELEASENOTES.md
View file @
871a88a9
...
@@ -5,26 +5,22 @@
...
@@ -5,26 +5,22 @@
*
Add
`PlaybackStatsListener`
to collect
`PlaybackStats`
for playbacks analysis
*
Add
`PlaybackStatsListener`
to collect
`PlaybackStats`
for playbacks analysis
and analytics reporting (TODO: link to developer guide page/blog post).
and analytics reporting (TODO: link to developer guide page/blog post).
*
Add basic DRM support to the Cast demo app.
*
Add basic DRM support to the Cast demo app.
*
Add
`ResolvingDataSource`
for just-in-time resolution of
`DataSpec`
s
*
Offline: Add
`Scheduler`
implementation that uses
`WorkManager`
.
(
[
#5779
](
https://github.com/google/ExoPlayer/issues/5779
)
).
*
Assume that encrypted content requires secure decoders in renderer support
*
Assume that encrypted content requires secure decoders in renderer support
checks (
[
#5568
](
https://github.com/google/ExoPlayer/issues/5568
)
).
checks (
[
#5568
](
https://github.com/google/ExoPlayer/issues/5568
)
).
*
Decoders: Prefer decoders that advertise format support over ones that do not,
*
Decoders: Prefer decoders that advertise format support over ones that do not,
even if they are listed lower in the
`MediaCodecList`
.
even if they are listed lower in the
`MediaCodecList`
.
*
CEA-608: Handle XDS and TEXT modes
*
Audio: Fix an issue where not all audio was played out when the configuration
(
[
#5807
](
https://github.com/google/ExoPlayer/pull/5807
)
).
for the underlying track was changing (e.g., at some period transitions).
*
Audio:
*
Fix an issue where not all audio was played out when the configuration
for the underlying track was changing (e.g., at some period transitions).
*
Add
`SilenceMediaSource`
that can be used to play silence of a given
duration (
[
#5735
](
https://github.com/google/ExoPlayer/issues/5735
)
).
*
Add a workaround for broken raw audio decoding on Oppo R9
*
Add a workaround for broken raw audio decoding on Oppo R9
(
[
#5782
](
https://github.com/google/ExoPlayer/issues/5782
)
).
(
[
#5782
](
https://github.com/google/ExoPlayer/issues/5782
)
).
*
Offline:
*
Add Scheduler implementation which uses WorkManager.
### 2.10.2 ###
### 2.10.2 ###
*
Add
`ResolvingDataSource`
for just-in-time resolution of
`DataSpec`
s
(
[
#5779
](
https://github.com/google/ExoPlayer/issues/5779
)
).
*
Add
`SilenceMediaSource`
that can be used to play silence of a given
duration (
[
#5735
](
https://github.com/google/ExoPlayer/issues/5735
)
).
*
Offline:
*
Offline:
*
Prevent unexpected
`DownloadHelper.Callback.onPrepared`
callbacks after the
*
Prevent unexpected
`DownloadHelper.Callback.onPrepared`
callbacks after the
preparation of the
`DownloadHelper`
failed
preparation of the
`DownloadHelper`
failed
...
@@ -40,8 +36,11 @@
...
@@ -40,8 +36,11 @@
(
[
#5784
](
https://github.com/google/ExoPlayer/issues/5784
)
).
(
[
#5784
](
https://github.com/google/ExoPlayer/issues/5784
)
).
*
Fix issue where playback controls were not kept visible on key presses
*
Fix issue where playback controls were not kept visible on key presses
(
[
#5963
](
https://github.com/google/ExoPlayer/issues/5963
)
).
(
[
#5963
](
https://github.com/google/ExoPlayer/issues/5963
)
).
*
TTML: Fix bitmap rendering
*
Subtitles:
(
[
#5633
](
https://github.com/google/ExoPlayer/pull/5633
)
).
*
CEA-608: Handle XDS and TEXT modes
(
[
#5807
](
https://github.com/google/ExoPlayer/pull/5807
)
).
*
TTML: Fix bitmap rendering
(
[
#5633
](
https://github.com/google/ExoPlayer/pull/5633
)
).
*
Add a
`playWhenReady`
flag to MediaSessionConnector.PlaybackPreparer methods
*
Add a
`playWhenReady`
flag to MediaSessionConnector.PlaybackPreparer methods
to indicate whether a controller sent a play or only a prepare command. This
to indicate whether a controller sent a play or only a prepare command. This
allows to take advantage of decoder reuse with the MediaSessionConnector
allows to take advantage of decoder reuse with the MediaSessionConnector
...
...
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