You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Core Library:
Fix track selection issue where overriding one track group did not disable other track groups of the same type (#9675).
Fix track selection issue where a mixture of non-empty and empty track overrides is not applied correctly (#9649).
Add protected method DefaultRenderersFactory.getCodecAdapterFactory() so that subclasses of DefaultRenderersFactory that override buildVideoRenderers() or buildAudioRenderers() can access the codec adapter factory and pass it to MediaCodecRenderer instances they create.
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).
Remove null keys from DefaultHttpDataSource#getResponseHeaders.