Skip to content

Commit 8b631b7

Browse files
committed
Update release note for 1.7.0-alpha01
PiperOrigin-RevId: 759086465
1 parent 4c755ce commit 8b631b7

File tree

1 file changed

+38
-14
lines changed

1 file changed

+38
-14
lines changed

RELEASENOTES.md

Lines changed: 38 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,44 @@
33
### Unreleased changes
44

55
* Common Library:
6+
* ExoPlayer:
7+
* Transformer:
8+
* Track Selection:
9+
* Extractors:
10+
* DataSource:
11+
* Audio:
12+
* Video:
13+
* Text:
14+
* Metadata:
15+
* Image:
16+
* DataSource:
17+
* DRM:
18+
* Effect:
19+
* Muxers:
20+
* IMA extension:
21+
* Session:
22+
* UI:
23+
* Downloads:
24+
* OkHttp extension:
25+
* Cronet extension:
26+
* RTMP extension:
27+
* HLS extension:
28+
* DASH extension:
29+
* Smooth Streaming extension:
30+
* RTSP extension:
31+
* Decoder extensions (FFmpeg, VP9, AV1, etc.):
32+
* MIDI extension:
33+
* Leanback extension:
34+
* Cast extension:
35+
* Test Utilities:
36+
* Remove deprecated symbols:
37+
38+
## 1.7
39+
40+
### 1.7.0-alpha01 (2025-05-15)
41+
42+
This release includes the following changes since [1.6.1](#161-2025-04-14):
43+
644
* ExoPlayer:
745
* Add `ExoPlayer.setScrubbingModeEnabled(boolean)` method. This optimizes
846
the player for many frequent seeks (for example, from a user dragging a
@@ -40,13 +78,11 @@
4078
* Update Composition Demo app to use Kotlin and Jetpack Compose, and add a
4179
custom `VideoCompositorSettings` to arrange sequences into a 2x2 or PiP
4280
layout.
43-
* Track Selection:
4481
* Extractors:
4582
* MP3: Use duration and data size from unseekable Xing, VBRI and similar
4683
variable bitrate metadata when falling back to constant bitrate seeking
4784
due to `FLAG_ENABLE_CONSTANT_BITRATE_SEEKING(_ALWAYS)`
4885
([#2194](https://github.com/androidx/media/issues/2194)).
49-
* DataSource:
5086
* Audio:
5187
* Allow constant power upmixing/downmixing in DefaultAudioMixer.
5288
* Make `ChannelMappingAudioProcessor`, `TrimmingAudioProcessor` and
@@ -90,10 +126,6 @@
90126
files which is used to define the z-order of cues when more than one is
91127
shown on screen at the same time
92128
([#2124](https://github.com/androidx/media/issues/2124)).
93-
* Metadata:
94-
* Image:
95-
* DataSource:
96-
* DRM:
97129
* Effect:
98130
* Add `Presentation.createForShortSide(int)` that creates a `Presentation`
99131
that ensures the shortest side always matches the given value,
@@ -151,20 +183,12 @@
151183
carries the resolved time range, with which a concrete
152184
`SegmentDownloader` can be created and download the content
153185
correspondingly.
154-
* OkHttp extension:
155-
* Cronet extension:
156-
* RTMP extension:
157186
* HLS extension:
158187
* Support X-ASSET-LIST and live streams with `HlsInterstitialsAdsLoader`.
159-
* DASH extension:
160-
* Smooth Streaming extension:
161188
* RTSP extension:
162189
* Add parsing support for SessionDescriptions containing lines with
163190
trailing whitespace characters
164191
([#2357](https://github.com/androidx/media/issues/2357)).
165-
* Decoder extensions (FFmpeg, VP9, AV1, etc.):
166-
* MIDI extension:
167-
* Leanback extension:
168192
* Cast extension:
169193
* Add support for `getDeviceVolume()`, `setDeviceVolume()`,
170194
`getDeviceMuted()`, and `setDeviceMuted()`

0 commit comments

Comments
 (0)