[webkit-changes] [WebKit/WebKit] f3b3dd: [GStreamer][WebCodecs] AV1 (with dav1d) decoding f...

Philippe Normand noreply at github.com
Mon Apr 15 02:12:52 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f3b3ddc4d2361ad0e9c4ba0ab2356254ad4f758f
      https://github.com/WebKit/WebKit/commit/f3b3ddc4d2361ad0e9c4ba0ab2356254ad4f758f
  Author: Philippe Normand <philn at igalia.com>
  Date:   2024-04-15 (Mon, 15 Apr 2024)

  Changed paths:
    M LayoutTests/platform/glib/TestExpectations
    R LayoutTests/platform/glib/imported/w3c/web-platform-tests/webcodecs/full-cycle-test.https.any.worker_av1-expected.txt
    R LayoutTests/platform/glib/imported/w3c/web-platform-tests/webcodecs/full-cycle-test.https.any_av1-expected.txt
    M Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.cpp
    M Source/WebCore/platform/graphics/gstreamer/VideoDecoderGStreamer.cpp

  Log Message:
  -----------
  [GStreamer][WebCodecs] AV1 (with dav1d) decoding fixes
https://bugs.webkit.org/show_bug.cgi?id=272642

Reviewed by Xabier Rodriguez-Calvar.

The decoder tests were failing mostly due to incomplete colorimetry handling in dav1ddec, which was
fixed upstream. The low-latency decoding test was failing because we were not configuring the
decoder to internally use a single thread. The parser was discarding corrupted frames, leading to
another test failure, so it was removed from the harnessed pipeline (the decoder rejects corrupted
frames already).

* LayoutTests/platform/glib/TestExpectations:
* LayoutTests/platform/glib/imported/w3c/web-platform-tests/webcodecs/full-cycle-test.https.any.worker_av1-expected.txt: Removed.
* LayoutTests/platform/glib/imported/w3c/web-platform-tests/webcodecs/full-cycle-test.https.any_av1-expected.txt: Removed.
* Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.cpp:
(WebCore::configureVideoDecoderForHarnessing):
* Source/WebCore/platform/graphics/gstreamer/VideoDecoderGStreamer.cpp:
(WebCore::GStreamerInternalVideoDecoder::GStreamerInternalVideoDecoder):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list