[webkit-changes] [WebKit/WebKit] 21c519: [WebCodecs] Implement pixel buffer conversion for ...

youennf noreply at github.com
Tue Oct 25 07:46:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 21c5196e6d48ea7f87c2083c5a3179195be3c905
      https://github.com/WebKit/WebKit/commit/21c5196e6d48ea7f87c2083c5a3179195be3c905
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2022-10-25 (Tue, 25 Oct 2022)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/webcodecs/videoFrame-createImageBitmap.https.any-expected.txt
    M Source/WebCore/platform/LibWebRTCVPXVideoDecoder.cpp

  Log Message:
  -----------
  [WebCodecs] Implement pixel buffer conversion for video frames produced by libwebrtc VPX decoders
https://bugs.webkit.org/show_bug.cgi?id=246998
rdar://problem/101534191

Reviewed by Eric Carlson.

Our drawing path requires conversion to CVPixelBuffer right now.
Implement the conversion for now.

* LayoutTests/imported/w3c/web-platform-tests/webcodecs/videoFrame-createImageBitmap.https.any-expected.txt:
* Source/WebCore/platform/LibWebRTCVPXVideoDecoder.cpp:
(WebCore::LibWebRTCVPXInternalVideoDecoder::Decoded):

Canonical link: https://commits.webkit.org/255958@main




More information about the webkit-changes mailing list