packages
packages copied to clipboard
[video_player]: Bump com.google.android.exoplayer:exoplayer-dash from 2.18.1 to 2.18.3 in /packages/video_player/video_player_android/android
Bumps com.google.android.exoplayer:exoplayer-dash from 2.18.1 to 2.18.3.
Release notes
Sourced from com.google.android.exoplayer:exoplayer-dash's releases.
r2.18.2
- Core library:
- Add ExoPlayer.isTunnelingEnabled to check if tunneling is enabled for the currently selected tracks (google/ExoPlayer#2518).
- Add WrappingMediaSource to simplify wrapping a single MediaSource (google/ExoPlayer#7279).
- Discard back buffer before playback gets stuck due to insufficient available memory.
- Close the Tracing "doSomeWork" block when offload is enabled.
- Fix session tracking problem with fast seeks in PlaybackStatsListener (androidx/media#180).
- Send missing onMediaItemTransition callback when calling seekToNext or seekToPrevious in a single-item playlist (google/ExoPlayer#10667).
- Add Player.getSurfaceSize that returns the size of the surface on which the video is rendered.
- Fix bug where removing listeners during the player release can cause an IllegalStateException (google/ExoPlayer#10758).
- Build:
- Enforce minimum compileSdkVersion to avoid compilation errors (google/ExoPlayer#10684).
- Avoid publishing block when included in another gradle build.
- Track selection:
- Prefer other tracks to Dolby Vision if display does not support it. (google/ExoPlayer#8944).
- Downloads:
- Fix potential infinite loop in ProgressiveDownloader caused by simultaneous download and playback with the same PriorityTaskManager (google/ExoPlayer#10570).
- Make download notification appear immediately (androidx/media#183).
- Limit parallel download removals to 1 to avoid excessive thread creation (google/ExoPlayer#10458).
- Video:
- Try alternative decoder for Dolby Vision if display does not support it. (google/ExoPlayer#9794).
- Audio:
- Use SingleThreadExecutor for releasing AudioTrack instances to avoid OutOfMemory errors when releasing multiple players at the same time (google/ExoPlayer#10057).
- Adds AudioOffloadListener.onExperimentalOffloadedPlayback for the AudioTrack offload state. (androidx/media#134).
- Make AudioTrackBufferSizeProvider a public interface.
- Add ExoPlayer.setPreferredAudioDevice to set the preferred audio output device (androidx/media#135).
- Rename com.google.android.exoplayer2.audio.AudioProcessor to com.google.android.exoplayer2.audio.AudioProcessor.
- Map 8-channel and 12-channel audio to the 7.1 and 7.1.4 channel masks respectively on all Android versions (google/ExoPlayer#10701).
- Metadata:
- MetadataRenderer can now be configured to render metadata as soon as they are available. Create an instance with MetadataRenderer(MetadataOutput, Looper, MetadataDecoderFactory, boolean) to specify whether the renderer will output metadata early or in sync with the player position.
- DRM:
- Work around a bug in the Android 13 ClearKey implementation that returns a non-empty but invalid license URL.
- Fix setMediaDrmSession failed: session not opened error when switching between DRM schemes in a playlist (e.g. Widevine to ClearKey).
- Text:
- CEA-608: Ensure service switch commands on field 2 are handled correctly (google/ExoPlayer#10666).
- DASH:
- Parse EventStream.presentationTimeOffset from manifests (google/ExoPlayer#10460).
- UI:
- Use current overrides of the player as preset in TrackSelectionDialogBuilder (google/ExoPlayer#10429).
- RTSP:
- Add H263 fragmented packet handling (androidx/media#119).
- Add support for MP4A-LATM (androidx/media#162).
- IMA:
- Add timeout for loading ad information to handle cases where the IMA SDK gets stuck loading an ad (google/ExoPlayer#10510).
- Prevent skipping mid-roll ads when seeking to the end of the content (google/ExoPlayer#10685).
- Correctly calculate window duration for live streams with server-side inserted ads, for example IMA DAI (google/ExoPlayer#10764).
- FFmpeg extension:
- Add newly required flags to link FFmpeg libraries with NDK 23.1.7779620 and above (google/ExoPlayer#9933).
- AV1 extension:
- Update CMake version to avoid incompatibilities with the latest Android Studio releases (google/ExoPlayer#9933).
... (truncated)
Changelog
Sourced from com.google.android.exoplayer:exoplayer-dash's changelog.
2.18.3 (2023-02-16)
This release corresponds to the AndroidX Media3 1.0.0-rc01 release.
- Core library:
- 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).- Add
ExoPlayer.Builder.setPlaybackLooperthat sets a pre-existing playback thread for a new ExoPlayer instance.- Allow download manager helpers to be cleared (#10776).
- Add parameter to
BasePlayer.seekToto also indicate the command used for seeking.- Use theme when loading drawables on API 21+ (#220).
- Add
ConcatenatingMediaSource2that allows combining multiple media items into a single window (#247).- Extractors:
- Throw a
ParserExceptioninstead of aNullPointerExceptionif the sample table (stbl) is missing a required sample description (stsd) when parsing trak atoms.- Correctly skip samples when seeking directly to a sync frame in fMP4 (#10941).
- Audio:
- Use the compressed audio format bitrate to calculate the min buffer size for
AudioTrackin direct playbacks (passthrough).- Text:
- Fix
TextRendererpassing an invalid (negative) index toSubtitle.getEventTimeif a subtitle file contains no cues.- SubRip: Add support for UTF-16 files if they start with a byte order mark.
- Metadata:
- Parse multiple null-separated values from ID3 frames, as permitted by ID3 v2.4.
- Add
MediaMetadata.mediaTypeto denote the type of content or the type of folder described by the metadata.- Add
MediaMetadata.isBrowsableas a replacement forMediaMetadata.folderType. The folder type will be deprecated in the next release.- DASH:
- Add full parsing for image adaptation sets, including tile counts (#3752).
- UI:
- Fix the deprecated
... (truncated)
Commits
73150cfUpdate migration scriptf72ca83Merge pull request #10995 from google/release-v2-r2.18.368ca399Update javadoc for ExoPlayer 2.18.357bd861Update javadoc for ExoPlayer 2.18.3f5d442fUpdate javadoc for ExoPlayer 2.18.37dbc2d4Version bump for ExoPlayer 2.18.3 & media3-1.0.0-rc01f731a46Update release notes for ExoPlayer 2.18.37269d2aPublish ConcatenatingMediaSource276e8740Merge pull request #10793 from fraunhoferfokus:dash-thumbnail-support4dfa7caFix (another)LeanbackPlayerAdapterparam name mismatch- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!).
If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?
Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.
A newer version of com.google.android.exoplayer:exoplayer-dash exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
Closing as obsolete; it's now at 2.18.4 on master.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.