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
4ea72f0c
authored
Nov 21, 2022
by
michaelkatz
Committed by
microkatz
Nov 22, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Version bump to exoplayer:2.18.2 and media3:1.0.0-beta03
#minor-release PiperOrigin-RevId: 489959918
parent
2fd4aac3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
18 deletions
.github/ISSUE_TEMPLATE/bug.yml
RELEASENOTES.md
constants.gradle
libraries/common/src/main/java/androidx/media3/common/MediaLibraryInfo.java
.github/ISSUE_TEMPLATE/bug.yml
View file @
4ea72f0c
...
@@ -17,6 +17,7 @@ body:
...
@@ -17,6 +17,7 @@ body:
label
:
Media3 Version
label
:
Media3 Version
description
:
What version of Media3 are you using?
description
:
What version of Media3 are you using?
options
:
options
:
-
1.0.0-beta03
-
1.0.0-beta02
-
1.0.0-beta02
-
1.0.0-beta01
-
1.0.0-beta01
-
1.0.0-alpha03
-
1.0.0-alpha03
...
...
RELEASENOTES.md
View file @
4ea72f0c
...
@@ -3,6 +3,27 @@ Release notes
...
@@ -3,6 +3,27 @@ Release notes
### Unreleased changes
### Unreleased changes
*
Core library:
*
Core library:
*
Add suppression reason for unsuitable audio route and play when ready
change reason for suppressed too long.
(
[
#15
](
https://github.com/androidx/media/issues/15
)
).
*
Tweak the renderer's decoder ordering logic to uphold the
`MediaCodecSelector`
's preferences, even if a decoder reports it may not
be able to play the media performantly. For example with default
selector, hardware decoder with only functional support will be
preferred over software decoder that fully supports the format
(
[
#10604
](
https://github.com/google/ExoPlayer/issues/10604
)
).
*
Add
`ExoPlayer.Builder.setPlaybackLooper`
that sets a pre-existing
playback thread for a new ExoPlayer instance.
*
Remove deprecated symbols:
*
Remove
`DefaultAudioSink`
constructors, use
`DefaultAudioSink.Builder`
instead.
### 1.0.0-beta03 (2022-11-22)
This release corresponds to the
[
ExoPlayer 2.18.2 release
](
https://github.com/google/ExoPlayer/releases/tag/r2.18.2
)
.
*
Core library:
*
Add
`ExoPlayer.isTunnelingEnabled`
to check if tunneling is enabled for
*
Add
`ExoPlayer.isTunnelingEnabled`
to check if tunneling is enabled for
the currently selected tracks
the currently selected tracks
(
[
#2518
](
https://github.com/google/ExoPlayer/issues/2518
)
).
(
[
#2518
](
https://github.com/google/ExoPlayer/issues/2518
)
).
...
@@ -16,9 +37,6 @@ Release notes
...
@@ -16,9 +37,6 @@ Release notes
*
Close the Tracing "doSomeWork" block when offload is enabled.
*
Close the Tracing "doSomeWork" block when offload is enabled.
*
Try alternative decoder for Dolby Vision if display does not support it.
*
Try alternative decoder for Dolby Vision if display does not support it.
(
[
#9794
](
https://github.com/google/ExoPlayer/issues/9794
)
).
(
[
#9794
](
https://github.com/google/ExoPlayer/issues/9794
)
).
*
Add suppression reason for unsuitable audio route and play when ready
change reason for suppressed too long.
(
[
#15
](
https://github.com/androidx/media/issues/15
)
).
*
Prefer other tracks to Dolby Vision if display does not support it.
*
Prefer other tracks to Dolby Vision if display does not support it.
(
[
#8944
](
https://github.com/google/ExoPlayer/issues/8944
)
).
(
[
#8944
](
https://github.com/google/ExoPlayer/issues/8944
)
).
*
Fix session tracking problem with fast seeks in
`PlaybackStatsListener`
*
Fix session tracking problem with fast seeks in
`PlaybackStatsListener`
...
@@ -30,17 +48,9 @@ Release notes
...
@@ -30,17 +48,9 @@ Release notes
(
[
#10684
](
https://github.com/google/ExoPlayer/issues/10684
)
).
(
[
#10684
](
https://github.com/google/ExoPlayer/issues/10684
)
).
*
Add
`Player.getSurfaceSize`
that returns the size of the surface on
*
Add
`Player.getSurfaceSize`
that returns the size of the surface on
which the video is rendered.
which the video is rendered.
*
Tweak the renderer's decoder ordering logic to uphold the
`MediaCodecSelector`
's preferences, even if a decoder reports it may not
be able to play the media performantly. For example with default
selector, hardware decoder with only functional support will be
preferred over software decoder that fully supports the format
(
[
#10604
](
https://github.com/google/ExoPlayer/issues/10604
)
).
*
Fix bug where removing listeners during the player release can cause an
*
Fix bug where removing listeners during the player release can cause an
`IllegalStateException`
`IllegalStateException`
(
[
#10758
](
https://github.com/google/ExoPlayer/issues/10758
)
).
(
[
#10758
](
https://github.com/google/ExoPlayer/issues/10758
)
).
*
Add
`ExoPlayer.Builder.setPlaybackLooper`
that sets a pre-existing
playback thread for a new ExoPlayer instance.
*
Build:
*
Build:
*
Avoid publishing block when included in another gradle build.
*
Avoid publishing block when included in another gradle build.
*
Downloads:
*
Downloads:
...
@@ -145,8 +155,6 @@ Release notes
...
@@ -145,8 +155,6 @@ Release notes
*
Add muxer watchdog timer to detect when generating an output sample is
*
Add muxer watchdog timer to detect when generating an output sample is
too slow.
too slow.
*
Remove deprecated symbols:
*
Remove deprecated symbols:
*
Remove
`DefaultAudioSink`
constructors, use
`DefaultAudioSink.Builder`
instead.
*
Remove
`Transformer.Builder.setOutputMimeType(String)`
. This feature has
*
Remove
`Transformer.Builder.setOutputMimeType(String)`
. This feature has
been removed. The MIME type will always be MP4 when the default muxer is
been removed. The MIME type will always be MP4 when the default muxer is
used.
used.
...
...
constants.gradle
View file @
4ea72f0c
...
@@ -12,8 +12,8 @@
...
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// See the License for the specific language governing permissions and
// limitations under the License.
// limitations under the License.
project
.
ext
{
project
.
ext
{
releaseVersion
=
'1.0.0-beta0
2
'
releaseVersion
=
'1.0.0-beta0
3
'
releaseVersionCode
=
1
_000_000_1_0
2
releaseVersionCode
=
1
_000_000_1_0
3
minSdkVersion
=
16
minSdkVersion
=
16
appTargetSdkVersion
=
33
appTargetSdkVersion
=
33
// API version before restricting local file access.
// API version before restricting local file access.
...
...
libraries/common/src/main/java/androidx/media3/common/MediaLibraryInfo.java
View file @
4ea72f0c
...
@@ -29,11 +29,11 @@ public final class MediaLibraryInfo {
...
@@ -29,11 +29,11 @@ public final class MediaLibraryInfo {
/** The version of the library expressed as a string, for example "1.2.3" or "1.2.3-beta01". */
/** The version of the library expressed as a string, for example "1.2.3" or "1.2.3-beta01". */
// 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
=
"1.0.0-beta0
2
"
;
public
static
final
String
VERSION
=
"1.0.0-beta0
3
"
;
/** The version of the library expressed as {@code TAG + "/" + VERSION}. */
/** The version of the library expressed as {@code TAG + "/" + 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
=
"AndroidXMedia3/1.0.0-beta0
2
"
;
public
static
final
String
VERSION_SLASHY
=
"AndroidXMedia3/1.0.0-beta0
3
"
;
/**
/**
* The version of the library expressed as an integer, for example 1002003300.
* The version of the library expressed as an integer, for example 1002003300.
...
@@ -47,7 +47,7 @@ public final class MediaLibraryInfo {
...
@@ -47,7 +47,7 @@ public final class MediaLibraryInfo {
* (123-045-006-3-00).
* (123-045-006-3-00).
*/
*/
// 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
=
1_000_000_1
_0
2
;
public
static
final
int
VERSION_INT
=
1_000_000_1
_0
3
;
/** Whether the library was compiled with {@link Assertions} checks enabled. */
/** Whether the library was compiled with {@link Assertions} checks enabled. */
public
static
final
boolean
ASSERTIONS_ENABLED
=
true
;
public
static
final
boolean
ASSERTIONS_ENABLED
=
true
;
...
...
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