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
3023bb4d
authored
Nov 22, 2019
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Remove future release notes
parent
b5d99353
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
12 deletions
RELEASENOTES.md
RELEASENOTES.md
View file @
3023bb4d
# Release notes #
# Release notes #
### dev-v2 (not yet released) ###
*
Video tunneling: Fix renderer end-of-stream with
`OnFrameRenderedListener`
from API 23, tunneled renderer must send a special timestamp on EOS.
Previously the EOS was reported when the input stream reached EOS.
*
Require an end time or duration for SubRip (SRT) and SubStation Alpha
(SSA/ASS) subtitles. This applies to both sidecar files & subtitles
[
embedded in Matroska streams
](
https://matroska.org/technical/specs/subtitles/index.html
)
.
*
Use
`ExoMediaDrm.Provider`
in
`OfflineLicenseHelper`
to avoid
`ExoMediaDrm`
leaks (
[
#4721
](
https://github.com/google/ExoPlayer/issues/4721
)
).
*
Fix byte order of HDR10+ static metadata to match CTA-861.3.
### 2.11.0 (not yet released) ###
### 2.11.0 (not yet released) ###
*
Core library:
*
Core library:
...
@@ -68,6 +56,7 @@
...
@@ -68,6 +56,7 @@
configuration of the audio capture policy.
configuration of the audio capture policy.
*
Video:
*
Video:
*
Pass the codec output
`MediaFormat`
to
`VideoFrameMetadataListener`
.
*
Pass the codec output
`MediaFormat`
to
`VideoFrameMetadataListener`
.
*
Fix byte order of HDR10+ static metadata to match CTA-861.3.
*
Support out-of-band HDR10+ metadata for VP9 in WebM/Matroska.
*
Support out-of-band HDR10+ metadata for VP9 in WebM/Matroska.
*
Assume that protected content requires a secure decoder when evaluating
*
Assume that protected content requires a secure decoder when evaluating
whether
`MediaCodecVideoRenderer`
supports a given video format
whether
`MediaCodecVideoRenderer`
supports a given video format
...
...
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