Clean up release notes

PiperOrigin-RevId: 251269746
This commit is contained in:
olly 2019-06-03 19:09:58 +01:00 committed by Oliver Woodman
parent a9de1477ee
commit 871a88a921

View file

@ -5,26 +5,22 @@
* Add `PlaybackStatsListener` to collect `PlaybackStats` for playbacks analysis * Add `PlaybackStatsListener` to collect `PlaybackStats` for playbacks analysis
and analytics reporting (TODO: link to developer guide page/blog post). and analytics reporting (TODO: link to developer guide page/blog post).
* Add basic DRM support to the Cast demo app. * Add basic DRM support to the Cast demo app.
* Add `ResolvingDataSource` for just-in-time resolution of `DataSpec`s * Offline: Add `Scheduler` implementation that uses `WorkManager`.
([#5779](https://github.com/google/ExoPlayer/issues/5779)).
* Assume that encrypted content requires secure decoders in renderer support * Assume that encrypted content requires secure decoders in renderer support
checks ([#5568](https://github.com/google/ExoPlayer/issues/5568)). checks ([#5568](https://github.com/google/ExoPlayer/issues/5568)).
* Decoders: Prefer decoders that advertise format support over ones that do not, * Decoders: Prefer decoders that advertise format support over ones that do not,
even if they are listed lower in the `MediaCodecList`. even if they are listed lower in the `MediaCodecList`.
* CEA-608: Handle XDS and TEXT modes * Audio: Fix an issue where not all audio was played out when the configuration
([#5807](https://github.com/google/ExoPlayer/pull/5807)).
* Audio:
* Fix an issue where not all audio was played out when the configuration
for the underlying track was changing (e.g., at some period transitions). for the underlying track was changing (e.g., at some period transitions).
* Add `SilenceMediaSource` that can be used to play silence of a given
duration ([#5735](https://github.com/google/ExoPlayer/issues/5735)).
* Add a workaround for broken raw audio decoding on Oppo R9 * Add a workaround for broken raw audio decoding on Oppo R9
([#5782](https://github.com/google/ExoPlayer/issues/5782)). ([#5782](https://github.com/google/ExoPlayer/issues/5782)).
* Offline:
* Add Scheduler implementation which uses WorkManager.
### 2.10.2 ### ### 2.10.2 ###
* Add `ResolvingDataSource` for just-in-time resolution of `DataSpec`s
([#5779](https://github.com/google/ExoPlayer/issues/5779)).
* Add `SilenceMediaSource` that can be used to play silence of a given
duration ([#5735](https://github.com/google/ExoPlayer/issues/5735)).
* Offline: * Offline:
* Prevent unexpected `DownloadHelper.Callback.onPrepared` callbacks after the * Prevent unexpected `DownloadHelper.Callback.onPrepared` callbacks after the
preparation of the `DownloadHelper` failed preparation of the `DownloadHelper` failed
@ -40,6 +36,9 @@
([#5784](https://github.com/google/ExoPlayer/issues/5784)). ([#5784](https://github.com/google/ExoPlayer/issues/5784)).
* Fix issue where playback controls were not kept visible on key presses * Fix issue where playback controls were not kept visible on key presses
([#5963](https://github.com/google/ExoPlayer/issues/5963)). ([#5963](https://github.com/google/ExoPlayer/issues/5963)).
* Subtitles:
* CEA-608: Handle XDS and TEXT modes
([#5807](https://github.com/google/ExoPlayer/pull/5807)).
* TTML: Fix bitmap rendering * TTML: Fix bitmap rendering
([#5633](https://github.com/google/ExoPlayer/pull/5633)). ([#5633](https://github.com/google/ExoPlayer/pull/5633)).
* Add a `playWhenReady` flag to MediaSessionConnector.PlaybackPreparer methods * Add a `playWhenReady` flag to MediaSessionConnector.PlaybackPreparer methods