Update release notes to include HLS init segment fix

PiperOrigin-RevId: 234600750
This commit is contained in:
andrewlewis 2019-02-19 15:50:40 +00:00 committed by Andrew Lewis
parent 28434cff4c
commit b68fda0322

View file

@ -4,10 +4,6 @@
* HLS:
* Form an adaptive track group out of audio renditions with matching name.
* Support encrypted initialization segments
([#5441](https://github.com/google/ExoPlayer/issues/5441)).
* Prevent unnecessary reloads of the initialization segment for reused
extractors.
* `ExtractorMediaSource` renamed to `ProgressiveMediaSource`.
* Support for playing spherical videos on Daydream.
* Improve decoder re-use between playbacks. TODO: Write and link a blog post
@ -79,6 +75,10 @@
possible for ad loading SDKs to calculate ad viewability accurately.
* DASH: Fix issue handling large `EventStream` presentation timestamps
([#5490](https://github.com/google/ExoPlayer/issues/5490)).
* HLS:
* Prevent unnecessary reloads of initialization segments.
* Support encrypted initialization segments
([#5441](https://github.com/google/ExoPlayer/issues/5441)).
### 2.9.5 ###