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
c84ac809
authored
Apr 07, 2020
by
olly
Committed by
Oliver Woodman
Apr 07, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Update release notes for 2.11.4
PiperOrigin-RevId: 305276107
parent
8f24db73
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
43 deletions
RELEASENOTES.md
RELEASENOTES.md
View file @
c84ac809
...
@@ -88,8 +88,6 @@
...
@@ -88,8 +88,6 @@
`OfflineLicenseHelper`
`OfflineLicenseHelper`
(
[
#7078
](
https://github.com/google/ExoPlayer/issues/7078
)
).
(
[
#7078
](
https://github.com/google/ExoPlayer/issues/7078
)
).
*
Remove generics from DRM components.
*
Remove generics from DRM components.
*
HLS: Recognize IMSC subtitles
(
[
#7185
](
https://github.com/google/ExoPlayer/issues/7185
)
).
*
Downloads: Merge downloads in
`SegmentDownloader`
to improve overall
*
Downloads: Merge downloads in
`SegmentDownloader`
to improve overall
download speed (
[
#5978
](
https://github.com/google/ExoPlayer/issues/5978
)
).
download speed (
[
#5978
](
https://github.com/google/ExoPlayer/issues/5978
)
).
*
MP3: Add
`IndexSeeker`
for accurate seeks in VBR streams
*
MP3: Add
`IndexSeeker`
for accurate seeks in VBR streams
...
@@ -127,47 +125,6 @@
...
@@ -127,47 +125,6 @@
*
Allow missing hours and milliseconds in SubRip (.srt) timecodes
*
Allow missing hours and milliseconds in SubRip (.srt) timecodes
(
[
#7122
](
https://github.com/google/ExoPlayer/issues/7122
)
).
(
[
#7122
](
https://github.com/google/ExoPlayer/issues/7122
)
).
*
Audio:
*
Audio:
*
Workaround issue that could cause slower than realtime playback of AAC
on Android 10 (
[
#6671
](
https://github.com/google/ExoPlayer/issues/6671
)
.
*
Enable playback speed adjustment and silence skipping for floating point
PCM audio, via resampling to 16-bit integer PCM. To output the original
floating point audio without adjustment, pass
`enableFloatOutput=true`
to the
`DefaultAudioSink`
constructor
(
[
#7134
](
https://github.com/google/ExoPlayer/issues/7134
)
).
*
Fix playback of WAV files with trailing non-media bytes
(
[
#7129
](
https://github.com/google/ExoPlayer/issues/7129
)
).
*
Fix playback of ADTS files with mid-stream ID3 metadata.
*
DRM:
*
Fix playback of Widevine protected content that only provides V1 PSSH
atoms on API levels 21 and 22.
*
Fix playback of PlayReady content on Fire TV Stick (Gen 2).
*
Fix stuck ad playbacks with DRM protected content
(
[
#7188
](
https://github.com/google/ExoPlayer/issues/7188
)
).
*
DASH:
*
Update the manifest URI to avoid repeated HTTP redirects
(
[
#6907
](
https://github.com/google/ExoPlayer/issues/6907
)
).
*
Parse period
`AssetIdentifier`
elements.
*
UI: Add an option to set whether to use the orientation sensor for rotation
in spherical playbacks
(
[
#6761
](
https://github.com/google/ExoPlayer/issues/6761
)
).
*
Analytics: Fix
`PlaybackStatsListener`
behavior when not keeping history
(
[
#7160
](
https://github.com/google/ExoPlayer/issues/7160
)
).
*
FFmpeg extension: Add support for
`x86_64`
architecture.
*
Opus extension: Fix parsing of negative gain values
(
[
#7046
](
https://github.com/google/ExoPlayer/issues/7046
)
).
*
Add
`SimpleExoPlayer.setWakeMode`
to allow automatic
`WifiLock`
and
`WakeLock`
handling
(
[
#6914
](
https://github.com/google/ExoPlayer/issues/6914
)
). To use this
feature, you must add the
[
WAKE_LOCK
](
https://developer.android.com/reference/android/Manifest.permission.html#WAKE_LOCK
)
permission to your application's manifest file.
*
Text:
*
Catch and log exceptions in
`TextRenderer`
rather than re-throwing. This
allows playback to continue even if subtitle decoding fails
(
[
#6885
](
https://github.com/google/ExoPlayer/issues/6885
)
).
*
Allow missing hours and milliseconds in SubRip (.srt) timecodes
(
[
#7122
](
https://github.com/google/ExoPlayer/issues/7122
)
).
*
Audio:
*
Enable playback speed adjustment and silence skipping for floating point
*
Enable playback speed adjustment and silence skipping for floating point
PCM audio, via resampling to 16-bit integer PCM. To output the original
PCM audio, via resampling to 16-bit integer PCM. To output the original
floating point audio without adjustment, pass
`enableFloatOutput=true`
floating point audio without adjustment, pass
`enableFloatOutput=true`
...
@@ -185,6 +142,8 @@
...
@@ -185,6 +142,8 @@
(
[
#7129
](
https://github.com/google/ExoPlayer/issues/7129
)
).
(
[
#7129
](
https://github.com/google/ExoPlayer/issues/7129
)
).
*
Fix playback of ADTS files with mid-stream ID3 metadata.
*
Fix playback of ADTS files with mid-stream ID3 metadata.
*
DRM:
*
DRM:
*
Fix stuck ad playbacks with DRM protected content
(
[
#7188
](
https://github.com/google/ExoPlayer/issues/7188
)
).
*
Fix playback of Widevine protected content that only provides V1 PSSH
*
Fix playback of Widevine protected content that only provides V1 PSSH
atoms on API levels 21 and 22.
atoms on API levels 21 and 22.
*
Fix playback of PlayReady content on Fire TV Stick (Gen 2).
*
Fix playback of PlayReady content on Fire TV Stick (Gen 2).
...
@@ -192,6 +151,8 @@
...
@@ -192,6 +151,8 @@
*
Update the manifest URI to avoid repeated HTTP redirects
*
Update the manifest URI to avoid repeated HTTP redirects
(
[
#6907
](
https://github.com/google/ExoPlayer/issues/6907
)
).
(
[
#6907
](
https://github.com/google/ExoPlayer/issues/6907
)
).
*
Parse period
`AssetIdentifier`
elements.
*
Parse period
`AssetIdentifier`
elements.
*
HLS: Recognize IMSC subtitles
(
[
#7185
](
https://github.com/google/ExoPlayer/issues/7185
)
).
*
UI: Add an option to set whether to use the orientation sensor for rotation
*
UI: Add an option to set whether to use the orientation sensor for rotation
in spherical playbacks
in spherical playbacks
(
[
#6761
](
https://github.com/google/ExoPlayer/issues/6761
)
).
(
[
#6761
](
https://github.com/google/ExoPlayer/issues/6761
)
).
...
...
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