Skip to content

Commit 43ee291

Browse files
committed
Update release notes for media3:1.3.0-rc01
#minor-release PiperOrigin-RevId: 605561427 (cherry picked from commit c4605b3)
1 parent 38d5635 commit 43ee291

File tree

1 file changed

+29
-19
lines changed

1 file changed

+29
-19
lines changed

RELEASENOTES.md

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,10 @@
44

55
* Common Library:
66
* ExoPlayer:
7-
* Add source prefix to all `Format.id` fields generated from
8-
`MergingMediaSource`. This helps to identify which source produced a
9-
`Format` ([#883](https://github.com/androidx/media/issues/883)).
10-
* Fix the regex used for validating custom Common Media Client Data (CMCD)
11-
key names by modifying it to only check for hyphen
12-
([#1028](https://github.com/androidx/media/issues/1028)).
13-
* Stop double-encoding CMCD query parameters
14-
([#1075](https://github.com/androidx/media/issues/1075)).
157
* Transformer:
168
* Track Selection:
179
* Extractors:
1810
* Audio:
19-
* Improve silence skipping algorithm with smooth volume ramp, retained
20-
minimal silence and more natural silence durations
21-
([#7423](https://github.com/google/ExoPlayer/issues/7423)).
22-
* Report the skipped silence more deterministically
23-
([#1035](https://github.com/androidx/media/issues/1035)).
2411
* Video:
2512
* Text:
2613
* Metadata:
@@ -30,18 +17,12 @@
3017
* Muxers:
3118
* IMA extension:
3219
* Session:
33-
* Fix issue where `MediaItem.RequestMetadata` with just non-null extras is
34-
not sent transmitted between media controllers and sessions.
35-
* Add constructor to `MediaLibrarySession.Builder` that only takes a
36-
`Context` instead of a `MediaLibraryService`.
3720
* UI:
3821
* Downloads:
3922
* OkHttp Extension:
4023
* Cronet Extension:
4124
* RTMP Extension:
4225
* HLS Extension:
43-
* Resolve seeks to beginning of a segment more efficiently
44-
([#1031](https://github.com/androidx/media/pull/1031)).
4526
* DASH Extension:
4627
* Smooth Streaming Extension:
4728
* RTSP Extension:
@@ -54,6 +35,35 @@
5435

5536
## 1.3
5637

38+
### 1.3.0-rc01 (2024-02-22)
39+
40+
This release includes the following changes since the
41+
[1.3.0-beta01 release](#130-beta01-2024-02-07):
42+
43+
* ExoPlayer:
44+
* Add source prefix to all `Format.id` fields generated from
45+
`MergingMediaSource`. This helps to identify which source produced a
46+
`Format` ([#883](https://github.com/androidx/media/issues/883)).
47+
* Fix the regex used for validating custom Common Media Client Data (CMCD)
48+
key names by modifying it to only check for hyphen
49+
([#1028](https://github.com/androidx/media/issues/1028)).
50+
* Stop double-encoding CMCD query parameters
51+
([#1075](https://github.com/androidx/media/issues/1075)).
52+
* Audio:
53+
* Improve silence skipping algorithm with smooth volume ramp, retained
54+
minimal silence and more natural silence durations
55+
([#7423](https://github.com/google/ExoPlayer/issues/7423)).
56+
* Report the skipped silence more deterministically
57+
([#1035](https://github.com/androidx/media/issues/1035)).
58+
* Session:
59+
* Fix issue where `MediaItem.RequestMetadata` with just non-null extras is
60+
not sent transmitted between media controllers and sessions.
61+
* Add constructor to `MediaLibrarySession.Builder` that only takes a
62+
`Context` instead of a `MediaLibraryService`.
63+
* HLS Extension:
64+
* Resolve seeks to beginning of a segment more efficiently
65+
([#1031](https://github.com/androidx/media/pull/1031)).
66+
5767
### 1.3.0-beta01 (2024-02-07)
5868

5969
This release includes the following changes since the

0 commit comments

Comments
 (0)