|
1 | 1 | # Release notes |
2 | 2 |
|
3 | | -### 2.19.0 (2023-07-05) |
| 3 | +### 2.19.1 (2023-08-14) |
4 | 4 |
|
5 | 5 | This is the last planned release of the `com.google.android.exoplayer2` |
6 | 6 | artifacts. This project is now deprecated. All users should migrate to |
7 | 7 | `androidx.media3` (which contains the same ExoPlayer code). See |
8 | 8 | [the migration guide](https://developer.android.com/guide/topics/media/media3/getting-started/migration-guide) |
9 | 9 | for more details, including a script to help with the migration. |
10 | 10 |
|
| 11 | +This release corresponds to the |
| 12 | +[AndroidX Media3 1.1.1 release](https://github.com/androidx/media/releases/tag/1.1.1). |
| 13 | + |
| 14 | +* Common Library: |
| 15 | + * Remove accidentally added `multidex` dependency from all modules |
| 16 | + ([#499](https://github.com/androidx/media/issues/499)). |
| 17 | +* ExoPlayer: |
| 18 | + * Fix issue in `PlaybackStatsListener` where spurious `PlaybackStats` are |
| 19 | + created after the playlist is cleared. |
| 20 | + * Add additional fields to Common Media Client Data (CMCD) logging: |
| 21 | + streaming format (sf), stream type (st), version (v), top birate (tb), |
| 22 | + object duration (d), measured throughput (mtp) and object type (ot) |
| 23 | + ([#8699](https://github.com/google/ExoPlayer/issues/8699)). |
| 24 | +* Audio: |
| 25 | + * Fix a bug where `Player.getState()` never transitioned to `STATE_ENDED` |
| 26 | + when playing very short files |
| 27 | + ([#538](https://github.com/androidx/media/issues/538)). |
| 28 | +* Audio Offload: |
| 29 | + * Prepend Ogg ID Header and Comment Header Pages to bitstream for |
| 30 | + offloaded Opus playback in accordance with RFC 7845. |
| 31 | +* Video: |
| 32 | + * H.265/HEVC: Fix parsing SPS short and long term reference picture info. |
| 33 | +* Text: |
| 34 | + * CEA-608: Change cue truncation logic to only consider visible text. |
| 35 | + Previously indent and tab offset were included when limiting the cue |
| 36 | + length to 32 characters (which was technically correct by the spec) |
| 37 | + ([#11019](https://github.com/google/ExoPlayer/issues/11019)). |
| 38 | +* IMA extension: |
| 39 | + * Bump IMA SDK version to 3.30.3. |
| 40 | + |
| 41 | +### 2.19.0 (2023-07-05) |
| 42 | + |
11 | 43 | This release corresponds to the |
12 | 44 | [AndroidX Media3 1.1.0 release](https://github.com/androidx/media/releases/tag/1.1.0). |
13 | 45 |
|
|
0 commit comments