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
36883e62
authored
Jan 15, 2019
by
olly
Committed by
Oliver Woodman
Jan 15, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Bump version for 2.9.4 release
PiperOrigin-RevId: 229364563
parent
3b5e8ada
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
17 deletions
RELEASENOTES.md
constants.gradle
library/core/src/main/java/com/google/android/exoplayer2/ExoPlayerLibraryInfo.java
RELEASENOTES.md
View file @
36883e62
...
@@ -17,7 +17,8 @@
...
@@ -17,7 +17,8 @@
*
Add
`setStreamKeys`
method to factories of DASH, SmoothStreaming and HLS
*
Add
`setStreamKeys`
method to factories of DASH, SmoothStreaming and HLS
media sources to simplify filtering by downloaded streams.
media sources to simplify filtering by downloaded streams.
*
Caching:
*
Caching:
*
Improve performance of
`SimpleCache`
.
*
Improve performance of
`SimpleCache`
(
[
#4253
](
https://github.com/google/ExoPlayer/issues/4253
)
).
*
Cache data with unknown length by default. The previous flag to opt in to
*
Cache data with unknown length by default. The previous flag to opt in to
this behavior (
`DataSpec.FLAG_ALLOW_CACHING_UNKNOWN_LENGTH`
) has been
this behavior (
`DataSpec.FLAG_ALLOW_CACHING_UNKNOWN_LENGTH`
) has been
replaced with an opt out flag
replaced with an opt out flag
...
@@ -27,29 +28,30 @@
...
@@ -27,29 +28,30 @@
*
Rename TaskState to DownloadState.
*
Rename TaskState to DownloadState.
*
Add new states to DownloadState.
*
Add new states to DownloadState.
*
Replace DownloadState.action with DownloadAction fields.
*
Replace DownloadState.action with DownloadAction fields.
*
SmoothStreaming: Fix support for subtitles in DRM protected streams
(
[
#5378
](
https://github.com/google/ExoPlayer/issues/5378
)
).
*
Add support for SHOUTcast ICY metadata
*
Add support for SHOUTcast ICY metadata
(
[
#3735
](
https://github.com/google/ExoPlayer/issues/3735
)
).
(
[
#3735
](
https://github.com/google/ExoPlayer/issues/3735
)
).
*
CEA-608: Improved conformance to the specification
*
CEA-608: Improved conformance to the specification
(
[
#3860
](
https://github.com/google/ExoPlayer/issues/3860
)
).
(
[
#3860
](
https://github.com/google/ExoPlayer/issues/3860
)
).
*
IMA extension:
*
IMA extension: Require setting the
`Player`
on
`AdsLoader`
instances before
*
Clear ads loader listeners on release
playback.
(
[
#4114
](
https://github.com/google/ExoPlayer/issues/4114
)
).
*
Add
`Handler`
parameter to
`ConcatenatingMediaSource`
methods which take a
*
Require setting the
`Player`
on
`AdsLoader`
instances before playback.
callback
`Runnable`
.
*
Remove
`player`
and
`isTopLevelSource`
parameters from
`MediaSource.prepare`
.
### 2.9.4 ###
*
IMA extension: Clear ads loader listeners on release
(
[
#4114
](
https://github.com/google/ExoPlayer/issues/4114
)
).
*
SmoothStreaming: Fix support for subtitles in DRM protected streams
(
[
#5378
](
https://github.com/google/ExoPlayer/issues/5378
)
).
*
FFmpeg extension: Treat invalid data errors as non-fatal to match the behavior
*
FFmpeg extension: Treat invalid data errors as non-fatal to match the behavior
of MediaCodec (
[
#5293
](
https://github.com/google/ExoPlayer/issues/5293
)
).
of MediaCodec (
[
#5293
](
https://github.com/google/ExoPlayer/issues/5293
)
).
*
Fix issue where sending callbacks for playlist changes may cause problems
*
Fix issue where sending callbacks for playlist changes may cause problems
because of parallel player access
because of parallel player access
(
[
#5240
](
https://github.com/google/ExoPlayer/issues/5240
)
).
(
[
#5240
](
https://github.com/google/ExoPlayer/issues/5240
)
).
*
Add
`Handler`
parameter to
`ConcatenatingMediaSource`
methods which take a
callback
`Runnable`
.
*
Remove
`player`
and
`isTopLevelSource`
parameters from
`MediaSource.prepare`
.
*
Fix issue with reusing a
`ClippingMediaSource`
with an inner
*
Fix issue with reusing a
`ClippingMediaSource`
with an inner
`ExtractorMediaSource`
and a non-zero start position
`ExtractorMediaSource`
and a non-zero start position
(
[
#5351
](
https://github.com/google/ExoPlayer/issues/5351
)
).
(
[
#5351
](
https://github.com/google/ExoPlayer/issues/5351
)
).
*
Downloading/Caching: Improve cache performance
(
[
#4253
](
https://github.com/google/ExoPlayer/issues/4253
)
).
*
Fix issue where uneven track durations in MP4 streams can cause OOM problems
*
Fix issue where uneven track durations in MP4 streams can cause OOM problems
(
[
#3670
](
https://github.com/google/ExoPlayer/issues/3670
)
).
(
[
#3670
](
https://github.com/google/ExoPlayer/issues/3670
)
).
...
...
constants.gradle
View file @
36883e62
...
@@ -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.9.
3
'
releaseVersion
=
'2.9.
4
'
releaseVersionCode
=
200900
3
releaseVersionCode
=
200900
4
// Important: ExoPlayer specifies a minSdkVersion of 14 because various
// Important: ExoPlayer specifies a minSdkVersion of 14 because various
// components provided by the library may be of use on older devices.
// components provided by the library may be of use on older devices.
// However, please note that the core media playback functionality provided
// However, please note that the core media playback functionality provided
...
...
library/core/src/main/java/com/google/android/exoplayer2/ExoPlayerLibraryInfo.java
View file @
36883e62
...
@@ -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.9.
3
"
;
public
static
final
String
VERSION
=
"2.9.
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.9.
3
"
;
public
static
final
String
VERSION_SLASHY
=
"ExoPlayerLib/2.9.
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
=
200900
3
;
public
static
final
int
VERSION_INT
=
200900
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