From 517762c08747c597d85be2e6c497a15f3674d340 Mon Sep 17 00:00:00 2001 From: tianyifeng Date: Thu, 22 Aug 2024 06:43:30 -0700 Subject: [PATCH] Update release notes for 1.4.1 bug fix release PiperOrigin-RevId: 666328660 (cherry picked from commit 1994ccdea8bb52c99b8fdf9f35f68043492ab4a9) --- RELEASENOTES.md | 37 ++++++++----------------------------- 1 file changed, 8 insertions(+), 29 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 26ac0d27db..988f7ba628 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,21 +1,21 @@ # Release notes -### Unreleased changes +## 1.4 + +### 1.4.1 (2024-08-23) + +This release includes the following changes since the +[1.4.0 release](#140-2024-07-24): -* Common Library: * ExoPlayer: * Handle preload callbacks asynchronously in `PreloadMediaSource` ([#1568](https://github.com/androidx/media/issues/1568)). * Allow playback regardless of buffered duration when loading fails ([#1571](https://github.com/androidx/media/issues/1571)). -* Transformer: -* Track Selection: * Extractors: * MP3: Fix `Searched too many bytes` error by correctly ignoring trailing non-MP3 data based on the length field in an `Info` frame ([#1480](https://github.com/androidx/media/issues/1480)). -* Audio: -* Video: * Text: * TTML: Fix handling of percentage `tts:fontSize` values to ensure they are correctly inherited from parent nodes with percentage `tts:fontSize` @@ -24,20 +24,15 @@ incorrectly handling the case of the requested output start time being greater than or equal to the final event time in the `Subtitle` ([#1516](https://github.com/androidx/media/issues/1516)). -* Metadata: -* Image: -* DataSource: * DRM: * Fix `android.media.MediaCodec$CryptoException: Operation not supported in this configuration: ERROR_DRM_CANNOT_HANDLE` error on API 31+ devices playing L1 Widevine content. This error is caused by an incomplete implementation of the framework [`MediaDrm.requiresSecureDecoder`](https://developer.android.com/reference/android/media/MediaDrm#requiresSecureDecoder\(java.lang.String\)) - method ([#1603](https://github.com/google/ExoPlayer/issues/1603)). + method ([#1603](https://github.com/androidx/media/issues/1603)). * Effect: * Add a `release()` method to `GlObjectsProvider`. -* Muxers: -* IMA extension: * Session: * Transform a double-tap of `KEYCODE_HEADSETHOOK` into a 'seek to next' action, as @@ -46,26 +41,10 @@ * Handle `KEYCODE_HEADSETHOOK` as a 'play' command in `MediaButtonReceiver` when deciding whether to ignore it to avoid a `ForegroundServiceDidNotStartInTimeException` - ([#1581](https://github.com/google/ExoPlayer/issues/1581)). -* UI: -* Downloads: -* OkHttp Extension: -* Cronet Extension: -* RTMP Extension: -* HLS Extension: -* Smooth Streaming Extension: + ([#1581](https://github.com/androidx/media/issues/1581)). * RTSP Extension: * Skip invalid Media Descriptions in SDP parsing ([#1087](https://github.com/androidx/media/issues/1472)). -* Decoder Extensions (FFmpeg, VP9, AV1, etc.): -* MIDI extension: -* Leanback extension: -* Cast Extension: -* Test Utilities: -* Demo app: -* Remove deprecated symbols: - -## 1.4 ### 1.4.0 (2024-07-24)