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
c1e0d773
authored
Feb 13, 2020
by
olly
Committed by
Ian Baker
Feb 17, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Finalize 2.11.2 release notes
PiperOrigin-RevId: 294943298
parent
68398b70
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
RELEASENOTES.md
RELEASENOTES.md
View file @
c1e0d773
...
...
@@ -60,7 +60,7 @@
show how to render video to a
`GLSurfaceView`
while applying a GL shader.
(
[
#6920
](
https://github.com/google/ExoPlayer/issues/6920
)
).
### 2.11.2 (
TBD
) ###
### 2.11.2 (
2020-02-13
) ###
*
Add Java FLAC extractor
(
[
#6406
](
https://github.com/google/ExoPlayer/issues/6406
)
).
...
...
@@ -76,6 +76,8 @@
[
#6798
](
https://github.com/google/ExoPlayer/issues/6798
)
).
*
Fix
`DownloadHelper.createMediaSource`
to use
`customCacheKey`
when creating
`ProgressiveMediaSource`
instances.
*
DRM: Fix
`NullPointerException`
when playing DRM-protected content
(
[
#6951
](
https://github.com/google/ExoPlayer/issues/6951
)
).
*
Metadata:
*
Update
`IcyDecoder`
to try ISO-8859-1 decoding if UTF-8 decoding fails.
Also change
`IcyInfo.rawMetadata`
from
`String`
to
`byte[]`
to allow
...
...
@@ -83,6 +85,7 @@
(
[
#6753
](
https://github.com/google/ExoPlayer/issues/6753
)
).
*
Select multiple metadata tracks if multiple metadata renderers are available
(
[
#6676
](
https://github.com/google/ExoPlayer/issues/6676
)
).
*
Add support for ID3 genres added in Wimamp 5.6 (2010).
*
UI:
*
Show ad group markers in
`DefaultTimeBar`
even if they are after the end
of the current window
...
...
@@ -112,9 +115,10 @@
This issue caused FLAC streams with other bit depths to sound like white noise
on earlier releases, but only when embedded in a non-FLAC container such as
Matroska or MP4.
*
Add support for ID3 genres added in Wimamp 5.6 (2010).
*
DRM: Fix
`NullPointerException`
when playing DRM-protected content
(
[
#6951
](
https://github.com/google/ExoPlayer/issues/6951
)
).
*
Demo apps: Add
[
GL demo app
](
https://github.com/google/ExoPlayer/tree/dev-v2/demos/gl
)
to
show how to render video to a
`GLSurfaceView`
while applying a GL shader.
(
[
#6920
](
https://github.com/google/ExoPlayer/issues/6920
)
).
### 2.11.1 (2019-12-20) ###
...
...
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