Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 73c1a27f8ffdc49b2e19034ba599aa65fbbf7e6b
https://github.com/WebKit/WebKit/commit/73c1a27f8ffdc49b2e19034ba599aa65fbbf7e6b
Author: Jean-Yves Avenard <[email protected]>
Date: 2025-06-12 (Thu, 12 Jun 2025)
Changed paths:
M Source/WebCore/platform/cocoa/CoreVideoSoftLink.cpp
M Source/WebCore/platform/cocoa/CoreVideoSoftLink.h
M Source/WebCore/platform/graphics/cocoa/VideoMediaSampleRenderer.mm
M Source/WebCore/platform/graphics/cocoa/WebCoreDecompressionSession.h
M Source/WebCore/platform/graphics/cocoa/WebCoreDecompressionSession.mm
Log Message:
-----------
WebKit to adopt API in AVSampleBufferVideoRenderer to get a recommendation of
PixelBufferAttribute for optimal playback
https://bugs.webkit.org/show_bug.cgi?id=294101
rdar://152269285
Reviewed by Youenn Fablet.
Use the recommended PixelBuffer attributes if available, otherwise continue
using the existing defaults. We also set the key
kCVPixelBufferPreferRealTimeCacheModeIfEveryoneDoesKey
so that CoreAnimation doesn't have to composite the IOSurface when rendering
in fullscreen.
* Source/WebCore/platform/cocoa/CoreVideoSoftLink.h: Add required key soflink
* Source/WebCore/platform/graphics/cocoa/WebCoreDecompressionSession.mm:
(WebCore::canCopyFormatDescriptionExtension): Fly-by change, tidying method and
remove use of static global variable.
Canonical link: https://commits.webkit.org/296136@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes