|
1 | 1 | # Release notes
|
2 | 2 |
|
| 3 | +### 2.18.4 (2023-03-02) |
| 4 | + |
| 5 | +This release corresponds to the |
| 6 | +[AndroidX Media3 1.0.0-rc02 release](https://github.com/androidx/media/releases/tag/1.0.0-rc02). |
| 7 | + |
| 8 | +* Core library: |
| 9 | + * Fix network type detection on API 33 |
| 10 | + ([#10970](https://github.com/google/ExoPlayer/issues/10970)). |
| 11 | + * Fix `NullPointerException` when calling `ExoPlayer.isTunnelingEnabled` |
| 12 | + ([#10977](https://github.com/google/ExoPlayer/issues/10977)). |
| 13 | +* Downloads: |
| 14 | + * Make the maximum difference of the start time of two segments to be |
| 15 | + merged configurable in `SegmentDownloader` and subclasses |
| 16 | + ([#248](https://github.com/androidx/media/pull/248)). |
| 17 | +* Audio: |
| 18 | + * Fix broken gapless MP3 playback on Samsung devices |
| 19 | + ([#8594](https://github.com/google/ExoPlayer/issues/8594)). |
| 20 | + * Fix bug where playback speeds set immediately after disabling audio may |
| 21 | + be overridden by a previous speed change |
| 22 | + ([#10882](https://github.com/google/ExoPlayer/issues/10882)). |
| 23 | +* Video: |
| 24 | + * Map HEVC HDR10 format to `HEVCProfileMain10HDR10` instead of |
| 25 | + `HEVCProfileMain10`. |
| 26 | + * Add workaround for a device issue on Chromecast with Google TV and |
| 27 | + Lenovo M10 FHD Plus that causes 60fps AVC streams to be marked as |
| 28 | + unsupported |
| 29 | + ([#10898](https://github.com/google/ExoPlayer/issues/10898)). |
| 30 | + * Fix frame release performance issues when playing media with a frame |
| 31 | + rate far higher than the screen refresh rate. |
| 32 | +* Cast: |
| 33 | + * Fix transient `STATE_IDLE` when transitioning between media items |
| 34 | + ([#245](https://github.com/androidx/media/issues/245)). |
| 35 | +* RTSP: |
| 36 | + * Catch the IllegalArgumentException thrown in parsing of invalid RTSP |
| 37 | + Describe response messages |
| 38 | + ([#10971](https://github.com/google/ExoPlayer/issues/10971)). |
| 39 | +* IMA extension: |
| 40 | + * Fix a bug which prevented DAI streams without any ads from starting |
| 41 | + because the first (and in the case without ads the only) `LOADED` event |
| 42 | + wasn't received. |
| 43 | + |
3 | 44 | ### 2.18.3 (2023-02-16)
|
4 | 45 |
|
5 | 46 | This release corresponds to the
|
|
0 commit comments