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
1feb03db
authored
Sep 20, 2019
by
olly
Committed by
Oliver Woodman
Sep 22, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Pull HLS audio transition fix into 2.10.5
PiperOrigin-RevId: 270327562
parent
216f74ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
RELEASENOTES.md
RELEASENOTES.md
View file @
1feb03db
...
@@ -2,8 +2,6 @@
...
@@ -2,8 +2,6 @@
### dev-v2 (not yet released) ###
### dev-v2 (not yet released) ###
*
Fix transitions between packed audio and non-packed audio segments in HLS
(
[
#6444
](
https://github.com/google/ExoPlayer/issues/6444
)
).
*
DASH: Support negative @r values in segment timelines
*
DASH: Support negative @r values in segment timelines
(
[
#1787
](
https://github.com/google/ExoPlayer/issues/1787
)
).
(
[
#1787
](
https://github.com/google/ExoPlayer/issues/1787
)
).
*
Add
`allowedCapturePolicy`
field to
`AudioAttributes`
wrapper to allow to
*
Add
`allowedCapturePolicy`
field to
`AudioAttributes`
wrapper to allow to
...
@@ -88,6 +86,8 @@
...
@@ -88,6 +86,8 @@
*
Support unwrapping of nested metadata (e.g. ID3 and SCTE-35 in EMSG).
*
Support unwrapping of nested metadata (e.g. ID3 and SCTE-35 in EMSG).
*
Add
`HttpDataSource.getResponseCode`
to provide the status code associated
*
Add
`HttpDataSource.getResponseCode`
to provide the status code associated
with the most recent HTTP response.
with the most recent HTTP response.
*
Fix transitions between packed audio and non-packed audio segments in HLS
(
[
#6444
](
https://github.com/google/ExoPlayer/issues/6444
)
).
*
Fix issue where a request would be retried after encountering an error, even
*
Fix issue where a request would be retried after encountering an error, even
though the
`LoadErrorHandlingPolicy`
classified the error as fatal.
though the
`LoadErrorHandlingPolicy`
classified the error as fatal.
*
Fix initialization data handling for FLAC in MP4
*
Fix initialization data handling for FLAC in MP4
...
...
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