Commit 40b91090 by Oliver Woodman

Update release notes

parent 41129280
Showing with 15 additions and 13 deletions
...@@ -2,23 +2,25 @@ ...@@ -2,23 +2,25 @@
### 2.9.1 ### ### 2.9.1 ###
* Fix an issue with blind seeking to windows with non-zero offset in a * SubRip: Add support for alignment tags, and remove tags from the displayed
captions ([#4306](https://github.com/google/ExoPlayer/issues/4306)).
* MP3: Support seeking based on MLLT metadata
([#3241](https://github.com/google/ExoPlayer/issues/3241)).
* IMA extension: For preroll to live stream transitions, project forward the
loading position to avoid being behind the live window.
* Fix issue with blind seeking to windows with non-zero offset in a
`ConcatenatingMediaSource` `ConcatenatingMediaSource`
([#4873](https://github.com/google/ExoPlayer/issues/4873)). ([#4873](https://github.com/google/ExoPlayer/issues/4873)).
* Fix issue where subtitles have a wrong position if SubtitleView has a non-zero * Fix issue where subtitles were positioned incorrectly if `SubtitleView` had a
offset to its parent non-zero position offset to its parent
([#4788](https://github.com/google/ExoPlayer/issues/4788)). ([#4788](https://github.com/google/ExoPlayer/issues/4788)).
* SubRip: Add support for alignment tags, and remove tags from the displayed * Fix issue where the buffered position was not updated correctly when
captions ([#4306](https://github.com/google/ExoPlayer/issues/4306)). transitioning between periods
* Audio:
* Support seeking based on MLLT metadata
([#3241](https://github.com/google/ExoPlayer/issues/3241)).
* Fix issue where buffered position is not updated correctly when transitioning
between periods
([#4899](https://github.com/google/ExoPlayer/issues/4899)). ([#4899](https://github.com/google/ExoPlayer/issues/4899)).
* IMA extension: * Suppress a spurious assertion failure on some Samsung devices
* For preroll to live stream transitions, project forward the loading position ([#4532](https://github.com/google/ExoPlayer/issues/4532)).
to avoid being behind the live window. * Suppress spurious "references unknown class member" shrinking warning
([#4890](https://github.com/google/ExoPlayer/issues/4890)).
### 2.9.0 ### ### 2.9.0 ###
......
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