Skip to content

1.6.0-alpha03

Pre-release
Pre-release
Compare
Choose a tag to compare
@rohitjoins rohitjoins released this 06 Feb 13:14
· 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.
  • Audio:
    • Make androidx.media3.common.audio.SonicAudioProcessor final.
  • 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 new DefaultRenderersFactory.experimentalSetParseAv1SampleDependencies API.
  • Muxers:
    • Disable Mp4Muxer sample batching and copying by default.
  • Remove deprecated symbols:
    • Removed androidx.media3.exoplayer.audio.SonicAudioProcessor.