Skip to content

Commit 517762c

Browse files
committed
Update release notes for 1.4.1 bug fix release
PiperOrigin-RevId: 666328660 (cherry picked from commit 1994ccd)
1 parent 88b6401 commit 517762c

1 file changed

Lines changed: 8 additions & 29 deletions

File tree

RELEASENOTES.md

Lines changed: 8 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# Release notes
22

3-
### Unreleased changes
3+
## 1.4
4+
5+
### 1.4.1 (2024-08-23)
6+
7+
This release includes the following changes since the
8+
[1.4.0 release](#140-2024-07-24):
49

5-
* Common Library:
610
* ExoPlayer:
711
* Handle preload callbacks asynchronously in `PreloadMediaSource`
812
([#1568](https://github.com/androidx/media/issues/1568)).
913
* Allow playback regardless of buffered duration when loading fails
1014
([#1571](https://github.com/androidx/media/issues/1571)).
11-
* Transformer:
12-
* Track Selection:
1315
* Extractors:
1416
* MP3: Fix `Searched too many bytes` error by correctly ignoring trailing
1517
non-MP3 data based on the length field in an `Info` frame
1618
([#1480](https://github.com/androidx/media/issues/1480)).
17-
* Audio:
18-
* Video:
1919
* Text:
2020
* TTML: Fix handling of percentage `tts:fontSize` values to ensure they
2121
are correctly inherited from parent nodes with percentage `tts:fontSize`
@@ -24,20 +24,15 @@
2424
incorrectly handling the case of the requested output start time being
2525
greater than or equal to the final event time in the `Subtitle`
2626
([#1516](https://github.com/androidx/media/issues/1516)).
27-
* Metadata:
28-
* Image:
29-
* DataSource:
3027
* DRM:
3128
* Fix `android.media.MediaCodec$CryptoException: Operation not supported
3229
in this configuration: ERROR_DRM_CANNOT_HANDLE` error on API 31+ devices
3330
playing L1 Widevine content. This error is caused by an incomplete
3431
implementation of the framework
3532
[`MediaDrm.requiresSecureDecoder`](https://developer.android.com/reference/android/media/MediaDrm#requiresSecureDecoder\(java.lang.String\))
36-
method ([#1603](https://github.com/google/ExoPlayer/issues/1603)).
33+
method ([#1603](https://github.com/androidx/media/issues/1603)).
3734
* Effect:
3835
* Add a `release()` method to `GlObjectsProvider`.
39-
* Muxers:
40-
* IMA extension:
4136
* Session:
4237
* Transform a double-tap of `KEYCODE_HEADSETHOOK` into a 'seek to next'
4338
action, as
@@ -46,26 +41,10 @@
4641
* Handle `KEYCODE_HEADSETHOOK` as a 'play' command in
4742
`MediaButtonReceiver` when deciding whether to ignore it to avoid a
4843
`ForegroundServiceDidNotStartInTimeException`
49-
([#1581](https://github.com/google/ExoPlayer/issues/1581)).
50-
* UI:
51-
* Downloads:
52-
* OkHttp Extension:
53-
* Cronet Extension:
54-
* RTMP Extension:
55-
* HLS Extension:
56-
* Smooth Streaming Extension:
44+
([#1581](https://github.com/androidx/media/issues/1581)).
5745
* RTSP Extension:
5846
* Skip invalid Media Descriptions in SDP parsing
5947
([#1087](https://github.com/androidx/media/issues/1472)).
60-
* Decoder Extensions (FFmpeg, VP9, AV1, etc.):
61-
* MIDI extension:
62-
* Leanback extension:
63-
* Cast Extension:
64-
* Test Utilities:
65-
* Demo app:
66-
* Remove deprecated symbols:
67-
68-
## 1.4
6948

7049
### 1.4.0 (2024-07-24)
7150

0 commit comments

Comments
 (0)