Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2023

Bumps exoplayer_version from 2.18.6 to 2.18.7.
Updates com.google.android.exoplayer:exoplayer-core from 2.18.6 to 2.18.7

Release notes

Sourced from com.google.android.exoplayer:exoplayer-core's releases.

r2.18.7

This release corresponds to the AndroidX Media3 1.0.2 release.

  • Core library:
    • Add Buffer.isLastSample() that denotes if Buffer contains flag C.BUFFER_FLAG_LAST_SAMPLE.
    • Fix issue where last frame may not be rendered if the last sample with frames is dequeued without reading the 'end of stream' sample. (#11079).
  • Extractors:
    • Fix parsing of H.265 SPS in MPEG-TS files by re-using the parsing logic already used by RTSP and MP4 extractors (#303).
  • Text:
    • SSA: Add support for UTF-16 files if they start with a byte order mark (#319).
Changelog

Sourced from com.google.android.exoplayer:exoplayer-core's changelog.

2.18.7 (2023-05-18)

This release corresponds to the AndroidX Media3 1.0.2 release.

  • Core library:
    • Add Buffer.isLastSample() that denotes if Buffer contains flag C.BUFFER_FLAG_LAST_SAMPLE.
    • Fix issue where last frame may not be rendered if the last sample with frames is dequeued without reading the 'end of stream' sample. (#11079).
  • Extractors:
    • Fix parsing of H.265 SPS in MPEG-TS files by re-using the parsing logic already used by RTSP and MP4 extractors (#303).
  • Text:
    • SSA: Add support for UTF-16 files if they start with a byte order mark (#319).
Commits
  • ac9d533 Merge pull request #11167 from google/release-v2-r2.18.7
  • 4548949 Update javadoc for ExoPlayer 2.18.7
  • 5b8d793 Add release notes for ExoPlayer 2.18.7 release
  • f87abb4 Increase ExoPlayer version number to 2.18.7
  • 326f53a Update the root project name check in publish.gradle
  • 0e1479f Remove the media3 MediaLibraryInfoTest from exoplayer2
  • dce9fe4 Remove a copybara stripping tag
  • 3b862ed Add tests for MediaLibraryInfo version code consistency
  • 690e172 Update migration script for 1.0.2/2.18.7
  • d57f5b4 Fix demo app UnsafeOptInUsageError lint errors
  • Additional commits viewable in compare view

Updates com.google.android.exoplayer:exoplayer-hls from 2.18.6 to 2.18.7

Release notes

Sourced from com.google.android.exoplayer:exoplayer-hls's releases.

r2.18.7

This release corresponds to the AndroidX Media3 1.0.2 release.

  • Core library:
    • Add Buffer.isLastSample() that denotes if Buffer contains flag C.BUFFER_FLAG_LAST_SAMPLE.
    • Fix issue where last frame may not be rendered if the last sample with frames is dequeued without reading the 'end of stream' sample. (#11079).
  • Extractors:
    • Fix parsing of H.265 SPS in MPEG-TS files by re-using the parsing logic already used by RTSP and MP4 extractors (#303).
  • Text:
    • SSA: Add support for UTF-16 files if they start with a byte order mark (#319).
Changelog

Sourced from com.google.android.exoplayer:exoplayer-hls's changelog.

2.18.7 (2023-05-18)

This release corresponds to the AndroidX Media3 1.0.2 release.

  • Core library:
    • Add Buffer.isLastSample() that denotes if Buffer contains flag C.BUFFER_FLAG_LAST_SAMPLE.
    • Fix issue where last frame may not be rendered if the last sample with frames is dequeued without reading the 'end of stream' sample. (#11079).
  • Extractors:
    • Fix parsing of H.265 SPS in MPEG-TS files by re-using the parsing logic already used by RTSP and MP4 extractors (#303).
  • Text:
    • SSA: Add support for UTF-16 files if they start with a byte order mark (#319).
Commits
  • ac9d533 Merge pull request #11167 from google/release-v2-r2.18.7
  • 4548949 Update javadoc for ExoPlayer 2.18.7
  • 5b8d793 Add release notes for ExoPlayer 2.18.7 release
  • f87abb4 Increase ExoPlayer version number to 2.18.7
  • 326f53a Update the root project name check in publish.gradle
  • 0e1479f Remove the media3 MediaLibraryInfoTest from exoplayer2
  • dce9fe4 Remove a copybara stripping tag
  • 3b862ed Add tests for MediaLibraryInfo version code consistency
  • 690e172 Update migration script for 1.0.2/2.18.7
  • d57f5b4 Fix demo app UnsafeOptInUsageError lint errors
  • Additional commits viewable in compare view

Updates com.google.android.exoplayer:exoplayer-dash from 2.18.6 to 2.18.7

Release notes

Sourced from com.google.android.exoplayer:exoplayer-dash's releases.

r2.18.7

This release corresponds to the AndroidX Media3 1.0.2 release.

  • Core library:
    • Add Buffer.isLastSample() that denotes if Buffer contains flag C.BUFFER_FLAG_LAST_SAMPLE.
    • Fix issue where last frame may not be rendered if the last sample with frames is dequeued without reading the 'end of stream' sample. (#11079).
  • Extractors:
    • Fix parsing of H.265 SPS in MPEG-TS files by re-using the parsing logic already used by RTSP and MP4 extractors (#303).
  • Text:
    • SSA: Add support for UTF-16 files if they start with a byte order mark (#319).
Changelog

Sourced from com.google.android.exoplayer:exoplayer-dash's changelog.

2.18.7 (2023-05-18)

This release corresponds to the AndroidX Media3 1.0.2 release.

  • Core library:
    • Add Buffer.isLastSample() that denotes if Buffer contains flag C.BUFFER_FLAG_LAST_SAMPLE.
    • Fix issue where last frame may not be rendered if the last sample with frames is dequeued without reading the 'end of stream' sample. (#11079).
  • Extractors:
    • Fix parsing of H.265 SPS in MPEG-TS files by re-using the parsing logic already used by RTSP and MP4 extractors (#303).
  • Text:
    • SSA: Add support for UTF-16 files if they start with a byte order mark (#319).
Commits
  • ac9d533 Merge pull request #11167 from google/release-v2-r2.18.7
  • 4548949 Update javadoc for ExoPlayer 2.18.7
  • 5b8d793 Add release notes for ExoPlayer 2.18.7 release
  • f87abb4 Increase ExoPlayer version number to 2.18.7
  • 326f53a Update the root project name check in publish.gradle
  • 0e1479f Remove the media3 MediaLibraryInfoTest from exoplayer2
  • dce9fe4 Remove a copybara stripping tag
  • 3b862ed Add tests for MediaLibraryInfo version code consistency
  • 690e172 Update migration script for 1.0.2/2.18.7
  • d57f5b4 Fix demo app UnsafeOptInUsageError lint errors
  • Additional commits viewable in compare view

Updates com.google.android.exoplayer:exoplayer-smoothstreaming from 2.18.6 to 2.18.7

Release notes

Sourced from com.google.android.exoplayer:exoplayer-smoothstreaming's releases.

r2.18.7

This release corresponds to the AndroidX Media3 1.0.2 release.

  • Core library:
    • Add Buffer.isLastSample() that denotes if Buffer contains flag C.BUFFER_FLAG_LAST_SAMPLE.
    • Fix issue where last frame may not be rendered if the last sample with frames is dequeued without reading the 'end of stream' sample. (#11079).
  • Extractors:
    • Fix parsing of H.265 SPS in MPEG-TS files by re-using the parsing logic already used by RTSP and MP4 extractors (#303).
  • Text:
    • SSA: Add support for UTF-16 files if they start with a byte order mark (#319).
Changelog

Sourced from com.google.android.exoplayer:exoplayer-smoothstreaming's changelog.

2.18.7 (2023-05-18)

This release corresponds to the AndroidX Media3 1.0.2 release.

  • Core library:
    • Add Buffer.isLastSample() that denotes if Buffer contains flag C.BUFFER_FLAG_LAST_SAMPLE.
    • Fix issue where last frame may not be rendered if the last sample with frames is dequeued without reading the 'end of stream' sample. (#11079).
  • Extractors:
    • Fix parsing of H.265 SPS in MPEG-TS files by re-using the parsing logic already used by RTSP and MP4 extractors (#303).
  • Text:
    • SSA: Add support for UTF-16 files if they start with a byte order mark (#319).
Commits
  • ac9d533 Merge pull request #11167 from google/release-v2-r2.18.7
  • 4548949 Update javadoc for ExoPlayer 2.18.7
  • 5b8d793 Add release notes for ExoPlayer 2.18.7 release
  • f87abb4 Increase ExoPlayer version number to 2.18.7
  • 326f53a Update the root project name check in publish.gradle
  • 0e1479f Remove the media3 MediaLibraryInfoTest from exoplayer2
  • dce9fe4 Remove a copybara stripping tag
  • 3b862ed Add tests for MediaLibraryInfo version code consistency
  • 690e172 Update migration script for 1.0.2/2.18.7
  • d57f5b4 Fix demo app UnsafeOptInUsageError lint errors
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `exoplayer_version` from 2.18.6 to 2.18.7.

Updates `com.google.android.exoplayer:exoplayer-core` from 2.18.6 to 2.18.7
- [Release notes](https://github.com/google/ExoPlayer/releases)
- [Changelog](https://github.com/google/ExoPlayer/blob/release-v2/RELEASENOTES.md)
- [Commits](google/ExoPlayer@r2.18.6...r2.18.7)

Updates `com.google.android.exoplayer:exoplayer-hls` from 2.18.6 to 2.18.7
- [Release notes](https://github.com/google/ExoPlayer/releases)
- [Changelog](https://github.com/google/ExoPlayer/blob/release-v2/RELEASENOTES.md)
- [Commits](google/ExoPlayer@r2.18.6...r2.18.7)

Updates `com.google.android.exoplayer:exoplayer-dash` from 2.18.6 to 2.18.7
- [Release notes](https://github.com/google/ExoPlayer/releases)
- [Changelog](https://github.com/google/ExoPlayer/blob/release-v2/RELEASENOTES.md)
- [Commits](google/ExoPlayer@r2.18.6...r2.18.7)

Updates `com.google.android.exoplayer:exoplayer-smoothstreaming` from 2.18.6 to 2.18.7
- [Release notes](https://github.com/google/ExoPlayer/releases)
- [Changelog](https://github.com/google/ExoPlayer/blob/release-v2/RELEASENOTES.md)
- [Commits](google/ExoPlayer@r2.18.6...r2.18.7)

---
updated-dependencies:
- dependency-name: com.google.android.exoplayer:exoplayer-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.android.exoplayer:exoplayer-hls
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.android.exoplayer:exoplayer-dash
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.android.exoplayer:exoplayer-smoothstreaming
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from camsim99 as a code owner May 22, 2023 09:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 22, 2023
camsim99 added 2 commits June 5, 2023 09:25
…ackages/video_player/video_player_android/android/exoplayer_version-2.18.7
@camsim99 camsim99 added the autosubmit Merge PR when tree becomes green via auto submit App label Jun 5, 2023
@auto-submit auto-submit bot merged commit 6b326e8 into main Jun 5, 2023
@auto-submit auto-submit bot deleted the dependabot/gradle/packages/video_player/video_player_android/android/exoplayer_version-2.18.7 branch June 5, 2023 16:53
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 6, 2023
…in /packages/video_player/video_player_android/android (flutter/packages#4053)
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 6, 2023
…in /packages/video_player/video_player_android/android (flutter/packages#4053)
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 6, 2023
…in /packages/video_player/video_player_android/android (flutter/packages#4053)
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 6, 2023
…in /packages/video_player/video_player_android/android (flutter/packages#4053)
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Jun 6, 2023
flutter/packages@db4e5c2...da72219

2023-06-06 [email protected] remove unnecessary typed_data imports (flutter/packages#4136)
2023-06-06 [email protected] [local_auth_android] Bump androidx.fragment to 1.5.7 and androidx.core to 1.10.1 (flutter/packages#4142)
2023-06-05 [email protected] [google_maps] Endorses package:google_maps_flutter_web. (flutter/packages#4124)
2023-06-05 [email protected] [ci] Removes bespoke web scripts. (flutter/packages#4129)
2023-06-05 [email protected] [webview_flutter]: fix typo (flutter/packages#4070)
2023-06-05 49699333+dependabot[bot]@users.noreply.github.com [camera]: Bump com.google.guava:guava from 31.1-android to 32.0.0-android in /packages/camera/camera_android_camerax/android (flutter/packages#4116)
2023-06-05 [email protected] [tools] Fix OOB test error (flutter/packages#4144)
2023-06-05 [email protected] [path_provider] Allow win32 up to version 5.x (flutter/packages#4125)
2023-06-05 49699333+dependabot[bot]@users.noreply.github.com [sign_in]: Bump com.google.guava:guava from 31.1-android to 32.0.0-android in /packages/google_sign_in/google_sign_in_android/android (flutter/packages#4112)
2023-06-05 49699333+dependabot[bot]@users.noreply.github.com [video_player]: Bump exoplayer_version from 2.18.6 to 2.18.7 in /packages/video_player/video_player_android/android (flutter/packages#4053)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App dependencies Pull requests that update a dependency file java Pull requests that update Java code p: video_player platform-android

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants