|
2 | 2 |
|
3 | 3 | ## 1.5
|
4 | 4 |
|
5 |
| -## 1.5.0-rc01 (2024-11-13) |
| 5 | +### 1.5.0-rc01 (2024-11-13) |
6 | 6 |
|
7 | 7 | This release includes the following changes since the
|
8 | 8 | [1.5.0-beta01 release](#150-beta01-2024-10-30):
|
9 | 9 |
|
10 | 10 | * ExoPlayer:
|
11 |
| - * Add a setter to `SntpClient` to set the max elapsed time since the last |
12 |
| - update after which the client is re-initialized |
13 |
| - ([#1794](https://github.com/androidx/media/pull/1794)). |
14 |
| - * Consider language when selecting a video track. By default select a |
15 |
| - 'main' video track that matches the language of the selected audio |
16 |
| - track, if available. Explicit video language preferences can be |
17 |
| - expressed with |
18 |
| - `TrackSelectionParameters.Builder.setPreferredVideoLanguage(s)`. |
19 |
| - * Add `selectedAudioLanguage` parameter to |
20 |
| - `DefaultTrackSelector.selectVideoTrack()` method. |
21 |
| - * Add `retryCount` parameter to `MediaSourceEventListener.onLoadStarted` |
22 |
| - and corresponding `MediaSourceEventListener.EventDispatcher` methods. |
23 | 11 | * Fix bug where playlist items or periods in multi-period DASH streams
|
24 | 12 | with durations that don't match the actual content could cause frame
|
25 | 13 | freezes at the end of the item
|
26 | 14 | ([#1698](https://github.com/androidx/media/issues/1698)).
|
27 |
| -* Transformer: |
28 |
| - * Update parameters of `VideoFrameProcessor.registerInputStream` and |
29 |
| - `VideoFrameProcessor.Listener.onInputStreamRegistered` to use `Format`. |
| 15 | + * Add a setter to `SntpClient` to set the max elapsed time since the last |
| 16 | + update after which the client is re-initialized |
| 17 | + ([#1794](https://github.com/androidx/media/pull/1794)). |
30 | 18 | * Extractors:
|
31 | 19 | * Fix media duration parsing in `mdhd` box of MP4 files to handle `-1`
|
32 | 20 | values ([#1819](https://github.com/androidx/media/issues/1819)).
|
|
0 commit comments