[webkit-changes] [WebKit/WebKit] aceacb: Update libwebm up to M115

youennf noreply at github.com
Thu May 25 01:05:53 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: aceacb11f422e4fe234a2fa362d988e6abe3db4b
      https://github.com/WebKit/WebKit/commit/aceacb11f422e4fe234a2fa362d988e6abe3db4b
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2023-05-25 (Thu, 25 May 2023)

  Changed paths:
    M Source/ThirdParty/libwebrtc/Source/third_party/libwebm/CMakeLists.txt
    M Source/ThirdParty/libwebrtc/Source/third_party/libwebm/common/vp9_header_parser.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libwebm/common/vp9_header_parser.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libwebm/common/vp9_level_stats.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libwebm/mkvmuxer/mkvmuxer.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libwebm/mkvmuxer/mkvmuxerutil.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libwebm/mkvmuxer_sample.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libwebm/mkvparser/mkvparser.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libwebm/webm_info.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libwebm/webm_parser/include/webm/callback.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libwebm/webm_parser/src/callback.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libwebm/webm_parser/src/master_parser.cc
    M Source/ThirdParty/libwebrtc/Source/third_party/libwebm/webm_parser/src/master_parser.h
    M Source/ThirdParty/libwebrtc/Source/third_party/libwebm/webm_parser/src/webm_parser.cc
    M Source/WebCore/platform/graphics/cocoa/SourceBufferParserWebM.cpp
    M Source/WebCore/platform/graphics/cocoa/SourceBufferParserWebM.h

  Log Message:
  -----------
  Update libwebm up to M115
https://bugs.webkit.org/show_bug.cgi?id=257265
rdar://109779378

Reviewed by Eric Carlson.

Resync libwebm from upstream.
Make sure to put all WebKit specific changes in #if defined(WEBRTC_WEBKIT_BUILD).

* Source/ThirdParty/libwebrtc/Source/third_party/libwebm/CMakeLists.txt:
* Source/ThirdParty/libwebrtc/Source/third_party/libwebm/common/vp9_header_parser.cc:
* Source/ThirdParty/libwebrtc/Source/third_party/libwebm/common/vp9_header_parser.h:
(vp9_parser::Vp9HeaderParser::display_width const):
(vp9_parser::Vp9HeaderParser::display_height const):
* Source/ThirdParty/libwebrtc/Source/third_party/libwebm/common/vp9_level_stats.h:
* Source/ThirdParty/libwebrtc/Source/third_party/libwebm/mkvmuxer/mkvmuxer.cc:
* Source/ThirdParty/libwebrtc/Source/third_party/libwebm/mkvmuxer/mkvmuxerutil.cc:
* Source/ThirdParty/libwebrtc/Source/third_party/libwebm/mkvmuxer_sample.cc:
* Source/ThirdParty/libwebrtc/Source/third_party/libwebm/mkvparser/mkvparser.cc:
* Source/ThirdParty/libwebrtc/Source/third_party/libwebm/webm_info.cc:
* Source/ThirdParty/libwebrtc/Source/third_party/libwebm/webm_parser/include/webm/callback.h:
* Source/ThirdParty/libwebrtc/Source/third_party/libwebm/webm_parser/src/callback.cc:
* Source/ThirdParty/libwebrtc/Source/third_party/libwebm/webm_parser/src/master_parser.cc:
* Source/ThirdParty/libwebrtc/Source/third_party/libwebm/webm_parser/src/master_parser.h:
* Source/ThirdParty/libwebrtc/Source/third_party/libwebm/webm_parser/src/webm_parser.cc:
* Source/WebCore/platform/graphics/cocoa/SourceBufferParserWebM.cpp:
* Source/WebCore/platform/graphics/cocoa/SourceBufferParserWebM.h:

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




More information about the webkit-changes mailing list