|
7 | 7 | This release includes the following changes since |
8 | 8 | [1.8.0 release](#180-2025-07-30): |
9 | 9 |
|
10 | | -* Common Library: |
11 | | -* ExoPlayer: |
12 | | -* CompositionPlayer: |
13 | | -* Transformer: |
14 | | -* Track Selection: |
15 | | -* Extractors: |
16 | | -* Inspector: |
17 | | -* Audio: |
18 | | -* Video: |
19 | | -* Text: |
20 | | -* Metadata: |
21 | | -* Image: |
22 | | -* DataSource: |
23 | | -* DRM: |
24 | | -* Effect: |
25 | | -* Muxers: |
26 | | -* IMA extension: |
27 | | -* Session: |
28 | | -* UI: |
29 | | -* Downloads: |
30 | | -* OkHttp extension: |
31 | | -* Cronet extension: |
32 | | -* RTMP extension: |
33 | | -* HLS extension: |
34 | | -* DASH extension: |
35 | | -* Smooth Streaming extension: |
36 | | -* RTSP extension: |
37 | | -* Decoder extensions (FFmpeg, VP9, AV1, etc.): |
38 | | -* MIDI extension: |
39 | | -* Leanback extension: |
40 | | -* Cast extension: |
41 | | -* Test Utilities: |
42 | | -* Remove deprecated symbols: |
43 | | - |
44 | | -## 1.9 |
45 | | - |
46 | | -### 1.9.0-alpha01 (2025-10-22) |
47 | | - |
48 | | -This release includes the following changes since |
49 | | -[1.8.0 release](#180-2025-07-30): |
50 | | - |
51 | | -* Common Library: |
52 | | -* ExoPlayer: |
53 | | -* CompositionPlayer: |
54 | | -* Transformer: |
55 | | -* Track Selection: |
56 | | -* Extractors: |
57 | | -* Inspector: |
58 | | -* Audio: |
59 | | -* Video: |
60 | | -* Text: |
61 | | -* Metadata: |
62 | | -* Image: |
63 | | -* DataSource: |
64 | | -* DRM: |
65 | | -* Effect: |
66 | | -* Muxers: |
67 | | -* IMA extension: |
68 | | -* Session: |
69 | | -* UI: |
70 | | -* Downloads: |
71 | | -* OkHttp extension: |
72 | | -* Cronet extension: |
73 | | -* RTMP extension: |
74 | | -* HLS extension: |
75 | | -* DASH extension: |
76 | | -* Smooth Streaming extension: |
77 | | -* RTSP extension: |
78 | | -* Decoder extensions (FFmpeg, VP9, AV1, etc.): |
79 | | -* MIDI extension: |
80 | | -* Leanback extension: |
81 | | -* Cast extension: |
82 | | -* Test Utilities: |
83 | | -* Remove deprecated symbols: |
84 | | - |
85 | | -## 1.9 |
86 | | - |
87 | | -### 1.9.0-alpha01 (2025-10-22) |
88 | | - |
89 | | -This release includes the following changes since |
90 | | -[1.8.0 release](#180-2025-07-30): |
91 | | - |
92 | 10 | * Common Library: |
93 | 11 | * Update `minSdk` to `23` in line with other AndroidX libraries. |
94 | 12 | * Add `PlayerTransferState`, which facilitates transferring the playback |
@@ -276,7 +194,7 @@ This release includes the following changes since |
276 | 194 | ([#2580](https://github.com/androidx/media/pull/2580)). |
277 | 195 | * Avoid potential delays caused by handling routing change callbacks at |
278 | 196 | the beginning of playback |
279 | | - ([#2646]()https://github.com/androidx/media/issues/2646). |
| 197 | + ([#2646](https://github.com/androidx/media/issues/2646)). |
280 | 198 | * Allow codec reuse for EAC3, EAC3-JOC and AC-4 formats |
281 | 199 | ([#1346](https://github.com/androidx/media/pull/1346)). |
282 | 200 | * Add support for float PCM samples in `Sonic`. |
@@ -418,7 +336,7 @@ This release includes the following changes since |
418 | 336 | by the user ([#2606](https://github.com/androidx/media/issues/2606)). |
419 | 337 | * Avoid crashes caused by invalid manifest updates that were not reported |
420 | 338 | as player errors |
421 | | - ([#2805](https://github.com/androidx/media/issues/2805))). |
| 339 | + ([#2805](https://github.com/androidx/media/issues/2805)). |
422 | 340 | * RTSP extension: |
423 | 341 | * Handle error of missing RTP packets when processing fragmented NAL units |
424 | 342 | for H264 and H265 |
|
0 commit comments