Skip to content

Commit 48c3b3e

Browse files
committed
Update release notes for ExoPlayer 2.19.1
PiperOrigin-RevId: 555956086 (cherry picked from commit f37f792)
1 parent 8220b1b commit 48c3b3e

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

RELEASENOTES.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,45 @@
11
# Release notes
22

3-
### 2.19.0 (2023-07-05)
3+
### 2.19.1 (2023-08-14)
44

55
This is the last planned release of the `com.google.android.exoplayer2`
66
artifacts. This project is now deprecated. All users should migrate to
77
`androidx.media3` (which contains the same ExoPlayer code). See
88
[the migration guide](https://developer.android.com/guide/topics/media/media3/getting-started/migration-guide)
99
for more details, including a script to help with the migration.
1010

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+
1143
This release corresponds to the
1244
[AndroidX Media3 1.1.0 release](https://github.com/androidx/media/releases/tag/1.1.0).
1345

0 commit comments

Comments
 (0)