regen, missed in previous

"Update to latest master, tdesktop 4.4.2 requires newer WebRTC"
This commit is contained in:
kn 2022-12-29 16:41:29 +00:00
parent db8f96482c
commit cb8fd61d04

View File

@ -75,6 +75,8 @@ include/tg_owt/api/dtls_transport_interface.h
include/tg_owt/api/dtmf_sender_interface.h
include/tg_owt/api/fec_controller.h
include/tg_owt/api/fec_controller_override.h
include/tg_owt/api/field_trials.h
include/tg_owt/api/field_trials_view.h
include/tg_owt/api/frame_transformer_interface.h
include/tg_owt/api/function_view.h
include/tg_owt/api/g3doc/
@ -83,6 +85,7 @@ include/tg_owt/api/ice_transport_interface.h
include/tg_owt/api/jsep.h
include/tg_owt/api/jsep_ice_candidate.h
include/tg_owt/api/jsep_session_description.h
include/tg_owt/api/make_ref_counted.h
include/tg_owt/api/media_stream_interface.h
include/tg_owt/api/media_stream_track.h
include/tg_owt/api/media_types.h
@ -133,7 +136,7 @@ include/tg_owt/api/stats/rtcstats_objects.h
include/tg_owt/api/stats_types.h
include/tg_owt/api/task_queue/
include/tg_owt/api/task_queue/default_task_queue_factory.h
include/tg_owt/api/task_queue/queued_task.h
include/tg_owt/api/task_queue/pending_task_safety_flag.h
include/tg_owt/api/task_queue/task_queue_base.h
include/tg_owt/api/task_queue/task_queue_factory.h
include/tg_owt/api/task_queue/task_queue_test.h
@ -150,7 +153,6 @@ include/tg_owt/api/transport/rtp/dependency_descriptor.h
include/tg_owt/api/transport/rtp/rtp_source.h
include/tg_owt/api/transport/sctp_transport_factory_interface.h
include/tg_owt/api/transport/stun.h
include/tg_owt/api/transport/webrtc_key_value_config.h
include/tg_owt/api/turn_customizer.h
include/tg_owt/api/uma_metrics.h
include/tg_owt/api/units/
@ -164,13 +166,17 @@ include/tg_owt/api/video/builtin_video_bitrate_allocator_factory.h
include/tg_owt/api/video/color_space.h
include/tg_owt/api/video/encoded_frame.h
include/tg_owt/api/video/encoded_image.h
include/tg_owt/api/video/frame_buffer.h
include/tg_owt/api/video/hdr_metadata.h
include/tg_owt/api/video/i010_buffer.h
include/tg_owt/api/video/i210_buffer.h
include/tg_owt/api/video/i420_buffer.h
include/tg_owt/api/video/i422_buffer.h
include/tg_owt/api/video/i444_buffer.h
include/tg_owt/api/video/nv12_buffer.h
include/tg_owt/api/video/recordable_encoded_frame.h
include/tg_owt/api/video/render_resolution.h
include/tg_owt/api/video/resolution.h
include/tg_owt/api/video/rtp_video_frame_assembler.h
include/tg_owt/api/video/video_adaptation_counters.h
include/tg_owt/api/video/video_adaptation_reason.h
@ -190,23 +196,29 @@ include/tg_owt/api/video/video_sink_interface.h
include/tg_owt/api/video/video_source_interface.h
include/tg_owt/api/video/video_stream_decoder.h
include/tg_owt/api/video/video_stream_decoder_create.h
include/tg_owt/api/video/video_stream_encoder_interface.h
include/tg_owt/api/video/video_stream_encoder_observer.h
include/tg_owt/api/video/video_stream_encoder_settings.h
include/tg_owt/api/video/video_timing.h
include/tg_owt/api/video_codecs/
include/tg_owt/api/video_codecs/av1_profile.h
include/tg_owt/api/video_codecs/bitstream_parser.h
include/tg_owt/api/video_codecs/builtin_video_decoder_factory.h
include/tg_owt/api/video_codecs/builtin_video_encoder_factory.h
include/tg_owt/api/video_codecs/h264_profile_level_id.h
include/tg_owt/api/video_codecs/scalability_mode.h
include/tg_owt/api/video_codecs/scalability_mode_helper.h
include/tg_owt/api/video_codecs/sdp_video_format.h
include/tg_owt/api/video_codecs/simulcast_stream.h
include/tg_owt/api/video_codecs/spatial_layer.h
include/tg_owt/api/video_codecs/video_codec.h
include/tg_owt/api/video_codecs/video_decoder.h
include/tg_owt/api/video_codecs/video_decoder_factory.h
include/tg_owt/api/video_codecs/video_decoder_factory_template.h
include/tg_owt/api/video_codecs/video_decoder_factory_template_dav1d_adapter.h
include/tg_owt/api/video_codecs/video_decoder_factory_template_libvpx_vp8_adapter.h
include/tg_owt/api/video_codecs/video_decoder_factory_template_libvpx_vp9_adapter.h
include/tg_owt/api/video_codecs/video_decoder_factory_template_open_h264_adapter.h
include/tg_owt/api/video_codecs/video_decoder_software_fallback_wrapper.h
include/tg_owt/api/video_codecs/video_encoder.h
include/tg_owt/api/video_codecs/video_encoder_config.h
include/tg_owt/api/video_codecs/video_encoder_factory.h
include/tg_owt/api/video_codecs/video_encoder_factory_template.h
include/tg_owt/api/video_codecs/video_encoder_factory_template_libaom_av1_adapter.h
@ -244,7 +256,6 @@ include/tg_owt/audio/channel_send.h
include/tg_owt/audio/channel_send_frame_transformer_delegate.h
include/tg_owt/audio/conversion.h
include/tg_owt/audio/mock_voe_channel_proxy.h
include/tg_owt/audio/null_audio_poller.h
include/tg_owt/audio/remix_resample.h
include/tg_owt/audio/utility/
include/tg_owt/audio/utility/audio_frame_operations.h
@ -387,14 +398,12 @@ include/tg_owt/common_video/h265/h265_vps_parser.h
include/tg_owt/common_video/h265/legacy_bit_buffer.h
include/tg_owt/common_video/include/
include/tg_owt/common_video/include/bitrate_adjuster.h
include/tg_owt/common_video/include/incoming_video_stream.h
include/tg_owt/common_video/include/quality_limitation_reason.h
include/tg_owt/common_video/include/video_frame_buffer.h
include/tg_owt/common_video/include/video_frame_buffer_pool.h
include/tg_owt/common_video/libyuv/
include/tg_owt/common_video/libyuv/include/
include/tg_owt/common_video/libyuv/include/webrtc_libyuv.h
include/tg_owt/common_video/video_render_frames.h
include/tg_owt/logging/
include/tg_owt/logging/g3doc/
include/tg_owt/logging/rtc_event_log/
@ -492,7 +501,6 @@ include/tg_owt/media/engine/internal_encoder_factory.h
include/tg_owt/media/engine/multiplex_codec_factory.h
include/tg_owt/media/engine/null_webrtc_video_engine.h
include/tg_owt/media/engine/payload_type_mapper.h
include/tg_owt/media/engine/simulcast.h
include/tg_owt/media/engine/simulcast_encoder_adapter.h
include/tg_owt/media/engine/unhandled_packets_buffer.h
include/tg_owt/media/engine/webrtc_media_engine.h
@ -503,7 +511,6 @@ include/tg_owt/media/sctp/
include/tg_owt/media/sctp/dcsctp_transport.h
include/tg_owt/media/sctp/sctp_transport_factory.h
include/tg_owt/media/sctp/sctp_transport_internal.h
include/tg_owt/media/sctp/usrsctp_transport.h
include/tg_owt/modules/
include/tg_owt/modules/async_audio_processing/
include/tg_owt/modules/async_audio_processing/async_audio_processing.h
@ -740,12 +747,12 @@ include/tg_owt/modules/audio_coding/neteq/nack_tracker.h
include/tg_owt/modules/audio_coding/neteq/neteq_impl.h
include/tg_owt/modules/audio_coding/neteq/normal.h
include/tg_owt/modules/audio_coding/neteq/packet.h
include/tg_owt/modules/audio_coding/neteq/packet_arrival_history.h
include/tg_owt/modules/audio_coding/neteq/packet_buffer.h
include/tg_owt/modules/audio_coding/neteq/post_decode_vad.h
include/tg_owt/modules/audio_coding/neteq/preemptive_expand.h
include/tg_owt/modules/audio_coding/neteq/random_vector.h
include/tg_owt/modules/audio_coding/neteq/red_payload_splitter.h
include/tg_owt/modules/audio_coding/neteq/relative_arrival_delay_tracker.h
include/tg_owt/modules/audio_coding/neteq/reorder_optimizer.h
include/tg_owt/modules/audio_coding/neteq/statistics_calculator.h
include/tg_owt/modules/audio_coding/neteq/sync_buffer.h
@ -829,6 +836,7 @@ include/tg_owt/modules/audio_processing/aec3/aec3_fft.h
include/tg_owt/modules/audio_processing/aec3/aec_state.h
include/tg_owt/modules/audio_processing/aec3/alignment_mixer.h
include/tg_owt/modules/audio_processing/aec3/api_call_jitter_metrics.h
include/tg_owt/modules/audio_processing/aec3/block.h
include/tg_owt/modules/audio_processing/aec3/block_buffer.h
include/tg_owt/modules/audio_processing/aec3/block_delay_buffer.h
include/tg_owt/modules/audio_processing/aec3/block_framer.h
@ -837,6 +845,7 @@ include/tg_owt/modules/audio_processing/aec3/block_processor_metrics.h
include/tg_owt/modules/audio_processing/aec3/clockdrift_detector.h
include/tg_owt/modules/audio_processing/aec3/coarse_filter_update_gain.h
include/tg_owt/modules/audio_processing/aec3/comfort_noise_generator.h
include/tg_owt/modules/audio_processing/aec3/config_selector.h
include/tg_owt/modules/audio_processing/aec3/decimator.h
include/tg_owt/modules/audio_processing/aec3/delay_estimate.h
include/tg_owt/modules/audio_processing/aec3/dominant_nearend_detector.h
@ -862,6 +871,7 @@ include/tg_owt/modules/audio_processing/aec3/mock/mock_echo_remover.h
include/tg_owt/modules/audio_processing/aec3/mock/mock_render_delay_buffer.h
include/tg_owt/modules/audio_processing/aec3/mock/mock_render_delay_controller.h
include/tg_owt/modules/audio_processing/aec3/moving_average.h
include/tg_owt/modules/audio_processing/aec3/multi_channel_content_detector.h
include/tg_owt/modules/audio_processing/aec3/nearend_detector.h
include/tg_owt/modules/audio_processing/aec3/refined_filter_update_gain.h
include/tg_owt/modules/audio_processing/aec3/render_buffer.h
@ -891,7 +901,6 @@ include/tg_owt/modules/audio_processing/aec_dump/aec_dump_factory.h
include/tg_owt/modules/audio_processing/aec_dump/aec_dump_impl.h
include/tg_owt/modules/audio_processing/aec_dump/capture_stream_info.h
include/tg_owt/modules/audio_processing/aec_dump/mock_aec_dump.h
include/tg_owt/modules/audio_processing/aec_dump/write_to_file_task.h
include/tg_owt/modules/audio_processing/aecm/
include/tg_owt/modules/audio_processing/aecm/aecm_core.h
include/tg_owt/modules/audio_processing/aecm/aecm_defines.h
@ -900,11 +909,7 @@ include/tg_owt/modules/audio_processing/agc/
include/tg_owt/modules/audio_processing/agc/agc.h
include/tg_owt/modules/audio_processing/agc/agc_manager_direct.h
include/tg_owt/modules/audio_processing/agc/analog_gain_stats_reporter.h
include/tg_owt/modules/audio_processing/agc/clipping_predictor.h
include/tg_owt/modules/audio_processing/agc/clipping_predictor_evaluator.h
include/tg_owt/modules/audio_processing/agc/clipping_predictor_level_buffer.h
include/tg_owt/modules/audio_processing/agc/gain_control.h
include/tg_owt/modules/audio_processing/agc/gain_map_internal.h
include/tg_owt/modules/audio_processing/agc/legacy/
include/tg_owt/modules/audio_processing/agc/legacy/analog_agc.h
include/tg_owt/modules/audio_processing/agc/legacy/digital_agc.h
@ -919,10 +924,13 @@ include/tg_owt/modules/audio_processing/agc2/adaptive_mode_level_estimator.h
include/tg_owt/modules/audio_processing/agc2/agc2_common.h
include/tg_owt/modules/audio_processing/agc2/agc2_testing_common.h
include/tg_owt/modules/audio_processing/agc2/biquad_filter.h
include/tg_owt/modules/audio_processing/agc2/clipping_predictor.h
include/tg_owt/modules/audio_processing/agc2/clipping_predictor_level_buffer.h
include/tg_owt/modules/audio_processing/agc2/compute_interpolated_gain_curve.h
include/tg_owt/modules/audio_processing/agc2/cpu_features.h
include/tg_owt/modules/audio_processing/agc2/fixed_digital_level_estimator.h
include/tg_owt/modules/audio_processing/agc2/gain_applier.h
include/tg_owt/modules/audio_processing/agc2/gain_map_internal.h
include/tg_owt/modules/audio_processing/agc2/interpolated_gain_curve.h
include/tg_owt/modules/audio_processing/agc2/limiter.h
include/tg_owt/modules/audio_processing/agc2/limiter_db_gain_curve.h
@ -946,6 +954,7 @@ include/tg_owt/modules/audio_processing/agc2/rnn_vad/test_utils.h
include/tg_owt/modules/audio_processing/agc2/rnn_vad/vector_math.h
include/tg_owt/modules/audio_processing/agc2/saturation_protector.h
include/tg_owt/modules/audio_processing/agc2/saturation_protector_buffer.h
include/tg_owt/modules/audio_processing/agc2/speech_probability_buffer.h
include/tg_owt/modules/audio_processing/agc2/vad_wrapper.h
include/tg_owt/modules/audio_processing/agc2/vector_float_frame.h
include/tg_owt/modules/audio_processing/audio_buffer.h
@ -1003,10 +1012,10 @@ include/tg_owt/modules/audio_processing/transient/moving_moments.h
include/tg_owt/modules/audio_processing/transient/transient_detector.h
include/tg_owt/modules/audio_processing/transient/transient_suppressor.h
include/tg_owt/modules/audio_processing/transient/transient_suppressor_impl.h
include/tg_owt/modules/audio_processing/transient/voice_probability_delay_unit.h
include/tg_owt/modules/audio_processing/transient/windows_private.h
include/tg_owt/modules/audio_processing/transient/wpd_node.h
include/tg_owt/modules/audio_processing/transient/wpd_tree.h
include/tg_owt/modules/audio_processing/typing_detection.h
include/tg_owt/modules/audio_processing/utility/
include/tg_owt/modules/audio_processing/utility/cascaded_biquad_filter.h
include/tg_owt/modules/audio_processing/utility/delay_estimator.h
@ -1064,7 +1073,9 @@ include/tg_owt/modules/desktop_capture/
include/tg_owt/modules/desktop_capture/blank_detector_desktop_capturer_wrapper.h
include/tg_owt/modules/desktop_capture/cropped_desktop_frame.h
include/tg_owt/modules/desktop_capture/cropping_window_capturer.h
include/tg_owt/modules/desktop_capture/delegated_source_list_controller.h
include/tg_owt/modules/desktop_capture/desktop_and_cursor_composer.h
include/tg_owt/modules/desktop_capture/desktop_capture_metadata.h
include/tg_owt/modules/desktop_capture/desktop_capture_metrics_helper.h
include/tg_owt/modules/desktop_capture/desktop_capture_options.h
include/tg_owt/modules/desktop_capture/desktop_capture_types.h
@ -1101,6 +1112,7 @@ include/tg_owt/modules/desktop_capture/mouse_cursor_monitor.h
include/tg_owt/modules/desktop_capture/resolution_tracker.h
include/tg_owt/modules/desktop_capture/rgba_color.h
include/tg_owt/modules/desktop_capture/screen_capture_frame_queue.h
include/tg_owt/modules/desktop_capture/screen_capturer_fuchsia.h
include/tg_owt/modules/desktop_capture/screen_capturer_helper.h
include/tg_owt/modules/desktop_capture/screen_drawer.h
include/tg_owt/modules/desktop_capture/screen_drawer_lock_posix.h
@ -1111,7 +1123,6 @@ include/tg_owt/modules/desktop_capture/window_finder.h
include/tg_owt/modules/desktop_capture/window_finder_mac.h
include/tg_owt/modules/desktop_capture/window_finder_win.h
include/tg_owt/modules/include/
include/tg_owt/modules/include/module.h
include/tg_owt/modules/include/module_common_types.h
include/tg_owt/modules/include/module_common_types_public.h
include/tg_owt/modules/include/module_fec_types.h
@ -1119,10 +1130,9 @@ include/tg_owt/modules/pacing/
include/tg_owt/modules/pacing/bitrate_prober.h
include/tg_owt/modules/pacing/g3doc/
include/tg_owt/modules/pacing/interval_budget.h
include/tg_owt/modules/pacing/paced_sender.h
include/tg_owt/modules/pacing/pacing_controller.h
include/tg_owt/modules/pacing/packet_router.h
include/tg_owt/modules/pacing/round_robin_packet_queue.h
include/tg_owt/modules/pacing/prioritized_packet_queue.h
include/tg_owt/modules/pacing/rtp_packet_pacer.h
include/tg_owt/modules/pacing/task_queue_paced_sender.h
include/tg_owt/modules/remote_bitrate_estimator/
@ -1153,7 +1163,6 @@ include/tg_owt/modules/rtp_rtcp/include/rtp_header_extension_map.h
include/tg_owt/modules/rtp_rtcp/include/rtp_packet_sender.h
include/tg_owt/modules/rtp_rtcp/include/rtp_rtcp.h
include/tg_owt/modules/rtp_rtcp/include/rtp_rtcp_defines.h
include/tg_owt/modules/rtp_rtcp/include/ulpfec_receiver.h
include/tg_owt/modules/rtp_rtcp/mocks/
include/tg_owt/modules/rtp_rtcp/mocks/mock_recovered_packet_receiver.h
include/tg_owt/modules/rtp_rtcp/mocks/mock_rtcp_bandwidth_observer.h
@ -1187,7 +1196,6 @@ include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/bye.h
include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/common_header.h
include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/compound_packet.h
include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/dlrr.h
include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.h
include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/extended_reports.h
include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/fir.h
include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/loss_notification.h
@ -1252,7 +1260,7 @@ include/tg_owt/modules/rtp_rtcp/source/time_util.h
include/tg_owt/modules/rtp_rtcp/source/tmmbr_help.h
include/tg_owt/modules/rtp_rtcp/source/ulpfec_generator.h
include/tg_owt/modules/rtp_rtcp/source/ulpfec_header_reader_writer.h
include/tg_owt/modules/rtp_rtcp/source/ulpfec_receiver_impl.h
include/tg_owt/modules/rtp_rtcp/source/ulpfec_receiver.h
include/tg_owt/modules/rtp_rtcp/source/video_fec_generator.h
include/tg_owt/modules/rtp_rtcp/source/video_rtp_depacketizer.h
include/tg_owt/modules/rtp_rtcp/source/video_rtp_depacketizer_av1.h
@ -1276,16 +1284,13 @@ include/tg_owt/modules/utility/
include/tg_owt/modules/utility/include/
include/tg_owt/modules/utility/include/helpers_android.h
include/tg_owt/modules/utility/include/jvm_android.h
include/tg_owt/modules/utility/include/mock/
include/tg_owt/modules/utility/include/mock/mock_process_thread.h
include/tg_owt/modules/utility/include/process_thread.h
include/tg_owt/modules/utility/maybe_worker_thread.h
include/tg_owt/modules/utility/source/
include/tg_owt/modules/utility/source/process_thread_impl.h
include/tg_owt/modules/video_capture/
include/tg_owt/modules/video_capture/device_info_impl.h
include/tg_owt/modules/video_capture/linux/
include/tg_owt/modules/video_capture/linux/device_info_linux.h
include/tg_owt/modules/video_capture/linux/video_capture_linux.h
include/tg_owt/modules/video_capture/linux/device_info_v4l2.h
include/tg_owt/modules/video_capture/linux/video_capture_v4l2.h
include/tg_owt/modules/video_capture/video_capture.h
include/tg_owt/modules/video_capture/video_capture_config.h
include/tg_owt/modules/video_capture/video_capture_defines.h
@ -1293,14 +1298,11 @@ include/tg_owt/modules/video_capture/video_capture_factory.h
include/tg_owt/modules/video_capture/video_capture_impl.h
include/tg_owt/modules/video_coding/
include/tg_owt/modules/video_coding/chain_diff_calculator.h
include/tg_owt/modules/video_coding/codec_timer.h
include/tg_owt/modules/video_coding/codecs/
include/tg_owt/modules/video_coding/codecs/av1/
include/tg_owt/modules/video_coding/codecs/av1/av1_svc_config.h
include/tg_owt/modules/video_coding/codecs/av1/dav1d_decoder.h
include/tg_owt/modules/video_coding/codecs/av1/libaom_av1_decoder.h
include/tg_owt/modules/video_coding/codecs/av1/libaom_av1_encoder.h
include/tg_owt/modules/video_coding/codecs/av1/libaom_av1_encoder_supported.h
include/tg_owt/modules/video_coding/codecs/h264/
include/tg_owt/modules/video_coding/codecs/h264/h264_color_space.h
include/tg_owt/modules/video_coding/codecs/h264/h264_decoder_impl.h
@ -1331,6 +1333,7 @@ include/tg_owt/modules/video_coding/codecs/vp8/libvpx_vp8_decoder.h
include/tg_owt/modules/video_coding/codecs/vp8/libvpx_vp8_encoder.h
include/tg_owt/modules/video_coding/codecs/vp8/screenshare_layers.h
include/tg_owt/modules/video_coding/codecs/vp8/temporal_layers.h
include/tg_owt/modules/video_coding/codecs/vp8/vp8_scalability.h
include/tg_owt/modules/video_coding/codecs/vp9/
include/tg_owt/modules/video_coding/codecs/vp9/include/
include/tg_owt/modules/video_coding/codecs/vp9/include/vp9.h
@ -1341,15 +1344,12 @@ include/tg_owt/modules/video_coding/codecs/vp9/svc_config.h
include/tg_owt/modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.h
include/tg_owt/modules/video_coding/decoder_database.h
include/tg_owt/modules/video_coding/decoding_state.h
include/tg_owt/modules/video_coding/deprecated/
include/tg_owt/modules/video_coding/deprecated/nack_module.h
include/tg_owt/modules/video_coding/encoded_frame.h
include/tg_owt/modules/video_coding/event_wrapper.h
include/tg_owt/modules/video_coding/fec_controller_default.h
include/tg_owt/modules/video_coding/fec_rate_table.h
include/tg_owt/modules/video_coding/frame_buffer.h
include/tg_owt/modules/video_coding/frame_buffer2.h
include/tg_owt/modules/video_coding/frame_buffer3.h
include/tg_owt/modules/video_coding/frame_dependencies_calculator.h
include/tg_owt/modules/video_coding/frame_helpers.h
include/tg_owt/modules/video_coding/frame_object.h
@ -1366,11 +1366,9 @@ include/tg_owt/modules/video_coding/include/video_codec_interface.h
include/tg_owt/modules/video_coding/include/video_coding.h
include/tg_owt/modules/video_coding/include/video_coding_defines.h
include/tg_owt/modules/video_coding/include/video_error_codes.h
include/tg_owt/modules/video_coding/inter_frame_delay.h
include/tg_owt/modules/video_coding/internal_defines.h
include/tg_owt/modules/video_coding/jitter_buffer.h
include/tg_owt/modules/video_coding/jitter_buffer_common.h
include/tg_owt/modules/video_coding/jitter_estimator.h
include/tg_owt/modules/video_coding/loss_notification_controller.h
include/tg_owt/modules/video_coding/media_opt_util.h
include/tg_owt/modules/video_coding/nack_requester.h
@ -1383,10 +1381,10 @@ include/tg_owt/modules/video_coding/rtp_generic_ref_finder.h
include/tg_owt/modules/video_coding/rtp_seq_num_only_ref_finder.h
include/tg_owt/modules/video_coding/rtp_vp8_ref_finder.h
include/tg_owt/modules/video_coding/rtp_vp9_ref_finder.h
include/tg_owt/modules/video_coding/rtt_filter.h
include/tg_owt/modules/video_coding/session_info.h
include/tg_owt/modules/video_coding/svc/
include/tg_owt/modules/video_coding/svc/create_scalability_structure.h
include/tg_owt/modules/video_coding/svc/scalability_mode_util.h
include/tg_owt/modules/video_coding/svc/scalability_structure_full_svc.h
include/tg_owt/modules/video_coding/svc/scalability_structure_key_svc.h
include/tg_owt/modules/video_coding/svc/scalability_structure_l2t2_key_shift.h
@ -1395,9 +1393,14 @@ include/tg_owt/modules/video_coding/svc/scalability_structure_test_helpers.h
include/tg_owt/modules/video_coding/svc/scalable_video_controller.h
include/tg_owt/modules/video_coding/svc/scalable_video_controller_no_layering.h
include/tg_owt/modules/video_coding/svc/svc_rate_allocator.h
include/tg_owt/modules/video_coding/timestamp_map.h
include/tg_owt/modules/video_coding/timing.h
include/tg_owt/modules/video_coding/unique_timestamp_counter.h
include/tg_owt/modules/video_coding/timing/
include/tg_owt/modules/video_coding/timing/codec_timer.h
include/tg_owt/modules/video_coding/timing/frame_delay_variation_kalman_filter.h
include/tg_owt/modules/video_coding/timing/inter_frame_delay.h
include/tg_owt/modules/video_coding/timing/jitter_estimator.h
include/tg_owt/modules/video_coding/timing/rtt_filter.h
include/tg_owt/modules/video_coding/timing/timestamp_extrapolator.h
include/tg_owt/modules/video_coding/timing/timing.h
include/tg_owt/modules/video_coding/utility/
include/tg_owt/modules/video_coding/utility/bandwidth_quality_scaler.h
include/tg_owt/modules/video_coding/utility/decoded_frames_history.h
@ -1411,20 +1414,12 @@ include/tg_owt/modules/video_coding/utility/quality_scaler.h
include/tg_owt/modules/video_coding/utility/simulcast_rate_allocator.h
include/tg_owt/modules/video_coding/utility/simulcast_test_fixture_impl.h
include/tg_owt/modules/video_coding/utility/simulcast_utility.h
include/tg_owt/modules/video_coding/utility/vp8_constants.h
include/tg_owt/modules/video_coding/utility/vp8_header_parser.h
include/tg_owt/modules/video_coding/utility/vp9_constants.h
include/tg_owt/modules/video_coding/utility/vp9_uncompressed_header_parser.h
include/tg_owt/modules/video_coding/video_coding_impl.h
include/tg_owt/modules/video_coding/video_receiver2.h
include/tg_owt/modules/video_processing/
include/tg_owt/modules/video_processing/util/
include/tg_owt/modules/video_processing/util/denoiser_filter.h
include/tg_owt/modules/video_processing/util/denoiser_filter_c.h
include/tg_owt/modules/video_processing/util/denoiser_filter_neon.h
include/tg_owt/modules/video_processing/util/denoiser_filter_sse2.h
include/tg_owt/modules/video_processing/util/noise_estimation.h
include/tg_owt/modules/video_processing/util/skin_detection.h
include/tg_owt/modules/video_processing/video_denoiser.h
include/tg_owt/net/
include/tg_owt/net/dcsctp/
include/tg_owt/net/dcsctp/common/
@ -1498,12 +1493,14 @@ include/tg_owt/net/dcsctp/public/dcsctp_options.h
include/tg_owt/net/dcsctp/public/dcsctp_socket.h
include/tg_owt/net/dcsctp/public/dcsctp_socket_factory.h
include/tg_owt/net/dcsctp/public/mock_dcsctp_socket.h
include/tg_owt/net/dcsctp/public/mock_dcsctp_socket_factory.h
include/tg_owt/net/dcsctp/public/packet_observer.h
include/tg_owt/net/dcsctp/public/text_pcap_packet_observer.h
include/tg_owt/net/dcsctp/public/timeout.h
include/tg_owt/net/dcsctp/public/types.h
include/tg_owt/net/dcsctp/rx/
include/tg_owt/net/dcsctp/rx/data_tracker.h
include/tg_owt/net/dcsctp/rx/interleaved_reassembly_streams.h
include/tg_owt/net/dcsctp/rx/reassembly_queue.h
include/tg_owt/net/dcsctp/rx/reassembly_streams.h
include/tg_owt/net/dcsctp/rx/traditional_reassembly_streams.h
@ -1534,8 +1531,11 @@ include/tg_owt/net/dcsctp/tx/retransmission_queue.h
include/tg_owt/net/dcsctp/tx/retransmission_timeout.h
include/tg_owt/net/dcsctp/tx/rr_send_queue.h
include/tg_owt/net/dcsctp/tx/send_queue.h
include/tg_owt/net/dcsctp/tx/stream_scheduler.h
include/tg_owt/p2p/
include/tg_owt/p2p/base/
include/tg_owt/p2p/base/active_ice_controller_factory_interface.h
include/tg_owt/p2p/base/active_ice_controller_interface.h
include/tg_owt/p2p/base/async_stun_tcp_socket.h
include/tg_owt/p2p/base/basic_async_resolver_factory.h
include/tg_owt/p2p/base/basic_ice_controller.h
@ -1551,11 +1551,16 @@ include/tg_owt/p2p/base/fake_dtls_transport.h
include/tg_owt/p2p/base/fake_ice_transport.h
include/tg_owt/p2p/base/fake_packet_transport.h
include/tg_owt/p2p/base/fake_port_allocator.h
include/tg_owt/p2p/base/ice_agent_interface.h
include/tg_owt/p2p/base/ice_controller_factory_interface.h
include/tg_owt/p2p/base/ice_controller_interface.h
include/tg_owt/p2p/base/ice_credentials_iterator.h
include/tg_owt/p2p/base/ice_switch_reason.h
include/tg_owt/p2p/base/ice_transport_internal.h
include/tg_owt/p2p/base/mock_active_ice_controller.h
include/tg_owt/p2p/base/mock_async_resolver.h
include/tg_owt/p2p/base/mock_ice_agent.h
include/tg_owt/p2p/base/mock_ice_controller.h
include/tg_owt/p2p/base/mock_ice_transport.h
include/tg_owt/p2p/base/p2p_constants.h
include/tg_owt/p2p/base/p2p_transport_channel.h
@ -1579,6 +1584,7 @@ include/tg_owt/p2p/base/transport_info.h
include/tg_owt/p2p/base/turn_port.h
include/tg_owt/p2p/base/turn_server.h
include/tg_owt/p2p/base/udp_port.h
include/tg_owt/p2p/base/wrapping_active_ice_controller.h
include/tg_owt/p2p/client/
include/tg_owt/p2p/client/basic_port_allocator.h
include/tg_owt/p2p/client/relay_port_factory_interface.h
@ -1591,7 +1597,6 @@ include/tg_owt/pc/audio_rtp_receiver.h
include/tg_owt/pc/audio_track.h
include/tg_owt/pc/channel.h
include/tg_owt/pc/channel_interface.h
include/tg_owt/pc/channel_manager.h
include/tg_owt/pc/connection_context.h
include/tg_owt/pc/data_channel_controller.h
include/tg_owt/pc/data_channel_utils.h
@ -1606,6 +1611,8 @@ include/tg_owt/pc/jitter_buffer_delay.h
include/tg_owt/pc/jsep_transport.h
include/tg_owt/pc/jsep_transport_collection.h
include/tg_owt/pc/jsep_transport_controller.h
include/tg_owt/pc/legacy_stats_collector.h
include/tg_owt/pc/legacy_stats_collector_interface.h
include/tg_owt/pc/local_audio_source.h
include/tg_owt/pc/media_protocol_names.h
include/tg_owt/pc/media_session.h
@ -1619,6 +1626,7 @@ include/tg_owt/pc/peer_connection_factory_proxy.h
include/tg_owt/pc/peer_connection_internal.h
include/tg_owt/pc/peer_connection_message_handler.h
include/tg_owt/pc/peer_connection_proxy.h
include/tg_owt/pc/peer_connection_sdp_methods.h
include/tg_owt/pc/peer_connection_wrapper.h
include/tg_owt/pc/proxy.h
include/tg_owt/pc/remote_audio_source.h
@ -1637,7 +1645,6 @@ include/tg_owt/pc/rtp_transport.h
include/tg_owt/pc/rtp_transport_internal.h
include/tg_owt/pc/scenario_tests/
include/tg_owt/pc/sctp_data_channel.h
include/tg_owt/pc/sctp_data_channel_transport.h
include/tg_owt/pc/sctp_transport.h
include/tg_owt/pc/sctp_utils.h
include/tg_owt/pc/sdp_offer_answer.h
@ -1649,8 +1656,6 @@ include/tg_owt/pc/simulcast_description.h
include/tg_owt/pc/srtp_filter.h
include/tg_owt/pc/srtp_session.h
include/tg_owt/pc/srtp_transport.h
include/tg_owt/pc/stats_collector.h
include/tg_owt/pc/stats_collector_interface.h
include/tg_owt/pc/stream_collection.h
include/tg_owt/pc/track_media_info_map.h
include/tg_owt/pc/transceiver_list.h
@ -1666,15 +1671,12 @@ include/tg_owt/pc/webrtc_sdp.h
include/tg_owt/pc/webrtc_session_description_factory.h
include/tg_owt/rtc_base/
include/tg_owt/rtc_base/arraysize.h
include/tg_owt/rtc_base/async_invoker.h
include/tg_owt/rtc_base/async_invoker_inl.h
include/tg_owt/rtc_base/async_packet_socket.h
include/tg_owt/rtc_base/async_resolver.h
include/tg_owt/rtc_base/async_resolver_interface.h
include/tg_owt/rtc_base/async_socket.h
include/tg_owt/rtc_base/async_tcp_socket.h
include/tg_owt/rtc_base/async_udp_socket.h
include/tg_owt/rtc_base/atomic_ops.h
include/tg_owt/rtc_base/bit_buffer.h
include/tg_owt/rtc_base/bitstream_reader.h
include/tg_owt/rtc_base/boringssl_certificate.h
@ -1689,15 +1691,12 @@ include/tg_owt/rtc_base/callback_list.h
include/tg_owt/rtc_base/checks.h
include/tg_owt/rtc_base/compile_assert_c.h
include/tg_owt/rtc_base/containers/
include/tg_owt/rtc_base/containers/as_const.h
include/tg_owt/rtc_base/containers/flat_map.h
include/tg_owt/rtc_base/containers/flat_set.h
include/tg_owt/rtc_base/containers/flat_tree.h
include/tg_owt/rtc_base/containers/identity.h
include/tg_owt/rtc_base/containers/invoke.h
include/tg_owt/rtc_base/containers/move_only_int.h
include/tg_owt/rtc_base/containers/not_fn.h
include/tg_owt/rtc_base/containers/void_t.h
include/tg_owt/rtc_base/copy_on_write_buffer.h
include/tg_owt/rtc_base/cpu_time.h
include/tg_owt/rtc_base/crc32.h
@ -1717,7 +1716,6 @@ include/tg_owt/rtc_base/experiments/encoder_info_settings.h
include/tg_owt/rtc_base/experiments/field_trial_list.h
include/tg_owt/rtc_base/experiments/field_trial_parser.h
include/tg_owt/rtc_base/experiments/field_trial_units.h
include/tg_owt/rtc_base/experiments/jitter_upper_bound_experiment.h
include/tg_owt/rtc_base/experiments/keyframe_interval_settings.h
include/tg_owt/rtc_base/experiments/min_video_bitrate_experiment.h
include/tg_owt/rtc_base/experiments/normalize_simulcast_size_experiment.h
@ -1734,7 +1732,6 @@ include/tg_owt/rtc_base/fake_network.h
include/tg_owt/rtc_base/fake_ssl_identity.h
include/tg_owt/rtc_base/file_rotating_stream.h
include/tg_owt/rtc_base/firewall_socket_server.h
include/tg_owt/rtc_base/format_macros.h
include/tg_owt/rtc_base/gtest_prod_util.h
include/tg_owt/rtc_base/gunit.h
include/tg_owt/rtc_base/helpers.h
@ -1749,17 +1746,16 @@ include/tg_owt/rtc_base/java/
include/tg_owt/rtc_base/java/src/
include/tg_owt/rtc_base/java/src/org/
include/tg_owt/rtc_base/java/src/org/webrtc/
include/tg_owt/rtc_base/location.h
include/tg_owt/rtc_base/log_sinks.h
include/tg_owt/rtc_base/logging.h
include/tg_owt/rtc_base/mdns_responder_interface.h
include/tg_owt/rtc_base/memory/
include/tg_owt/rtc_base/memory/aligned_malloc.h
include/tg_owt/rtc_base/memory/always_valid_pointer.h
include/tg_owt/rtc_base/memory/fifo_buffer.h
include/tg_owt/rtc_base/memory_stream.h
include/tg_owt/rtc_base/memory_usage.h
include/tg_owt/rtc_base/message_digest.h
include/tg_owt/rtc_base/message_handler.h
include/tg_owt/rtc_base/nat_server.h
include/tg_owt/rtc_base/nat_socket_factory.h
include/tg_owt/rtc_base/nat_types.h
@ -1783,7 +1779,7 @@ include/tg_owt/rtc_base/numerics/math_utils.h
include/tg_owt/rtc_base/numerics/mod_ops.h
include/tg_owt/rtc_base/numerics/moving_average.h
include/tg_owt/rtc_base/numerics/moving_max_counter.h
include/tg_owt/rtc_base/numerics/moving_median_filter.h
include/tg_owt/rtc_base/numerics/moving_percentile_filter.h
include/tg_owt/rtc_base/numerics/percentile_filter.h
include/tg_owt/rtc_base/numerics/running_statistics.h
include/tg_owt/rtc_base/numerics/safe_compare.h
@ -1823,7 +1819,6 @@ include/tg_owt/rtc_base/rtc_certificate.h
include/tg_owt/rtc_base/rtc_certificate_generator.h
include/tg_owt/rtc_base/sanitizer.h
include/tg_owt/rtc_base/server_socket_adapters.h
include/tg_owt/rtc_base/sigslot_repeater.h
include/tg_owt/rtc_base/sigslot_tester.h
include/tg_owt/rtc_base/socket.h
include/tg_owt/rtc_base/socket_adapters.h
@ -1867,10 +1862,10 @@ include/tg_owt/rtc_base/system/file_wrapper.h
include/tg_owt/rtc_base/system/gcd_helpers.h
include/tg_owt/rtc_base/system/ignore_warnings.h
include/tg_owt/rtc_base/system/inline.h
include/tg_owt/rtc_base/system/no_cfi_icall.h
include/tg_owt/rtc_base/system/no_unique_address.h
include/tg_owt/rtc_base/system/rtc_export.h
include/tg_owt/rtc_base/system/rtc_export_template.h
include/tg_owt/rtc_base/system/thread_registry.h
include/tg_owt/rtc_base/system/unused.h
include/tg_owt/rtc_base/system/warn_current_thread_is_deadlocked.h
include/tg_owt/rtc_base/system_time.h
@ -1881,9 +1876,7 @@ include/tg_owt/rtc_base/task_queue_libevent.h
include/tg_owt/rtc_base/task_queue_stdlib.h
include/tg_owt/rtc_base/task_queue_win.h
include/tg_owt/rtc_base/task_utils/
include/tg_owt/rtc_base/task_utils/pending_task_safety_flag.h
include/tg_owt/rtc_base/task_utils/repeating_task.h
include/tg_owt/rtc_base/task_utils/to_queued_task.h
include/tg_owt/rtc_base/test_base64.h
include/tg_owt/rtc_base/test_certificate_verifier.h
include/tg_owt/rtc_base/test_client.h
@ -1896,9 +1889,6 @@ include/tg_owt/rtc_base/third_party/sigslot/
include/tg_owt/rtc_base/third_party/sigslot/sigslot.h
include/tg_owt/rtc_base/thread.h
include/tg_owt/rtc_base/thread_annotations.h
include/tg_owt/rtc_base/thread_message.h
include/tg_owt/rtc_base/time/
include/tg_owt/rtc_base/time/timestamp_extrapolator.h
include/tg_owt/rtc_base/time_utils.h
include/tg_owt/rtc_base/timestamp_aligner.h
include/tg_owt/rtc_base/trace_event.h
@ -1913,6 +1903,7 @@ include/tg_owt/rtc_base/zero_memory.h
include/tg_owt/sdk/
include/tg_owt/sdk/media_constraints.h
include/tg_owt/stats/
include/tg_owt/stats/g3doc/
include/tg_owt/system_wrappers/
include/tg_owt/system_wrappers/include/
include/tg_owt/system_wrappers/include/clock.h
@ -1986,15 +1977,17 @@ include/tg_owt/video/adaptation/video_stream_encoder_resource.h
include/tg_owt/video/adaptation/video_stream_encoder_resource_manager.h
include/tg_owt/video/alignment_adjuster.h
include/tg_owt/video/buffered_frame_decryptor.h
include/tg_owt/video/call_stats.h
include/tg_owt/video/call_stats2.h
include/tg_owt/video/config/
include/tg_owt/video/config/encoder_stream_factory.h
include/tg_owt/video/config/simulcast.h
include/tg_owt/video/config/video_encoder_config.h
include/tg_owt/video/decode_synchronizer.h
include/tg_owt/video/encoder_bitrate_adjuster.h
include/tg_owt/video/encoder_overshoot_detector.h
include/tg_owt/video/encoder_rtcp_feedback.h
include/tg_owt/video/end_to_end_tests/
include/tg_owt/video/end_to_end_tests/multi_stream_tester.h
include/tg_owt/video/frame_buffer_proxy.h
include/tg_owt/video/frame_cadence_adapter.h
include/tg_owt/video/frame_decode_scheduler.h
include/tg_owt/video/frame_decode_timing.h
@ -2003,11 +1996,12 @@ include/tg_owt/video/frame_encode_metadata_writer.h
include/tg_owt/video/g3doc/
include/tg_owt/video/quality_limitation_reason_tracker.h
include/tg_owt/video/quality_threshold.h
include/tg_owt/video/receive_statistics_proxy.h
include/tg_owt/video/receive_statistics_proxy2.h
include/tg_owt/video/render/
include/tg_owt/video/render/incoming_video_stream.h
include/tg_owt/video/render/video_render_frames.h
include/tg_owt/video/report_block_stats.h
include/tg_owt/video/rtp_streams_synchronizer2.h
include/tg_owt/video/rtp_video_stream_receiver.h
include/tg_owt/video/rtp_video_stream_receiver2.h
include/tg_owt/video/rtp_video_stream_receiver_frame_transformer_delegate.h
include/tg_owt/video/send_delay_stats.h
@ -2016,9 +2010,9 @@ include/tg_owt/video/stats_counter.h
include/tg_owt/video/stream_synchronization.h
include/tg_owt/video/task_queue_frame_decode_scheduler.h
include/tg_owt/video/transport_adapter.h
include/tg_owt/video/unique_timestamp_counter.h
include/tg_owt/video/video_analyzer.h
include/tg_owt/video/video_loopback.h
include/tg_owt/video/video_quality_observer.h
include/tg_owt/video/video_quality_observer2.h
include/tg_owt/video/video_quality_test.h
include/tg_owt/video/video_receive_stream2.h
@ -2026,10 +2020,12 @@ include/tg_owt/video/video_receive_stream_timeout_tracker.h
include/tg_owt/video/video_send_stream.h
include/tg_owt/video/video_send_stream_impl.h
include/tg_owt/video/video_source_sink_controller.h
include/tg_owt/video/video_stream_decoder.h
include/tg_owt/video/video_stream_buffer_controller.h
include/tg_owt/video/video_stream_decoder2.h
include/tg_owt/video/video_stream_decoder_impl.h
include/tg_owt/video/video_stream_encoder.h
include/tg_owt/video/video_stream_encoder_interface.h
include/tg_owt/video/video_stream_encoder_observer.h
lib/cmake/tg_owt/
lib/cmake/tg_owt/tg_owtConfig.cmake
lib/cmake/tg_owt/tg_owtTargets${MODCMAKE_BUILD_SUFFIX}