Skip to content

Commit feca7bb

Browse files
committed
Update release notes for Media3 1.8.0-beta01 release
PiperOrigin-RevId: 775249072 (cherry picked from commit 03d9f89)
1 parent ed60d90 commit feca7bb

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

RELEASENOTES.md

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

3-
### Unreleased changes
3+
## 1.8
4+
5+
### 1.8.0-beta01 (2025-06-24)
6+
7+
This release includes the following changes since the
8+
[1.8.0-alpha01 release](#180-alpha01-2025-05-19):
49

510
* Common Library:
611
* Add support for replacing the player in `ForwardingSimpleBasePlayer`.
@@ -26,7 +31,6 @@
2631
* Add `setEnableCodecDbLite` flag to the `DefaultEncoderFactory` to enable
2732
CodecDB Lite settings optimization. By default, this flag is set to
2833
false.
29-
* Track Selection:
3034
* Extractors:
3135
* Add support for seeking in fragmented MP4 with multiple `sidx` atoms.
3236
This behavior can be enabled using the `FLAG_MERGE_FRAGMENTED_SIDX` flag
@@ -47,7 +51,6 @@
4751
taken by the iPhone front facing camera display the right way up, but
4852
incorrectly reflected in the y-axis
4953
([#2012](https://github.com/androidx/media/issues/2012)).
50-
* DataSource:
5154
* Audio:
5255
* Add support for all linear PCM sample formats in
5356
`ChannelMappingAudioProcessor` and `TrimmingAudioProcessor`.
@@ -82,13 +85,9 @@
8285
* Align the max bitmap output size used in `CompositionPlayer` with that
8386
already used in `Transformer` (meaning `CompositionPlayer` does not
8487
consider the display size when decoding bitmaps, unlike `ExoPlayer`).
85-
* DataSource:
86-
* DRM:
87-
* Effect:
8888
* Muxers:
8989
* Fix a bug where correct sample flags were not set for audio samples in
9090
fragmented MP4.
91-
* IMA extension:
9291
* Session:
9392
* Fix bug where calling `setSessionExtras` from the main thread when
9493
running the player from a different application thread then the main
@@ -107,13 +106,9 @@
107106
position artefacts in the Android Auto UI (and other controllers using
108107
this information from the platform media session)
109108
([#1758](https://github.com/androidx/media/issues/1758)).
110-
* UI:
111-
* Downloads:
112-
* OkHttp extension:
113109
* Cronet extension:
114110
* Add automatic cookie handling
115111
([#5975](https://github.com/google/ExoPlayer/issues/5975)).
116-
* RTMP extension:
117112
* HLS extension:
118113
* Fix playlist parsing to accept `\f` (form feed) in quoted string
119114
attribute values
@@ -136,7 +131,6 @@
136131
([#2440](https://github.com/androidx/media/issues/2440)).
137132
* Fix bug where redirect wasn't followed when using CMCD query parameters
138133
([#2475](https://github.com/androidx/media/issues/2475)).
139-
* Smooth Streaming extension:
140134
* RTSP extension:
141135
* Fix `RtspClient` to use the location uri as provided when processing an
142136
HTTP 302 response
@@ -146,8 +140,6 @@
146140
`DefaultTrackSelector.setAllowInvalidateSelectionsOnRendererCapabilitiesChange`
147141
has no effect for audio decoder extensions
148142
([#2258](https://github.com/androidx/media/issues/2258)).
149-
* MIDI extension:
150-
* Leanback extension:
151143
* Cast extension:
152144
* Add support for `setVolume()`, and `getVolume()`
153145
([#2279](https://github.com/androidx/media/pull/2279)).
@@ -160,9 +152,6 @@
160152
the existing `untilPosition` and `untilStartOfMediaItem` methods.
161153
* Move `FakeDownloader` to `test-utils-robolectric` module for reuse in
162154
other tests.
163-
* Remove deprecated symbols:
164-
165-
## 1.8
166155

167156
### 1.8.0-alpha01 (2025-05-19)
168157

0 commit comments

Comments
 (0)