leondeklerk / starling-android

A work in progress Android gallery application that can support basic media actions locally and synchronize with a back-end.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Bump exoplayer from 2.14.1 to 2.14.2 #30

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps exoplayer from 2.14.1 to 2.14.2.

Release notes

Sourced from exoplayer's releases.

r2.14.2

  • Core Library:
    • Explicitly mark several methods on SimpleExoPlayer as @Deprecated. These methods are all overrides and are already deprecated on Player and the respective ExoPlayer component classes (since 2.14.0).
  • Video:
    • Fix IncorrectContextUseViolation strict mode warning on Android 11 (#8246).
  • Audio:
    • Fix track selection for E-AC-3 streams.
    • Use AudioTrack.isDirectPlaybackSupported to check for encoded audio passthrough capability from API 29 onwards, instead of using the HDMI audio plug intent (#6500).
  • Extractors:
    • Fix issue where a trun atom could be associated with the wrong track in an FMP4 stream (#9056). The fix removes a previous workaround to handle content in which the track_ID is set incorrectly (#4083). Such content is malformed and should be re-encoded.
    • Improve support for truncated Ogg streams (#7608).
    • Add support for MP4 H263 atom type (#9158).
    • Fix issue around TS synchronization when reading a file's duration (#9100).
  • HLS:
    • Fix issue where playback of a live event could become stuck rather than transitioning to STATE_ENDED when the event ends (#9067).
    • Fix issue where a new initialization segment, as specified by an EXT-X-MAP tag in a media playlist, would not be loaded when encountered during playback (#9004).
    • Forward the FRAME-RATE value from the master playlist to renditions (#8960).
    • Fix issue where HLS events would start at positions greater than specified by an EXT-X-START tag when placed in a playlist (#9037).
  • Ad playback:
    • Use the content URI when auto-generating an ad ID (in addition to the media ID and ad tag URI) (#9106.
  • DRM:
    • Allow repeated provisioning in DefaultDrmSession(Manager).
    • Fix a crash due to DefaultDrmSessionManager.release() incorrectly releasing too many keep-alive DefaultDrmSession references, resulting in DefaultDrmSession.release() throwing an IllegalStateException (#9193).
  • Metadata:
    • Fix handling of emsg messages with an unset duration (#9123).
  • UI:
    • Add PendingIntent.FLAG_IMMUTABLE flag when creating a broadcast intent in PlayerNotificationManager. This is required to avoid an error on Android 12.
    • Fix focusability of StyledPlayerView and StyledPlayerControlView popup menus on API levels prior to 26 (#9061).
    • Fix progress bar flickering immediately after the user seeks (#9049).
    • Fix StyledPlayerView and StyledPlayerControlView popup menu items not expanding to occupy the full width of the popup (#9086).
    • Don't propagate AttributeSet from SubtitleView constructor into CanvasSubtitleOutput. Just passing the Context is enough, and ensures programmatic changes to the SubtitleView will propagate down.
  • RTSP:
    • Fix session description (SDP) parsing to use a HashMap-like behaviour for duplicated attributes (#9014).
    • Allow using absolute URI in the control attribute in a media description (#9183).
    • Allow the timeout to be customised via RtspMediaSource.Factory.setTimeoutMs.
Changelog

Sourced from exoplayer's changelog.

2.14.2 (2021-07-20)

  • Core Library:
    • Explicitly mark several methods on SimpleExoPlayer as @Deprecated. These methods are all overrides and are already deprecated on Player and the respective ExoPlayer component classes (since 2.14.0).
  • Video:
    • Fix IncorrectContextUseViolation strict mode warning on Android 11 (#8246).
  • Audio:
    • Fix track selection for E-AC-3 streams.
    • Use AudioTrack.isDirectPlaybackSupported to check for encoded audio passthrough capability from API 29 onwards, instead of using the HDMI audio plug intent (#6500).
  • Extractors:
    • Fix issue where a trun atom could be associated with the wrong track in an FMP4 stream (#9056). The fix removes a previous workaround to handle content in which the track_ID is set incorrectly (#4083). Such content is malformed and should be re-encoded.
    • Improve support for truncated Ogg streams (#7608).
    • Add support for MP4 H263 atom type (#9158).
    • Fix issue around TS synchronization when reading a file's duration (#9100).
  • HLS:
    • Fix issue where playback of a live event could become stuck rather than transitioning to STATE_ENDED when the event ends (#9067).
    • Fix issue where a new initialization segment, as specified by an EXT-X-MAP tag in a media playlist, would not be loaded when encountered during playback (#9004).
    • Forward the FRAME-RATE value from the master playlist to renditions. (#8960).
    • Fix issue where HLS events would start at positions greater than specified by an EXT-X-START tag when placed in a playlist (#9037).
  • Ad playback:
    • Use the content URI when auto-generating an ad ID (in addition to the media ID and ad tag URI) (#9106.
  • DRM:
    • Allow repeated provisioning in DefaultDrmSession(Manager).
    • Fix a crash due to DefaultDrmSessionManager.release() incorrectly releasing too many keep-alive DefaultDrmSession references, resulting

... (truncated)

Commits
  • 80332f7 Merge pull request #9212 from google/dev-v2-r2.14.2
  • d168bee Cleanup some RTSP documentation
  • 537899d Update javadoc for 2.14.2
  • c65b3d5 Bump version to 2.14.2 and tidy release notes
  • 5b9c199 Add a note for requesting format support.
  • 368af49 Remove Big Buck Bunny FLV asset from Demo app media.exolist.json
  • 6820b48 Fix RTSP link
  • f8278da Add flag to SinglePeriodTimeline to suppress projection
  • e01838e Fix Metadata.Entry link
  • dbebd27 Avoid DefaultDrmSessionManager releasing too many session references
  • Additional commits viewable in compare view


Dependabot compatibility score

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)