From a8c34ca1645da30c756c8eb3c5127741fbcb0f06 Mon Sep 17 00:00:00 2001 From: ivanbuper Date: Fri, 1 Nov 2024 07:29:25 -0700 Subject: [PATCH] Prepare RELEASENOTES.md for Media3 1.5.0-rc01 release This change also fixes two notes added incorrectly onto the previous beta01 release section. PiperOrigin-RevId: 692169335 (cherry picked from commit 38e1efafc2ffad2f424c3e2f2b01ffd9de54239c) --- RELEASENOTES.md | 39 ++++++--------------------------------- 1 file changed, 6 insertions(+), 33 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 139066a603..0118f1ccf6 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,10 +1,12 @@ # Release notes -### Unreleased changes +## 1.5 + +## 1.5.0-rc01 (2024-11-13) + +This release includes the following changes since the +[1.5.0-beta01 release](#150-2024-10-30): -* Common Library: -* ExoPlayer: -* Transformer: * Extractors: * Fix media duration parsing in `mdhd` box of MP4 files to handle `-1` values ([#1819](https://github.com/androidx/media/issues/1819)). @@ -15,41 +17,12 @@ resolved URI (as documented). Where this is different to the requested URI, tests can indicate this using the new `DataSourceContractTest.TestResource.Builder.setResolvedUri()` method. -* Audio: -* Video: * Text: * Fix CEA-608 subtitles in H.264 MPEG-TS streams not being output (this was broken in `1.5.0-alpha01` by https://github.com/androidx/media/commit/03a205f220ecf7681f85f8a752227e3986e257ff). * Support CEA-608 subtitles in Dolby Vision content ([#1820](https://github.com/androidx/media/issues/1820)). -* Metadata: -* Image: -* DRM: -* Effect: - * Moved the functionality of `OverlaySettings` into - `StaticOverlaySettings`. `OverlaySettings` can be subclassed to allow - dynamic overlay settings. -* Muxers: -* IMA extension: -* UI: -* Downloads: -* OkHttp Extension: -* Cronet Extension: -* RTMP Extension: -* HLS Extension: -* DASH Extension: -* Smooth Streaming Extension: -* RTSP Extension: -* Decoder Extensions (FFmpeg, VP9, AV1, etc.): -* MIDI extension: -* Leanback extension: -* Cast Extension: -* Test Utilities: -* Demo app: -* Remove deprecated symbols: - -## 1.5 ### 1.5.0-beta01 (2024-10-30)