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
1f44a4db
authored
Mar 30, 2020
by
olly
Committed by
Oliver Woodman
Mar 30, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Bump version to 2.11.4
PiperOrigin-RevId: 303776645
parent
fea0acd4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
RELEASENOTES.md
constants.gradle
library/core/src/main/java/com/google/android/exoplayer2/ExoPlayerLibraryInfo.java
RELEASENOTES.md
View file @
1f44a4db
# Release notes #
# Release notes #
### 2.11.4 (
not yet released
) ###
### 2.11.4 (
2020-04-01
) ###
*
Text:
*
Text:
*
Catch
-and-log all fatal exceptions in
`TextRenderer`
instead of re-throwing,
*
Catch
and log exceptions in
`TextRenderer`
rather than re-throwing. This
allow
ing playback to continue even if subtitles fail
allow
s playback to continue even if subtitle decoding fails
(
[
#6885
](
https://github.com/google/ExoPlayer/issues/6885
)
).
(
[
#6885
](
https://github.com/google/ExoPlayer/issues/6885
)
).
*
Allow missing hours and milliseconds in SubRip (.srt) timecodes
*
Allow missing hours and milliseconds in SubRip (.srt) timecodes
(
[
#7122
](
https://github.com/google/ExoPlayer/issues/7122
)
).
(
[
#7122
](
https://github.com/google/ExoPlayer/issues/7122
)
).
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
(
[
#7134
](
https://github.com/google/ExoPlayer/issues/7134
)
).
(
[
#7134
](
https://github.com/google/ExoPlayer/issues/7134
)
).
*
Fix failure to play WAV files that contain trailing non-media bytes
*
Fix failure to play WAV files that contain trailing non-media bytes
(
[
#7129
](
https://github.com/google/ExoPlayer/issues/7129
)
)
(
[
#7129
](
https://github.com/google/ExoPlayer/issues/7129
)
)
*
DASH:
*
DASH:
*
Update the manifest URI to avoid repeated HTTP redirects
*
Update the manifest URI to avoid repeated HTTP redirects
(
[
#6907
](
https://github.com/google/ExoPlayer/issues/6907
)
).
(
[
#6907
](
https://github.com/google/ExoPlayer/issues/6907
)
).
*
Parse period
`AssetIdentifier`
elements.
*
Parse period
`AssetIdentifier`
elements.
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
(
[
#6761
](
https://github.com/google/ExoPlayer/issues/6761
)
).
(
[
#6761
](
https://github.com/google/ExoPlayer/issues/6761
)
).
*
Analytics: Fix
`PlaybackStatsListener`
behavior when not keeping history
*
Analytics: Fix
`PlaybackStatsListener`
behavior when not keeping history
(
[
#7160
](
https://github.com/google/ExoPlayer/issues/7160
)
).
(
[
#7160
](
https://github.com/google/ExoPlayer/issues/7160
)
).
*
FFmpeg extension: Add support for
x86_64
.
*
FFmpeg extension: Add support for
`x86_64`
architecture
.
*
Opus extension: Fix parsing of negative gain values
*
Opus extension: Fix parsing of negative gain values
(
[
#7046
](
https://github.com/google/ExoPlayer/issues/7046
)
).
(
[
#7046
](
https://github.com/google/ExoPlayer/issues/7046
)
).
...
...
constants.gradle
View file @
1f44a4db
...
@@ -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.11.
3
'
releaseVersion
=
'2.11.
4
'
releaseVersionCode
=
201100
3
releaseVersionCode
=
201100
4
minSdkVersion
=
16
minSdkVersion
=
16
appTargetSdkVersion
=
29
appTargetSdkVersion
=
29
targetSdkVersion
=
28
// TODO: Bump once b/143232359 is resolved
targetSdkVersion
=
28
// TODO: Bump once b/143232359 is resolved
...
...
library/core/src/main/java/com/google/android/exoplayer2/ExoPlayerLibraryInfo.java
View file @
1f44a4db
...
@@ -29,11 +29,11 @@ public final class ExoPlayerLibraryInfo {
...
@@ -29,11 +29,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.11.
3
"
;
public
static
final
String
VERSION
=
"2.11.
4
"
;
/** 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.11.
3
"
;
public
static
final
String
VERSION_SLASHY
=
"ExoPlayerLib/2.11.
4
"
;
/**
/**
* The version of the library expressed as an integer, for example 1002003.
* The version of the library expressed as an integer, for example 1002003.
...
@@ -43,7 +43,7 @@ public final class ExoPlayerLibraryInfo {
...
@@ -43,7 +43,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
=
201100
3
;
public
static
final
int
VERSION_INT
=
201100
4
;
/**
/**
* Whether the library was compiled with {@link com.google.android.exoplayer2.util.Assertions}
* Whether the library was compiled with {@link com.google.android.exoplayer2.util.Assertions}
...
...
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