Skip to content

Commit

Permalink
Update release notes for 1.4.1 bug fix release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 666328660
(cherry picked from commit 1994ccd)
  • Loading branch information
tianyif committed Aug 22, 2024
1 parent 88b6401 commit 517762c
Showing 1 changed file with 8 additions and 29 deletions.
37 changes: 8 additions & 29 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -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`
Expand All @@ -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
Expand All @@ -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)

Expand Down

0 comments on commit 517762c

Please sign in to comment.