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
784906b8
authored
Feb 05, 2019
by
olly
Committed by
Oliver Woodman
Feb 06, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Update release notes
PiperOrigin-RevId: 232481580
parent
c0e6cd1b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
RELEASENOTES.md
RELEASENOTES.md
View file @
784906b8
...
@@ -37,8 +37,6 @@
...
@@ -37,8 +37,6 @@
(
[
#3860
](
https://github.com/google/ExoPlayer/issues/3860
)
).
(
[
#3860
](
https://github.com/google/ExoPlayer/issues/3860
)
).
*
IMA extension: Require setting the
`Player`
on
`AdsLoader`
instances before
*
IMA extension: Require setting the
`Player`
on
`AdsLoader`
instances before
playback.
playback.
*
Add
`Handler`
parameter to
`ConcatenatingMediaSource`
methods which take a
callback
`Runnable`
.
*
Remove
`player`
and
`isTopLevelSource`
parameters from
`MediaSource.prepare`
.
*
Remove
`player`
and
`isTopLevelSource`
parameters from
`MediaSource.prepare`
.
*
VP9 extension: Remove RGB output mode and libyuv dependency, and switch to
*
VP9 extension: Remove RGB output mode and libyuv dependency, and switch to
surface YUV output as the default. Remove constructor parameters
`scaleToFit`
surface YUV output as the default. Remove constructor parameters
`scaleToFit`
...
@@ -49,6 +47,10 @@
...
@@ -49,6 +47,10 @@
### 2.9.5 ###
### 2.9.5 ###
*
HLS: Parse
`CHANNELS`
attribute from
`EXT-X-MEDIA`
tag.
*
HLS: Parse
`CHANNELS`
attribute from
`EXT-X-MEDIA`
tag.
*
ConcatenatingMediaSource:
*
Add
`Handler`
parameter to methods that take a callback
`Runnable`
.
*
Fix issue with dropped messages when releasing the source
(
[
#5464
](
https://github.com/google/ExoPlayer/issues/5464
)
).
*
ExtractorMediaSource: Fix issue that could cause the player to get stuck
*
ExtractorMediaSource: Fix issue that could cause the player to get stuck
buffering at the end of the media.
buffering at the end of the media.
*
PlayerView: Fix issue preventing
`OnClickListener`
from receiving events
*
PlayerView: Fix issue preventing
`OnClickListener`
from receiving events
...
@@ -58,8 +60,6 @@
...
@@ -58,8 +60,6 @@
*
OkHttp extension: Upgrade OkHttp dependency to 3.12.1.
*
OkHttp extension: Upgrade OkHttp dependency to 3.12.1.
*
MP3: Wider fix for issue where streams would play twice on some Samsung
*
MP3: Wider fix for issue where streams would play twice on some Samsung
devices (
[
#4519
](
https://github.com/google/ExoPlayer/issues/4519
)
).
devices (
[
#4519
](
https://github.com/google/ExoPlayer/issues/4519
)
).
*
Fix issue with dropped messages when releasing a
`ConcatenatingMediaSource`
(
[
#5464
](
https://github.com/google/ExoPlayer/issues/5464
)
).
### 2.9.4 ###
### 2.9.4 ###
...
...
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