From 75dadeaa9e341ebdd3a1095ed3e22f08ab4d5376 Mon Sep 17 00:00:00 2001 From: tianyifeng Date: Tue, 2 Jul 2024 09:33:18 -0700 Subject: [PATCH] Update release notes for 1.4.0-rc01 PiperOrigin-RevId: 648745388 (cherry picked from commit 9277a34253799eb83d338313cb3ae6d6f73b5d4d) --- RELEASENOTES.md | 35 +++++++---------------------------- 1 file changed, 7 insertions(+), 28 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 8ecbb0975e..707abb7915 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,6 +1,11 @@ # Release notes -### Unreleased changes +## 1.4 + +### 1.4.0-rc01 (2024-07-11) + +This release includes the following changes since the +[1.4.0-beta01 release](#140-beta01-2024-06-21): * Common Library: * Add `Format.customData` to store app-provided custom information about @@ -18,21 +23,10 @@ * Fix potential `IllegalArgumentException` when handling player error that happened while reading ahead into another playlist item ([#1483](https://github.com/androidx/media/issues/1483)). -* Transformer: -* Track Selection: -* Extractors: -* Audio: -* Video: * Text: * Fix an `IllegalArgumentException` from `LegacySubtitleUtil` when a WebVTT subtitle sample contains no cues, e.g. as part of a DASH stream ([#1516](https://github.com/androidx/media/issues/1516)). -* Metadata: -* Image: -* DRM: -* Effect: -* Muxers: -* IMA extension: * Session: * Allow the session activity to be set per controller to override the global session activity. The session activity can be defined for a @@ -43,30 +37,15 @@ * Improve error replication of calls to `MediaLibrarySession.Callback`. Error replication can now be configured by using `MediaLibrarySession.Builder.setLibraryErrorReplicationMode()` for - chosing the error type or opt-ing out of error replication which is on + choosing the error type or opt-ing out of error replication which is on by default. * UI: * Work around a platform bug causing stretched/cropped video when using `SurfaceView` inside a Compose `AndroidView` on API 34 ([#1237](https://github.com/androidx/media/issues/1237)). -* Downloads: -* OkHttp Extension: -* Cronet Extension: -* RTMP Extension: -* HLS Extension: -* Smooth Streaming Extension: -* RTSP Extension: -* Decoder Extensions (FFmpeg, VP9, AV1, etc.): -* MIDI extension: -* Leanback extension: -* Cast Extension: -* Test Utilities: * Demo app: * Use `HttpEngineDataSource` as the `HttpDataSource` when supported by the device. -* Remove deprecated symbols: - -## 1.4 ### 1.4.0-beta01 (2024-06-21)