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
e1c3da2a
authored
Aug 27, 2020
by
olly
Committed by
Oliver Woodman
Aug 27, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Set 2.12 release date & merge in some recent changes
PiperOrigin-RevId: 328747057
parent
91b3aad0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
RELEASENOTES.md
RELEASENOTES.md
View file @
e1c3da2a
...
@@ -2,14 +2,9 @@
...
@@ -2,14 +2,9 @@
### dev-v2 (not yet released)
### dev-v2 (not yet released)
*
Audio: Add an event for the audio position starting to advance, to make it
*
New release notes go here!
easier for apps to determine when audio playout started
(
[
#7577
](
https://github.com/google/ExoPlayer/issues/7577
)
).
*
Extractors:
*
Support Dolby Vision extraction in Matroska
(
[
#7267
](
https://github.com/google/ExoPlayer/issues/7267
)
.
### 2.12.0 (not yet released - targeted for 2020-0
8-TBD
) ###
### 2.12.0 (not yet released - targeted for 2020-0
9-03
) ###
*
Core library:
*
Core library:
*
`Player`
:
*
`Player`
:
...
@@ -17,7 +12,8 @@
...
@@ -17,7 +12,8 @@
(
[
#6161
](
https://github.com/google/ExoPlayer/issues/6161
)
). The
(
[
#6161
](
https://github.com/google/ExoPlayer/issues/6161
)
). The
new methods for playlist manipulation are
`setMediaItem(s)`
,
new methods for playlist manipulation are
`setMediaItem(s)`
,
`addMediaItem(s)`
,
`moveMediaItem(s)`
,
`removeMediaItem(s)`
and
`addMediaItem(s)`
,
`moveMediaItem(s)`
,
`removeMediaItem(s)`
and
`clearMediaItems`
.
`clearMediaItems`
. This API should be used instead of
`ConcatenatingMediaSource`
in most cases.
*
Add
`getCurrentMediaItem`
for getting the currently playing item
*
Add
`getCurrentMediaItem`
for getting the currently playing item
in the playlist.
in the playlist.
*
Add
`EventListener.onMediaItemTransition`
to report when
*
Add
`EventListener.onMediaItemTransition`
to report when
...
@@ -113,6 +109,9 @@
...
@@ -113,6 +109,9 @@
(
[
#7502
](
https://github.com/google/ExoPlayer/issues/7502
)
). This option
(
[
#7502
](
https://github.com/google/ExoPlayer/issues/7502
)
). This option
can be set using
can be set using
`DefaultRenderersFactory.setEnableAudioTrackPlaybackParams`
.
`DefaultRenderersFactory.setEnableAudioTrackPlaybackParams`
.
*
Add an event for the audio position starting to advance, to make it
easier for apps to determine when audio playout started
(
[
#7577
](
https://github.com/google/ExoPlayer/issues/7577
)
).
*
Generalize support for floating point audio.
*
Generalize support for floating point audio.
*
Add an option to
`DefaultAudioSink`
for enabling floating point
*
Add an option to
`DefaultAudioSink`
for enabling floating point
output. This option can also be set using
output. This option can also be set using
...
@@ -212,6 +211,8 @@
...
@@ -212,6 +211,8 @@
*
FMP4: Add support for partially fragmented MP4s
*
FMP4: Add support for partially fragmented MP4s
(
[
#7308
](
https://github.com/google/ExoPlayer/issues/7308
)
).
(
[
#7308
](
https://github.com/google/ExoPlayer/issues/7308
)
).
*
Matroska:
*
Matroska:
*
Support Dolby Vision
(
[
#7267
](
https://github.com/google/ExoPlayer/issues/7267
)
.
*
Populate
`Format.label`
with track titles.
*
Populate
`Format.label`
with track titles.
*
Remove support for the
`Invisible`
block header flag.
*
Remove support for the
`Invisible`
block header flag.
*
MPEG-TS: Add support for MPEG-4 Part 2 and H.263
*
MPEG-TS: Add support for MPEG-4 Part 2 and H.263
...
...
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