From a4429192462812b9beba91f162247b10cc9c95c3 Mon Sep 17 00:00:00 2001 From: tofunmi Date: Tue, 30 May 2023 13:42:36 +0000 Subject: [PATCH] Update release notes for 1.1.0-beta01 release PiperOrigin-RevId: 536383299 (cherry picked from commit ebbbcf9ac9c2622f9889b057fcfa3d425bfa0244) Merged in cherry-pick --- RELEASENOTES.md | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 93e2109ede..e2b0e7138b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,6 +1,11 @@ # Release notes -### Unreleased changes +## 1.1 + +### 1.1.0-beta01 (2023-06-07) + +This release includes the following changes since +[1.1.0-alpha01](#110-alpha01-2023-05-10): * Common Library: * Add `Player.replaceMediaItem(s)` as a shortcut to adding and removing @@ -11,8 +16,6 @@ from a `MediaSource`. * Add `ExoPlayer.setVideoFrameProcessorFactory()` for using `Effect` with a custom `VideoFrameProcessor.Factory` during video playback. -* Transformer: -* Track Selection: * Extractors: * Ogg: Fix bug when seeking in files with a long duration ([#391](https://github.com/androidx/media/issues/391)). @@ -45,11 +48,6 @@ size with `MediaCodecVideoRenderer` has a width and height of 0 when `Player.getCurrentTracks` does not support video, or the size of the supported video track is not yet determined. -* Text: -* Metadata: -* DRM: -* Effect: -* Muxers: * IMA extension: * Enable multi-period live DASH streams for DAI. Please note that the current implementation does not yet support seeking in live streams @@ -59,21 +57,10 @@ implement playback resumption with media button events sent by, for example, a Bluetooth headset ([#167](https://github.com/androidx/media/issues/167)). -* UI: -* Downloads: -* OkHttp Extension: -* Cronet Extension: -* RTMP Extension: -* DASH Extension: -* HLS Extension: -* Smooth Streaming Extension: * RTSP Extension: * Use base Uri for relative path resolution from the RTSP session if present in DESCRIBE response header ([#11160](https://github.com/google/ExoPlayer/issues/11160)). -* Decoder Extensions (FFmpeg, VP9, AV1, etc.): -* Cast Extension: -* Test Utilities: * Remove deprecated symbols: * Remove two deprecated `SimpleCache` constructors, use a non-deprecated constructor that takes a `DatabaseProvider` instead for better