From c997c71258beaf97b4dc0df530f009a165700ddd Mon Sep 17 00:00:00 2001 From: rohks Date: Mon, 23 Oct 2023 06:07:35 -0700 Subject: [PATCH] Update RELEASENOTES for 1.2.0-rc01 release PiperOrigin-RevId: 575795800 (cherry picked from commit 7202f5d4de6a51b3fe23994c49ad8c15350d260c) --- RELEASENOTES.md | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 00ecd24d26..33308521f8 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,33 +1,29 @@ # Release notes -### Unreleased changes +## 1.2 + +### 1.2.0-rc01 (2023-11-01) + +This release includes the following changes since the +[1.2.0-beta01 release](#120-beta01-2023-10-18)): -* Common Library: * ExoPlayer: * Add luma and chroma bitdepth to `ColorInfo` [#491](https://github.com/androidx/media/pull/491). -* Transformer: * Track Selection: * Add `DefaultTrackSelector.Parameters.allowAudioNonSeamlessAdaptiveness` to explicitly allow or disallow non-seamless adaptation. The default stays at its current behavior of `true`. -* Extractors: * Audio: * Fix DTS Express audio buffer underflow issue ([#650](https://github.com/androidx/media/pull/650)). * Fix bug where the capabilities check for E-AC3-JOC throws an `IllegalArgumentException` ([#677](https://github.com/androidx/media/issues/677)). -* Video: * Text: * Remove `ExoplayerCuesDecoder`. Text tracks with `sampleMimeType = application/x-media3-cues` are now directly handled by `TextRenderer` without needing a `SubtitleDecoder` instance. -* Metadata: -* DRM: -* Effect: -* Muxers: -* IMA extension: * Session: * Do not set the queue of the framework session when `COMMAND_GET_TIMELINE` is not available for the media notification @@ -39,11 +35,6 @@ ([#271](https://github.com/androidx/media/issues/271),[#327](https://github.com/androidx/media/issues/327)). * Add `MediaSession.Callback.onMediaButtonEvent(Intent)` that allows apps to override the default media button event handling. -* UI: -* Downloads: -* OkHttp Extension: -* Cronet Extension: -* RTMP Extension: * HLS Extension: * Refresh the HLS live playlist with an interval calculated from the last load start time rather than the last load completed time @@ -55,22 +46,15 @@ can enable this using `DashMediaSource.Factory.experimentalParseSubtitlesDuringExtraction()` ([#288](https://github.com/androidx/media/issues/288)). -* Smooth Streaming Extension: -* RTSP Extension: * Decoder Extensions (FFmpeg, VP9, AV1, MIDI, etc.): * Fix bug publishing MIDI decoder artifact to Maven repository. The artifact is renamed to `media3-exoplayer-midi` ([#734](https://github.com/androidx/media/issues/734)). -* Leanback extension: -* Cast Extension: -* Test Utilities: * Remove deprecated symbols: * Remove deprecated `DownloadNotificationHelper.buildProgressNotification` method, use a non deprecated method that takes a `notMetRequirements` parameter instead. -## 1.2 - ### 1.2.0-beta01 (2023-10-18) This release includes the following changes since the @@ -88,7 +72,6 @@ This release includes the following changes since the Android Auto. * DASH Extension: * Allow multiple of the same DASH identifier in segment template url. -* Smooth Streaming Extension: * RTSP Extension: * Use RTSP Setup Response timeout value in time interval of sending keep-alive RTSP Options requests