Skip to content

Commit fff6e2e

Browse files
ivanbupercopybara-github
authored andcommitted
Fix incorrect Media3 1.5.0-rc01 release notes
PiperOrigin-RevId: 697626185
1 parent 66ec022 commit fff6e2e

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

RELEASENOTES.md

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
with durations that don't match the actual content could cause frame
1818
freezes at the end of the item
1919
([#1698](https://github.com/androidx/media/issues/1698)).
20-
* Add a setter to `SntpClient` to set the max elapsed time since the last
21-
update after which the client is re-initialized
22-
([#1794](https://github.com/androidx/media/pull/1794)).
2320
* Reduce default values for `bufferForPlaybackMs` and
2421
`bufferForPlaybackAfterRebufferMs` in `DefaultLoadControl` to 1000 and
2522
2000 ms respectively.
@@ -30,14 +27,6 @@
3027
formats.
3128
* Extractors:
3229
* DataSource:
33-
* `DataSourceContractTest`: Assert that `DataSource.getUri()` and
34-
`getResponseHeaders()` return their 'open' value after a failed call to
35-
`open()` (due to a 'not found' resource) and before a subsequent
36-
`close()` call.
37-
* Overriding `DataSourceContractTest.getNotFoundResources()` allows
38-
test sub-classes to provide multiple 'not found' resources, and to
39-
provide any expected headers too. This allows to distinguish between
40-
HTTP 404 (with headers) and "server not found" (no headers).
4130
* Audio:
4231
* Video:
4332
* Text:
@@ -65,8 +54,6 @@
6554
* DASH Extension:
6655
* Smooth Streaming Extension:
6756
* RTSP Extension:
68-
* Fix crashing when parsing of RTP packets with header extensions
69-
([#1225](https://github.com/androidx/media/pull/1225)).
7057
* Decoder Extensions (FFmpeg, VP9, AV1, etc.):
7158
* Add the MPEG-H decoder module which uses the native MPEG-H decoder
7259
module to decode MPEG-H audio
@@ -155,11 +142,19 @@ This release includes the following changes since the
155142
* Resolve the memory leaks in demo short-form app
156143
([#1839](https://github.com/androidx/media/issues/1839)).
157144

158-
## 1.5.0-rc01 (2024-11-13)
145+
### 1.5.0-rc01 (2024-11-13)
159146

160147
This release includes the following changes since the
161-
[1.5.0-beta01 release](#150-2024-10-30):
148+
[1.5.0-beta01 release](#150-beta01-2024-10-30):
162149

150+
* ExoPlayer:
151+
* Fix bug where playlist items or periods in multi-period DASH streams
152+
with durations that don't match the actual content could cause frame
153+
freezes at the end of the item
154+
([#1698](https://github.com/androidx/media/issues/1698)).
155+
* Add a setter to `SntpClient` to set the max elapsed time since the last
156+
update after which the client is re-initialized
157+
([#1794](https://github.com/androidx/media/pull/1794)).
163158
* Extractors:
164159
* Fix media duration parsing in `mdhd` box of MP4 files to handle `-1`
165160
values ([#1819](https://github.com/androidx/media/issues/1819)).
@@ -170,12 +165,23 @@ This release includes the following changes since the
170165
resolved URI (as documented). Where this is different to the requested
171166
URI, tests can indicate this using the new
172167
`DataSourceContractTest.TestResource.Builder.setResolvedUri()` method.
168+
* `DataSourceContractTest`: Assert that `DataSource.getUri()` and
169+
`getResponseHeaders()` return their 'open' value after a failed call to
170+
`open()` (due to a 'not found' resource) and before a subsequent
171+
`close()` call.
172+
* Overriding `DataSourceContractTest.getNotFoundResources()` allows
173+
test sub-classes to provide multiple 'not found' resources, and to
174+
provide any expected headers too. This allows to distinguish between
175+
HTTP 404 (with headers) and "server not found" (no headers).
173176
* Text:
174177
* Fix CEA-608 subtitles in H.264 MPEG-TS streams not being output (this
175178
was broken in `1.5.0-alpha01` by
176179
https://github.com/androidx/media/commit/03a205f220ecf7681f85f8a752227e3986e257ff).
177180
* Support CEA-608 subtitles in Dolby Vision content
178181
([#1820](https://github.com/androidx/media/issues/1820)).
182+
* RTSP Extension:
183+
* Fix crashing when parsing of RTP packets with header extensions
184+
([#1225](https://github.com/androidx/media/pull/1225)).
179185

180186
### 1.5.0-beta01 (2024-10-30)
181187

0 commit comments

Comments
 (0)