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
54f3e6a2
authored
Apr 08, 2020
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Revert release note indentation change
parent
f95a0cae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
57 additions
and
57 deletions
RELEASENOTES.md
RELEASENOTES.md
View file @
54f3e6a2
...
...
@@ -64,63 +64,63 @@
### 2.11.2 (2020-02-13) ###
*
Add Java FLAC extractor
(
[
#6406
](
https://github.com/google/ExoPlayer/issues/6406
)
).
*
Startup latency optimization:
*
Reduce startup latency for DASH and SmoothStreaming playbacks by
allowing codec initialization to occur before the network connection for
the first
media segment has been established.
*
Reduce startup latency for on-demand DASH playbacks by allowing codec
initialization to occur before the sidx box has been loaded.
*
Downloads:
*
Fix download resumption when the requirements for them to continue are
met (
[
#6733
](
https://github.com/google/ExoPlayer/issues/6733
)
,
[
#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
developers to handle data that's neither UTF-8 nor ISO-8859-1
(
[
#6753
](
https://github.com/google/ExoPlayer/issues/6753
)
).
*
Select multiple metadata tracks if multiple metadata renderers ar
e
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
(
[
#6552
](
https://github.com/google/ExoPlayer/issues/6552
)
).
*
Don't use notification chronometer if playback speed is != 1.0
(
[
#6816
](
https://github.com/google/ExoPlayer/issues/6816
)
).
*
HLS: Fix playback of DRM protected content that uses key rotation
(
[
#6903
](
https://github.com/google/ExoPlayer/issues/6903
)
).
*
WAV:
*
Support IMA ADPCM encoded data.
*
Improve support for G.711 A-law and mu-law encoded data.
*
MP4: Support "twos" codec (big endian PCM)
(
[
#5789
](
https://github.com/google/ExoPlayer/issues/5789
)
).
*
FMP4: Add support for encrypted AC-4 tracks.
*
HLS: Fix slow seeking into long MP3 segments
(
[
#6155
](
https://github.com/google/ExoPlayer/issues/6155
)
).
*
Fix handling of E-AC-3 streams that contain AC-3 syncframes
(
[
#6602
](
https://github.com/google/ExoPlayer/issues/6602
)
).
*
Fix playback of TrueHD streams in Matroska
(
[
#6845
](
https://github.com/google/ExoPlayer/issues/6845
)
).
*
Fix MKV subtitles to disappear when intended instead of lasting until the
next cue (
[
#6833
](
https://github.com/google/ExoPlayer/issues/6833
)
).
*
OkHttp extension: Upgrade OkHttp dependency to 3.12.8, which fixes a class
of
`SocketTimeoutException`
issues when using HTTP/2
(
[
#4078
](
https://github.com/google/ExoPlayer/issues/4078
)
).
*
FLAC extension: Fix handling of bit depths other than 16 in
`FLACDecoder`
.
This issue caused FLAC streams with other bit depths to sound like whit
e
noise on earlier releases, but only when embedded in a non-FLAC container
such as
Matroska or MP4.
*
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
)
).
*
Add Java FLAC extractor
(
[
#6406
](
https://github.com/google/ExoPlayer/issues/6406
)
).
*
Startup latency optimization:
*
Reduce startup latency for DASH and SmoothStreaming playbacks by allowing
codec initialization to occur before the network connection for the first
media segment has been established.
*
Reduce startup latency for on-demand DASH playbacks by allowing codec
initialization to occur before the sidx box has been loaded.
*
Downloads:
*
Fix download resumption when the requirements for them to continue are
met (
[
#6733
](
https://github.com/google/ExoPlayer/issues/6733
)
,
[
#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
developers to handle data that's neither UTF-8 nor ISO-8859-1
(
[
#6753
](
https://github.com/google/ExoPlayer/issues/6753
)
).
*
Select multiple metadata tracks if multiple metadata renderers are availabl
e
(
[
#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
(
[
#6552
](
https://github.com/google/ExoPlayer/issues/6552
)
).
*
Don't use notification chronometer if playback speed is != 1.0
(
[
#6816
](
https://github.com/google/ExoPlayer/issues/6816
)
).
*
HLS: Fix playback of DRM protected content that uses key rotation
(
[
#6903
](
https://github.com/google/ExoPlayer/issues/6903
)
).
*
WAV:
*
Support IMA ADPCM encoded data.
*
Improve support for G.711 A-law and mu-law encoded data.
*
MP4: Support "twos" codec (big endian PCM)
(
[
#5789
](
https://github.com/google/ExoPlayer/issues/5789
)
).
*
FMP4: Add support for encrypted AC-4 tracks.
*
HLS: Fix slow seeking into long MP3 segments
(
[
#6155
](
https://github.com/google/ExoPlayer/issues/6155
)
).
*
Fix handling of E-AC-3 streams that contain AC-3 syncframes
(
[
#6602
](
https://github.com/google/ExoPlayer/issues/6602
)
).
*
Fix playback of TrueHD streams in Matroska
(
[
#6845
](
https://github.com/google/ExoPlayer/issues/6845
)
).
*
Fix MKV subtitles to disappear when intended instead of lasting until the
next cue (
[
#6833
](
https://github.com/google/ExoPlayer/issues/6833
)
).
*
OkHttp extension: Upgrade OkHttp dependency to 3.12.8, which fixes a class of
`SocketTimeoutException`
issues when using HTTP/2
(
[
#4078
](
https://github.com/google/ExoPlayer/issues/4078
)
).
*
FLAC extension: Fix handling of bit depths other than 16 in
`FLACDecoder`
.
This issue caused FLAC streams with other bit depths to sound like white nois
e
on earlier releases, but only when embedded in a non-FLAC container such as
Matroska or MP4.
*
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