From ff0a359e9311b9eadb0346b5e1c38115c0e07082 Mon Sep 17 00:00:00 2001 From: tonihei Date: Mon, 17 Mar 2025 08:29:25 -0700 Subject: [PATCH] Update release notes for 1.6.0-rc02 PiperOrigin-RevId: 737624189 --- RELEASENOTES.md | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c866f997ae..1170346a1e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -17,8 +17,6 @@ * DataSource: * Audio: * Allow constant power upmixing/downmixing in DefaultAudioMixer. - * Add support for float PCM to `ChannelMappingAudioProcessor`. - * Add support for float PCM to `TrimmingAudioProcessor`. * Video: * Add experimental `ExoPlayer` API to include the `MediaCodec.BUFFER_FLAG_DECODE_ONLY` flag when queuing decode-only input @@ -36,11 +34,7 @@ instead of `MediaCodec.BufferInfo`. * IMA extension: * Session: - * Fix bug where a stale notification stays visible when the playlist is - cleared ([#2211](https://github.com/androidx/media/issues/2211)). * UI: - * Add `PlaybackSpeedState` class and the corresponding - `rememberPlaybackSpeedState` Composable to `media3-ui-compose` module. * Downloads: * Add partial download support for progressive streams. Apps can prepare a progressive stream with `DownloadHelper`, and request a @@ -56,9 +50,6 @@ * Loosen the condition for seeking to sync positions in a HLS stream ([#2209](https://github.com/androidx/media/issues/2209)). * DASH extension: - * Fix issue where adaptation sets marked with `adaptation-set-switching` - but different languages or role flags are merged together - ([#2222](https://github.com/androidx/media/issues/2222)). * Smooth Streaming extension: * RTSP extension: * Decoder extensions (FFmpeg, VP9, AV1, etc.): @@ -87,6 +78,25 @@ ## 1.6 +### 1.6.0-rc02 (2025-03-18) + +This release includes the following changes since +[1.6.0-rc01 release](#160-rc01-2025-03-12): + +* Audio: + * Add support for float PCM to `ChannelMappingAudioProcessor`. + * Add support for float PCM to `TrimmingAudioProcessor`. +* Session: + * Fix bug where a stale notification stays visible when the playlist is + cleared ([#2211](https://github.com/androidx/media/issues/2211)). +* UI: + * Add `PlaybackSpeedState` class and the corresponding + `rememberPlaybackSpeedState` Composable to `media3-ui-compose` module. +* DASH extension: + * Fix issue where adaptation sets marked with `adaptation-set-switching` + but different languages or role flags are merged together + ([#2222](https://github.com/androidx/media/issues/2222)). + ### 1.6.0-rc01 (2025-03-12) This release includes the following changes since