Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0d11ff2da8be8eb0bc8fc20f0500f305d08e1445
      
https://github.com/WebKit/WebKit/commit/0d11ff2da8be8eb0bc8fc20f0500f305d08e1445
  Author: David Kilzer <[email protected]>
  Date:   2025-02-03 (Mon, 03 Feb 2025)

  Changed paths:
    A Source/ThirdParty/libwebrtc/Configurations/aom_av1_encoder_fuzzer.xcconfig
    A 
Source/ThirdParty/libwebrtc/Configurations/rtp_packetizer_h264_fuzzer.xcconfig
    A 
Source/ThirdParty/libwebrtc/Configurations/rtp_packetizer_h265_fuzzer.xcconfig
    A 
Source/ThirdParty/libwebrtc/Configurations/rtp_packetizer_vp8_fuzzer.xcconfig
    A 
Source/ThirdParty/libwebrtc/Configurations/rtp_packetizer_vp9_fuzzer.xcconfig
    A Source/ThirdParty/libwebrtc/Configurations/vp8_encoder_fuzzer.xcconfig
    A Source/ThirdParty/libwebrtc/Configurations/vp9_encoder_fuzzer.xcconfig
    A 
Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/aom_av1_encoder_fuzzer.cc
    A 
Source/ThirdParty/libwebrtc/Source/third_party/libvpx/source/libvpx/examples/vpx_encoder_fuzzer.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/test/fuzzers/rtp_format_h264_fuzzer.cc
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/test/fuzzers/rtp_format_h265_fuzzer.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/test/fuzzers/rtp_format_vp8_fuzzer.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/test/fuzzers/rtp_format_vp9_fuzzer.cc
    M Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj

  Log Message:
  -----------
  [WebRTC] Add more webrtc fuzzers
<https://bugs.webkit.org/show_bug.cgi?id=286888>
<rdar://144052006>

Reviewed by Jonathan Bedard.

* 
Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/aom_av1_encoder_fuzzer.cc:
 Copied from 
Source/ThirdParty/libwebrtc/Source/third_party/libaom/source/libaom/examples/simple_encoder.c.
- Modify libaom/examples/simple_encoder.c into a fuzzer.
- Also borrow code from libaom/common/tools_common.c.
* Source/ThirdParty/libwebrtc/Configurations/aom_av1_encoder_fuzzer.xcconfig: 
Add.
* 
Source/ThirdParty/libwebrtc/Configurations/rtp_packetizer_h264_fuzzer.xcconfig: 
Add.
* 
Source/ThirdParty/libwebrtc/Configurations/rtp_packetizer_h265_fuzzer.xcconfig: 
Add.
* 
Source/ThirdParty/libwebrtc/Configurations/rtp_packetizer_vp8_fuzzer.xcconfig: 
Add.
* 
Source/ThirdParty/libwebrtc/Configurations/rtp_packetizer_vp9_fuzzer.xcconfig: 
Add.
* Source/ThirdParty/libwebrtc/Configurations/vp8_encoder_fuzzer.xcconfig: Add.
* Source/ThirdParty/libwebrtc/Configurations/vp9_encoder_fuzzer.xcconfig: Add.
* 
Source/ThirdParty/libwebrtc/Source/third_party/libvpx/source/libvpx/examples/vpx_encoder_fuzzer.cc:
 Copied from 
Source/ThirdParty/libwebrtc/Source/third_party/libvpx/source/libvpx/examples/simple_encoder.c.
- Modify libvpx/examples/simple_encoder.c into a fuzzer.
- Also borrow code from libvpx/tools_common.c.
* 
Source/ThirdParty/libwebrtc/Source/webrtc/test/fuzzers/rtp_format_h264_fuzzer.cc:
- Run generated packets through depacketizer when fuzzing.
* 
Source/ThirdParty/libwebrtc/Source/webrtc/test/fuzzers/rtp_format_h265_fuzzer.cc:
 Copied from 
Source/ThirdParty/libwebrtc/Source/webrtc/test/fuzzers/rtp_format_h264_fuzzer.cc.
- Modify rtp_format_h264_fuzzer.cc to fuzz H265/HEVC format.
* 
Source/ThirdParty/libwebrtc/Source/webrtc/test/fuzzers/rtp_format_vp8_fuzzer.cc:
- Set more fields in RTPVideoHeaderVP8 from fuzzer input.
- Run generated packets through depacketizer when fuzzing.
* 
Source/ThirdParty/libwebrtc/Source/webrtc/test/fuzzers/rtp_format_vp9_fuzzer.cc:
- Generate RTPVideoHeaderVP9 from fuzzer input.
- Run generated packets through depacketizer when fuzzing.
* Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj:
- Add sources and fuzzer targets to the Xcode project.

Canonical link: https://commits.webkit.org/289734@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

Reply via email to