[webkit-changes] [WebKit/WebKit] 875db7: [Cocoa] WebCodecs H264 decoder is not always reord...

youennf noreply at github.com
Fri Feb 9 01:25:31 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 875db7cbec497022884622e999a04b6b2a034c3e
      https://github.com/WebKit/WebKit/commit/875db7cbec497022884622e999a04b6b2a034c3e
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2024-02-09 (Fri, 09 Feb 2024)

  Changed paths:
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/objc/components/video_codec/nalu_rewriter.cc

  Log Message:
  -----------
  [Cocoa] WebCodecs H264 decoder is not always reordering frames according presentation time
https://bugs.webkit.org/show_bug.cgi?id=268987
rdar://122544744

Reviewed by Eric Carlson.

We needed to loop until lower or equal than cpb_cnt_minus1 as per spec.
Manually tested using https://w3c.github.io/webcodecs/samples/video-decode-display.

* Source/ThirdParty/libwebrtc/Source/webrtc/sdk/objc/components/video_codec/nalu_rewriter.cc:

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




More information about the webkit-changes mailing list