Commit b0f44029 by Oliver Woodman

Clean up release notes

parent f39d2813
Showing with 11 additions and 11 deletions
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
### 2.8.3 ### ### 2.8.3 ###
* IMA:
* Fix behavior when creating/releasing the player then releasing
`ImaAdsLoader` ([#3879](https://github.com/google/ExoPlayer/issues/3879)).
* Add support for setting slots for companion ads.
* Captions: * Captions:
* TTML: Fix an issue with TTML using font size as % of cell resolution that * TTML: Fix an issue with TTML using font size as % of cell resolution that
makes `SubtitleView.setApplyEmbeddedFontSizes()` not work correctly. makes `SubtitleView.setApplyEmbeddedFontSizes()` not work correctly.
...@@ -10,13 +14,12 @@ ...@@ -10,13 +14,12 @@
([#4321](https://github.com/google/ExoPlayer/issues/4321)). ([#4321](https://github.com/google/ExoPlayer/issues/4321)).
* DASH: Exclude text streams from duration calculations * DASH: Exclude text streams from duration calculations
([#4029](https://github.com/google/ExoPlayer/issues/4029)). ([#4029](https://github.com/google/ExoPlayer/issues/4029)).
* DRM: * DRM: Allow DrmInitData to carry a license server URL
* Allow DrmInitData to carry a license server URL ([#3393](https://github.com/google/ExoPlayer/issues/3393)).
([#3393](https://github.com/google/ExoPlayer/issues/3393)). * Expose all internal ID3 data stored in MP4 udta boxes, and switch from using
* IMA: CommentFrame to InternalFrame for frames with gapless metadata in MP4.
* Fix behavior when creating/releasing the player then releasing * Add `PlayerView.isControllerVisible`
`ImaAdsLoader` ([#3879](https://github.com/google/ExoPlayer/issues/3879)). ([#4385](https://github.com/google/ExoPlayer/issues/4385)).
* Add support for setting slots for companion ads.
* Fix issue playing DRM protected streams on Asus Zenfone 2 * Fix issue playing DRM protected streams on Asus Zenfone 2
([#4403](https://github.com/google/ExoPlayer/issues/4413)). ([#4403](https://github.com/google/ExoPlayer/issues/4413)).
* Add support for multiple audio and video tracks in MPEG-PS streams * Add support for multiple audio and video tracks in MPEG-PS streams
...@@ -31,10 +34,7 @@ ...@@ -31,10 +34,7 @@
([#4348](https://github.com/google/ExoPlayer/issues/4348)). ([#4348](https://github.com/google/ExoPlayer/issues/4348)).
* Fix issue when switching track selection from an embedded track to a primary * Fix issue when switching track selection from an embedded track to a primary
track in DASH ([#4477](https://github.com/google/ExoPlayer/issues/4477)). track in DASH ([#4477](https://github.com/google/ExoPlayer/issues/4477)).
* Add `PlayerView.isControllerVisible` * Improved compatibility with FireOS devices.
([#4385](https://github.com/google/ExoPlayer/issues/4385)).
* Expose all internal ID3 data stored in MP4 udta boxes, and switch from using
CommentFrame to InternalFrame for frames with gapless metadata in MP4.
### 2.8.2 ### ### 2.8.2 ###
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment