mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Clean up 2.11.0 release notes
PiperOrigin-RevId: 282227866
This commit is contained in:
parent
bd0fbd0c89
commit
e899e0ea81
1 changed files with 20 additions and 8 deletions
|
|
@ -30,15 +30,25 @@
|
||||||
* Fix issue where player errors are thrown too early at playlist transitions
|
* Fix issue where player errors are thrown too early at playlist transitions
|
||||||
([#5407](https://github.com/google/ExoPlayer/issues/5407)).
|
([#5407](https://github.com/google/ExoPlayer/issues/5407)).
|
||||||
* DRM:
|
* DRM:
|
||||||
* Inject `DrmSessionManager` into the `MediaSources` instead of `Renderers`
|
* Inject `DrmSessionManager` into the `MediaSources` instead of `Renderers`.
|
||||||
|
This allows each `MediaSource` in a `ConcatenatingMediaSource` to use a
|
||||||
|
different `DrmSessionManager`
|
||||||
([#5619](https://github.com/google/ExoPlayer/issues/5619)).
|
([#5619](https://github.com/google/ExoPlayer/issues/5619)).
|
||||||
* Add a `DefaultDrmSessionManager.Builder`.
|
* Add `DefaultDrmSessionManager.Builder`, and remove
|
||||||
* Add support for the use of secure decoders in clear sections of content
|
`DefaultDrmSessionManager` static factory methods that leaked
|
||||||
([#4867](https://github.com/google/ExoPlayer/issues/4867)).
|
`ExoMediaDrm` instances
|
||||||
|
([#4721](https://github.com/google/ExoPlayer/issues/4721)).
|
||||||
|
* Add support for the use of secure decoders when playing clear content
|
||||||
|
([#4867](https://github.com/google/ExoPlayer/issues/4867)). This can
|
||||||
|
be enabled using `DefaultDrmSessionManager.Builder`'s
|
||||||
|
`setUseDrmSessionsForClearContent` method.
|
||||||
* Add support for custom `LoadErrorHandlingPolicies` in key and provisioning
|
* Add support for custom `LoadErrorHandlingPolicies` in key and provisioning
|
||||||
requests ([#6334](https://github.com/google/ExoPlayer/issues/6334)).
|
requests ([#6334](https://github.com/google/ExoPlayer/issues/6334)). Custom
|
||||||
* Remove `DefaultDrmSessionManager` factory methods that leak `ExoMediaDrm`
|
policies can be passed via `DefaultDrmSessionManager.Builder`'s
|
||||||
instances ([#4721](https://github.com/google/ExoPlayer/issues/4721)).
|
`setLoadErrorHandlingPolicy` method.
|
||||||
|
* Use `ExoMediaDrm.Provider` in `OfflineLicenseHelper` to avoid leaking
|
||||||
|
`ExoMediaDrm` instances
|
||||||
|
([#4721](https://github.com/google/ExoPlayer/issues/4721)).
|
||||||
* Track selection:
|
* Track selection:
|
||||||
* Update `DefaultTrackSelector` to set a viewport constraint for the default
|
* Update `DefaultTrackSelector` to set a viewport constraint for the default
|
||||||
display by default.
|
display by default.
|
||||||
|
|
@ -57,11 +67,13 @@
|
||||||
* Video:
|
* Video:
|
||||||
* Pass the codec output `MediaFormat` to `VideoFrameMetadataListener`.
|
* Pass the codec output `MediaFormat` to `VideoFrameMetadataListener`.
|
||||||
* Fix byte order of HDR10+ static metadata to match CTA-861.3.
|
* Fix byte order of HDR10+ static metadata to match CTA-861.3.
|
||||||
* Support out-of-band HDR10+ metadata for VP9 in WebM/Matroska.
|
* Support out-of-band HDR10+ dynamic metadata for VP9 in WebM/Matroska.
|
||||||
* Assume that protected content requires a secure decoder when evaluating
|
* Assume that protected content requires a secure decoder when evaluating
|
||||||
whether `MediaCodecVideoRenderer` supports a given video format
|
whether `MediaCodecVideoRenderer` supports a given video format
|
||||||
([#5568](https://github.com/google/ExoPlayer/issues/5568)).
|
([#5568](https://github.com/google/ExoPlayer/issues/5568)).
|
||||||
* Fix Dolby Vision fallback to AVC and HEVC.
|
* Fix Dolby Vision fallback to AVC and HEVC.
|
||||||
|
* Fix early end-of-stream detection when using video tunneling, on API level
|
||||||
|
23 and above.
|
||||||
* Audio:
|
* Audio:
|
||||||
* Fix the start of audio getting truncated when transitioning to a new
|
* Fix the start of audio getting truncated when transitioning to a new
|
||||||
item in a playlist of Opus streams.
|
item in a playlist of Opus streams.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue