1.6.0-alpha03
Pre-release
Pre-release
·
676 commits
to release
since this release
- ExoPlayer:
- Add option to
ClippingMediaSource
to allow clipping in unseekable media. - Fix bug where seeking with pre-warming could block following media item transition.
- Add option to
- Audio:
- Make
androidx.media3.common.audio.SonicAudioProcessor
final.
- Make
- Video:
- Change
MediaCodecVideoRenderer.shouldUsePlaceholderSurface
to protected so that applications can override to block usage of placeholder surfaces (#1905). - Add experimental
ExoPlayer
AV1 sample dependency parsing to speed up seeking. Enable it with the newDefaultRenderersFactory.experimentalSetParseAv1SampleDependencies
API.
- Change
- Muxers:
- Disable
Mp4Muxer
sample batching and copying by default.
- Disable
- Remove deprecated symbols:
- Removed
androidx.media3.exoplayer.audio.SonicAudioProcessor
.
- Removed