Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 709ec78d82966e476e61c08a8c33a8dcbcc34947
      
https://github.com/WebKit/WebKit/commit/709ec78d82966e476e61c08a8c33a8dcbcc34947
  Author: Youenn Fablet <you...@apple.com>
  Date:   2024-07-29 (Mon, 29 Jul 2024)

  Changed paths:
    M Source/ThirdParty/libwebrtc/Configurations/libwebrtc.exp
    M Source/ThirdParty/libwebrtc/Source/webrtc/.gn
    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/PRESUBMIT.py
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/DEPS
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/adaptation/BUILD.gn
    R Source/ThirdParty/libwebrtc/Source/webrtc/api/adaptation/DEPS
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/adaptation/resource.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/array_view.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/array_view_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/audio/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/audio/audio_frame.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/audio/audio_frame.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/audio/audio_mixer.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/api/audio/audio_view.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio/echo_canceller3_factory.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/audio/test/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio/test/audio_frame_unittest.cc
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio/test/audio_view_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/L16/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/L16/audio_decoder_L16.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/L16/audio_encoder_L16.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/audio_decoder.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/audio_decoder_factory_template.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/audio_encoder.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/audio_encoder.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/audio_encoder_factory.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/audio_encoder_factory_template.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/audio_format.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/builtin_audio_decoder_factory.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/builtin_audio_encoder_factory.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/g711/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/g711/audio_decoder_g711.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/g711/audio_encoder_g711.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/g722/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/g722/audio_decoder_g722.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/g722/audio_encoder_g722.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/ilbc/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/ilbc/audio_decoder_ilbc.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/ilbc/audio_encoder_ilbc.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/opus/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/opus/audio_decoder_multi_channel_opus.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/opus/audio_decoder_opus.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/opus/audio_encoder_multi_channel_opus_config.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/opus/audio_encoder_opus.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/opus/audio_encoder_opus.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/opus_audio_decoder_factory.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/opus_audio_encoder_factory.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/test/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/test/audio_decoder_factory_template_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_codecs/test/audio_encoder_factory_template_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/audio_options.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/call/transport.cc
    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/candidate_unittest.cc
    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/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/crypto/crypto_options.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/crypto/frame_decryptor_interface.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/crypto/frame_encryptor_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/dtls_transport_interface.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/dtls_transport_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/enable_media.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/enable_media_with_defaults.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/environment/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/environment/environment_factory.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/environment/environment_factory.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/environment/environment_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/field_trials.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/field_trials_registry.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/field_trials_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/frame_transformer_factory.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/frame_transformer_factory.h
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/api/frame_transformer_interface.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/frame_transformer_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/function_view.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/ice_transport_factory.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/ice_transport_factory.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/legacy_stats_types.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/make_ref_counted.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/media_stream_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/metronome/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/metronome/test/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/metronome/test/fake_metronome.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/neteq/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/neteq/custom_neteq_factory.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/neteq/default_neteq_controller_factory.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/neteq/neteq.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/neteq/tick_timer_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/network_state_predictor.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/numerics/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/numerics/samples_stats_counter.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/peer_connection_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/ref_counted_base.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/rtc_error.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/rtc_event_log/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/rtc_event_log/rtc_event_log.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/rtc_event_log/rtc_event_log.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/rtc_event_log_output.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/rtc_event_log_output_file.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/rtc_event_log_output_file.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/rtc_event_log_output_file_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/rtp_headers.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/rtp_packet_info.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/rtp_packet_info_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/rtp_packet_infos.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/rtp_packet_infos_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/rtp_parameters.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/rtp_receiver_interface.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/rtp_transceiver_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/scoped_refptr.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/scoped_refptr_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/sctp_transport_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/rtc_stats_collector_callback.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/task_queue/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/task_queue/test/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/test/audioproc_float.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/test/audioproc_float.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/test/metrics/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/test/mock_peerconnectioninterface.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/test/mock_transformable_audio_frame.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/test/mock_transformable_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_bitrate_allocator_factory.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/test/network_emulation/BUILD.gn
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/api/test/network_emulation/network_config_schedule.proto
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/api/test/network_emulation/schedulable_network_node_builder.cc
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/api/test/network_emulation/schedulable_network_node_builder.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/test/pclf/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/test/video/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/transport/BUILD.gn
    A Source/ThirdParty/libwebrtc/Source/webrtc/api/transport/bandwidth_usage.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/transport/goog_cc_factory.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/transport/goog_cc_factory.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/transport/network_control.h
    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/stun.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/units/data_rate.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/units/data_size.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/units/frequency.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/units/time_delta.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/units/timestamp.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/video/builtin_video_bitrate_allocator_factory.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/encoded_image.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/video/rtp_video_frame_assembler.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/test/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/video/video_bitrate_allocator_factory.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/video/video_frame_metadata_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/libaom_av1_encoder_factory.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/libaom_av1_encoder_factory_test.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/simple_encoder_wrapper.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/simple_encoder_wrapper.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/simple_encoder_wrapper_unittests.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/simulcast_stream.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/test/BUILD.gn
    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_encoder.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/video_encoder_factory_interface.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/video_encoder_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/voip/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/voip/test/compile_all_headers.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/api/voip/voip_engine_factory.cc
    R 
Source/ThirdParty/libwebrtc/Source/webrtc/api/wrapping_async_dns_resolver.cc
    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_receive_stream.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/audio/audio_receive_stream_unittest.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_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/audio_transport_impl.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.h
    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_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
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/remix_resample.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/remix_resample.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/utility/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/audio/utility/audio_frame_operations.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/audio/utility/audio_frame_operations.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/audio/utility/audio_frame_operations_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/voip/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/voip/audio_channel.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/voip/audio_ingress.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/voip/audio_ingress.h
    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/audio/voip/test/voip_core_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/voip/voip_core.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/audio/voip/voip_core.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/build_overrides/partition_alloc.gni
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/adaptation/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/call/adaptation/resource_adaptation_processor.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/audio_receive_stream.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/audio_send_stream.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/audio_state.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/call.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/call_perf_tests.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/call/fake_network_pipe_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/rampup_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/call/receive_stream.h
    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_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.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_audio/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_audio/audio_util_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_audio/channel_buffer.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_audio/include/audio_util.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_audio/resampler/include/push_resampler.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_audio/resampler/push_resampler.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_audio/resampler/push_resampler_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_audio/resampler/push_sinc_resampler.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_audio/signal_processing/signal_processing_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_audio/vad/vad_core_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_audio/vad/vad_gmm_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_audio/vad/vad_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_video/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_video/OWNERS
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/generic_frame_descriptor/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h264/h264_bitstream_parser.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h264/h264_bitstream_parser.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h264/h264_bitstream_parser_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h264/h264_common.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h264/h264_common.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h264/pps_parser.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h264/pps_parser.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h264/pps_parser_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h264/sps_parser.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h264/sps_parser.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h264/sps_parser_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h264/sps_vui_rewriter.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h264/sps_vui_rewriter.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h264/sps_vui_rewriter_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_bitstream_parser.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_bitstream_parser.h
    M 
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
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_pps_parser.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_pps_parser.h
    M 
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
    M 
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
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_vps_parser_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/video_frame_buffer.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/video_frame_buffer_pool.cc
    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/stunprober/main.cc
    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/style-guide.md
    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-milo.cfg
    M Source/ThirdParty/libwebrtc/Source/webrtc/infra/config/luci-notify.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/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/dependency_descriptor_encoder_decoder.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/dependency_descriptor_encoder_decoder.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/dependency_descriptor_encoder_decoder_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/encoder/bit_writer.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/encoder/bit_writer.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/encoder/blob_encoding.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/encoder/blob_encoding_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/encoder/delta_encoding.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/encoder/delta_encoding_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/encoder/optional_blob_encoding.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/encoder/optional_blob_encoding_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/encoder/rtc_event_log_encoder.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/encoder/rtc_event_log_encoder_common.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/encoder/rtc_event_log_encoder_legacy.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/encoder/rtc_event_log_encoder_legacy.h
    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/encoder/rtc_event_log_encoder_new_format.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/encoder/rtc_event_log_encoder_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/encoder/rtc_event_log_encoder_v3.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/encoder/rtc_event_log_encoder_v3.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/encoder/var_int.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/fixed_length_encoding_parameters_v3.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/fixed_length_encoding_parameters_v3.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/logged_rtp_rtcp.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_alr_state.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_alr_state.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_audio_network_adaptation.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_audio_network_adaptation.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_audio_playout.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_audio_playout.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_audio_receive_stream_config.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_audio_receive_stream_config.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_audio_send_stream_config.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_audio_send_stream_config.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_begin_log.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_begin_log.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_bwe_update_delay_based.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_bwe_update_delay_based.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_bwe_update_loss_based.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_bwe_update_loss_based.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_definition.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_dtls_transport_state.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_dtls_transport_state.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_dtls_writable_state.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_dtls_writable_state.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_end_log.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_end_log.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_field_encoding.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_field_encoding.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_field_encoding_parser.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_field_encoding_parser.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_field_encoding_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_field_extraction.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_field_extraction.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_field_extraction_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_frame_decoded.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_frame_decoded.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_generic_ack_received.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_generic_ack_received.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_generic_packet_received.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_generic_packet_received.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_generic_packet_sent.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_generic_packet_sent.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_ice_candidate_pair.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_ice_candidate_pair.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_ice_candidate_pair_config.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_ice_candidate_pair_config.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_log_parse_status.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_neteq_set_minimum_delay.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_neteq_set_minimum_delay.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_probe_cluster_created.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_probe_cluster_created.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_probe_result_failure.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_probe_result_failure.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_probe_result_success.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_probe_result_success.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_remote_estimate.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_route_change.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_route_change.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_rtcp_packet_incoming.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_rtcp_packet_incoming.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_rtcp_packet_outgoing.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_rtcp_packet_outgoing.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_rtp_packet_incoming.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_rtp_packet_incoming.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_rtp_packet_outgoing.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_rtp_packet_outgoing.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_video_receive_stream_config.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_video_receive_stream_config.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_video_send_stream_config.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/events/rtc_event_video_send_stream_config.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/fake_rtc_event_log.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/fake_rtc_event_log.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/fake_rtc_event_log_factory.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/ice_logger.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/ice_logger.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/rtc_event_log2rtp_dump.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/rtc_event_log_impl.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/rtc_event_log_impl.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/rtc_event_log_impl_unittest.cc
    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_parser.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/rtc_event_log_unittest.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_log_unittest_helper.h
    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
    M 
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/fake_media_engine.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/media/base/media_channel.h
    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/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_video_engine.cc
    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/media/sctp/dcsctp_transport.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/BUILD.gn
    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/acm2/acm_receive_test.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/acm2/acm_receiver.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/acm2/acm_receiver.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/acm2/acm_receiver_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/acm2/acm_remixing.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/acm2/acm_remixing_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/acm2/acm_resampler.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/acm2/acm_resampler.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/acm2/acm_send_test.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/acm2/acm_send_test.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/acm2/audio_coding_module_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/codecs/ilbc/ilbc_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/codecs/opus/audio_encoder_multi_channel_opus_impl.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/codecs/opus/audio_encoder_multi_channel_opus_impl.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/include/audio_coding_module_typedefs.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/neteq/audio_decoder_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/neteq/decision_logic_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.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/neteq/neteq_impl_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/neteq/neteq_network_stats_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/neteq/neteq_stereo_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/neteq/neteq_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/neteq/statistics_calculator.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/neteq/statistics_calculator.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/neteq/statistics_calculator_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/neteq/test/neteq_decoding_test.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/neteq/tools/neteq_performance_test.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/neteq/tools/neteq_quality_test.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/neteq/tools/neteq_test.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/test/Channel.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/test/EncodeDecodeTest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/test/PacketLossTest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/test/TestAllCodecs.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/test/TestAllCodecs.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/test/TestRedFec.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/test/TestRedFec.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/test/TestStereo.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/test/TestStereo.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/test/TestVADDTX.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/test/TestVADDTX.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/test/target_delay_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_device/mac/audio_device_mac.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_mixer/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_mixer/frame_combiner.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_mixer/frame_combiner.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_mixer/frame_combiner_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/aec3/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/aec3/subtractor_output_analyzer.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/aec3/transparent_mode.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/aec_dump/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/adaptive_digital_gain_controller.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/adaptive_digital_gain_controller.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/adaptive_digital_gain_controller_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/fixed_digital_level_estimator.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/fixed_digital_level_estimator.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/fixed_digital_level_estimator_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/gain_applier.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/gain_applier.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/gain_applier_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/limiter.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/limiter.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/limiter_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/noise_level_estimator.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/noise_level_estimator.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/noise_level_estimator_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/rnn_vad/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/vad_wrapper.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/vad_wrapper.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/vad_wrapper_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/vector_float_frame.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/agc2/vector_float_frame.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/audio_buffer.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/audio_buffer.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/audio_buffer_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/audio_frame_view_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/audio_processing_impl.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/audio_processing_impl.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/audio_processing_impl_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/audio_processing_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/gain_controller2.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/gain_controller2_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/include/audio_frame_view.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/ns/BUILD.gn
    R 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/test/android/apmtest/AndroidManifest.xml
    R 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/test/android/apmtest/default.properties
    R 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/test/android/apmtest/jni/main.c
    R 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/test/android/apmtest/res/values/strings.xml
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/test/audio_processing_simulator.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/test/audio_processing_simulator.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/test/audioproc_float_impl.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/test/debug_dump_test.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/test/test_utils.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/test/test_utils.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/transient/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/alr_detector.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/alr_detector.h
    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/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.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/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_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/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/test/goog_cc_printer.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/goog_cc/test/goog_cc_printer.h
    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/include/receive_side_congestion_controller.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/pcc/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/receive_side_congestion_controller.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/receive_side_congestion_controller_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/rtp/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/congestion_controller/rtp/transport_feedback_adapter.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/DEPS
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/desktop_capture_options.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/linux/wayland/mouse_cursor_monitor_pipewire.cc
    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/shared_screencast_stream.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/linux/wayland/shared_screencast_stream_unittest.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/linux/wayland/test/test_screencast_stream_provider.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/mac/desktop_configuration.mm
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/mac/screen_capturer_sck.h
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/mac/screen_capturer_sck.mm
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/desktop_capture/screen_capturer_darwin.mm
    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/pacing/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/pacing/bitrate_prober.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/pacing/bitrate_prober.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/pacing/bitrate_prober_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/pacing/task_queue_paced_sender_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/portal/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/BUILD.gn
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/congestion_control_feedback_generator.cc
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/congestion_control_feedback_generator.h
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/congestion_control_feedback_generator_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/overuse_detector.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/overuse_detector.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/overuse_estimator.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/overuse_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_abs_send_time_unittest.cc
    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
    R 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc
    R 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.h
    R 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy_unittest.cc
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/rtp_transport_feedback_generator.h
    R 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.cc
    R 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.h
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/transport_sequence_number_feedback_generator.cc
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/transport_sequence_number_feedback_generator.h
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/remote_bitrate_estimator/transport_sequence_number_feedback_generator_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/BUILD.gn
    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/ntp_time_util.cc
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/ntp_time_util.h
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/ntp_time_util_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/remote_ntp_time_estimator.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_receiver.cc
    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_transceiver_impl.cc
    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/rtp_format_h264.cc
    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_packetizer_h265.cc
    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_impl2.cc
    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_audio.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_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_video_stream_receiver_frame_transformer_delegate.cc
    R 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/time_util.cc
    R 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/time_util.h
    R 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/time_util_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_h264.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_h264_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_h265.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_capture/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_capture/linux/pipewire_session.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_capture/linux/video_capture_pipewire.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_capture/windows/help_functions_ds.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/OWNERS
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/av1/BUILD.gn
    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/h264/h264.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.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/h264/include/h264_globals.h
    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/videocodec_test_fixture_impl.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/test/videocodec_test_fixture_impl.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/test/videoprocessor.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/test/videoprocessor.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/test/videoprocessor_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/vp8/default_temporal_layers_unittest.cc
    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/vp9/libvpx_vp9_encoder.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/deprecated/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/deprecated/jitter_buffer_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/deprecated/session_info.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.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/h264_sps_pps_tracker_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/h26x_packet_buffer.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/h26x_packet_buffer.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/h26x_packet_buffer_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/nack_requester.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/packet_buffer.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/packet_buffer.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/packet_buffer_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/svc/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/svc/scalability_mode_util.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/timing/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/timing/timing_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/utility/simulcast_rate_allocator.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/utility/simulcast_rate_allocator.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/utility/simulcast_rate_allocator_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_test_fixture_impl.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/utility/simulcast_utility.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/utility/simulcast_utility.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/video_codec_initializer.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/video_codec_initializer_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/packet/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/public/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/rx/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/socket/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/socket/dcsctp_socket.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/socket/dcsctp_socket_network_test.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/socket/dcsctp_socket_test.cc
    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/transmission_control_block.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/testing/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/timer/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/net/dcsctp/tx/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/connection.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/dtls_transport_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/fake_ice_transport.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/fake_port_allocator.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/ice_credentials_iterator.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/ice_transport_internal.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/mock_ice_transport.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_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_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/port_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/pseudo_tcp_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/tcp_port_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/transport_info.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/base/turn_server.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/p2p/client/basic_port_allocator.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/p2p/client/basic_port_allocator_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/BUILD.gn
    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/data_channel_integrationtest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_session_description_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_transport_controller.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_transport_controller.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/jsep_transport_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/media_session.cc
    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_encodings_integrationtest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection_end_to_end_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection_integrationtest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection_media_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection_proxy.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/pc/peer_connection_rampup_tests.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/proxy.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/proxy_unittest.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/rtp_media_utils.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtp_receiver.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtp_receiver.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtp_receiver_proxy.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/rtp_sender.cc
    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_transmission_manager.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/pc/scenario_tests/goog_cc_test.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
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/srtp_session_unittest.cc
    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/integration_test_helpers.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/pc/test/mock_peer_connection_internal.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/pc/test/mock_voice_media_receive_channel_interface.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/test/srtp_test_util.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/webrtc_sdp.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/webrtc_sdp.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/pc/webrtc_sdp_unittest.cc
    R 
Source/ThirdParty/libwebrtc/Source/webrtc/resources/deflicker_before_cif_short.yuv.sha1
    R 
Source/ThirdParty/libwebrtc/Source/webrtc/resources/foremanColorEnhanced_cif_short.yuv.sha1
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/bitrate_tracker_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/bitstream_reader.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/boringssl_certificate.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/containers/BUILD.gn
    R Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/crypt_string.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/crypt_string.h
    A Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/crypto_random.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/crypto_random.h
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/crypto_random_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/experiments/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/experiments/keyframe_interval_settings.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/experiments/keyframe_interval_settings.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/experiments/keyframe_interval_settings_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/experiments/rate_control_settings.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/experiments/rate_control_settings.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/experiments/rate_control_settings_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/frequency_tracker_unittest.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/helpers.cc
    R Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/helpers.h
    R Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/helpers_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/ip_address.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/network/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/divide_round_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/event_based_exponential_moving_average.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/event_based_exponential_moving_average_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/event_rate_counter.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/event_rate_counter.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/histogram_percentile_counter.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/moving_average.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/moving_average_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/moving_percentile_filter_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/running_statistics.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/safe_compare.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/safe_compare_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/safe_minmax.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/safe_minmax_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_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/sample_stats.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/sample_stats.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/sequence_number_unwrapper.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/sequence_number_unwrapper_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/sequence_number_util.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/numerics/sequence_number_util_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/openssl_adapter.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/openssl_certificate.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/platform_thread.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/ref_count.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/ref_counted_object.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/ref_counted_object_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/ref_counter.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/socket_adapters.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/socket_address.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/ssl_identity_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/string_encode_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/synchronization/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/system/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/task_utils/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/third_party/base64/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/time_utils.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/time_utils_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/unique_id_generator.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/unique_id_generator_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/units/unit_base.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/units/unit_base_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/weak_ptr.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/OWNERS
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/data_channel_benchmark/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/data_channel_benchmark/peer_connection_client.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/data_channel_benchmark/peer_connection_client.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/network_tester/BUILD.gn
    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_to_text/main.cc
    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
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/rtc_event_log_visualizer/analyzer_bindings.cc
    M 
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/log_simulation.cc
    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/rtp_generator/rtp_generator.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/unpack_aecdump/unpack.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/video_encoder/video_encoder.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/rtc_tools/video_replay.cc
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/java/org/webrtc/RtcError.java
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/java/org/webrtc/RtcException.java
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/sdk/objc/api/peerconnection/RTCRtpSource+Private.h
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/sdk/objc/api/peerconnection/RTCRtpSource.h
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/sdk/objc/api/peerconnection/RTCRtpSource.mm
    M Source/ThirdParty/libwebrtc/Source/webrtc/stats/BUILD.gn
    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/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/frame_generator_capturer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/frame_generator_capturer.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/fuzzers/BUILD.gn
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/test/fuzzers/corpora/rtpdump-corpus/vp9/b353565743.rtpdump
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/test/fuzzers/rtp_frame_reference_finder_fuzzer.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/fuzzers/utils/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/jitter/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/logging/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/mappable_native_buffer.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/test/mock_audio_encoder_factory.h
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/network/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/network/OWNERS
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/test/network/cross_traffic_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/test/network/feedback_generator.cc
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/test/network/schedulable_network_behavior.cc
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/test/network/schedulable_network_behavior.h
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/test/network/schedulable_network_behavior_test.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/test/network/simulated_network_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/analyzer/video/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/analyzer/video/default_video_quality_analyzer_frame_in_flight.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/analyzer/video/dvqa/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/peer_params_preprocessor.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/test/pc/e2e/stats_based_network_quality_metrics_reporter_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/peer_scenario/BUILD.gn
    A Source/ThirdParty/libwebrtc/Source/webrtc/test/peer_scenario/OWNERS
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/test/peer_scenario/tests/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/test/peer_scenario/tests/bwe_ramp_up_test.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/scenario/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/scenario/call_client.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/scenario/call_client.h
    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/testsupport/file_utils.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/test/testsupport/file_utils_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/time_controller/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/video_codec_tester.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/test/video_codec_tester.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/test/video_codec_tester_unittest.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/tools_webrtc/android/build_aar.py
    M Source/ThirdParty/libwebrtc/Source/webrtc/tools_webrtc/android/test_aar.py
    R 
Source/ThirdParty/libwebrtc/Source/webrtc/tools_webrtc/ensure_webcam_is_running.py
    M Source/ThirdParty/libwebrtc/Source/webrtc/tools_webrtc/gn_check_autofix.py
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/tools_webrtc/ios/build_ios_libs.py
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/tools_webrtc/iwyu/apply-include-cleaner
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/tools_webrtc/mb/docs/user_guide.md
    M Source/ThirdParty/libwebrtc/Source/webrtc/tools_webrtc/mb/mb.py
    M Source/ThirdParty/libwebrtc/Source/webrtc/tools_webrtc/mb/mb_config.pyl
    M Source/ThirdParty/libwebrtc/Source/webrtc/tools_webrtc/mb/mb_unittest.py
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/OWNERS
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/adaptation/BUILD.gn
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/config/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/video/config/encoder_stream_factory.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/video/config/encoder_stream_factory.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/video/config/encoder_stream_factory_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/config/simulcast.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/config/simulcast.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/video/config/simulcast_unittest.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_rtcp_feedback.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/encoder_rtcp_feedback.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/video/encoder_rtcp_feedback_unittest.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/resolution_bitrate_limits_tests.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/video/frame_encode_metadata_writer.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/video/frame_encode_metadata_writer.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/video/frame_encode_metadata_writer_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/full_stack_tests.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/pc_full_stack_tests.cc
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/video/quality_convergence_controller.cc
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/video/quality_convergence_controller.h
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/video/quality_convergence_controller_unittest.cc
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/video/quality_convergence_monitor.cc
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/video/quality_convergence_monitor.h
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/video/quality_convergence_monitor_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/quality_scaling_tests.cc
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/video/rate_utilization_tracker.cc
    A Source/ThirdParty/libwebrtc/Source/webrtc/video/rate_utilization_tracker.h
    A 
Source/ThirdParty/libwebrtc/Source/webrtc/video/rate_utilization_tracker_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/render/BUILD.gn
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/video/rtp_video_stream_receiver2.cc
    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/sv_loopback.cc
    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_receive_stream2.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_receive_stream2.h
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/video/video_receive_stream2_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_send_stream_impl.cc
    M 
Source/ThirdParty/libwebrtc/Source/webrtc/video/video_send_stream_impl_unittest.cc
    M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_send_stream_tests.cc
    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/Source/webrtc/whitespace.txt
    M Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj
    M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.h
    M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCObservers.h
    M 
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpTransformBackend.h
    M Source/WebCore/platform/mediastream/RealtimeOutgoingAudioSource.h
    M Source/WebCore/platform/mediastream/RealtimeOutgoingVideoSource.h
    M Source/WebCore/testing/MockLibWebRTCPeerConnection.h

  Log Message:
  -----------
  Update libwebrtc to M128
https://bugs.webkit.org/show_bug.cgi?id=277131
rdar://132558297

Reviewed by Eric Carlson.

Update libwebrtc to M128 branch and update client code according API changes.

* Source/ThirdParty/libwebrtc/Configurations/libwebrtc.exp:
* Source/ThirdParty/libwebrtc/Source/webrtc: Resynced.
* Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj:
* Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.h:
(WebCore::LibWebRTCMediaEndpoint::Release const):
* Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCObservers.h:
* Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpTransformBackend.h:
(WebCore::LibWebRTCRtpTransformBackend::Release const):
* Source/WebCore/platform/mediastream/RealtimeOutgoingAudioSource.h:
* Source/WebCore/platform/mediastream/RealtimeOutgoingVideoSource.h:
* Source/WebCore/testing/MockLibWebRTCPeerConnection.h:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to