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
dee0c2cc
authored
Sep 20, 2021
by
christosts
Committed by
Christos Tsilopoulos
Sep 21, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Bump version to 2.15.1 and tidy release notes
PiperOrigin-RevId: 397758146
parent
5f3953d3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
19 deletions
RELEASENOTES.md
constants.gradle
library/common/src/main/java/com/google/android/exoplayer2/ExoPlayerLibraryInfo.java
RELEASENOTES.md
View file @
dee0c2cc
# Release notes
# Release notes
###
dev-v2 (not yet released
)
###
2.15.1 (2021-09-20
)
*
Core Library:
*
Core Library:
*
Fix track selection in
`StyledPlayerControlView`
when using
*
Fix track selection in
`StyledPlayerControlView`
when using
...
@@ -16,31 +16,35 @@
...
@@ -16,31 +16,35 @@
the start or after the end of the media are now handled as seeks to the
the start or after the end of the media are now handled as seeks to the
start and end respectively
start and end respectively
(
[
8906
](
https://github.com/google/ExoPlayer/issues/8906
)
).
(
[
8906
](
https://github.com/google/ExoPlayer/issues/8906
)
).
*
Rename
`MimeTypes.AUDIO_DTS_UHD`
to
`MimeTypes.AUDIO_DTS_X`
and add
required profile to its value
(
[
#9429
](
https://github.com/google/ExoPlayer/issues/9429
)
).
*
Extractors:
*
Extractors:
*
Support TS packets without PTS flag
*
Support TS packets without PTS flag
(
[
#9294
](
https://github.com/google/ExoPlayer/issues/9294
)
).
(
[
#9294
](
https://github.com/google/ExoPlayer/issues/9294
)
).
*
ID3:
Fix issue decoding ID3 tags containing UTF-16 encoded strings
*
Fix issue decoding ID3 tags containing UTF-16 encoded strings
(
[
#9087
](
https://github.com/google/ExoPlayer/issues/9087
)
).
(
[
#9087
](
https://github.com/google/ExoPlayer/issues/9087
)
).
*
Video:
*
Video:
*
Request smaller decoder input buffers for Dolby Vision. This fixes an
*
Request smaller decoder input buffers for Dolby Vision. This fixes an
issue that could cause UHD Dolby Vision playbacks to fail on some
issue that could cause UHD Dolby Vision playbacks to fail on some
devices, including Amazon Fire TV 4K.
devices, including Amazon Fire TV 4K.
*
DRM:
*
Fix
`DefaultDrmSessionManager`
to correctly eagerly release preacquired
DRM sessions when there's a shortage of DRM resources on the device.
*
Downloads and caching:
*
Downloads and caching:
*
Workaround platform issue that can cause a
`SecurityException`
to be
*
Workaround platform issue that can cause a
`SecurityException`
to be
thrown from
`Requirements.isInternetConnectivityValidated`
on devices
thrown from
`Requirements.isInternetConnectivityValidated`
on devices
running Android 11
running Android 11
(
[
#9002
](
https://github.com/google/ExoPlayer/issues/9002
)
).
(
[
#9002
](
https://github.com/google/ExoPlayer/issues/9002
)
).
*
DRM:
*
Fix
`DefaultDrmSessionManager`
to correctly eagerly release preacquired
DRM sessions when there's a shortage of DRM resources on the device.
*
DASH:
*
DASH:
*
Use identical cache keys for downloading and playing DASH segments
*
Use identical cache keys for downloading and playing DASH segments
(
[
#9370
](
https://github.com/google/ExoPlayer/issues/9370
)
).
(
[
#9370
](
https://github.com/google/ExoPlayer/issues/9370
)
).
*
Fix base URL selection and load error handling when base URLs are shared
*
Fix base URL selection and load error handling when base URLs are shared
across adaptation sets.
across adaptation sets.
*
HLS
*
HLS
:
*
Fix bug where the player would get stuck if all download attempts fail
*
Fix bug where the player would get stuck if all download attempts fail
and would not raise an error to the application.
and would not raise an error to the application
(
[
#9390
](
https://github.com/google/ExoPlayer/issues/9390
)
).
*
RTSP:
*
RTSP:
*
Handle when additional spaces are in SDP's RTPMAP atrribute
*
Handle when additional spaces are in SDP's RTPMAP atrribute
(
[
#9379
](
https://github.com/google/ExoPlayer/issues/9379
)
).
(
[
#9379
](
https://github.com/google/ExoPlayer/issues/9379
)
).
...
@@ -56,8 +60,8 @@
...
@@ -56,8 +60,8 @@
(
[
#9024
](
https://github.com/google/ExoPlayer/issues/9024
)
).
(
[
#9024
](
https://github.com/google/ExoPlayer/issues/9024
)
).
*
Fix accessibility focus in
`PlayerControlView`
*
Fix accessibility focus in
`PlayerControlView`
(
[
#9111
](
https://github.com/google/ExoPlayer/issues/9111
)
).
(
[
#9111
](
https://github.com/google/ExoPlayer/issues/9111
)
).
*
Fix issue that
`StyledPlayerView`
and
`PlayerView`
don't update UI
*
Fix issue that
`StyledPlayerView`
and
`PlayerView`
don't update UI
when
when
available player commands change.
available player commands change.
*
Cast extension:
*
Cast extension:
*
Implement
`CastPlayer.setPlaybackParameters(PlaybackParameters)`
to
*
Implement
`CastPlayer.setPlaybackParameters(PlaybackParameters)`
to
support setting the playback speed
support setting the playback speed
...
@@ -287,11 +291,6 @@
...
@@ -287,11 +291,6 @@
(
[
#9183
](
https://github.com/google/ExoPlayer/issues/9183
)
).
(
[
#9183
](
https://github.com/google/ExoPlayer/issues/9183
)
).
*
Allow the timeout to be customised via
*
Allow the timeout to be customised via
`RtspMediaSource.Factory.setTimeoutMs`
.
`RtspMediaSource.Factory.setTimeoutMs`
.
*
Downloads and caching:
*
Workaround platform issue that can cause a
`SecurityException`
to be
thrown from
`Requirements.isInternetConnectivityValidated`
on devices
running Android 11
(
[
#9002
](
https://github.com/google/ExoPlayer/issues/9002
)
).
### 2.14.1 (2021-06-11)
### 2.14.1 (2021-06-11)
...
...
constants.gradle
View file @
dee0c2cc
...
@@ -13,8 +13,8 @@
...
@@ -13,8 +13,8 @@
// limitations under the License.
// limitations under the License.
project
.
ext
{
project
.
ext
{
// ExoPlayer version and version code.
// ExoPlayer version and version code.
releaseVersion
=
'2.15.
0
'
releaseVersion
=
'2.15.
1
'
releaseVersionCode
=
201500
0
releaseVersionCode
=
201500
1
minSdkVersion
=
16
minSdkVersion
=
16
appTargetSdkVersion
=
29
appTargetSdkVersion
=
29
targetSdkVersion
=
30
targetSdkVersion
=
30
...
...
library/common/src/main/java/com/google/android/exoplayer2/ExoPlayerLibraryInfo.java
View file @
dee0c2cc
...
@@ -26,11 +26,11 @@ public final class ExoPlayerLibraryInfo {
...
@@ -26,11 +26,11 @@ public final class ExoPlayerLibraryInfo {
/** The version of the library expressed as a string, for example "1.2.3". */
/** The version of the library expressed as a string, for example "1.2.3". */
// Intentionally hardcoded. Do not derive from other constants (e.g. VERSION_INT) or vice versa.
// Intentionally hardcoded. Do not derive from other constants (e.g. VERSION_INT) or vice versa.
public
static
final
String
VERSION
=
"2.15.
0
"
;
public
static
final
String
VERSION
=
"2.15.
1
"
;
/** The version of the library expressed as {@code "ExoPlayerLib/" + VERSION}. */
/** The version of the library expressed as {@code "ExoPlayerLib/" + VERSION}. */
// Intentionally hardcoded. Do not derive from other constants (e.g. VERSION) or vice versa.
// Intentionally hardcoded. Do not derive from other constants (e.g. VERSION) or vice versa.
public
static
final
String
VERSION_SLASHY
=
"ExoPlayerLib/2.15.
0
"
;
public
static
final
String
VERSION_SLASHY
=
"ExoPlayerLib/2.15.
1
"
;
/**
/**
* The version of the library expressed as an integer, for example 1002003.
* The version of the library expressed as an integer, for example 1002003.
...
@@ -40,7 +40,7 @@ public final class ExoPlayerLibraryInfo {
...
@@ -40,7 +40,7 @@ public final class ExoPlayerLibraryInfo {
* integer version 123045006 (123-045-006).
* integer version 123045006 (123-045-006).
*/
*/
// Intentionally hardcoded. Do not derive from other constants (e.g. VERSION) or vice versa.
// Intentionally hardcoded. Do not derive from other constants (e.g. VERSION) or vice versa.
public
static
final
int
VERSION_INT
=
201500
0
;
public
static
final
int
VERSION_INT
=
201500
1
;
/**
/**
* The default user agent for requests made by the library.
* The default user agent for requests made by the library.
...
...
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