mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Merge branch 'dev-v2-r2.16.1' of https://github.com/google/ExoPlayer into dev-v2-r2.16.1
This commit is contained in:
commit
f8be464d28
1 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
([#9675](https://github.com/google/ExoPlayer/issues/9675)).
|
([#9675](https://github.com/google/ExoPlayer/issues/9675)).
|
||||||
* Fix track selection issue where a mixture of non-empty and empty track
|
* Fix track selection issue where a mixture of non-empty and empty track
|
||||||
overrides is not applied correctly
|
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()`
|
* Add protected method `DefaultRenderersFactory.getCodecAdapterFactory()`
|
||||||
so that subclasses of `DefaultRenderersFactory` that override
|
so that subclasses of `DefaultRenderersFactory` that override
|
||||||
`buildVideoRenderers()` or `buildAudioRenderers()` can access the codec
|
`buildVideoRenderers()` or `buildAudioRenderers()` can access the codec
|
||||||
|
|
@ -17,11 +17,11 @@
|
||||||
* Propagate ICY header fields `name` and `genre` to
|
* Propagate ICY header fields `name` and `genre` to
|
||||||
`MediaMetadata.station` and `MediaMetadata.genre` respectively so that
|
`MediaMetadata.station` and `MediaMetadata.genre` respectively so that
|
||||||
they reach the app via `Player.Listener.onMediaMetadataChanged()`
|
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`.
|
* Remove null keys from `DefaultHttpDataSource#getResponseHeaders`.
|
||||||
* Extractors:
|
* Extractors:
|
||||||
* WAV: Add support for RF64 streams
|
* WAV: Add support for RF64 streams
|
||||||
([#9543](https://github.com/google/ExoPlayer/issues/9543).
|
([#9543](https://github.com/google/ExoPlayer/issues/9543)).
|
||||||
* DASH:
|
* DASH:
|
||||||
* Add parsed essential and supplemental properties to the `Representation`
|
* Add parsed essential and supplemental properties to the `Representation`
|
||||||
([#9579](https://github.com/google/ExoPlayer/issues/9579)).
|
([#9579](https://github.com/google/ExoPlayer/issues/9579)).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue