[webkit-changes] [WebKit/WebKit] 0e8e52: Update libwebrtc up to M120

youennf noreply at github.com
Mon Dec 11 02:01:26 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0e8e523fa2933a4cc471c193dbb614931cf9f292
      https://github.com/WebKit/WebKit/commit/0e8e523fa2933a4cc471c193dbb614931cf9f292
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-setLocalDescription-pranswer-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/webrtc/protocol/rtp-payloadtypes-expected.txt
    M Source/ThirdParty/libwebrtc/Configurations/DebugRelease.xcconfig
    A Source/ThirdParty/libwebrtc/Configurations/libwebrtc.debug.exp
    M Source/ThirdParty/libwebrtc/Configurations/libwebrtc.exp
    M Source/ThirdParty/libwebrtc/Source/webrtc/.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/.style.yapf
    M Source/ThirdParty/libwebrtc/Source/webrtc/.vpython3
    M Source/ThirdParty/libwebrtc/Source/webrtc/AUTHORS
    M Source/ThirdParty/libwebrtc/Source/webrtc/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/DEPS
    M Source/ThirdParty/libwebrtc/Source/webrtc/OWNERS_INFRA
    M Source/ThirdParty/libwebrtc/Source/webrtc/PRESUBMIT.py
    M Source/ThirdParty/libwebrtc/Source/webrtc/README.chromium
    M Source/ThirdParty/libwebrtc/Source/webrtc/README.md
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/README.md
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/async_dns_resolver.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/async_resolver_factory.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/audio/BUILD.gn
    R Source/ThirdParty/libwebrtc/Source/webrtc/api/audio/echo_canceller3_config_json.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/audio/test/BUILD.gn
    R Source/ThirdParty/libwebrtc/Source/webrtc/api/audio/test/echo_canceller3_config_json_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/audio/test/echo_canceller3_config_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_options.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_options.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/call/call_factory_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/call/transport.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/candidate.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/candidate.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/create_peerconnection_factory.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/create_peerconnection_factory.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/crypto/crypto_options.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/crypto_params.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/fec_controller.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/frame_transformer_factory.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/frame_transformer_factory.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/frame_transformer_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/ice_transport_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/legacy_stats_types.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/packet_socket_factory.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/peer_connection_interface.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/peer_connection_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/rtc_error.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/rtp_parameters.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/rtp_sender_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/rtp_transceiver_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/sequence_checker.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/sequence_checker_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/stats/OWNERS
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/stats/rtc_stats.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/stats/rtcstats_objects.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/task_queue/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/task_queue/pending_task_safety_flag.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/task_queue/pending_task_safety_flag.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/task_queue/pending_task_safety_flag_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/task_queue/task_queue_base.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/task_queue/task_queue_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/test/create_time_controller.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/test/mock_async_dns_resolver.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/test/mock_transformable_audio_frame.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/test/mock_transformable_video_frame.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/test/mock_video_decoder.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/test/network_emulation_manager.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/test/network_emulation_manager.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/test/pclf/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/test/pclf/media_quality_test_params.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/test/pclf/peer_configurer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/test/pclf/peer_configurer.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/test/video/test_video_track_source.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/test/video/test_video_track_source.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/transport/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/transport/field_trial_based_config.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/transport/network_types.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/transport/network_types.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/transport/rtp/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/transport/rtp/rtp_source.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/transport/stun.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/uma_metrics.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/DEPS
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/color_space.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/color_space.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/encoded_frame.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/encoded_frame.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/encoded_image.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/encoded_image.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/frame_buffer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/rtp_video_frame_assembler.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/rtp_video_frame_assembler.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/rtp_video_frame_assembler_unittests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/test/color_space_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/video_codec_type.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/video_content_type.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/video_content_type.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/video_frame.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/video_frame.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/video_frame_type.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/video_source_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/video_timing.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/video_timing.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/h264_profile_level_id.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/h265_profile_tier_level.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/h265_profile_tier_level.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/scalability_mode_helper.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/scalability_mode_helper.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/sdp_video_format.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/test/BUILD.gn
    A Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/test/h265_profile_tier_level_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/test/sdp_video_format_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/test/video_decoder_software_fallback_wrapper_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/test/video_encoder_software_fallback_wrapper_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/video_codec.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/video_codec.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/video_decoder.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/video_decoder_software_fallback_wrapper.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/video_encoder.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/video_encoder.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/video_encoder_factory_template_libvpx_vp9_adapter.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/video_encoder_factory_template_open_h264_adapter.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/video_encoder_software_fallback_wrapper.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/wrapping_async_dns_resolver.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/audio_receive_stream.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/audio_send_stream.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/audio_send_stream.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/audio_send_stream_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/audio_send_stream_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/channel_receive.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/channel_receive.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/channel_receive_frame_transformer_delegate.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/channel_receive_frame_transformer_delegate_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/channel_receive_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/channel_send.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/channel_send.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/channel_send_frame_transformer_delegate.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/channel_send_frame_transformer_delegate.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/channel_send_frame_transformer_delegate_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/channel_send_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/mock_voe_channel_proxy.h
    R Source/ThirdParty/libwebrtc/Source/webrtc/audio/test/OWNERS
    R Source/ThirdParty/libwebrtc/Source/webrtc/audio/test/low_bandwidth_audio_test.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/audio/test/low_bandwidth_audio_test.py
    R Source/ThirdParty/libwebrtc/Source/webrtc/audio/test/low_bandwidth_audio_test_flags.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/audio/test/pc_low_bandwidth_audio_test.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/audio/test/unittests/low_bandwidth_audio_test_test.py
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/voip/audio_egress.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/voip/test/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/voip/test/audio_channel_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/voip/test/audio_egress_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/voip/test/audio_ingress_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/build_overrides/OWNERS
    M Source/ThirdParty/libwebrtc/Source/webrtc/build_overrides/build.gni
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/audio_receive_stream.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/bitrate_estimator_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/call.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/call.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/call_factory.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/call_factory.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/call_perf_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/call_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/degraded_call.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/degraded_call.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/fake_network_pipe.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/fake_network_pipe.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/flexfec_receive_stream.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/flexfec_receive_stream_impl.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/flexfec_receive_stream_impl.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/rampup_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/rtp_payload_params.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/rtp_payload_params_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/rtp_transport_controller_send.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/rtp_transport_controller_send.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/rtp_transport_controller_send_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/rtp_video_sender.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/rtp_video_sender.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/rtp_video_sender_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/test/mock_rtp_transport_controller_send.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/version.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/video_receive_stream.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/video_receive_stream.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/video_send_stream.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_audio/resampler/sinc_resampler.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_audio/signal_processing/cross_correlation_neon.c
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_audio/signal_processing/downsample_fast_neon.c
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_audio/signal_processing/min_max_operations.c
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_audio/third_party/ooura/README.chromium
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_audio/third_party/spl_sqrt_floor/README.chromium
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_video/BUILD.gn
    A Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_bitstream_parser.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_bitstream_parser.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_bitstream_parser_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_common.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_common.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_inline.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_inline.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_pps_parser_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_sps_parser.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_sps_parser.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_sps_parser_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_vps_parser.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_vps_parser.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_vps_parser_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/docs/bug-reporting.md
    M Source/ThirdParty/libwebrtc/Source/webrtc/docs/native-code/development/contributing.md
    M Source/ThirdParty/libwebrtc/Source/webrtc/docs/native-code/rtp-hdrext/video-layers-allocation00/README.md
    M Source/ThirdParty/libwebrtc/Source/webrtc/docs/release-notes.md
    M Source/ThirdParty/libwebrtc/Source/webrtc/examples/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/examples/androidnativeapi/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/examples/androidvoip/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/examples/androidvoip/jni/android_voip_client.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/examples/androidvoip/jni/android_voip_client.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m
    M Source/ThirdParty/libwebrtc/Source/webrtc/examples/peerconnection/client/peer_connection_client.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/examples/peerconnection/client/peer_connection_client.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/experiments/OWNERS
    M Source/ThirdParty/libwebrtc/Source/webrtc/experiments/field_trials.py
    M Source/ThirdParty/libwebrtc/Source/webrtc/g3doc/abseil-in-webrtc.md
    M Source/ThirdParty/libwebrtc/Source/webrtc/g3doc/field-trials.md
    M Source/ThirdParty/libwebrtc/Source/webrtc/g3doc/style-guide.md
    M Source/ThirdParty/libwebrtc/Source/webrtc/infra/config/commit-queue.cfg
    M Source/ThirdParty/libwebrtc/Source/webrtc/infra/config/config.star
    M Source/ThirdParty/libwebrtc/Source/webrtc/infra/config/cr-buildbucket.cfg
    M Source/ThirdParty/libwebrtc/Source/webrtc/infra/config/luci-analysis.cfg
    M Source/ThirdParty/libwebrtc/Source/webrtc/infra/config/luci-logdog.cfg
    M Source/ThirdParty/libwebrtc/Source/webrtc/infra/config/luci-milo.cfg
    M Source/ThirdParty/libwebrtc/Source/webrtc/infra/config/luci-notify.cfg
    M Source/ThirdParty/libwebrtc/Source/webrtc/infra/config/luci-scheduler.cfg
    M Source/ThirdParty/libwebrtc/Source/webrtc/infra/config/project.cfg
    M Source/ThirdParty/libwebrtc/Source/webrtc/infra/config/realms.cfg
    M Source/ThirdParty/libwebrtc/Source/webrtc/infra/specs/client.webrtc.json
    M Source/ThirdParty/libwebrtc/Source/webrtc/infra/specs/client.webrtc.perf.json
    M Source/ThirdParty/libwebrtc/Source/webrtc/infra/specs/gn_isolate_map.pyl
    M Source/ThirdParty/libwebrtc/Source/webrtc/infra/specs/internal.client.webrtc.json
    M Source/ThirdParty/libwebrtc/Source/webrtc/infra/specs/mixins.pyl
    M Source/ThirdParty/libwebrtc/Source/webrtc/infra/specs/mixins_webrtc.pyl
    M Source/ThirdParty/libwebrtc/Source/webrtc/infra/specs/test_suites.pyl
    M Source/ThirdParty/libwebrtc/Source/webrtc/infra/specs/tryserver.webrtc.json
    M Source/ThirdParty/libwebrtc/Source/webrtc/infra/specs/variants.pyl
    M Source/ThirdParty/libwebrtc/Source/webrtc/infra/specs/waterfalls.pyl
    M Source/ThirdParty/libwebrtc/Source/webrtc/logging/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/encoder/rtc_event_log_encoder_new_format.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/rtc_event_log2.proto
    M Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/rtc_event_log_parser.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/rtc_event_processor.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/rtc_event_processor.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/rtc_event_processor_order.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/rtc_event_processor_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/base/codec.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/base/codec.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/base/codec_unittest.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/media/base/delayable.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/base/fake_media_engine.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/base/fake_media_engine.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/base/fake_network_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/base/media_channel.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/base/media_channel_impl.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/base/media_channel_impl.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/base/media_constants.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/base/media_constants.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/base/media_engine.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/base/media_engine.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/base/media_engine_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/base/stream_params.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/base/stream_params.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/base/test_utils.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/base/test_utils.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/base/video_broadcaster_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/engine/fake_webrtc_call.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/engine/fake_webrtc_call.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/engine/fake_webrtc_video_engine.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/engine/fake_webrtc_video_engine.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/engine/internal_decoder_factory.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/engine/multiplex_codec_factory.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/engine/null_webrtc_video_engine.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/engine/null_webrtc_video_engine_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/engine/payload_type_mapper.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/engine/simulcast_encoder_adapter.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/engine/simulcast_encoder_adapter.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/engine/simulcast_encoder_adapter_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/engine/webrtc_media_engine.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/engine/webrtc_media_engine.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/engine/webrtc_media_engine_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/engine/webrtc_video_engine.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/engine/webrtc_video_engine.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/engine/webrtc_video_engine_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/engine/webrtc_voice_engine.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/engine/webrtc_voice_engine.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/engine/webrtc_voice_engine_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/async_audio_processing/async_audio_processing.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/async_audio_processing/async_audio_processing.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/neteq/neteq_impl.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/neteq/neteq_impl_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/neteq/packet.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/neteq/red_payload_splitter.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/neteq/test/neteq_performance_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/neteq/tools/rtp_encode.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/DEPS
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/aaudio_player.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/aaudio_player.h
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/aaudio_recorder.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/aaudio_recorder.h
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/aaudio_wrapper.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/aaudio_wrapper.h
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/audio_common.h
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/audio_device_template.h
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/audio_device_unittest.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/audio_manager.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/audio_manager.h
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/audio_manager_unittest.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/audio_record_jni.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/audio_record_jni.h
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/audio_track_jni.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/audio_track_jni.h
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/build_info.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/build_info.h
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/ensure_initialized.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/ensure_initialized.h
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/BuildInfo.java
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioEffects.java
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioManager.java
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioRecord.java
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioTrack.java
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioUtils.java
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/opensles_common.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/opensles_common.h
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/opensles_player.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/opensles_player.h
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/opensles_recorder.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/android/opensles_recorder.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/audio_device_buffer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/audio_device_buffer.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/audio_device_impl.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/audio_device_impl.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/g3doc/audio_device_module.md
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/include/test_audio_device.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/include/test_audio_device.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/include/test_audio_device_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/test_audio_device_impl.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/test_audio_device_impl.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/test_audio_device_impl_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_mixer/audio_mixer_impl.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_mixer/audio_mixer_impl.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_mixer/audio_mixer_impl_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/aec3/matched_filter.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/aec3/matched_filter_lag_aggregator.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/aec3/matched_filter_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/agc2_testing_common.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/logging/apm_data_dumper.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/test/audio_processing_simulator.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/test/echo_canceller3_config_json.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/test/echo_canceller3_config_json.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/test/echo_canceller3_config_json_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/vad/vad_audio_proc.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/DEPS
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator_interface.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/alr_detector_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/bitrate_estimator.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/bitrate_estimator.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/congestion_window_pushback_controller.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/congestion_window_pushback_controller.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/congestion_window_pushback_controller_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/delay_based_bwe.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/delay_based_bwe.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/delay_based_bwe_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/delay_based_bwe_unittest_helper.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/delay_based_bwe_unittest_helper.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/delay_increase_detector_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/goog_cc_network_control.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/goog_cc_network_control.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/goog_cc_network_control_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/inter_arrival_delta.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/inter_arrival_delta.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/link_capacity_estimator.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/loss_based_bandwidth_estimation.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/loss_based_bwe_v2.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/loss_based_bwe_v2.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/loss_based_bwe_v2_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/probe_bitrate_estimator.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/probe_bitrate_estimator.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/probe_bitrate_estimator_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/probe_controller.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/probe_controller.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/probe_controller_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/robust_throughput_estimator.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/robust_throughput_estimator_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/send_side_bandwidth_estimation.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/send_side_bandwidth_estimation.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/send_side_bandwidth_estimation_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/trendline_estimator.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/trendline_estimator.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/trendline_estimator_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/pcc/pcc_network_controller_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/receive_side_congestion_controller.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/rtp/control_handler.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/rtp/transport_feedback_adapter_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/desktop_capture_options.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/desktop_capture_types.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/desktop_capturer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/desktop_capturer.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/linux/wayland/base_capturer_pipewire.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/linux/wayland/restore_token_manager.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/linux/wayland/restore_token_manager.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/linux/wayland/screencast_portal.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/linux/wayland/screencast_portal.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/linux/wayland/shared_screencast_stream.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/linux/wayland/test/test_screencast_stream_provider.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/mac/desktop_frame_cgimage.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/mac/desktop_frame_utils.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/mac/desktop_frame_utils.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/mac/screen_capturer_mac.mm
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/mac/window_list_utils.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/screen_capturer_fuchsia.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/screen_capturer_fuchsia.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/win/wgc_capture_session.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/win/wgc_capture_session.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/win/wgc_capture_source.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/win/wgc_capture_source.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/win/wgc_capturer_win.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/window_capturer_mac.mm
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/pacing/bitrate_prober.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/pacing/pacing_controller.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/pacing/pacing_controller.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/pacing/pacing_controller_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/pacing/packet_router.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/pacing/packet_router_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/portal/pipewire_utils.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/aimd_rate_control_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/include/flexfec_sender.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/mocks/mock_rtcp_bandwidth_observer.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/absolute_capture_time_interpolator.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/absolute_capture_time_interpolator.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/absolute_capture_time_interpolator_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/absolute_capture_time_sender.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/absolute_capture_time_sender.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/absolute_capture_time_sender_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/byte_io.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/capture_clock_offset_updater.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/capture_clock_offset_updater.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/capture_clock_offset_updater_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/deprecated/deprecated_rtp_sender_egress.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/deprecated/deprecated_rtp_sender_egress.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/flexfec_03_header_reader_writer.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/flexfec_03_header_reader_writer.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/flexfec_03_header_reader_writer_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/flexfec_header_reader_writer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/flexfec_header_reader_writer.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/flexfec_header_reader_writer_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/flexfec_receiver.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/flexfec_sender.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/forward_error_correction.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/forward_error_correction.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/frame_object.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/frame_object.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/frame_transformer_factory_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/nack_rtx_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/receive_statistics_impl.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/receive_statistics_impl.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/receive_statistics_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/remote_ntp_time_estimator_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/compound_packet_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/remote_estimate.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/remote_estimate.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/transport_feedback_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtcp_sender_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtcp_transceiver_config.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtcp_transceiver_config.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtcp_transceiver_impl.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtcp_transceiver_impl.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtcp_transceiver_impl_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtcp_transceiver_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_fec_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_format.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_format_h264_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_header_extensions.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_packet.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_packet.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_packet_history.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_packet_history.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_packet_history_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_packet_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_rtcp_config.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl2.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl2.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl2_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_rtcp_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_sender.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_sender.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_sender_audio.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_sender_audio.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_sender_audio_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_sender_egress.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_sender_egress.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_sender_egress_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_sender_video_frame_transformer_delegate.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_sender_video_frame_transformer_delegate.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_sender_video_frame_transformer_delegate_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_sender_video_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_video_header.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_video_header.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_video_stream_receiver_frame_transformer_delegate.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_video_stream_receiver_frame_transformer_delegate.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_video_stream_receiver_frame_transformer_delegate_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/source_tracker.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/source_tracker_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/ulpfec_generator.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/ulpfec_generator.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/ulpfec_header_reader_writer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/ulpfec_header_reader_writer.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/ulpfec_header_reader_writer_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/ulpfec_receiver.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_h265.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/third_party/fft/README.chromium
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/third_party/g711/README.chromium
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/third_party/g722/README.chromium
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/third_party/portaudio/README.chromium
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/utility/source/jvm_android.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_capture/BUILD.gn
    A Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_capture/linux/camera_portal.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_capture/linux/camera_portal.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_capture/linux/pipewire_session.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_capture/linux/pipewire_session.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_capture/linux/video_capture_pipewire.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_capture/linux/video_capture_pipewire.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_capture/linux/video_capture_v4l2.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_capture/linux/video_capture_v4l2.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_capture/video_capture_impl.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_capture/video_capture_impl.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_capture/video_capture_options.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_capture/video_capture_options.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_capture/windows/sink_filter_ds.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_capture/windows/video_capture_ds.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_capture/windows/video_capture_ds.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/av1/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/av1/av1_svc_config.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/av1/av1_svc_config_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/av1/dav1d_decoder.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/av1/libaom_av1_decoder.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/av1/libaom_av1_encoder.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/av1/libaom_av1_encoder_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/av1/libaom_av1_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/h264/h264.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/h264/h264_simulcast_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/h264/include/h264.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/h264/test/h264_impl_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/multiplex/include/multiplex_decoder_adapter.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/multiplex/multiplex_decoder_adapter.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/multiplex/multiplex_encoded_image_packer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/multiplex/multiplex_encoder_adapter.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/multiplex/test/multiplex_adapter_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/test/video_codec_analyzer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/test/video_codec_analyzer_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/test/video_codec_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/test/video_codec_tester_impl.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/test/video_codec_tester_impl_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/test/video_codec_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/test/videocodec_test_fixture_impl.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/test/videoprocessor.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/vp8/libvpx_vp8_decoder.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/vp8/libvpx_vp8_decoder.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/vp8/libvpx_vp8_encoder.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/vp8/libvpx_vp8_encoder.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/vp8/test/vp8_impl_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/vp9/libvpx_vp9_decoder.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/vp9/libvpx_vp9_decoder.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/vp9/libvpx_vp9_encoder.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/vp9/svc_config.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/vp9/svc_config_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/vp9/test/vp9_impl_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/vp9/vp9.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/decoder_database.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/decoder_database.h
    R Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/decoding_state.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/deprecated/decoding_state.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/deprecated/frame_buffer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/deprecated/jitter_buffer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/deprecated/jitter_buffer_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/deprecated/packet.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/deprecated/receiver.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/encoded_frame.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/encoded_frame.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/fec_controller_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/generic_decoder.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/generic_decoder.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/generic_decoder_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/h264_sps_pps_tracker.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/h264_sps_pps_tracker_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/h265_vps_sps_pps_tracker.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/include/video_codec_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/include/video_coding_defines.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/packet_buffer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/packet_buffer_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/timing/timing.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/timing/timing.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/timing/timing_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/utility/ivf_file_reader.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/utility/ivf_file_reader_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/utility/ivf_file_writer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/utility/ivf_file_writer.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/utility/ivf_file_writer_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/utility/qp_parser.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/utility/quality_scaler.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/utility/quality_scaler.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/utility/quality_scaler_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/utility/simulcast_test_fixture_impl.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/utility/simulcast_utility.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/video_codec_initializer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/video_receiver2.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/video_receiver2.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/video_receiver2_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/video_receiver_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/common/internal_types.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/packet/chunk/data_common.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/packet/chunk/forward_tsn_common.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/packet/chunk/idata_chunk.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/packet/chunk/idata_chunk.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/packet/chunk/idata_chunk_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/packet/chunk/iforward_tsn_chunk.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/packet/data.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/public/dcsctp_socket.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/public/types.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/rx/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/rx/data_tracker.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/rx/data_tracker.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/rx/data_tracker_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/rx/interleaved_reassembly_streams.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/rx/interleaved_reassembly_streams.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/rx/reassembly_queue.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/rx/reassembly_queue.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/rx/reassembly_queue_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/socket/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/socket/capabilities.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/socket/dcsctp_socket.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/socket/dcsctp_socket.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/socket/dcsctp_socket_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/socket/mock_dcsctp_socket_callbacks.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/socket/packet_sender.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/socket/packet_sender.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/socket/state_cookie.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/socket/state_cookie.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/socket/state_cookie_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/socket/stream_reset_handler.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/socket/stream_reset_handler.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/socket/stream_reset_handler_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/socket/transmission_control_block.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/socket/transmission_control_block.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/socket/transmission_control_block_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/testing/data_generator.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/testing/data_generator.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/timer/fake_timeout.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/timer/timer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/timer/timer.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/timer/timer_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/tx/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/tx/mock_send_queue.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/tx/outstanding_data.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/tx/outstanding_data.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/tx/outstanding_data_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/tx/retransmission_queue.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/tx/retransmission_queue.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/tx/retransmission_queue_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/tx/rr_send_queue.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/tx/rr_send_queue.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/tx/rr_send_queue_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/tx/send_queue.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/tx/stream_scheduler_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/async_stun_tcp_socket.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/basic_async_resolver_factory.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/basic_async_resolver_factory.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/basic_async_resolver_factory_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/basic_ice_controller.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/basic_packet_socket_factory.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/connection.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/connection.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/dtls_transport.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/dtls_transport.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/dtls_transport_internal.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/fake_dtls_transport.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/fake_port_allocator.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/ice_transport_internal.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/mock_async_resolver.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/p2p_transport_channel.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/p2p_transport_channel.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/p2p_transport_channel_ice_field_trials.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/p2p_transport_channel_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/port.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/port.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/port_allocator.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/port_allocator.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/port_allocator_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/port_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/port_unittest.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/stun_dictionary.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/stun_dictionary.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/stun_dictionary_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/stun_port.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/stun_port.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/stun_port_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/stun_request.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/stun_request_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/tcp_port.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/tcp_port.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/turn_port.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/turn_port.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/turn_port_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/turn_server.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/client/basic_port_allocator.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/client/basic_port_allocator.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/client/basic_port_allocator_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/stunprober/stun_prober.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/stunprober/stun_prober.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/stunprober/stun_prober_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/audio_rtp_receiver.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/audio_rtp_receiver_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/channel.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/channel.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/channel_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/channel_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/connection_context.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/connection_context.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/dtls_srtp_transport.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/dtls_srtp_transport.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/dtls_srtp_transport_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/g3doc/rtp.md
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_session_description_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_transport.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_transport_controller.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_transport_controller_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/legacy_stats_collector.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/media_session.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/media_session.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/media_session_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection_bundle_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection_crypto_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection_encodings_integrationtest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection_factory.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection_factory_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection_field_trial_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection_histogram_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection_ice_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection_integrationtest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection_interface_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection_internal.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection_media_unittest.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection_mediachannel_split_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection_rampup_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection_rtp_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection_simulcast_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection_svc_integrationtest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtc_stats_collector.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtc_stats_collector.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtc_stats_collector_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtc_stats_integrationtest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtc_stats_traversal.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtp_parameters_conversion.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtp_parameters_conversion.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtp_parameters_conversion_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtp_sender.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtp_sender.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtp_sender_receiver_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtp_transceiver.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtp_transceiver.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtp_transceiver_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtp_transmission_manager.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtp_transport.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtp_transport.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtp_transport_internal.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtp_transport_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/sctp_data_channel.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/sdp_offer_answer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/sdp_offer_answer.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/sdp_offer_answer_unittest.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/pc/sdp_serializer.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/pc/sdp_serializer.h
    R Source/ThirdParty/libwebrtc/Source/webrtc/pc/sdp_serializer_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/session_description.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/pc/simulcast_sdp_serializer.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/pc/simulcast_sdp_serializer.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/pc/simulcast_sdp_serializer_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/srtp_filter.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/srtp_filter.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/srtp_filter_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/srtp_session.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/srtp_session.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/srtp_transport.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/srtp_transport.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/srtp_transport_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/test/fake_peer_connection_base.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/test/fake_peer_connection_for_stats.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/test/frame_generator_capturer_video_track_source.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/test/integration_test_helpers.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/test/integration_test_helpers.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/test/mock_channel_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/test/mock_data_channel.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/test/mock_peer_connection_internal.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/test/mock_rtp_sender_internal.h
    R Source/ThirdParty/libwebrtc/Source/webrtc/pc/test/mock_voice_media_channel.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/pc/test/mock_voice_media_receive_channel_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/test/peer_connection_test_wrapper.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/test/peer_connection_test_wrapper.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/test/rtp_transport_test_util.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/test/svc_e2e_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/track_media_info_map.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/track_media_info_map.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/track_media_info_map_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/transport_stats.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/used_ids.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/video_rtp_receiver.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/video_rtp_receiver_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/webrtc_sdp.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/webrtc_sdp_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/webrtc_session_description_factory.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/webrtc_session_description_factory.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pylintrc
    A Source/ThirdParty/libwebrtc/Source/webrtc/pylintrc_old_style
    M Source/ThirdParty/libwebrtc/Source/webrtc/resources/.gitignore
    A Source/ThirdParty/libwebrtc/Source/webrtc/resources/rtc_event_log/rtc_event_log_500kbps.binarypb.sha1
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/BUILD.gn
    A Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/async_dns_resolver.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/async_dns_resolver.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/async_dns_resolver_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/async_packet_socket.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/async_packet_socket.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/async_resolver.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/async_resolver.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/async_resolver_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/async_tcp_socket.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/async_udp_socket.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/async_udp_socket.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/bitrate_tracker.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/bitrate_tracker.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/bitrate_tracker_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/copy_on_write_buffer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/copy_on_write_buffer.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/copy_on_write_buffer_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/experiments/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/experiments/balanced_degradation_settings.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/experiments/encoder_info_settings.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/experiments/min_video_bitrate_experiment.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/experiments/quality_scaler_settings.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/experiments/quality_scaler_settings.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/experiments/quality_scaler_settings_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/experiments/quality_scaling_experiment.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/experiments/quality_scaling_experiment.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/experiments/quality_scaling_experiment_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/experiments/rtt_mult_experiment.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/experiments/rtt_mult_experiment_unittest.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/frequency_tracker.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/frequency_tracker.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/frequency_tracker_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/helpers.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/helpers.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/helpers_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/ip_address_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/logging.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/nat_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/net_helpers.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/net_helpers.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/net_test_helpers.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/net_test_helpers.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/network/BUILD.gn
    A Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/network/received_packet.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/network/received_packet.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/network_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/sample_counter.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/sample_counter.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/sample_counter_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/openssl_stream_adapter.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/openssl_stream_adapter.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/physical_socket_server.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/physical_socket_server.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/physical_socket_server_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/protobuf_utils.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/socket_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/ssl_stream_adapter.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/ssl_stream_adapter.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/ssl_stream_adapter_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/synchronization/sequence_checker_internal.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/synchronization/sequence_checker_internal.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/system/file_wrapper.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/system/file_wrapper.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/system/no_unique_address.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/test_client_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/test_echo_server.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/third_party/base64/README.chromium
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/third_party/sigslot/README.chromium
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/time_utils.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/win32.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/win32_window.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/win32_window.h
    R Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/win32_window_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/DEPS
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/network_tester/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/network_tester/network_tester_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/network_tester/test_controller.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/rtc_event_log_to_text/converter.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/rtc_event_log_visualizer/alerts.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/rtc_event_log_visualizer/alerts.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/rtc_event_log_visualizer/analyze_audio.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/rtc_event_log_visualizer/analyze_audio.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/rtc_event_log_visualizer/analyzer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/rtc_event_log_visualizer/analyzer.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/rtc_event_log_visualizer/analyzer_bindings.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/rtc_event_log_visualizer/analyzer_bindings.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/rtc_event_log_visualizer/analyzer_bindings_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/rtc_event_log_visualizer/analyzer_common.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/rtc_event_log_visualizer/analyzer_common.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/rtc_event_log_visualizer/log_simulation.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/rtc_event_log_visualizer/log_simulation.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/rtc_event_log_visualizer/main.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/rtc_event_log_visualizer/plot_base.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/rtc_event_log_visualizer/plot_base.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/rtc_event_log_visualizer/proto/chart_enums.proto
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/rtp_generator/rtp_generator.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/rtp_generator/rtp_generator.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/video_encoder/encoded_image_file_writer.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/video_encoder/encoded_image_file_writer.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/video_encoder/video_encoder.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/video_replay.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/WebKitDecoder.mm
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/WebKitEncoder.mm
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/WebKitVP9Decoder.cpp
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/BUILD.gn
    R Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/PRESUBMIT.py
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/Camera2Capturer.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/Camera2Enumerator.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/EglBase.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/EglBase10.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/EglBase14.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/EglRenderer.java
    A Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/EglThread.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/HardwareVideoEncoderFactory.java
    R Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/LibaomAv1Decoder.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/LibaomAv1Encoder.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/NetworkChangeDetector.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/NetworkMonitor.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/NetworkMonitorAutoDetect.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/PeerConnection.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/PeerConnectionFactory.java
    A Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/RenderSynchronizer.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/RtpReceiver.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/RtpSender.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/RtpTransceiver.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/ScreenCapturerAndroid.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/SoftwareVideoDecoderFactory.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/SoftwareVideoEncoderFactory.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/SurfaceTextureHelper.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/TextureBufferImpl.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/VideoCodecStatus.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/VideoEncoder.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/VideoEncoderFactory.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/VideoFrame.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/VideoTrack.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/YuvConverter.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/YuvHelper.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/audio/AudioDeviceModule.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/audio/JavaAudioDeviceModule.java
    R Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/api/org/webrtc/audio/LegacyAudioDeviceModule.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/AndroidManifest.xml
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/AndroidVideoDecoderInstrumentationTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/BuiltinAudioCodecsFactoryFactoryTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/Camera1CapturerUsingByteBufferTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/Camera1CapturerUsingTextureTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/Camera2CapturerTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/DefaultVideoEncoderFactoryTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/EglRendererTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/FileVideoCapturerTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/GlRectDrawerTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/HardwareVideoEncoderTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/LoggableTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/NetworkMonitorTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/PeerConnectionEndToEndTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/PeerConnectionFactoryTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/PeerConnectionTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/RendererCommonTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/RtcCertificatePemTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/RtpSenderTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/RtpTransceiverTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/SurfaceTextureHelperTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/SurfaceViewRendererOnMeasureTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/TimestampAlignerTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/VideoFileRendererTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/VideoFrameBufferTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/VideoTrackTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/WebRtcJniBootTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/instrumentationtests/src/org/webrtc/YuvHelperTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_api/DEPS
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_api/audio_device_module/audio_device_android.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_api/audio_device_module/audio_device_android.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_api/codecs/wrapper.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_api/jni/application_context_provider.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_api/jni/application_context_provider.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_api/jni/java_types.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_api/jni/java_types.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_api/jni/jni_int_wrapper.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_api/jni/scoped_java_ref.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_api/stacktrace/stacktrace.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_api/video/video_source.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_api/video/wrapper.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_unittests/android_network_monitor_unittest.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_unittests/application_context_provider.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_unittests/application_context_provider.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_unittests/audio_device/audio_device_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_unittests/codecs/wrapper_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_unittests/java_types_unittest.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_unittests/org/webrtc/ApplicationContextProvider.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_unittests/org/webrtc/FakeVideoEncoder.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_unittests/peerconnection/peer_connection_factory_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_unittests/stacktrace/stacktrace_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/native_unittests/video/video_source_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/java/org/webrtc/AndroidVideoDecoder.java
    A Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/java/org/webrtc/ApplicationContextProvider.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/java/org/webrtc/Camera2Session.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/java/org/webrtc/EglBase10Impl.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/java/org/webrtc/EglBase14Impl.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/java/org/webrtc/HardwareVideoEncoder.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/java/org/webrtc/MediaCodecUtils.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/java/org/webrtc/MediaCodecVideoDecoderFactory.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/java/org/webrtc/MediaCodecWrapper.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/java/org/webrtc/MediaCodecWrapperFactoryImpl.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/java/org/webrtc/NativeLibrary.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/java/org/webrtc/VideoCodecMimeType.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/java/org/webrtc/audio/WebRtcAudioEffects.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/java/org/webrtc/audio/WebRtcAudioManager.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/java/org/webrtc/audio/WebRtcAudioRecord.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/java/org/webrtc/audio/WebRtcAudioTrack.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/java/org/webrtc/audio/WebRtcAudioUtils.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/android_histogram.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/android_metrics.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/android_network_monitor.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/android_network_monitor.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/android_video_track_source.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/android_video_track_source.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/audio_device/aaudio_player.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/audio_device/aaudio_player.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/audio_device/aaudio_recorder.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/audio_device/aaudio_recorder.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/audio_device/aaudio_wrapper.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/audio_device/audio_device_module.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/audio_device/audio_device_module.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/audio_device/audio_record_jni.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/audio_device/audio_record_jni.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/audio_device/audio_track_jni.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/audio_device/opensles_common.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/audio_device/opensles_player.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/audio_device/opensles_recorder.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/av1_codec.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/builtin_audio_decoder_factory_factory.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/builtin_audio_encoder_factory_factory.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/class_loader.h
    R Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/class_reference_holder.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/encoded_image.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/encoded_image.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/jni_common.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/jni_generator_helper.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/jni_generator_helper.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/jni_helpers.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/jni_onload.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/libaom_av1_codec.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/libaom_av1_encoder.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/logging/log_sink.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/logging/log_sink.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/nv12_buffer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/nv21_buffer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/audio.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/audio_track.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/call_session_file_rotating_log_sink.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/data_channel.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/data_channel.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/dtmf_sender.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/logging.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/media_constraints.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/media_stream.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/media_stream.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/media_stream_track.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/owned_factory_and_threads.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/peer_connection.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/peer_connection.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/peer_connection_factory.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/peer_connection_factory.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/rtc_certificate.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/rtc_stats_collector_callback_wrapper.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/rtp_receiver.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/rtp_sender.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/rtp_transceiver.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/session_description.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/ssl_certificate_verifier_wrapper.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/ssl_certificate_verifier_wrapper.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/turn_customizer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/pc/video.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/scoped_java_ref_counted.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/timestamp_aligner.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/video_decoder_wrapper.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/video_decoder_wrapper.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/video_encoder_factory_wrapper.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/video_encoder_factory_wrapper.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/video_encoder_wrapper.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/video_encoder_wrapper.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/video_frame.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/jni/video_track.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/tests/resources/robolectric.properties
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/tests/src/org/webrtc/AndroidVideoDecoderTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/tests/src/org/webrtc/CameraEnumerationTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/tests/src/org/webrtc/CryptoOptionsTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/tests/src/org/webrtc/FakeMediaCodecWrapper.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/tests/src/org/webrtc/FramerateBitrateAdjusterTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/tests/src/org/webrtc/GlGenericDrawerTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/tests/src/org/webrtc/HardwareVideoEncoderTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/tests/src/org/webrtc/IceCandidateTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/tests/src/org/webrtc/RefCountDelegateTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/tests/src/org/webrtc/ScalingSettingsTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/tests/src/org/webrtc/audio/LowLatencyAudioBufferManagerTest.java
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/media_constraints.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/media_constraints.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/media_constraints_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/objc/api/peerconnection/RTCEncodedImage+Private.mm
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/objc/api/video_codec/RTCVideoEncoderVP9.mm
    M Source/ThirdParty/libwebrtc/Source/webrtc/sdk/objc/components/video_codec/RTCVideoDecoderH265.mm
    M Source/ThirdParty/libwebrtc/Source/webrtc/stats/rtc_stats.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/stats/rtc_stats_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/stats/rtcstats_objects.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/system_wrappers/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/call_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/call_test.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/configurable_frame_size_encoder.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/direct_transport.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/direct_transport.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/fake_decoder.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/fake_decoder.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/fake_encoded_frame.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/fake_encoded_frame.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/fake_encoder.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/fake_encoder.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/fake_vp8_decoder.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/fake_vp8_decoder.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/fake_vp8_encoder.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/frame_generator_capturer.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/fuzzers/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/fuzzers/aec3_config_json_fuzzer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/fuzzers/frame_buffer_fuzzer.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/test/fuzzers/h265_bitstream_parser_fuzzer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/fuzzers/rtcp_receiver_fuzzer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/fuzzers/rtp_frame_reference_finder_fuzzer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/fuzzers/sdp_integration_fuzzer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/fuzzers/utils/rtp_replayer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/fuzzers/vp9_encoder_references_fuzzer.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/test/jitter/BUILD.gn
    A Source/ThirdParty/libwebrtc/Source/webrtc/test/jitter/OWNERS
    A Source/ThirdParty/libwebrtc/Source/webrtc/test/jitter/delay_variation_calculator.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/test/jitter/delay_variation_calculator.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/test/jitter/delay_variation_calculator_unittest.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/test/jitter/logging_delay_variation_calculator.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/test/jitter/logging_delay_variation_calculator.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/test/jitter/logging_delay_variation_calculator_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/layer_filtering_transport.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/layer_filtering_transport.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/mac_capturer.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/mock_transformable_frame.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/mock_transport.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/null_transport.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/null_transport.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/analyzer/audio/default_audio_quality_analyzer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/analyzer/audio/default_audio_quality_analyzer.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/analyzer/video/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/analyzer/video/analyzing_video_sink.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/analyzer/video/analyzing_video_sink.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/analyzer/video/default_video_quality_analyzer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/analyzer/video/default_video_quality_analyzer.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/analyzer/video/default_video_quality_analyzer_cpu_measurer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/analyzer/video/default_video_quality_analyzer_cpu_measurer.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/analyzer/video/quality_analyzing_video_decoder.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/analyzer/video/quality_analyzing_video_decoder.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/analyzer/video/quality_analyzing_video_encoder.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/analyzer/video/single_process_encoded_image_data_injector_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/analyzer/video/video_quality_metrics_reporter.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/cross_media_metrics_reporter.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/media/media_helper.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/media/test_video_capturer_video_track_source.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/peer_connection_quality_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/peer_connection_quality_test_metric_names_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/test_peer_factory.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/peer_scenario/peer_scenario_client.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/rtcp_packet_parser.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/rtcp_packet_parser.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/rtp_rtcp_observer.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/scenario/call_client.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/scenario/network_node.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/scenario/network_node.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/scenario/video_stream.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/test_flags.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/test_flags.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/test_video_capturer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/test_video_capturer.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/testsupport/ivf_video_frame_generator.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/testsupport/ivf_video_frame_generator_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/testsupport/y4m_frame_generator.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/testsupport/y4m_frame_generator.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/testsupport/y4m_frame_generator_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/testsupport/yuv_frame_reader.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/testsupport/yuv_frame_reader_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/time_controller/simulated_time_controller.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/time_controller/simulated_time_controller.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/time_controller/simulated_time_controller_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/vcm_capturer.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/video_codec_settings.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/video_decoder_proxy_factory.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/video_test_constants.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/tools_webrtc/autoroller/roll_deps.py
    M Source/ThirdParty/libwebrtc/Source/webrtc/tools_webrtc/coverage/generate_coverage_command.py
    M Source/ThirdParty/libwebrtc/Source/webrtc/tools_webrtc/ios/build_ios_libs.py
    M Source/ThirdParty/libwebrtc/Source/webrtc/tools_webrtc/iwyu/apply-iwyu
    M Source/ThirdParty/libwebrtc/Source/webrtc/tools_webrtc/iwyu/mappings.imp
    M Source/ThirdParty/libwebrtc/Source/webrtc/tools_webrtc/libs/generate_licenses.py
    M Source/ThirdParty/libwebrtc/Source/webrtc/tools_webrtc/mb/mb_config.pyl
    M Source/ThirdParty/libwebrtc/Source/webrtc/tools_webrtc/presubmit_checks_lib/build_helpers.py
    M Source/ThirdParty/libwebrtc/Source/webrtc/tools_webrtc/sanitizers/lsan_suppressions_webrtc.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/adaptation/overuse_frame_detector.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/adaptation/overuse_frame_detector.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/adaptation/overuse_frame_detector_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/adaptation/quality_scaler_resource.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/adaptation/quality_scaler_resource.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/adaptation/video_stream_encoder_resource_manager.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/config/encoder_stream_factory.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/config/video_encoder_config.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/config/video_encoder_config.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/encoder_bitrate_adjuster.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/encoder_bitrate_adjuster.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/encoder_bitrate_adjuster_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/encoder_overshoot_detector.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/encoder_overshoot_detector_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/end_to_end_tests/bandwidth_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/end_to_end_tests/codec_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/end_to_end_tests/extended_reports_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/end_to_end_tests/fec_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/end_to_end_tests/histogram_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/end_to_end_tests/multi_codec_receive_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/end_to_end_tests/multi_stream_tester.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/end_to_end_tests/network_state_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/end_to_end_tests/retransmission_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/end_to_end_tests/rtp_rtcp_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/end_to_end_tests/ssrc_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/end_to_end_tests/stats_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/end_to_end_tests/transport_feedback_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/frame_cadence_adapter.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/frame_cadence_adapter_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/frame_dumping_decoder.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/video/frame_dumping_encoder.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/video/frame_dumping_encoder.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/frame_encode_metadata_writer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/frame_encode_metadata_writer_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/g3doc/stats.md
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/pc_full_stack_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/picture_id_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/quality_scaling_tests.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/video/quality_threshold.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/video/quality_threshold.h
    R Source/ThirdParty/libwebrtc/Source/webrtc/video/quality_threshold_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/receive_statistics_proxy.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/receive_statistics_proxy.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/receive_statistics_proxy_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/rtp_video_stream_receiver2.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/rtp_video_stream_receiver2.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/rtp_video_stream_receiver2_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/screenshare_loopback.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/send_delay_stats.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/send_delay_stats.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/send_delay_stats_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/send_statistics_proxy.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/send_statistics_proxy.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/send_statistics_proxy_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/sv_loopback.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/transport_adapter.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/transport_adapter.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_analyzer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_analyzer.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_loopback.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_quality_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_quality_test.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_receive_stream2.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_receive_stream2_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_send_stream.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_send_stream.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_send_stream_impl.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_send_stream_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_stream_buffer_controller.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_stream_buffer_controller.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_stream_buffer_controller_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_stream_decoder2.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_stream_decoder2.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_stream_encoder.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_stream_encoder.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_stream_encoder_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/webrtc.gni
    M Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj
    M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpReceiverBackend.cpp
    M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpTransformableFrame.cpp
    M Source/WebCore/platform/libwebrtc/LibWebRTCVPXVideoEncoder.cpp
    M Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCDav1dDecoder.cpp
    M Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCProvider.cpp
    M Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCProvider.h
    M Source/WebKit/Configurations/WebKit.xcconfig
    M Source/WebKit/NetworkProcess/webrtc/LibWebRTCSocketClient.cpp
    M Source/WebKit/UIProcess/WebPreferences.h
    M Source/WebKit/WebProcess/Network/webrtc/LibWebRTCProvider.cpp
    M Source/WebKit/WebProcess/Network/webrtc/LibWebRTCResolver.h
    M Source/WebKit/WebProcess/Network/webrtc/LibWebRTCSocketFactory.cpp
    M Source/WebKit/WebProcess/Network/webrtc/LibWebRTCSocketFactory.h

  Log Message:
  -----------
  Update libwebrtc up to M120
https://bugs.webkit.org/show_bug.cgi?id=265987
rdar://problem/119302684

Reviewed by Jean-Yves Avenard.

Update libwebrtc while retaining specific changes, in particular the ones related to HEVC.
We stick to the newly deprecated DSN resolver API and will do the switch in https://bugs.webkit.org/show_bug.cgi?id=265791.
We introduce a new libwebrtc.debug.exp since some symbols are only enabled when RTC_DHECK is on.

Covered by existing tests.

* Source/ThirdParty/libwebrtc/Configurations/libwebrtc.exp:
* Source/ThirdParty/libwebrtc/Source/webrtc: Resynced.
* Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj:
* Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpReceiverBackend.cpp:
(WebCore::fillRTCRtpContributingSource):
* Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpTransformableFrame.cpp:
(WebCore::LibWebRTCRtpTransformableFrame::audioMetadata const):
* Source/WebCore/platform/libwebrtc/LibWebRTCVPXVideoEncoder.cpp:
(WebCore::createInternalEncoder):
* Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCDav1dDecoder.cpp:
(WebCore::Dav1dDecoder::Decode):
* Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCProvider.cpp:
* Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCProvider.h:
* Source/WebKit/Configurations/WebKit.xcconfig:
* Source/WebKit/NetworkProcess/webrtc/LibWebRTCSocketClient.cpp:
(WebKit::LibWebRTCSocketClient::LibWebRTCSocketClient):
* Source/WebKit/WebProcess/Network/webrtc/LibWebRTCProvider.cpp:
* Source/WebKit/WebProcess/Network/webrtc/LibWebRTCResolver.h:
* Source/WebKit/WebProcess/Network/webrtc/LibWebRTCSocketFactory.cpp:
* Source/WebKit/WebProcess/Network/webrtc/LibWebRTCSocketFactory.h:

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




More information about the webkit-changes mailing list