Merge branch 'dev-v2-r2.16.1' of https://github.com/google/ExoPlayer into dev-v2-r2.16.1

This commit is contained in:
tonihei 2021-11-18 16:39:41 +00:00
commit f8be464d28

View File

@ -8,7 +8,7 @@
([#9675](https://github.com/google/ExoPlayer/issues/9675)).
* Fix track selection issue where a mixture of non-empty and empty track
overrides is not applied correctly
([#9649](https://github.com/google/ExoPlayer/issues/9649).
([#9649](https://github.com/google/ExoPlayer/issues/9649)).
* Add protected method `DefaultRenderersFactory.getCodecAdapterFactory()`
so that subclasses of `DefaultRenderersFactory` that override
`buildVideoRenderers()` or `buildAudioRenderers()` can access the codec
@ -17,11 +17,11 @@
* Propagate ICY header fields `name` and `genre` to
`MediaMetadata.station` and `MediaMetadata.genre` respectively so that
they reach the app via `Player.Listener.onMediaMetadataChanged()`
((#9677)[https://github.com/google/ExoPlayer/issues/9677]).
([#9677](https://github.com/google/ExoPlayer/issues/9677)).
* Remove null keys from `DefaultHttpDataSource#getResponseHeaders`.
* Extractors:
* WAV: Add support for RF64 streams
([#9543](https://github.com/google/ExoPlayer/issues/9543).
([#9543](https://github.com/google/ExoPlayer/issues/9543)).
* DASH:
* Add parsed essential and supplemental properties to the `Representation`
([#9579](https://github.com/google/ExoPlayer/issues/9579)).