summaryrefslogtreecommitdiff
path: root/net-im/tg_owt
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/tg_owt')
-rw-r--r--net-im/tg_owt/Makefile51
-rw-r--r--net-im/tg_owt/distinfo16
-rw-r--r--net-im/tg_owt/files/patch-cmake_external.cmake12
-rw-r--r--net-im/tg_owt/files/patch-src_rtc__base_openssl__adapter.cc4
-rw-r--r--net-im/tg_owt/pkg-plist1234
5 files changed, 137 insertions, 1180 deletions
diff --git a/net-im/tg_owt/Makefile b/net-im/tg_owt/Makefile
index 20a16179dc7f..0bb707d5e8ec 100644
--- a/net-im/tg_owt/Makefile
+++ b/net-im/tg_owt/Makefile
@@ -1,5 +1,5 @@
PORTNAME= tg_owt
-PORTVERSION= 0.0.20231221
+PORTVERSION= 0.0.20250603
PORTREVISION= 1
CATEGORIES= net-im
@@ -12,23 +12,56 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat \
yasm:devel/yasm
-LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \
+LIB_DEPENDS= libabsl_base.so:devel/abseil \
+ libavformat.so:multimedia/ffmpeg \
+ libcrc32c.so:devel/crc32c \
libjpeg.so:graphics/jpeg-turbo \
+ libopenh264.so:multimedia/openh264 \
libopus.so:audio/opus \
- libpipewire-0.3.so:multimedia/pipewire
+ libpipewire-0.3.so:multimedia/pipewire \
+ libprotobuf.so:devel/protobuf \
+ libsrtp2.so:net/libsrtp2 \
+ libvpx.so:multimedia/libvpx
-USES= cmake gl pkgconfig xorg
+USES= cmake gl gnome pkgconfig xorg
USE_XORG= x11 xcomposite xdamage xrender xrandr xtst
USE_GL= gbm gl
USE_GITHUB= yes
+USE_GNOME= glib20
GH_ACCOUNT= desktop-app
-GH_TAGNAME= afd9d5d
+GH_TAGNAME= 62321fd
+
+CMAME_ON= TG_OWT_PACKAGED_BUILD
# libyuv cloned from https://chromium.googlesource.com/libyuv/libyuv
# when updating port check if hash tag in the submodule was updated
-GH_TUPLE= abseil:abseil-cpp:8c0b94e:abseilcpp/src/third_party/abseil-cpp \
- cisco:libsrtp:a566a9:libsrtp/src/third_party/libsrtp \
- google:crc32c:21fc8ef:crc32c/src/third_party/crc32c/src \
- klemensn:libyuv:3aae5c7:libyuv/src/third_party/libyuv
+GH_TUPLE= osokin:libyuv:04821d1:libyuv/src/third_party/libyuv
+
+post-extract:
+ ${RM} -rf \
+ ${WRKSRC}/src/sdk/android \
+ ${WRKSRC}/src/sdk/objc \
+ ${WRKSRC}/src/third_party/abseil-cpp \
+ ${WRKSRC}/src/third_party/crc32c \
+ ${WRKSRC}/src/third_party/libsrtp \
+ ${WRKSRC}/src/third_party/libsrtp_config \
+ ${WRKSRC}/src/third_party/libvpx \
+ ${WRKSRC}/src/third_party/openh264 \
+ ${WRKSRC}/src/third_party/yasm
+
+# remove more sources not needed to build telegram-desktop, they are however
+# required at tg_owt configure-time even though they are not built, see
+# nice_target_sources()/remove_target_sources() calls in CMakeLists.txt
+post-configure:
+ ${RM} -rf \
+ ${WRKSRC}/src/modules/audio_device/android \
+ ${WRKSRC}/src/modules/audio_device/mac \
+ ${WRKSRC}/src/modules/audio_device/win \
+ ${WRKSRC}/src/modules/desktop_capture/mac \
+ ${WRKSRC}/src/modules/desktop_capture/wayland \
+ ${WRKSRC}/src/modules/desktop_capture/win \
+ ${WRKSRC}/src/modules/video_capture/windows \
+ ${WRKSRC}/src/rtc_base/win \
+ ${WRKSRC}/src/rtc_base/win32*.h
.include <bsd.port.mk>
diff --git a/net-im/tg_owt/distinfo b/net-im/tg_owt/distinfo
index 16986f3a0541..7c884cffb9ed 100644
--- a/net-im/tg_owt/distinfo
+++ b/net-im/tg_owt/distinfo
@@ -1,11 +1,5 @@
-TIMESTAMP = 1704135050
-SHA256 (desktop-app-tg_owt-0.0.20231221-afd9d5d_GH0.tar.gz) = 3dd334d8547936526d58fc895a07c19ac9045240f8197f8b319ed9c960e95b67
-SIZE (desktop-app-tg_owt-0.0.20231221-afd9d5d_GH0.tar.gz) = 13719106
-SHA256 (abseil-abseil-cpp-8c0b94e_GH0.tar.gz) = e995f06ce4fd4a9641e6a8e5d8d2258710eef481a07307a3e727012f1a83c442
-SIZE (abseil-abseil-cpp-8c0b94e_GH0.tar.gz) = 1957422
-SHA256 (cisco-libsrtp-a566a9_GH0.tar.gz) = 3a02196f8bb36ff640cb1d24920414f9c80e3d7ca78304cab0e6a70ca72a683f
-SIZE (cisco-libsrtp-a566a9_GH0.tar.gz) = 638802
-SHA256 (google-crc32c-21fc8ef_GH0.tar.gz) = 9cb6093f9a554f9fb8397ce9a1a07eec44f1ae0918d7816b60c7b14ef745e082
-SIZE (google-crc32c-21fc8ef_GH0.tar.gz) = 29818
-SHA256 (klemensn-libyuv-3aae5c7_GH0.tar.gz) = 7e0ed4ef518c0a1e10fc20573cd8695ad3bc55a19496deb0d48e773be0d52c3e
-SIZE (klemensn-libyuv-3aae5c7_GH0.tar.gz) = 565631
+TIMESTAMP = 1749230141
+SHA256 (desktop-app-tg_owt-0.0.20250603-62321fd_GH0.tar.gz) = e76669d78245401b638fd9750affb989c2ccc01c01e7a990942f3f94ecc3022d
+SIZE (desktop-app-tg_owt-0.0.20250603-62321fd_GH0.tar.gz) = 11715746
+SHA256 (osokin-libyuv-04821d1_GH0.tar.gz) = cffd73dc527a8991e0fa78f0013d5db457a55298dada5896b4d6fa1b4ec5713f
+SIZE (osokin-libyuv-04821d1_GH0.tar.gz) = 559577
diff --git a/net-im/tg_owt/files/patch-cmake_external.cmake b/net-im/tg_owt/files/patch-cmake_external.cmake
deleted file mode 100644
index cfd164d0aa03..000000000000
--- a/net-im/tg_owt/files/patch-cmake_external.cmake
+++ /dev/null
@@ -1,12 +0,0 @@
---- cmake/external.cmake.orig 2023-01-11 16:35:01 UTC
-+++ cmake/external.cmake
-@@ -120,6 +120,9 @@ function(link_libabsl target_name)
- absl::type_traits
- absl::variant
- )
-+ find_package(PkgConfig REQUIRED)
-+ pkg_check_modules(ABSL REQUIRED QUIET absl_flags)
-+ target_include_directories(${target_name} PRIVATE ${ABSL_INCLUDE_DIRS})
- endif()
- endif()
- if (NOT absl_FOUND)
diff --git a/net-im/tg_owt/files/patch-src_rtc__base_openssl__adapter.cc b/net-im/tg_owt/files/patch-src_rtc__base_openssl__adapter.cc
index 0f4becf9578a..7fced0de2d87 100644
--- a/net-im/tg_owt/files/patch-src_rtc__base_openssl__adapter.cc
+++ b/net-im/tg_owt/files/patch-src_rtc__base_openssl__adapter.cc
@@ -1,6 +1,6 @@
---- src/rtc_base/openssl_adapter.cc.orig 2023-06-08 13:40:19 UTC
+--- src/rtc_base/openssl_adapter.cc.orig 2024-11-16 05:27:29 UTC
+++ src/rtc_base/openssl_adapter.cc
-@@ -192,7 +192,9 @@ bool OpenSSLAdapter::InitializeSSL() {
+@@ -176,7 +176,9 @@ bool OpenSSLAdapter::InitializeSSL() {
// Loading the error strings crashes mac_asan. Omit this debugging aid there.
SSL_load_error_strings();
#endif
diff --git a/net-im/tg_owt/pkg-plist b/net-im/tg_owt/pkg-plist
index a63c1bfed4a8..e8414dc26d0d 100644
--- a/net-im/tg_owt/pkg-plist
+++ b/net-im/tg_owt/pkg-plist
@@ -1,13 +1,11 @@
include/tg_owt/api/adaptation/resource.h
include/tg_owt/api/array_view.h
include/tg_owt/api/async_dns_resolver.h
-include/tg_owt/api/async_resolver_factory.h
include/tg_owt/api/audio/audio_frame.h
include/tg_owt/api/audio/audio_frame_processor.h
include/tg_owt/api/audio/audio_mixer.h
include/tg_owt/api/audio/channel_layout.h
include/tg_owt/api/audio/echo_canceller3_config.h
-include/tg_owt/api/audio/echo_canceller3_config_json.h
include/tg_owt/api/audio/echo_canceller3_factory.h
include/tg_owt/api/audio/echo_control.h
include/tg_owt/api/audio/echo_detector_creator.h
@@ -31,12 +29,6 @@ include/tg_owt/api/audio_codecs/g722/audio_encoder_g722_config.h
include/tg_owt/api/audio_codecs/ilbc/audio_decoder_ilbc.h
include/tg_owt/api/audio_codecs/ilbc/audio_encoder_ilbc.h
include/tg_owt/api/audio_codecs/ilbc/audio_encoder_ilbc_config.h
-include/tg_owt/api/audio_codecs/isac/audio_decoder_isac.h
-include/tg_owt/api/audio_codecs/isac/audio_decoder_isac_fix.h
-include/tg_owt/api/audio_codecs/isac/audio_decoder_isac_float.h
-include/tg_owt/api/audio_codecs/isac/audio_encoder_isac.h
-include/tg_owt/api/audio_codecs/isac/audio_encoder_isac_fix.h
-include/tg_owt/api/audio_codecs/isac/audio_encoder_isac_float.h
include/tg_owt/api/audio_codecs/opus/audio_decoder_multi_channel_opus.h
include/tg_owt/api/audio_codecs/opus/audio_decoder_multi_channel_opus_config.h
include/tg_owt/api/audio_codecs/opus/audio_decoder_opus.h
@@ -49,21 +41,25 @@ include/tg_owt/api/audio_codecs/opus_audio_encoder_factory.h
include/tg_owt/api/audio_options.h
include/tg_owt/api/call/audio_sink.h
include/tg_owt/api/call/bitrate_allocation.h
-include/tg_owt/api/call/call_factory_interface.h
include/tg_owt/api/call/transport.h
include/tg_owt/api/candidate.h
include/tg_owt/api/create_peerconnection_factory.h
include/tg_owt/api/crypto/crypto_options.h
include/tg_owt/api/crypto/frame_decryptor_interface.h
include/tg_owt/api/crypto/frame_encryptor_interface.h
-include/tg_owt/api/crypto_params.h
include/tg_owt/api/data_channel_interface.h
include/tg_owt/api/dtls_transport_interface.h
include/tg_owt/api/dtmf_sender_interface.h
+include/tg_owt/api/enable_media.h
+include/tg_owt/api/enable_media_with_defaults.h
+include/tg_owt/api/environment/environment.h
+include/tg_owt/api/environment/environment_factory.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_registry.h
include/tg_owt/api/field_trials_view.h
+include/tg_owt/api/frame_transformer_factory.h
include/tg_owt/api/frame_transformer_interface.h
include/tg_owt/api/function_view.h
include/tg_owt/api/ice_transport_factory.h
@@ -71,6 +67,8 @@ 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/legacy_stats_types.h
+include/tg_owt/api/location.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
@@ -90,6 +88,7 @@ include/tg_owt/api/numerics/samples_stats_counter.h
include/tg_owt/api/packet_socket_factory.h
include/tg_owt/api/peer_connection_interface.h
include/tg_owt/api/priority.h
+include/tg_owt/api/ref_count.h
include/tg_owt/api/ref_counted_base.h
include/tg_owt/api/rtc_error.h
include/tg_owt/api/rtc_event_log/rtc_event.h
@@ -111,11 +110,11 @@ include/tg_owt/api/sctp_transport_interface.h
include/tg_owt/api/sequence_checker.h
include/tg_owt/api/set_local_description_observer_interface.h
include/tg_owt/api/set_remote_description_observer_interface.h
+include/tg_owt/api/stats/attribute.h
include/tg_owt/api/stats/rtc_stats.h
include/tg_owt/api/stats/rtc_stats_collector_callback.h
include/tg_owt/api/stats/rtc_stats_report.h
include/tg_owt/api/stats/rtcstats_objects.h
-include/tg_owt/api/stats_types.h
include/tg_owt/api/task_queue/default_task_queue_factory.h
include/tg_owt/api/task_queue/pending_task_safety_flag.h
include/tg_owt/api/task_queue/task_queue_base.h
@@ -141,7 +140,6 @@ include/tg_owt/api/test/metrics/metric.h
include/tg_owt/api/test/metrics/metrics_accumulator.h
include/tg_owt/api/test/metrics/metrics_exporter.h
include/tg_owt/api/test/metrics/metrics_logger.h
-include/tg_owt/api/test/metrics/metrics_logger_and_exporter.h
include/tg_owt/api/test/metrics/metrics_set_proto_file_exporter.h
include/tg_owt/api/test/metrics/print_result_proxy_metrics_exporter.h
include/tg_owt/api/test/metrics/stdout_metrics_exporter.h
@@ -154,6 +152,7 @@ include/tg_owt/api/test/mock_encoder_selector.h
include/tg_owt/api/test/mock_fec_controller_override.h
include/tg_owt/api/test/mock_frame_decryptor.h
include/tg_owt/api/test/mock_frame_encryptor.h
+include/tg_owt/api/test/mock_frame_transformer.h
include/tg_owt/api/test/mock_media_stream_interface.h
include/tg_owt/api/test/mock_packet_socket_factory.h
include/tg_owt/api/test/mock_peer_connection_factory_interface.h
@@ -161,6 +160,9 @@ include/tg_owt/api/test/mock_peerconnectioninterface.h
include/tg_owt/api/test/mock_rtp_transceiver.h
include/tg_owt/api/test/mock_rtpreceiver.h
include/tg_owt/api/test/mock_rtpsender.h
+include/tg_owt/api/test/mock_session_description_interface.h
+include/tg_owt/api/test/mock_transformable_audio_frame.h
+include/tg_owt/api/test/mock_transformable_frame.h
include/tg_owt/api/test/mock_transformable_video_frame.h
include/tg_owt/api/test/mock_video_bitrate_allocator.h
include/tg_owt/api/test/mock_video_bitrate_allocator_factory.h
@@ -175,6 +177,9 @@ include/tg_owt/api/test/network_emulation/create_cross_traffic.h
include/tg_owt/api/test/network_emulation/cross_traffic.h
include/tg_owt/api/test/network_emulation/network_emulation_interfaces.h
include/tg_owt/api/test/network_emulation_manager.h
+include/tg_owt/api/test/pclf/media_configuration.h
+include/tg_owt/api/test/pclf/media_quality_test_params.h
+include/tg_owt/api/test/pclf/peer_configurer.h
include/tg_owt/api/test/peer_network_dependencies.h
include/tg_owt/api/test/peerconnection_quality_test_fixture.h
include/tg_owt/api/test/simulated_network.h
@@ -185,11 +190,13 @@ include/tg_owt/api/test/time_controller.h
include/tg_owt/api/test/track_id_stream_info_map.h
include/tg_owt/api/test/video/function_video_decoder_factory.h
include/tg_owt/api/test/video/function_video_encoder_factory.h
+include/tg_owt/api/test/video/test_video_track_source.h
include/tg_owt/api/test/video/video_frame_writer.h
include/tg_owt/api/test/video_quality_analyzer_interface.h
include/tg_owt/api/test/video_quality_test_fixture.h
include/tg_owt/api/test/videocodec_test_fixture.h
include/tg_owt/api/test/videocodec_test_stats.h
+include/tg_owt/api/transport/bandwidth_estimation_settings.h
include/tg_owt/api/transport/bitrate_settings.h
include/tg_owt/api/transport/data_channel_transport_interface.h
include/tg_owt/api/transport/enums.h
@@ -219,6 +226,7 @@ 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/i410_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
@@ -245,8 +253,6 @@ include/tg_owt/api/video/video_layers_allocation.h
include/tg_owt/api/video/video_rotation.h
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_settings.h
include/tg_owt/api/video/video_timing.h
include/tg_owt/api/video_codecs/av1_profile.h
@@ -254,6 +260,7 @@ 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/h265_profile_tier_level.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
@@ -293,7 +300,6 @@ include/tg_owt/api/voip/voip_network.h
include/tg_owt/api/voip/voip_statistics.h
include/tg_owt/api/voip/voip_volume_control.h
include/tg_owt/api/webrtc_key_value_config.h
-include/tg_owt/api/wrapping_async_dns_resolver.h
include/tg_owt/audio/audio_level.h
include/tg_owt/audio/audio_receive_stream.h
include/tg_owt/audio/audio_send_stream.h
@@ -306,7 +312,6 @@ 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/remix_resample.h
-include/tg_owt/audio/test/audio_bwe_integration_test.h
include/tg_owt/audio/test/audio_end_to_end_test.h
include/tg_owt/audio/utility/audio_frame_operations.h
include/tg_owt/audio/utility/channel_mixer.h
@@ -340,7 +345,7 @@ include/tg_owt/call/audio_state.h
include/tg_owt/call/bitrate_allocator.h
include/tg_owt/call/call.h
include/tg_owt/call/call_config.h
-include/tg_owt/call/call_factory.h
+include/tg_owt/call/create_call.h
include/tg_owt/call/degraded_call.h
include/tg_owt/call/fake_network_pipe.h
include/tg_owt/call/flexfec_receive_stream.h
@@ -428,6 +433,7 @@ include/tg_owt/common_video/h264/sps_parser.h
include/tg_owt/common_video/h264/sps_vui_rewriter.h
include/tg_owt/common_video/h265/h265_bitstream_parser.h
include/tg_owt/common_video/h265/h265_common.h
+include/tg_owt/common_video/h265/h265_inline.h
include/tg_owt/common_video/h265/h265_pps_parser.h
include/tg_owt/common_video/h265/h265_sps_parser.h
include/tg_owt/common_video/h265/h265_vps_parser.h
@@ -438,9 +444,11 @@ 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/webrtc_libyuv.h
include/tg_owt/common_video/test/utilities.h
+include/tg_owt/logging/rtc_event_log/dependency_descriptor_encoder_decoder.h
include/tg_owt/logging/rtc_event_log/encoder/bit_writer.h
include/tg_owt/logging/rtc_event_log/encoder/blob_encoding.h
include/tg_owt/logging/rtc_event_log/encoder/delta_encoding.h
+include/tg_owt/logging/rtc_event_log/encoder/optional_blob_encoding.h
include/tg_owt/logging/rtc_event_log/encoder/rtc_event_log_encoder.h
include/tg_owt/logging/rtc_event_log/encoder/rtc_event_log_encoder_common.h
include/tg_owt/logging/rtc_event_log/encoder/rtc_event_log_encoder_legacy.h
@@ -470,6 +478,8 @@ include/tg_owt/logging/rtc_event_log/events/rtc_event_generic_packet_received.h
include/tg_owt/logging/rtc_event_log/events/rtc_event_generic_packet_sent.h
include/tg_owt/logging/rtc_event_log/events/rtc_event_ice_candidate_pair.h
include/tg_owt/logging/rtc_event_log/events/rtc_event_ice_candidate_pair_config.h
+include/tg_owt/logging/rtc_event_log/events/rtc_event_log_parse_status.h
+include/tg_owt/logging/rtc_event_log/events/rtc_event_neteq_set_minimum_delay.h
include/tg_owt/logging/rtc_event_log/events/rtc_event_probe_cluster_created.h
include/tg_owt/logging/rtc_event_log/events/rtc_event_probe_result_failure.h
include/tg_owt/logging/rtc_event_log/events/rtc_event_probe_result_success.h
@@ -484,24 +494,25 @@ include/tg_owt/logging/rtc_event_log/events/rtc_event_video_send_stream_config.h
include/tg_owt/logging/rtc_event_log/fake_rtc_event_log.h
include/tg_owt/logging/rtc_event_log/fake_rtc_event_log_factory.h
include/tg_owt/logging/rtc_event_log/ice_logger.h
-include/tg_owt/logging/rtc_event_log/logged_events.h
include/tg_owt/logging/rtc_event_log/mock/mock_rtc_event_log.h
include/tg_owt/logging/rtc_event_log/output/rtc_event_log_output_file.h
+include/tg_owt/logging/rtc_event_log/rtc_event_log2_proto_include.h
include/tg_owt/logging/rtc_event_log/rtc_event_log_impl.h
include/tg_owt/logging/rtc_event_log/rtc_event_log_parser.h
include/tg_owt/logging/rtc_event_log/rtc_event_log_unittest_helper.h
include/tg_owt/logging/rtc_event_log/rtc_event_processor.h
+include/tg_owt/logging/rtc_event_log/rtc_event_processor_order.h
include/tg_owt/logging/rtc_event_log/rtc_stream_config.h
include/tg_owt/media/base/adapted_video_track_source.h
include/tg_owt/media/base/audio_source.h
include/tg_owt/media/base/codec.h
-include/tg_owt/media/base/delayable.h
include/tg_owt/media/base/fake_frame_source.h
include/tg_owt/media/base/fake_media_engine.h
include/tg_owt/media/base/fake_network_interface.h
include/tg_owt/media/base/fake_rtp.h
include/tg_owt/media/base/fake_video_renderer.h
include/tg_owt/media/base/media_channel.h
+include/tg_owt/media/base/media_channel_impl.h
include/tg_owt/media/base/media_config.h
include/tg_owt/media/base/media_constants.h
include/tg_owt/media/base/media_engine.h
@@ -516,7 +527,6 @@ include/tg_owt/media/base/video_broadcaster.h
include/tg_owt/media/base/video_common.h
include/tg_owt/media/base/video_source_base.h
include/tg_owt/media/engine/adm_helpers.h
-include/tg_owt/media/engine/encoder_simulcast_proxy.h
include/tg_owt/media/engine/fake_video_codec_factory.h
include/tg_owt/media/engine/fake_webrtc_call.h
include/tg_owt/media/engine/fake_webrtc_video_engine.h
@@ -526,9 +536,7 @@ 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_encoder_adapter.h
-include/tg_owt/media/engine/unhandled_packets_buffer.h
include/tg_owt/media/engine/webrtc_media_engine.h
-include/tg_owt/media/engine/webrtc_media_engine_defaults.h
include/tg_owt/media/engine/webrtc_video_engine.h
include/tg_owt/media/engine/webrtc_voice_engine.h
include/tg_owt/media/sctp/dcsctp_transport.h
@@ -641,56 +649,14 @@ include/tg_owt/modules/audio_coding/codecs/ilbc/vq3.h
include/tg_owt/modules/audio_coding/codecs/ilbc/vq4.h
include/tg_owt/modules/audio_coding/codecs/ilbc/window32_w32.h
include/tg_owt/modules/audio_coding/codecs/ilbc/xcorr_coef.h
-include/tg_owt/modules/audio_coding/codecs/isac/audio_decoder_isac_t.h
-include/tg_owt/modules/audio_coding/codecs/isac/audio_decoder_isac_t_impl.h
-include/tg_owt/modules/audio_coding/codecs/isac/audio_encoder_isac_t.h
-include/tg_owt/modules/audio_coding/codecs/isac/audio_encoder_isac_t_impl.h
include/tg_owt/modules/audio_coding/codecs/isac/bandwidth_info.h
-include/tg_owt/modules/audio_coding/codecs/isac/fix/include/audio_decoder_isacfix.h
-include/tg_owt/modules/audio_coding/codecs/isac/fix/include/audio_encoder_isacfix.h
-include/tg_owt/modules/audio_coding/codecs/isac/fix/include/isacfix.h
-include/tg_owt/modules/audio_coding/codecs/isac/fix/source/arith_routins.h
-include/tg_owt/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h
-include/tg_owt/modules/audio_coding/codecs/isac/fix/source/codec.h
-include/tg_owt/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h
-include/tg_owt/modules/audio_coding/codecs/isac/fix/source/fft.h
-include/tg_owt/modules/audio_coding/codecs/isac/fix/source/filterbank_internal.h
-include/tg_owt/modules/audio_coding/codecs/isac/fix/source/filterbank_tables.h
-include/tg_owt/modules/audio_coding/codecs/isac/fix/source/isac_fix_type.h
-include/tg_owt/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.h
-include/tg_owt/modules/audio_coding/codecs/isac/fix/source/lpc_tables.h
-include/tg_owt/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.h
-include/tg_owt/modules/audio_coding/codecs/isac/fix/source/pitch_gain_tables.h
-include/tg_owt/modules/audio_coding/codecs/isac/fix/source/pitch_lag_tables.h
-include/tg_owt/modules/audio_coding/codecs/isac/fix/source/settings.h
-include/tg_owt/modules/audio_coding/codecs/isac/fix/source/spectrum_ar_model_tables.h
-include/tg_owt/modules/audio_coding/codecs/isac/fix/source/structs.h
-include/tg_owt/modules/audio_coding/codecs/isac/main/include/audio_decoder_isac.h
-include/tg_owt/modules/audio_coding/codecs/isac/main/include/audio_encoder_isac.h
-include/tg_owt/modules/audio_coding/codecs/isac/main/include/isac.h
-include/tg_owt/modules/audio_coding/codecs/isac/main/source/arith_routines.h
-include/tg_owt/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.h
-include/tg_owt/modules/audio_coding/codecs/isac/main/source/codec.h
-include/tg_owt/modules/audio_coding/codecs/isac/main/source/crc.h
-include/tg_owt/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.h
-include/tg_owt/modules/audio_coding/codecs/isac/main/source/entropy_coding.h
include/tg_owt/modules/audio_coding/codecs/isac/main/source/filter_functions.h
-include/tg_owt/modules/audio_coding/codecs/isac/main/source/isac_float_type.h
include/tg_owt/modules/audio_coding/codecs/isac/main/source/isac_vad.h
-include/tg_owt/modules/audio_coding/codecs/isac/main/source/lpc_analysis.h
-include/tg_owt/modules/audio_coding/codecs/isac/main/source/lpc_gain_swb_tables.h
-include/tg_owt/modules/audio_coding/codecs/isac/main/source/lpc_shape_swb12_tables.h
-include/tg_owt/modules/audio_coding/codecs/isac/main/source/lpc_shape_swb16_tables.h
-include/tg_owt/modules/audio_coding/codecs/isac/main/source/lpc_tables.h
include/tg_owt/modules/audio_coding/codecs/isac/main/source/os_specific_inline.h
include/tg_owt/modules/audio_coding/codecs/isac/main/source/pitch_estimator.h
include/tg_owt/modules/audio_coding/codecs/isac/main/source/pitch_filter.h
-include/tg_owt/modules/audio_coding/codecs/isac/main/source/pitch_gain_tables.h
-include/tg_owt/modules/audio_coding/codecs/isac/main/source/pitch_lag_tables.h
include/tg_owt/modules/audio_coding/codecs/isac/main/source/settings.h
-include/tg_owt/modules/audio_coding/codecs/isac/main/source/spectrum_ar_model_tables.h
include/tg_owt/modules/audio_coding/codecs/isac/main/source/structs.h
-include/tg_owt/modules/audio_coding/codecs/isac/main/util/utility.h
include/tg_owt/modules/audio_coding/codecs/legacy_encoded_audio_frame.h
include/tg_owt/modules/audio_coding/codecs/opus/audio_coder_opus_common.h
include/tg_owt/modules/audio_coding/codecs/opus/audio_decoder_multi_channel_opus_impl.h
@@ -736,6 +702,7 @@ include/tg_owt/modules/audio_coding/neteq/mock/mock_dtmf_tone_generator.h
include/tg_owt/modules/audio_coding/neteq/mock/mock_expand.h
include/tg_owt/modules/audio_coding/neteq/mock/mock_histogram.h
include/tg_owt/modules/audio_coding/neteq/mock/mock_neteq_controller.h
+include/tg_owt/modules/audio_coding/neteq/mock/mock_packet_arrival_history.h
include/tg_owt/modules/audio_coding/neteq/mock/mock_packet_buffer.h
include/tg_owt/modules/audio_coding/neteq/mock/mock_red_payload_splitter.h
include/tg_owt/modules/audio_coding/neteq/mock/mock_statistics_calculator.h
@@ -745,7 +712,6 @@ 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
@@ -767,10 +733,10 @@ include/tg_owt/modules/audio_coding/neteq/tools/input_audio_file.h
include/tg_owt/modules/audio_coding/neteq/tools/neteq_delay_analyzer.h
include/tg_owt/modules/audio_coding/neteq/tools/neteq_event_log_input.h
include/tg_owt/modules/audio_coding/neteq/tools/neteq_input.h
-include/tg_owt/modules/audio_coding/neteq/tools/neteq_packet_source_input.h
include/tg_owt/modules/audio_coding/neteq/tools/neteq_performance_test.h
include/tg_owt/modules/audio_coding/neteq/tools/neteq_quality_test.h
include/tg_owt/modules/audio_coding/neteq/tools/neteq_replacement_input.h
+include/tg_owt/modules/audio_coding/neteq/tools/neteq_rtp_dump_input.h
include/tg_owt/modules/audio_coding/neteq/tools/neteq_stats_getter.h
include/tg_owt/modules/audio_coding/neteq/tools/neteq_stats_plotter.h
include/tg_owt/modules/audio_coding/neteq/tools/neteq_test.h
@@ -780,7 +746,6 @@ include/tg_owt/modules/audio_coding/neteq/tools/output_wav_file.h
include/tg_owt/modules/audio_coding/neteq/tools/packet.h
include/tg_owt/modules/audio_coding/neteq/tools/packet_source.h
include/tg_owt/modules/audio_coding/neteq/tools/resample_input_audio_file.h
-include/tg_owt/modules/audio_coding/neteq/tools/rtc_event_log_source.h
include/tg_owt/modules/audio_coding/neteq/tools/rtp_file_source.h
include/tg_owt/modules/audio_coding/neteq/tools/rtp_generator.h
include/tg_owt/modules/audio_coding/neteq/underrun_optimizer.h
@@ -793,22 +758,7 @@ include/tg_owt/modules/audio_coding/test/TestAllCodecs.h
include/tg_owt/modules/audio_coding/test/TestRedFec.h
include/tg_owt/modules/audio_coding/test/TestStereo.h
include/tg_owt/modules/audio_coding/test/TestVADDTX.h
-include/tg_owt/modules/audio_coding/test/TwoWayCommunication.h
-include/tg_owt/modules/audio_coding/test/iSACTest.h
include/tg_owt/modules/audio_coding/test/opus_test.h
-include/tg_owt/modules/audio_device/android/aaudio_player.h
-include/tg_owt/modules/audio_device/android/aaudio_recorder.h
-include/tg_owt/modules/audio_device/android/aaudio_wrapper.h
-include/tg_owt/modules/audio_device/android/audio_common.h
-include/tg_owt/modules/audio_device/android/audio_device_template.h
-include/tg_owt/modules/audio_device/android/audio_manager.h
-include/tg_owt/modules/audio_device/android/audio_record_jni.h
-include/tg_owt/modules/audio_device/android/audio_track_jni.h
-include/tg_owt/modules/audio_device/android/build_info.h
-include/tg_owt/modules/audio_device/android/ensure_initialized.h
-include/tg_owt/modules/audio_device/android/opensles_common.h
-include/tg_owt/modules/audio_device/android/opensles_player.h
-include/tg_owt/modules/audio_device/android/opensles_recorder.h
include/tg_owt/modules/audio_device/audio_device_buffer.h
include/tg_owt/modules/audio_device/audio_device_config.h
include/tg_owt/modules/audio_device/audio_device_generic.h
@@ -834,15 +784,8 @@ include/tg_owt/modules/audio_device/linux/audio_mixer_manager_alsa_linux.h
include/tg_owt/modules/audio_device/linux/audio_mixer_manager_pulse_linux.h
include/tg_owt/modules/audio_device/linux/latebindingsymboltable_linux.h
include/tg_owt/modules/audio_device/linux/pulseaudiosymboltable_linux.h
-include/tg_owt/modules/audio_device/mac/audio_device_mac.h
-include/tg_owt/modules/audio_device/mac/audio_mixer_manager_mac.h
include/tg_owt/modules/audio_device/mock_audio_device_buffer.h
-include/tg_owt/modules/audio_device/win/audio_device_core_win.h
-include/tg_owt/modules/audio_device/win/audio_device_module_win.h
-include/tg_owt/modules/audio_device/win/core_audio_base_win.h
-include/tg_owt/modules/audio_device/win/core_audio_input_win.h
-include/tg_owt/modules/audio_device/win/core_audio_output_win.h
-include/tg_owt/modules/audio_device/win/core_audio_utility_win.h
+include/tg_owt/modules/audio_device/test_audio_device_impl.h
include/tg_owt/modules/audio_mixer/audio_frame_manipulator.h
include/tg_owt/modules/audio_mixer/audio_mixer_impl.h
include/tg_owt/modules/audio_mixer/default_output_rate_calculator.h
@@ -925,7 +868,6 @@ include/tg_owt/modules/audio_processing/aecm/aecm_defines.h
include/tg_owt/modules/audio_processing/aecm/echo_control_mobile.h
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/gain_control.h
include/tg_owt/modules/audio_processing/agc/legacy/analog_agc.h
include/tg_owt/modules/audio_processing/agc/legacy/digital_agc.h
@@ -933,9 +875,7 @@ include/tg_owt/modules/audio_processing/agc/legacy/gain_control.h
include/tg_owt/modules/audio_processing/agc/loudness_histogram.h
include/tg_owt/modules/audio_processing/agc/mock_agc.h
include/tg_owt/modules/audio_processing/agc/utility.h
-include/tg_owt/modules/audio_processing/agc2/adaptive_digital_gain_applier.h
include/tg_owt/modules/audio_processing/agc2/adaptive_digital_gain_controller.h
-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
@@ -946,6 +886,8 @@ 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/input_volume_controller.h
+include/tg_owt/modules/audio_processing/agc2/input_volume_stats_reporter.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
@@ -968,6 +910,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_level_estimator.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
@@ -1027,6 +970,7 @@ include/tg_owt/modules/audio_processing/test/conversational_speech/wavreader_abs
include/tg_owt/modules/audio_processing/test/conversational_speech/wavreader_factory.h
include/tg_owt/modules/audio_processing/test/conversational_speech/wavreader_interface.h
include/tg_owt/modules/audio_processing/test/debug_dump_replayer.h
+include/tg_owt/modules/audio_processing/test/echo_canceller3_config_json.h
include/tg_owt/modules/audio_processing/test/echo_canceller_test_tools.h
include/tg_owt/modules/audio_processing/test/echo_control_mock.h
include/tg_owt/modules/audio_processing/test/fake_recording_device.h
@@ -1130,6 +1074,7 @@ include/tg_owt/modules/desktop_capture/linux/wayland/screen_capture_portal_inter
include/tg_owt/modules/desktop_capture/linux/wayland/screencast_portal.h
include/tg_owt/modules/desktop_capture/linux/wayland/screencast_stream_utils.h
include/tg_owt/modules/desktop_capture/linux/wayland/shared_screencast_stream.h
+include/tg_owt/modules/desktop_capture/linux/wayland/test/test_screencast_stream_provider.h
include/tg_owt/modules/desktop_capture/linux/wayland/xdg_desktop_portal_utils.h
include/tg_owt/modules/desktop_capture/linux/wayland/xdg_session_details.h
include/tg_owt/modules/desktop_capture/linux/x11/mouse_cursor_monitor_x11.h
@@ -1142,14 +1087,6 @@ include/tg_owt/modules/desktop_capture/linux/x11/x_atom_cache.h
include/tg_owt/modules/desktop_capture/linux/x11/x_error_trap.h
include/tg_owt/modules/desktop_capture/linux/x11/x_server_pixel_buffer.h
include/tg_owt/modules/desktop_capture/linux/x11/x_window_property.h
-include/tg_owt/modules/desktop_capture/mac/desktop_configuration.h
-include/tg_owt/modules/desktop_capture/mac/desktop_configuration_monitor.h
-include/tg_owt/modules/desktop_capture/mac/desktop_frame_cgimage.h
-include/tg_owt/modules/desktop_capture/mac/desktop_frame_iosurface.h
-include/tg_owt/modules/desktop_capture/mac/desktop_frame_provider.h
-include/tg_owt/modules/desktop_capture/mac/full_screen_mac_application_handler.h
-include/tg_owt/modules/desktop_capture/mac/screen_capturer_mac.h
-include/tg_owt/modules/desktop_capture/mac/window_list_utils.h
include/tg_owt/modules/desktop_capture/mock_desktop_capturer_callback.h
include/tg_owt/modules/desktop_capture/mouse_cursor.h
include/tg_owt/modules/desktop_capture/mouse_cursor_monitor.h
@@ -1163,35 +1100,6 @@ include/tg_owt/modules/desktop_capture/screen_drawer_lock_posix.h
include/tg_owt/modules/desktop_capture/shared_desktop_frame.h
include/tg_owt/modules/desktop_capture/shared_memory.h
include/tg_owt/modules/desktop_capture/test_utils.h
-include/tg_owt/modules/desktop_capture/win/cursor.h
-include/tg_owt/modules/desktop_capture/win/cursor_unittest_resources.h
-include/tg_owt/modules/desktop_capture/win/d3d_device.h
-include/tg_owt/modules/desktop_capture/win/desktop.h
-include/tg_owt/modules/desktop_capture/win/desktop_capture_utils.h
-include/tg_owt/modules/desktop_capture/win/display_configuration_monitor.h
-include/tg_owt/modules/desktop_capture/win/dxgi_adapter_duplicator.h
-include/tg_owt/modules/desktop_capture/win/dxgi_context.h
-include/tg_owt/modules/desktop_capture/win/dxgi_duplicator_controller.h
-include/tg_owt/modules/desktop_capture/win/dxgi_frame.h
-include/tg_owt/modules/desktop_capture/win/dxgi_output_duplicator.h
-include/tg_owt/modules/desktop_capture/win/dxgi_texture.h
-include/tg_owt/modules/desktop_capture/win/dxgi_texture_mapping.h
-include/tg_owt/modules/desktop_capture/win/dxgi_texture_staging.h
-include/tg_owt/modules/desktop_capture/win/full_screen_win_application_handler.h
-include/tg_owt/modules/desktop_capture/win/scoped_gdi_object.h
-include/tg_owt/modules/desktop_capture/win/scoped_thread_desktop.h
-include/tg_owt/modules/desktop_capture/win/screen_capture_utils.h
-include/tg_owt/modules/desktop_capture/win/screen_capturer_win_directx.h
-include/tg_owt/modules/desktop_capture/win/screen_capturer_win_gdi.h
-include/tg_owt/modules/desktop_capture/win/screen_capturer_win_magnifier.h
-include/tg_owt/modules/desktop_capture/win/selected_window_context.h
-include/tg_owt/modules/desktop_capture/win/test_support/test_window.h
-include/tg_owt/modules/desktop_capture/win/wgc_capture_session.h
-include/tg_owt/modules/desktop_capture/win/wgc_capture_source.h
-include/tg_owt/modules/desktop_capture/win/wgc_capturer_win.h
-include/tg_owt/modules/desktop_capture/win/wgc_desktop_frame.h
-include/tg_owt/modules/desktop_capture/win/window_capture_utils.h
-include/tg_owt/modules/desktop_capture/win/window_capturer_win_gdi.h
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
@@ -1205,6 +1113,11 @@ include/tg_owt/modules/pacing/packet_router.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/portal/pipewire_utils.h
+include/tg_owt/modules/portal/portal_request_response.h
+include/tg_owt/modules/portal/scoped_glib.h
+include/tg_owt/modules/portal/xdg_desktop_portal_utils.h
+include/tg_owt/modules/portal/xdg_session_details.h
include/tg_owt/modules/remote_bitrate_estimator/aimd_rate_control.h
include/tg_owt/modules/remote_bitrate_estimator/include/bwe_defines.h
include/tg_owt/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h
@@ -1221,6 +1134,7 @@ include/tg_owt/modules/remote_bitrate_estimator/tools/bwe_rtp.h
include/tg_owt/modules/rtp_rtcp/include/flexfec_receiver.h
include/tg_owt/modules/rtp_rtcp/include/flexfec_sender.h
include/tg_owt/modules/rtp_rtcp/include/receive_statistics.h
+include/tg_owt/modules/rtp_rtcp/include/recovered_packet_receiver.h
include/tg_owt/modules/rtp_rtcp/include/remote_ntp_time_estimator.h
include/tg_owt/modules/rtp_rtcp/include/report_block_data.h
include/tg_owt/modules/rtp_rtcp/include/rtcp_statistics.h
@@ -1229,8 +1143,8 @@ 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/mocks/mock_network_link_rtcp_observer.h
include/tg_owt/modules/rtp_rtcp/mocks/mock_recovered_packet_receiver.h
-include/tg_owt/modules/rtp_rtcp/mocks/mock_rtcp_bandwidth_observer.h
include/tg_owt/modules/rtp_rtcp/mocks/mock_rtcp_rtt_stats.h
include/tg_owt/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h
include/tg_owt/modules/rtp_rtcp/source/absolute_capture_time_interpolator.h
@@ -1244,10 +1158,12 @@ include/tg_owt/modules/rtp_rtcp/source/dtmf_queue.h
include/tg_owt/modules/rtp_rtcp/source/fec_private_tables_bursty.h
include/tg_owt/modules/rtp_rtcp/source/fec_private_tables_random.h
include/tg_owt/modules/rtp_rtcp/source/fec_test_helper.h
+include/tg_owt/modules/rtp_rtcp/source/flexfec_03_header_reader_writer.h
include/tg_owt/modules/rtp_rtcp/source/flexfec_header_reader_writer.h
include/tg_owt/modules/rtp_rtcp/source/forward_error_correction.h
include/tg_owt/modules/rtp_rtcp/source/forward_error_correction_internal.h
-include/tg_owt/modules/rtp_rtcp/source/h265_sps_parser.h
+include/tg_owt/modules/rtp_rtcp/source/frame_object.h
+include/tg_owt/modules/rtp_rtcp/source/leb128.h
include/tg_owt/modules/rtp_rtcp/source/packet_loss_stats.h
include/tg_owt/modules/rtp_rtcp/source/packet_sequencer.h
include/tg_owt/modules/rtp_rtcp/source/receive_statistics_impl.h
@@ -1289,7 +1205,6 @@ include/tg_owt/modules/rtp_rtcp/source/rtp_dependency_descriptor_writer.h
include/tg_owt/modules/rtp_rtcp/source/rtp_descriptor_authentication.h
include/tg_owt/modules/rtp_rtcp/source/rtp_format.h
include/tg_owt/modules/rtp_rtcp/source/rtp_format_h264.h
-include/tg_owt/modules/rtp_rtcp/source/rtp_format_h265.h
include/tg_owt/modules/rtp_rtcp/source/rtp_format_video_generic.h
include/tg_owt/modules/rtp_rtcp/source/rtp_format_vp8.h
include/tg_owt/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.h
@@ -1299,11 +1214,13 @@ include/tg_owt/modules/rtp_rtcp/source/rtp_generic_frame_descriptor_extension.h
include/tg_owt/modules/rtp_rtcp/source/rtp_header_extension_size.h
include/tg_owt/modules/rtp_rtcp/source/rtp_header_extensions.h
include/tg_owt/modules/rtp_rtcp/source/rtp_packet.h
+include/tg_owt/modules/rtp_rtcp/source/rtp_packet_h265_common.h
include/tg_owt/modules/rtp_rtcp/source/rtp_packet_history.h
include/tg_owt/modules/rtp_rtcp/source/rtp_packet_received.h
include/tg_owt/modules/rtp_rtcp/source/rtp_packet_to_send.h
include/tg_owt/modules/rtp_rtcp/source/rtp_packetizer_av1.h
include/tg_owt/modules/rtp_rtcp/source/rtp_packetizer_av1_test_helper.h
+include/tg_owt/modules/rtp_rtcp/source/rtp_packetizer_h265.h
include/tg_owt/modules/rtp_rtcp/source/rtp_rtcp_config.h
include/tg_owt/modules/rtp_rtcp/source/rtp_rtcp_impl.h
include/tg_owt/modules/rtp_rtcp/source/rtp_rtcp_impl2.h
@@ -1317,6 +1234,7 @@ include/tg_owt/modules/rtp_rtcp/source/rtp_sequence_number_map.h
include/tg_owt/modules/rtp_rtcp/source/rtp_util.h
include/tg_owt/modules/rtp_rtcp/source/rtp_video_header.h
include/tg_owt/modules/rtp_rtcp/source/rtp_video_layers_allocation_extension.h
+include/tg_owt/modules/rtp_rtcp/source/rtp_video_stream_receiver_frame_transformer_delegate.h
include/tg_owt/modules/rtp_rtcp/source/source_tracker.h
include/tg_owt/modules/rtp_rtcp/source/time_util.h
include/tg_owt/modules/rtp_rtcp/source/tmmbr_help.h
@@ -1340,19 +1258,20 @@ include/tg_owt/modules/third_party/portaudio/pa_memorybarrier.h
include/tg_owt/modules/third_party/portaudio/pa_ringbuffer.h
include/tg_owt/modules/utility/include/helpers_android.h
include/tg_owt/modules/utility/include/jvm_android.h
-include/tg_owt/modules/utility/maybe_worker_thread.h
include/tg_owt/modules/video_capture/device_info_impl.h
+include/tg_owt/modules/video_capture/linux/camera_portal.h
+include/tg_owt/modules/video_capture/linux/device_info_pipewire.h
include/tg_owt/modules/video_capture/linux/device_info_v4l2.h
+include/tg_owt/modules/video_capture/linux/pipewire_session.h
+include/tg_owt/modules/video_capture/linux/video_capture_pipewire.h
include/tg_owt/modules/video_capture/linux/video_capture_v4l2.h
+include/tg_owt/modules/video_capture/raw_video_sink_interface.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
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_capture/windows/device_info_ds.h
-include/tg_owt/modules/video_capture/windows/help_functions_ds.h
-include/tg_owt/modules/video_capture/windows/sink_filter_ds.h
-include/tg_owt/modules/video_capture/windows/video_capture_ds.h
+include/tg_owt/modules/video_capture/video_capture_options.h
include/tg_owt/modules/video_coding/chain_diff_calculator.h
include/tg_owt/modules/video_coding/codecs/av1/av1_svc_config.h
include/tg_owt/modules/video_coding/codecs/av1/dav1d_decoder.h
@@ -1393,43 +1312,43 @@ include/tg_owt/modules/video_coding/codecs/vp9/libvpx_vp9_encoder.h
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/decoding_state.h
+include/tg_owt/modules/video_coding/deprecated/event_wrapper.h
+include/tg_owt/modules/video_coding/deprecated/frame_buffer.h
+include/tg_owt/modules/video_coding/deprecated/jitter_buffer.h
+include/tg_owt/modules/video_coding/deprecated/jitter_buffer_common.h
+include/tg_owt/modules/video_coding/deprecated/packet.h
+include/tg_owt/modules/video_coding/deprecated/receiver.h
+include/tg_owt/modules/video_coding/deprecated/session_info.h
+include/tg_owt/modules/video_coding/deprecated/stream_generator.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_dependencies_calculator.h
include/tg_owt/modules/video_coding/frame_helpers.h
-include/tg_owt/modules/video_coding/frame_object.h
include/tg_owt/modules/video_coding/generic_decoder.h
-include/tg_owt/modules/video_coding/h264_packet_buffer.h
include/tg_owt/modules/video_coding/h264_sprop_parameter_sets.h
include/tg_owt/modules/video_coding/h264_sps_pps_tracker.h
include/tg_owt/modules/video_coding/h265_vps_sps_pps_tracker.h
+include/tg_owt/modules/video_coding/h26x_packet_buffer.h
include/tg_owt/modules/video_coding/histogram.h
include/tg_owt/modules/video_coding/include/video_codec_initializer.h
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/include/video_error_codes_utils.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/loss_notification_controller.h
include/tg_owt/modules/video_coding/media_opt_util.h
include/tg_owt/modules/video_coding/nack_requester.h
-include/tg_owt/modules/video_coding/packet.h
include/tg_owt/modules/video_coding/packet_buffer.h
-include/tg_owt/modules/video_coding/receiver.h
include/tg_owt/modules/video_coding/rtp_frame_id_only_ref_finder.h
include/tg_owt/modules/video_coding/rtp_frame_reference_finder.h
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/session_info.h
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
@@ -1440,10 +1359,9 @@ 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/test/stream_generator.h
-include/tg_owt/modules/video_coding/timing/codec_timer.h
+include/tg_owt/modules/video_coding/timing/decode_time_percentile_filter.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/inter_frame_delay_variation_calculator.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
@@ -1470,7 +1388,6 @@ include/tg_owt/net/dcsctp/common/handover_testing.h
include/tg_owt/net/dcsctp/common/internal_types.h
include/tg_owt/net/dcsctp/common/math.h
include/tg_owt/net/dcsctp/common/sequence_numbers.h
-include/tg_owt/net/dcsctp/common/str_join.h
include/tg_owt/net/dcsctp/fuzzers/dcsctp_fuzzers.h
include/tg_owt/net/dcsctp/packet/bounded_byte_reader.h
include/tg_owt/net/dcsctp/packet/bounded_byte_writer.h
@@ -1522,6 +1439,7 @@ include/tg_owt/net/dcsctp/packet/parameter/reconfiguration_response_parameter.h
include/tg_owt/net/dcsctp/packet/parameter/ssn_tsn_reset_request_parameter.h
include/tg_owt/net/dcsctp/packet/parameter/state_cookie_parameter.h
include/tg_owt/net/dcsctp/packet/parameter/supported_extensions_parameter.h
+include/tg_owt/net/dcsctp/packet/parameter/zero_checksum_acceptable_chunk_parameter.h
include/tg_owt/net/dcsctp/packet/sctp_packet.h
include/tg_owt/net/dcsctp/packet/tlv_trait.h
include/tg_owt/net/dcsctp/public/dcsctp_handover_state.h
@@ -1588,7 +1506,7 @@ 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_dns_resolving_packet_socket_factory.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
@@ -1601,6 +1519,7 @@ include/tg_owt/p2p/base/port_allocator.h
include/tg_owt/p2p/base/port_interface.h
include/tg_owt/p2p/base/pseudo_tcp.h
include/tg_owt/p2p/base/regathering_controller.h
+include/tg_owt/p2p/base/stun_dictionary.h
include/tg_owt/p2p/base/stun_port.h
include/tg_owt/p2p/base/stun_request.h
include/tg_owt/p2p/base/stun_server.h
@@ -1639,6 +1558,7 @@ 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_factory.h
include/tg_owt/pc/media_protocol_names.h
include/tg_owt/pc/media_session.h
include/tg_owt/pc/media_stream.h
@@ -1651,7 +1571,6 @@ 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
@@ -1672,16 +1591,16 @@ include/tg_owt/pc/sctp_data_channel.h
include/tg_owt/pc/sctp_transport.h
include/tg_owt/pc/sctp_utils.h
include/tg_owt/pc/sdp_offer_answer.h
-include/tg_owt/pc/sdp_serializer.h
include/tg_owt/pc/sdp_state_provider.h
include/tg_owt/pc/sdp_utils.h
include/tg_owt/pc/session_description.h
include/tg_owt/pc/simulcast_description.h
-include/tg_owt/pc/srtp_filter.h
+include/tg_owt/pc/simulcast_sdp_serializer.h
include/tg_owt/pc/srtp_session.h
include/tg_owt/pc/srtp_transport.h
include/tg_owt/pc/stream_collection.h
include/tg_owt/pc/test/android_test_initializer.h
+include/tg_owt/pc/test/enable_fake_media.h
include/tg_owt/pc/test/fake_audio_capture_module.h
include/tg_owt/pc/test/fake_data_channel_controller.h
include/tg_owt/pc/test/fake_peer_connection_base.h
@@ -1699,10 +1618,11 @@ include/tg_owt/pc/test/mock_peer_connection_internal.h
include/tg_owt/pc/test/mock_peer_connection_observers.h
include/tg_owt/pc/test/mock_rtp_receiver_internal.h
include/tg_owt/pc/test/mock_rtp_sender_internal.h
-include/tg_owt/pc/test/mock_voice_media_channel.h
+include/tg_owt/pc/test/mock_voice_media_receive_channel_interface.h
include/tg_owt/pc/test/peer_connection_test_wrapper.h
include/tg_owt/pc/test/rtc_stats_obtainer.h
include/tg_owt/pc/test/rtp_transport_test_util.h
+include/tg_owt/pc/test/simulcast_layer_util.h
include/tg_owt/pc/test/srtp_test_util.h
include/tg_owt/pc/test/test_sdp_strings.h
include/tg_owt/pc/track_media_info_map.h
@@ -1718,13 +1638,13 @@ include/tg_owt/pc/video_track_source_proxy.h
include/tg_owt/pc/webrtc_sdp.h
include/tg_owt/pc/webrtc_session_description_factory.h
include/tg_owt/rtc_base/arraysize.h
+include/tg_owt/rtc_base/async_dns_resolver.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/bit_buffer.h
+include/tg_owt/rtc_base/bitrate_tracker.h
include/tg_owt/rtc_base/bitstream_reader.h
include/tg_owt/rtc_base/boringssl_certificate.h
include/tg_owt/rtc_base/boringssl_identity.h
@@ -1776,6 +1696,7 @@ 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/frequency_tracker.h
include/tg_owt/rtc_base/gtest_prod_util.h
include/tg_owt/rtc_base/gunit.h
include/tg_owt/rtc_base/helpers.h
@@ -1799,7 +1720,9 @@ include/tg_owt/rtc_base/nat_socket_factory.h
include/tg_owt/rtc_base/nat_types.h
include/tg_owt/rtc_base/net_helper.h
include/tg_owt/rtc_base/net_helpers.h
+include/tg_owt/rtc_base/net_test_helpers.h
include/tg_owt/rtc_base/network.h
+include/tg_owt/rtc_base/network/received_packet.h
include/tg_owt/rtc_base/network/sent_packet.h
include/tg_owt/rtc_base/network_constants.h
include/tg_owt/rtc_base/network_monitor.h
@@ -1824,6 +1747,7 @@ include/tg_owt/rtc_base/numerics/safe_conversions_impl.h
include/tg_owt/rtc_base/numerics/safe_minmax.h
include/tg_owt/rtc_base/numerics/sample_counter.h
include/tg_owt/rtc_base/numerics/sample_stats.h
+include/tg_owt/rtc_base/numerics/sequence_number_unwrapper.h
include/tg_owt/rtc_base/numerics/sequence_number_util.h
include/tg_owt/rtc_base/one_time_event.h
include/tg_owt/rtc_base/openssl.h
@@ -1876,6 +1800,7 @@ include/tg_owt/rtc_base/string_to_number.h
include/tg_owt/rtc_base/string_utils.h
include/tg_owt/rtc_base/strings/audio_format_to_string.h
include/tg_owt/rtc_base/strings/json.h
+include/tg_owt/rtc_base/strings/str_join.h
include/tg_owt/rtc_base/strings/string_builder.h
include/tg_owt/rtc_base/strings/string_format.h
include/tg_owt/rtc_base/strong_alias.h
@@ -1927,280 +1852,8 @@ include/tg_owt/rtc_base/units/unit_base.h
include/tg_owt/rtc_base/untyped_function.h
include/tg_owt/rtc_base/virtual_socket_server.h
include/tg_owt/rtc_base/weak_ptr.h
-include/tg_owt/rtc_base/win/create_direct3d_device.h
-include/tg_owt/rtc_base/win/get_activation_factory.h
-include/tg_owt/rtc_base/win/hstring.h
-include/tg_owt/rtc_base/win/scoped_com_initializer.h
-include/tg_owt/rtc_base/win/windows_version.h
-include/tg_owt/rtc_base/win32.h
-include/tg_owt/rtc_base/win32_socket_init.h
-include/tg_owt/rtc_base/win32_window.h
include/tg_owt/rtc_base/zero_memory.h
-include/tg_owt/sdk/android/native_api/audio_device_module/audio_device_android.h
-include/tg_owt/sdk/android/native_api/base/init.h
-include/tg_owt/sdk/android/native_api/codecs/wrapper.h
-include/tg_owt/sdk/android/native_api/jni/class_loader.h
-include/tg_owt/sdk/android/native_api/jni/java_types.h
-include/tg_owt/sdk/android/native_api/jni/jni_int_wrapper.h
-include/tg_owt/sdk/android/native_api/jni/jvm.h
-include/tg_owt/sdk/android/native_api/jni/scoped_java_ref.h
-include/tg_owt/sdk/android/native_api/network_monitor/network_monitor.h
-include/tg_owt/sdk/android/native_api/peerconnection/peer_connection_factory.h
-include/tg_owt/sdk/android/native_api/stacktrace/stacktrace.h
-include/tg_owt/sdk/android/native_api/video/video_source.h
-include/tg_owt/sdk/android/native_api/video/wrapper.h
-include/tg_owt/sdk/android/native_unittests/application_context_provider.h
-include/tg_owt/sdk/android/src/jni/android_network_monitor.h
-include/tg_owt/sdk/android/src/jni/android_video_track_source.h
-include/tg_owt/sdk/android/src/jni/audio_device/aaudio_player.h
-include/tg_owt/sdk/android/src/jni/audio_device/aaudio_recorder.h
-include/tg_owt/sdk/android/src/jni/audio_device/aaudio_wrapper.h
-include/tg_owt/sdk/android/src/jni/audio_device/audio_common.h
-include/tg_owt/sdk/android/src/jni/audio_device/audio_device_module.h
-include/tg_owt/sdk/android/src/jni/audio_device/audio_record_jni.h
-include/tg_owt/sdk/android/src/jni/audio_device/audio_track_jni.h
-include/tg_owt/sdk/android/src/jni/audio_device/opensles_common.h
-include/tg_owt/sdk/android/src/jni/audio_device/opensles_player.h
-include/tg_owt/sdk/android/src/jni/audio_device/opensles_recorder.h
-include/tg_owt/sdk/android/src/jni/encoded_image.h
-include/tg_owt/sdk/android/src/jni/jni_generator_helper.h
-include/tg_owt/sdk/android/src/jni/jni_helpers.h
-include/tg_owt/sdk/android/src/jni/jvm.h
-include/tg_owt/sdk/android/src/jni/logging/log_sink.h
-include/tg_owt/sdk/android/src/jni/native_capturer_observer.h
-include/tg_owt/sdk/android/src/jni/pc/add_ice_candidate_observer.h
-include/tg_owt/sdk/android/src/jni/pc/android_network_monitor.h
-include/tg_owt/sdk/android/src/jni/pc/audio.h
-include/tg_owt/sdk/android/src/jni/pc/crypto_options.h
-include/tg_owt/sdk/android/src/jni/pc/data_channel.h
-include/tg_owt/sdk/android/src/jni/pc/ice_candidate.h
-include/tg_owt/sdk/android/src/jni/pc/media_constraints.h
-include/tg_owt/sdk/android/src/jni/pc/media_stream.h
-include/tg_owt/sdk/android/src/jni/pc/media_stream_track.h
-include/tg_owt/sdk/android/src/jni/pc/owned_factory_and_threads.h
-include/tg_owt/sdk/android/src/jni/pc/peer_connection.h
-include/tg_owt/sdk/android/src/jni/pc/peer_connection_factory.h
-include/tg_owt/sdk/android/src/jni/pc/rtc_certificate.h
-include/tg_owt/sdk/android/src/jni/pc/rtc_stats_collector_callback_wrapper.h
-include/tg_owt/sdk/android/src/jni/pc/rtp_parameters.h
-include/tg_owt/sdk/android/src/jni/pc/rtp_receiver.h
-include/tg_owt/sdk/android/src/jni/pc/rtp_sender.h
-include/tg_owt/sdk/android/src/jni/pc/rtp_transceiver.h
-include/tg_owt/sdk/android/src/jni/pc/sdp_observer.h
-include/tg_owt/sdk/android/src/jni/pc/session_description.h
-include/tg_owt/sdk/android/src/jni/pc/ssl_certificate_verifier_wrapper.h
-include/tg_owt/sdk/android/src/jni/pc/stats_observer.h
-include/tg_owt/sdk/android/src/jni/pc/turn_customizer.h
-include/tg_owt/sdk/android/src/jni/pc/video.h
-include/tg_owt/sdk/android/src/jni/scoped_java_ref_counted.h
-include/tg_owt/sdk/android/src/jni/video_codec_info.h
-include/tg_owt/sdk/android/src/jni/video_codec_status.h
-include/tg_owt/sdk/android/src/jni/video_decoder_factory_wrapper.h
-include/tg_owt/sdk/android/src/jni/video_decoder_wrapper.h
-include/tg_owt/sdk/android/src/jni/video_encoder_factory_wrapper.h
-include/tg_owt/sdk/android/src/jni/video_encoder_wrapper.h
-include/tg_owt/sdk/android/src/jni/video_frame.h
-include/tg_owt/sdk/android/src/jni/video_sink.h
-include/tg_owt/sdk/android/src/jni/wrapped_native_i420_buffer.h
include/tg_owt/sdk/media_constraints.h
-include/tg_owt/sdk/objc/Framework/Classes/Common/NSString+StdString.h
-include/tg_owt/sdk/objc/Framework/Classes/Common/scoped_cftyperef.h
-include/tg_owt/sdk/objc/Framework/Classes/PeerConnection/RTCConfiguration+Native.h
-include/tg_owt/sdk/objc/Framework/Classes/PeerConnection/RTCPeerConnectionFactory+Native.h
-include/tg_owt/sdk/objc/Framework/Classes/Video/RTCDefaultShader.h
-include/tg_owt/sdk/objc/Framework/Classes/Video/RTCNV12TextureCache.h
-include/tg_owt/sdk/objc/Framework/Classes/VideoToolbox/nalu_rewriter.h
-include/tg_owt/sdk/objc/Framework/Native/api/audio_device_module.h
-include/tg_owt/sdk/objc/Framework/Native/api/video_decoder_factory.h
-include/tg_owt/sdk/objc/Framework/Native/api/video_encoder_factory.h
-include/tg_owt/sdk/objc/Framework/Native/api/video_frame_buffer.h
-include/tg_owt/sdk/objc/Framework/Native/src/objc_video_decoder_factory.h
-include/tg_owt/sdk/objc/Framework/Native/src/objc_video_encoder_factory.h
-include/tg_owt/sdk/objc/api/RTCVideoRendererAdapter+Private.h
-include/tg_owt/sdk/objc/api/RTCVideoRendererAdapter.h
-include/tg_owt/sdk/objc/api/logging/RTCCallbackLogger.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCAudioSource+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCAudioSource.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCAudioTrack+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCAudioTrack.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCCertificate.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCConfiguration+Native.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCConfiguration+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCConfiguration.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCCryptoOptions.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCDataChannel+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCDataChannel.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCDataChannelConfiguration+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCDataChannelConfiguration.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCDtmfSender+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCDtmfSender.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCEncodedImage+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCFieldTrials.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCFileLogger.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCIceCandidate+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCIceCandidate.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCIceCandidateErrorEvent+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCIceCandidateErrorEvent.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCIceServer+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCIceServer.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCLegacyStatsReport+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCLegacyStatsReport.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCMediaConstraints+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCMediaConstraints.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCMediaSource+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCMediaSource.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCMediaStream+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCMediaStream.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCMediaStreamTrack+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCMediaStreamTrack.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCMetrics.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCMetricsSampleInfo+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCMetricsSampleInfo.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCPeerConnection+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCPeerConnection.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCPeerConnectionFactory+Native.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCPeerConnectionFactory+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCPeerConnectionFactory.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCPeerConnectionFactoryBuilder+DefaultComponents.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCPeerConnectionFactoryBuilder.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCPeerConnectionFactoryOptions+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCPeerConnectionFactoryOptions.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCRtcpParameters+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCRtcpParameters.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCRtpCodecParameters+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCRtpCodecParameters.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCRtpEncodingParameters+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCRtpEncodingParameters.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCRtpHeaderExtension+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCRtpHeaderExtension.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCRtpParameters+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCRtpParameters.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCRtpReceiver+Native.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCRtpReceiver+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCRtpReceiver.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCRtpSender+Native.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCRtpSender+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCRtpSender.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCRtpTransceiver+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCRtpTransceiver.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCSSLAdapter.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCSessionDescription+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCSessionDescription.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCStatisticsReport+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCStatisticsReport.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCTracing.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCVideoCodecInfo+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCVideoEncoderSettings+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCVideoSource+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCVideoSource.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCVideoTrack+Private.h
-include/tg_owt/sdk/objc/api/peerconnection/RTCVideoTrack.h
-include/tg_owt/sdk/objc/api/video_codec/RTCVideoCodecConstants.h
-include/tg_owt/sdk/objc/api/video_codec/RTCVideoDecoderAV1.h
-include/tg_owt/sdk/objc/api/video_codec/RTCVideoDecoderVP8.h
-include/tg_owt/sdk/objc/api/video_codec/RTCVideoDecoderVP9.h
-include/tg_owt/sdk/objc/api/video_codec/RTCVideoEncoderAV1.h
-include/tg_owt/sdk/objc/api/video_codec/RTCVideoEncoderVP8.h
-include/tg_owt/sdk/objc/api/video_codec/RTCVideoEncoderVP9.h
-include/tg_owt/sdk/objc/api/video_codec/RTCWrappedNativeVideoDecoder.h
-include/tg_owt/sdk/objc/api/video_codec/RTCWrappedNativeVideoEncoder.h
-include/tg_owt/sdk/objc/api/video_frame_buffer/RTCNativeI420Buffer+Private.h
-include/tg_owt/sdk/objc/api/video_frame_buffer/RTCNativeI420Buffer.h
-include/tg_owt/sdk/objc/api/video_frame_buffer/RTCNativeMutableI420Buffer.h
-include/tg_owt/sdk/objc/base/RTCCodecSpecificInfo.h
-include/tg_owt/sdk/objc/base/RTCEncodedImage.h
-include/tg_owt/sdk/objc/base/RTCI420Buffer.h
-include/tg_owt/sdk/objc/base/RTCLogging.h
-include/tg_owt/sdk/objc/base/RTCMacros.h
-include/tg_owt/sdk/objc/base/RTCMutableI420Buffer.h
-include/tg_owt/sdk/objc/base/RTCMutableYUVPlanarBuffer.h
-include/tg_owt/sdk/objc/base/RTCSSLCertificateVerifier.h
-include/tg_owt/sdk/objc/base/RTCVideoCapturer.h
-include/tg_owt/sdk/objc/base/RTCVideoCodecInfo.h
-include/tg_owt/sdk/objc/base/RTCVideoDecoder.h
-include/tg_owt/sdk/objc/base/RTCVideoDecoderFactory.h
-include/tg_owt/sdk/objc/base/RTCVideoEncoder.h
-include/tg_owt/sdk/objc/base/RTCVideoEncoderFactory.h
-include/tg_owt/sdk/objc/base/RTCVideoEncoderQpThresholds.h
-include/tg_owt/sdk/objc/base/RTCVideoEncoderSettings.h
-include/tg_owt/sdk/objc/base/RTCVideoFrame.h
-include/tg_owt/sdk/objc/base/RTCVideoFrameBuffer.h
-include/tg_owt/sdk/objc/base/RTCVideoRenderer.h
-include/tg_owt/sdk/objc/base/RTCYUVPlanarBuffer.h
-include/tg_owt/sdk/objc/components/audio/RTCAudioDevice.h
-include/tg_owt/sdk/objc/components/audio/RTCAudioSession+Private.h
-include/tg_owt/sdk/objc/components/audio/RTCAudioSession.h
-include/tg_owt/sdk/objc/components/audio/RTCAudioSessionConfiguration.h
-include/tg_owt/sdk/objc/components/audio/RTCNativeAudioSessionDelegateAdapter.h
-include/tg_owt/sdk/objc/components/capturer/RTCCameraVideoCapturer.h
-include/tg_owt/sdk/objc/components/capturer/RTCFileVideoCapturer.h
-include/tg_owt/sdk/objc/components/network/RTCNetworkMonitor+Private.h
-include/tg_owt/sdk/objc/components/network/RTCNetworkMonitor.h
-include/tg_owt/sdk/objc/components/renderer/metal/RTCMTLI420Renderer.h
-include/tg_owt/sdk/objc/components/renderer/metal/RTCMTLNSVideoView.h
-include/tg_owt/sdk/objc/components/renderer/metal/RTCMTLNV12Renderer.h
-include/tg_owt/sdk/objc/components/renderer/metal/RTCMTLRGBRenderer.h
-include/tg_owt/sdk/objc/components/renderer/metal/RTCMTLRenderer+Private.h
-include/tg_owt/sdk/objc/components/renderer/metal/RTCMTLRenderer.h
-include/tg_owt/sdk/objc/components/renderer/metal/RTCMTLVideoView.h
-include/tg_owt/sdk/objc/components/renderer/opengl/RTCDefaultShader.h
-include/tg_owt/sdk/objc/components/renderer/opengl/RTCDisplayLinkTimer.h
-include/tg_owt/sdk/objc/components/renderer/opengl/RTCEAGLVideoView.h
-include/tg_owt/sdk/objc/components/renderer/opengl/RTCI420TextureCache.h
-include/tg_owt/sdk/objc/components/renderer/opengl/RTCNSGLVideoView.h
-include/tg_owt/sdk/objc/components/renderer/opengl/RTCNV12TextureCache.h
-include/tg_owt/sdk/objc/components/renderer/opengl/RTCOpenGLDefines.h
-include/tg_owt/sdk/objc/components/renderer/opengl/RTCShader.h
-include/tg_owt/sdk/objc/components/renderer/opengl/RTCVideoViewShading.h
-include/tg_owt/sdk/objc/components/video_codec/RTCCodecSpecificInfoH264+Private.h
-include/tg_owt/sdk/objc/components/video_codec/RTCCodecSpecificInfoH264.h
-include/tg_owt/sdk/objc/components/video_codec/RTCCodecSpecificInfoH265+Private.h
-include/tg_owt/sdk/objc/components/video_codec/RTCCodecSpecificInfoH265.h
-include/tg_owt/sdk/objc/components/video_codec/RTCDefaultVideoDecoderFactory.h
-include/tg_owt/sdk/objc/components/video_codec/RTCDefaultVideoEncoderFactory.h
-include/tg_owt/sdk/objc/components/video_codec/RTCH264ProfileLevelId.h
-include/tg_owt/sdk/objc/components/video_codec/RTCH265ProfileLevelId.h
-include/tg_owt/sdk/objc/components/video_codec/RTCVideoDecoderFactoryH264.h
-include/tg_owt/sdk/objc/components/video_codec/RTCVideoDecoderH264.h
-include/tg_owt/sdk/objc/components/video_codec/RTCVideoEncoderFactoryH264.h
-include/tg_owt/sdk/objc/components/video_codec/RTCVideoEncoderH264.h
-include/tg_owt/sdk/objc/components/video_codec/UIDevice+H264Profile.h
-include/tg_owt/sdk/objc/components/video_codec/helpers.h
-include/tg_owt/sdk/objc/components/video_codec/nalu_rewriter.h
-include/tg_owt/sdk/objc/components/video_frame_buffer/RTCCVPixelBuffer.h
-include/tg_owt/sdk/objc/helpers/AVCaptureSession+DevicePosition.h
-include/tg_owt/sdk/objc/helpers/NSString+StdString.h
-include/tg_owt/sdk/objc/helpers/RTCCameraPreviewView.h
-include/tg_owt/sdk/objc/helpers/RTCDispatcher+Private.h
-include/tg_owt/sdk/objc/helpers/RTCDispatcher.h
-include/tg_owt/sdk/objc/helpers/UIDevice+RTCDevice.h
-include/tg_owt/sdk/objc/helpers/scoped_cftyperef.h
-include/tg_owt/sdk/objc/native/api/audio_device_module.h
-include/tg_owt/sdk/objc/native/api/network_monitor_factory.h
-include/tg_owt/sdk/objc/native/api/objc_audio_device_module.h
-include/tg_owt/sdk/objc/native/api/ssl_certificate_verifier.h
-include/tg_owt/sdk/objc/native/api/video_capturer.h
-include/tg_owt/sdk/objc/native/api/video_decoder_factory.h
-include/tg_owt/sdk/objc/native/api/video_encoder_factory.h
-include/tg_owt/sdk/objc/native/api/video_frame.h
-include/tg_owt/sdk/objc/native/api/video_frame_buffer.h
-include/tg_owt/sdk/objc/native/api/video_renderer.h
-include/tg_owt/sdk/objc/native/src/audio/audio_device_ios.h
-include/tg_owt/sdk/objc/native/src/audio/audio_device_module_ios.h
-include/tg_owt/sdk/objc/native/src/audio/audio_session_observer.h
-include/tg_owt/sdk/objc/native/src/audio/helpers.h
-include/tg_owt/sdk/objc/native/src/audio/voice_processing_audio_unit.h
-include/tg_owt/sdk/objc/native/src/network_monitor_observer.h
-include/tg_owt/sdk/objc/native/src/objc_audio_device.h
-include/tg_owt/sdk/objc/native/src/objc_audio_device_delegate.h
-include/tg_owt/sdk/objc/native/src/objc_frame_buffer.h
-include/tg_owt/sdk/objc/native/src/objc_network_monitor.h
-include/tg_owt/sdk/objc/native/src/objc_video_decoder_factory.h
-include/tg_owt/sdk/objc/native/src/objc_video_encoder_factory.h
-include/tg_owt/sdk/objc/native/src/objc_video_frame.h
-include/tg_owt/sdk/objc/native/src/objc_video_renderer.h
-include/tg_owt/sdk/objc/native/src/objc_video_track_source.h
-include/tg_owt/sdk/objc/unittests/frame_buffer_helpers.h
include/tg_owt/stats/test/rtc_test_stats.h
include/tg_owt/system_wrappers/include/clock.h
include/tg_owt/system_wrappers/include/cpu_features_wrapper.h
@@ -2211,417 +1864,6 @@ include/tg_owt/system_wrappers/include/metrics.h
include/tg_owt/system_wrappers/include/ntp_time.h
include/tg_owt/system_wrappers/include/rtp_to_ntp_estimator.h
include/tg_owt/system_wrappers/include/sleep.h
-include/tg_owt/third_party/abseil-cpp/absl/algorithm/algorithm.h
-include/tg_owt/third_party/abseil-cpp/absl/algorithm/container.h
-include/tg_owt/third_party/abseil-cpp/absl/base/attributes.h
-include/tg_owt/third_party/abseil-cpp/absl/base/call_once.h
-include/tg_owt/third_party/abseil-cpp/absl/base/casts.h
-include/tg_owt/third_party/abseil-cpp/absl/base/config.h
-include/tg_owt/third_party/abseil-cpp/absl/base/const_init.h
-include/tg_owt/third_party/abseil-cpp/absl/base/dynamic_annotations.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/atomic_hook.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/atomic_hook_test_helper.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/cycleclock.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/direct_mmap.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/dynamic_annotations.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/endian.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/errno_saver.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/exception_safety_testing.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/exception_testing.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/fast_type_id.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/hide_ptr.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/identity.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/inline_variable.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/inline_variable_testing.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/invoke.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/low_level_alloc.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/low_level_scheduling.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/per_thread_tls.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/prefetch.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/pretty_function.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/raw_logging.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/scheduling_mode.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/scoped_set_env.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/spinlock.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/spinlock_wait.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/strerror.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/sysinfo.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/thread_annotations.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/thread_identity.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/throw_delegate.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/tsan_mutex_interface.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/unaligned_access.h
-include/tg_owt/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.h
-include/tg_owt/third_party/abseil-cpp/absl/base/log_severity.h
-include/tg_owt/third_party/abseil-cpp/absl/base/macros.h
-include/tg_owt/third_party/abseil-cpp/absl/base/optimization.h
-include/tg_owt/third_party/abseil-cpp/absl/base/options.h
-include/tg_owt/third_party/abseil-cpp/absl/base/policy_checks.h
-include/tg_owt/third_party/abseil-cpp/absl/base/port.h
-include/tg_owt/third_party/abseil-cpp/absl/base/thread_annotations.h
-include/tg_owt/third_party/abseil-cpp/absl/cleanup/cleanup.h
-include/tg_owt/third_party/abseil-cpp/absl/cleanup/internal/cleanup.h
-include/tg_owt/third_party/abseil-cpp/absl/container/btree_map.h
-include/tg_owt/third_party/abseil-cpp/absl/container/btree_set.h
-include/tg_owt/third_party/abseil-cpp/absl/container/btree_test.h
-include/tg_owt/third_party/abseil-cpp/absl/container/fixed_array.h
-include/tg_owt/third_party/abseil-cpp/absl/container/flat_hash_map.h
-include/tg_owt/third_party/abseil-cpp/absl/container/flat_hash_set.h
-include/tg_owt/third_party/abseil-cpp/absl/container/inlined_vector.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/btree.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/btree_container.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/common.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/compressed_tuple.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/container_memory.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/counting_allocator.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/hash_function_defaults.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/hash_generator_testing.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/hash_policy_testing.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/hash_policy_traits.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/hashtable_debug.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/hashtable_debug_hooks.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/inlined_vector.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/layout.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/node_slot_policy.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/raw_hash_map.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/raw_hash_set.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/test_instance_tracker.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/tracked.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/unordered_map_constructor_test.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/unordered_map_lookup_test.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/unordered_map_members_test.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/unordered_map_modifiers_test.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/unordered_set_constructor_test.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/unordered_set_lookup_test.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/unordered_set_members_test.h
-include/tg_owt/third_party/abseil-cpp/absl/container/internal/unordered_set_modifiers_test.h
-include/tg_owt/third_party/abseil-cpp/absl/container/node_hash_map.h
-include/tg_owt/third_party/abseil-cpp/absl/container/node_hash_set.h
-include/tg_owt/third_party/abseil-cpp/absl/debugging/failure_signal_handler.h
-include/tg_owt/third_party/abseil-cpp/absl/debugging/internal/address_is_readable.h
-include/tg_owt/third_party/abseil-cpp/absl/debugging/internal/demangle.h
-include/tg_owt/third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.h
-include/tg_owt/third_party/abseil-cpp/absl/debugging/internal/examine_stack.h
-include/tg_owt/third_party/abseil-cpp/absl/debugging/internal/stack_consumption.h
-include/tg_owt/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h
-include/tg_owt/third_party/abseil-cpp/absl/debugging/internal/symbolize.h
-include/tg_owt/third_party/abseil-cpp/absl/debugging/internal/vdso_support.h
-include/tg_owt/third_party/abseil-cpp/absl/debugging/leak_check.h
-include/tg_owt/third_party/abseil-cpp/absl/debugging/stacktrace.h
-include/tg_owt/third_party/abseil-cpp/absl/debugging/symbolize.h
-include/tg_owt/third_party/abseil-cpp/absl/flags/commandlineflag.h
-include/tg_owt/third_party/abseil-cpp/absl/flags/config.h
-include/tg_owt/third_party/abseil-cpp/absl/flags/declare.h
-include/tg_owt/third_party/abseil-cpp/absl/flags/flag.h
-include/tg_owt/third_party/abseil-cpp/absl/flags/internal/commandlineflag.h
-include/tg_owt/third_party/abseil-cpp/absl/flags/internal/flag.h
-include/tg_owt/third_party/abseil-cpp/absl/flags/internal/parse.h
-include/tg_owt/third_party/abseil-cpp/absl/flags/internal/path_util.h
-include/tg_owt/third_party/abseil-cpp/absl/flags/internal/private_handle_accessor.h
-include/tg_owt/third_party/abseil-cpp/absl/flags/internal/program_name.h
-include/tg_owt/third_party/abseil-cpp/absl/flags/internal/registry.h
-include/tg_owt/third_party/abseil-cpp/absl/flags/internal/sequence_lock.h
-include/tg_owt/third_party/abseil-cpp/absl/flags/internal/usage.h
-include/tg_owt/third_party/abseil-cpp/absl/flags/marshalling.h
-include/tg_owt/third_party/abseil-cpp/absl/flags/parse.h
-include/tg_owt/third_party/abseil-cpp/absl/flags/reflection.h
-include/tg_owt/third_party/abseil-cpp/absl/flags/usage.h
-include/tg_owt/third_party/abseil-cpp/absl/flags/usage_config.h
-include/tg_owt/third_party/abseil-cpp/absl/functional/any_invocable.h
-include/tg_owt/third_party/abseil-cpp/absl/functional/bind_front.h
-include/tg_owt/third_party/abseil-cpp/absl/functional/function_ref.h
-include/tg_owt/third_party/abseil-cpp/absl/functional/internal/any_invocable.h
-include/tg_owt/third_party/abseil-cpp/absl/functional/internal/front_binder.h
-include/tg_owt/third_party/abseil-cpp/absl/functional/internal/function_ref.h
-include/tg_owt/third_party/abseil-cpp/absl/hash/hash.h
-include/tg_owt/third_party/abseil-cpp/absl/hash/hash_testing.h
-include/tg_owt/third_party/abseil-cpp/absl/hash/internal/city.h
-include/tg_owt/third_party/abseil-cpp/absl/hash/internal/hash.h
-include/tg_owt/third_party/abseil-cpp/absl/hash/internal/low_level_hash.h
-include/tg_owt/third_party/abseil-cpp/absl/hash/internal/spy_hash_state.h
-include/tg_owt/third_party/abseil-cpp/absl/memory/memory.h
-include/tg_owt/third_party/abseil-cpp/absl/meta/type_traits.h
-include/tg_owt/third_party/abseil-cpp/absl/numeric/bits.h
-include/tg_owt/third_party/abseil-cpp/absl/numeric/int128.h
-include/tg_owt/third_party/abseil-cpp/absl/numeric/internal/bits.h
-include/tg_owt/third_party/abseil-cpp/absl/numeric/internal/representation.h
-include/tg_owt/third_party/abseil-cpp/absl/profiling/internal/exponential_biased.h
-include/tg_owt/third_party/abseil-cpp/absl/profiling/internal/periodic_sampler.h
-include/tg_owt/third_party/abseil-cpp/absl/profiling/internal/sample_recorder.h
-include/tg_owt/third_party/abseil-cpp/absl/random/bernoulli_distribution.h
-include/tg_owt/third_party/abseil-cpp/absl/random/beta_distribution.h
-include/tg_owt/third_party/abseil-cpp/absl/random/bit_gen_ref.h
-include/tg_owt/third_party/abseil-cpp/absl/random/discrete_distribution.h
-include/tg_owt/third_party/abseil-cpp/absl/random/distributions.h
-include/tg_owt/third_party/abseil-cpp/absl/random/exponential_distribution.h
-include/tg_owt/third_party/abseil-cpp/absl/random/gaussian_distribution.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/chi_square.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/distribution_caller.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/distribution_test_util.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/explicit_seed_seq.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/fast_uniform_bits.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/fastmath.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/generate_real.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/iostream_state_saver.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/mock_helpers.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/mock_overload_set.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/nanobenchmark.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/nonsecure_base.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/pcg_engine.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/platform.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/pool_urbg.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/randen.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/randen_detect.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/randen_engine.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/randen_hwaes.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/randen_slow.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/randen_traits.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/salted_seed_seq.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/seed_material.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/sequence_urbg.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/traits.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/uniform_helper.h
-include/tg_owt/third_party/abseil-cpp/absl/random/internal/wide_multiply.h
-include/tg_owt/third_party/abseil-cpp/absl/random/log_uniform_int_distribution.h
-include/tg_owt/third_party/abseil-cpp/absl/random/mock_distributions.h
-include/tg_owt/third_party/abseil-cpp/absl/random/mocking_bit_gen.h
-include/tg_owt/third_party/abseil-cpp/absl/random/poisson_distribution.h
-include/tg_owt/third_party/abseil-cpp/absl/random/random.h
-include/tg_owt/third_party/abseil-cpp/absl/random/seed_gen_exception.h
-include/tg_owt/third_party/abseil-cpp/absl/random/seed_sequences.h
-include/tg_owt/third_party/abseil-cpp/absl/random/uniform_int_distribution.h
-include/tg_owt/third_party/abseil-cpp/absl/random/uniform_real_distribution.h
-include/tg_owt/third_party/abseil-cpp/absl/random/zipf_distribution.h
-include/tg_owt/third_party/abseil-cpp/absl/status/internal/status_internal.h
-include/tg_owt/third_party/abseil-cpp/absl/status/internal/statusor_internal.h
-include/tg_owt/third_party/abseil-cpp/absl/status/status.h
-include/tg_owt/third_party/abseil-cpp/absl/status/status_payload_printer.h
-include/tg_owt/third_party/abseil-cpp/absl/status/statusor.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/ascii.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/charconv.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/cord.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/cord_analysis.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/cord_buffer.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/cord_test_helpers.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/cordz_test_helpers.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/escaping.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/char_map.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/charconv_bigint.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/charconv_parse.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cord_data_edge.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cord_internal.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cord_rep_flat.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cord_rep_ring_reader.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cord_rep_test_util.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cordz_functions.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cordz_handle.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cordz_info.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cordz_sample_token.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cordz_statistics.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cordz_update_scope.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cordz_update_tracker.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/escaping.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/escaping_test_common.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/memutil.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/numbers_test_common.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/ostringstream.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/pow10_helper.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/stl_type_traits.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/str_format/arg.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/str_format/bind.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/str_format/checker.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/str_format/extension.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/str_format/output.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/str_format/parser.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/str_join_internal.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/str_split_internal.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/string_constant.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/internal/utf8.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/match.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/numbers.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/str_cat.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/str_format.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/str_join.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/str_replace.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/str_split.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/string_view.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/strip.h
-include/tg_owt/third_party/abseil-cpp/absl/strings/substitute.h
-include/tg_owt/third_party/abseil-cpp/absl/synchronization/barrier.h
-include/tg_owt/third_party/abseil-cpp/absl/synchronization/blocking_counter.h
-include/tg_owt/third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.h
-include/tg_owt/third_party/abseil-cpp/absl/synchronization/internal/futex.h
-include/tg_owt/third_party/abseil-cpp/absl/synchronization/internal/graphcycles.h
-include/tg_owt/third_party/abseil-cpp/absl/synchronization/internal/kernel_timeout.h
-include/tg_owt/third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.h
-include/tg_owt/third_party/abseil-cpp/absl/synchronization/internal/thread_pool.h
-include/tg_owt/third_party/abseil-cpp/absl/synchronization/internal/waiter.h
-include/tg_owt/third_party/abseil-cpp/absl/synchronization/mutex.h
-include/tg_owt/third_party/abseil-cpp/absl/synchronization/notification.h
-include/tg_owt/third_party/abseil-cpp/absl/time/civil_time.h
-include/tg_owt/third_party/abseil-cpp/absl/time/clock.h
-include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time.h
-include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time_detail.h
-include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/time_zone.h
-include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/zone_info_source.h
-include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.h
-include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.h
-include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.h
-include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.h
-include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.h
-include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.h
-include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/src/tzfile.h
-include/tg_owt/third_party/abseil-cpp/absl/time/internal/test_util.h
-include/tg_owt/third_party/abseil-cpp/absl/time/time.h
-include/tg_owt/third_party/abseil-cpp/absl/types/any.h
-include/tg_owt/third_party/abseil-cpp/absl/types/bad_any_cast.h
-include/tg_owt/third_party/abseil-cpp/absl/types/bad_optional_access.h
-include/tg_owt/third_party/abseil-cpp/absl/types/bad_variant_access.h
-include/tg_owt/third_party/abseil-cpp/absl/types/compare.h
-include/tg_owt/third_party/abseil-cpp/absl/types/internal/conformance_aliases.h
-include/tg_owt/third_party/abseil-cpp/absl/types/internal/conformance_archetype.h
-include/tg_owt/third_party/abseil-cpp/absl/types/internal/conformance_profile.h
-include/tg_owt/third_party/abseil-cpp/absl/types/internal/conformance_testing.h
-include/tg_owt/third_party/abseil-cpp/absl/types/internal/conformance_testing_helpers.h
-include/tg_owt/third_party/abseil-cpp/absl/types/internal/optional.h
-include/tg_owt/third_party/abseil-cpp/absl/types/internal/parentheses.h
-include/tg_owt/third_party/abseil-cpp/absl/types/internal/span.h
-include/tg_owt/third_party/abseil-cpp/absl/types/internal/transform_args.h
-include/tg_owt/third_party/abseil-cpp/absl/types/internal/variant.h
-include/tg_owt/third_party/abseil-cpp/absl/types/optional.h
-include/tg_owt/third_party/abseil-cpp/absl/types/span.h
-include/tg_owt/third_party/abseil-cpp/absl/types/variant.h
-include/tg_owt/third_party/abseil-cpp/absl/utility/utility.h
-include/tg_owt/third_party/abseil-cpp/ci/absl_alternate_options.h
-include/tg_owt/third_party/crc32c/src/include/crc32c/crc32c.h
-include/tg_owt/third_party/crc32c/src/src/crc32c_arm64.h
-include/tg_owt/third_party/crc32c/src/src/crc32c_arm64_check.h
-include/tg_owt/third_party/crc32c/src/src/crc32c_extend_unittests.h
-include/tg_owt/third_party/crc32c/src/src/crc32c_internal.h
-include/tg_owt/third_party/crc32c/src/src/crc32c_prefetch.h
-include/tg_owt/third_party/crc32c/src/src/crc32c_read_le.h
-include/tg_owt/third_party/crc32c/src/src/crc32c_round_up.h
-include/tg_owt/third_party/crc32c/src/src/crc32c_sse42.h
-include/tg_owt/third_party/crc32c/src/src/crc32c_sse42_check.h
-include/tg_owt/third_party/libsrtp/crypto/cipher/cipher_test_cases.h
-include/tg_owt/third_party/libsrtp/crypto/hash/auth_test_cases.h
-include/tg_owt/third_party/libsrtp/crypto/include/aes.h
-include/tg_owt/third_party/libsrtp/crypto/include/aes_gcm.h
-include/tg_owt/third_party/libsrtp/crypto/include/aes_icm.h
-include/tg_owt/third_party/libsrtp/crypto/include/aes_icm_ext.h
-include/tg_owt/third_party/libsrtp/crypto/include/alloc.h
-include/tg_owt/third_party/libsrtp/crypto/include/auth.h
-include/tg_owt/third_party/libsrtp/crypto/include/cipher.h
-include/tg_owt/third_party/libsrtp/crypto/include/cipher_types.h
-include/tg_owt/third_party/libsrtp/crypto/include/cipher_priv.h
-include/tg_owt/third_party/libsrtp/crypto/include/crypto_kernel.h
-include/tg_owt/third_party/libsrtp/crypto/include/crypto_types.h
-include/tg_owt/third_party/libsrtp/crypto/include/datatypes.h
-include/tg_owt/third_party/libsrtp/crypto/include/err.h
-include/tg_owt/third_party/libsrtp/crypto/include/hmac.h
-include/tg_owt/third_party/libsrtp/crypto/include/integers.h
-include/tg_owt/third_party/libsrtp/crypto/include/key.h
-include/tg_owt/third_party/libsrtp/crypto/include/null_auth.h
-include/tg_owt/third_party/libsrtp/crypto/include/null_cipher.h
-include/tg_owt/third_party/libsrtp/crypto/include/rdb.h
-include/tg_owt/third_party/libsrtp/crypto/include/rdbx.h
-include/tg_owt/third_party/libsrtp/crypto/include/sha1.h
-include/tg_owt/third_party/libsrtp/fuzzer/fuzzer.h
-include/tg_owt/third_party/libsrtp/fuzzer/mt19937.h
-include/tg_owt/third_party/libsrtp/fuzzer/testmem.h
-include/tg_owt/third_party/libsrtp/config_in.h
-include/tg_owt/third_party/libsrtp/config_in_cmake.h
-include/tg_owt/third_party/libsrtp/include/srtp.h
-include/tg_owt/third_party/libsrtp/include/srtp_priv.h
-include/tg_owt/third_party/libsrtp/include/stream_list_priv.h
-include/tg_owt/third_party/libsrtp/test/cutest.h
-include/tg_owt/third_party/libsrtp/test/getopt_s.h
-include/tg_owt/third_party/libsrtp/test/rtp.h
-include/tg_owt/third_party/libsrtp/test/rtp_decoder.h
-include/tg_owt/third_party/libsrtp/test/ut_sim.h
-include/tg_owt/third_party/libsrtp/test/util.h
-include/tg_owt/third_party/libsrtp_config/config.h
-include/tg_owt/third_party/libvpx/include/elf.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vp8_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vpx_config.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vpx_dsp_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vpx_scale_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm-neon-highbd/vp8_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm-neon-highbd/vp9_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm-neon-highbd/vpx_config.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm-neon-highbd/vpx_dsp_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm-neon-highbd/vpx_scale_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm-neon/vp8_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm-neon/vp9_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm-neon/vpx_config.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm-neon/vpx_dsp_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm-neon/vpx_scale_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm/vp8_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm/vp9_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm/vpx_config.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm/vpx_dsp_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm/vpx_scale_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm64-highbd/vp8_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm64-highbd/vp9_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm64-highbd/vpx_config.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm64-highbd/vpx_dsp_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm64-highbd/vpx_scale_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm64/vp8_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm64/vp9_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm64/vpx_config.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm64/vpx_dsp_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/arm64/vpx_scale_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/generic/vp8_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/generic/vp9_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/generic/vpx_config.h
-include/tg_owt/third_party/libvpx/source/config/linux/generic/vpx_dsp_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/generic/vpx_scale_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/ia32/vp8_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/ia32/vp9_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/ia32/vpx_config.h
-include/tg_owt/third_party/libvpx/source/config/linux/ia32/vpx_dsp_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/ia32/vpx_scale_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/x64/vp8_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/x64/vp9_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/x64/vpx_config.h
-include/tg_owt/third_party/libvpx/source/config/linux/x64/vpx_dsp_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/linux/x64/vpx_scale_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/mac/ia32/vp8_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/mac/ia32/vp9_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/mac/ia32/vpx_config.h
-include/tg_owt/third_party/libvpx/source/config/mac/ia32/vpx_dsp_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/mac/ia32/vpx_scale_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/mac/x64/vp8_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/mac/x64/vp9_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/mac/x64/vpx_config.h
-include/tg_owt/third_party/libvpx/source/config/mac/x64/vpx_dsp_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/mac/x64/vpx_scale_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/vpx_version.h
-include/tg_owt/third_party/libvpx/source/config/win/arm64/vp8_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/win/arm64/vp9_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/win/arm64/vpx_config.h
-include/tg_owt/third_party/libvpx/source/config/win/arm64/vpx_dsp_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/win/arm64/vpx_scale_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/win/ia32/vp8_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/win/ia32/vp9_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/win/ia32/vpx_config.h
-include/tg_owt/third_party/libvpx/source/config/win/ia32/vpx_dsp_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/win/ia32/vpx_scale_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/win/x64/vp8_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/win/x64/vp9_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/win/x64/vpx_config.h
-include/tg_owt/third_party/libvpx/source/config/win/x64/vpx_dsp_rtcd.h
-include/tg_owt/third_party/libvpx/source/config/win/x64/vpx_scale_rtcd.h
include/tg_owt/third_party/libyuv/include/libyuv.h
include/tg_owt/third_party/libyuv/include/libyuv/basic_types.h
include/tg_owt/third_party/libyuv/include/libyuv/compare.h
@@ -2649,176 +1891,10 @@ include/tg_owt/third_party/libyuv/include/libyuv/video_common.h
include/tg_owt/third_party/libyuv/unit_test/unit_test.h
include/tg_owt/third_party/libyuv/util/psnr.h
include/tg_owt/third_party/libyuv/util/ssim.h
-include/tg_owt/third_party/openh264/src/codec/api/svc/codec_api.h
-include/tg_owt/third_party/openh264/src/codec/api/svc/codec_app_def.h
-include/tg_owt/third_party/openh264/src/codec/api/svc/codec_def.h
-include/tg_owt/third_party/openh264/src/codec/api/svc/codec_ver.h
-include/tg_owt/third_party/openh264/src/codec/build/iOS/dec/demo/demo/DEMOAppDelegate.h
-include/tg_owt/third_party/openh264/src/codec/build/iOS/dec/demo/demo/DEMOViewController.h
-include/tg_owt/third_party/openh264/src/codec/build/iOS/dec/demo/demo/DEMOViewControllerShowResource.h
-include/tg_owt/third_party/openh264/src/codec/build/iOS/enc/encDemo/encDemo/AppDelegate.h
-include/tg_owt/third_party/openh264/src/codec/build/iOS/enc/encDemo/encDemo/ViewController.h
-include/tg_owt/third_party/openh264/src/codec/build/windowsphone/all/CodecRTComponent.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/WelsList.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/WelsLock.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/WelsTask.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/WelsTaskThread.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/WelsThread.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/WelsThreadLib.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/WelsThreadPool.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/asmdefs_mmi.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/copy_mb.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/cpu.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/cpu_core.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/crt_util_safe_x.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/deblocking_common.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/expand_pic.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/golomb_common.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/intra_pred_common.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/ls_defines.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/macros.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/mc.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/measure_time.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/memory_align.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/sad_common.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/typedefs.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/utils.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/version.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/welsCodecTrace.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/wels_common_defs.h
-include/tg_owt/third_party/openh264/src/codec/common/inc/wels_const_common.h
-include/tg_owt/third_party/openh264/src/codec/console/common/inc/read_config.h
-include/tg_owt/third_party/openh264/src/codec/console/dec/inc/d3d9_utils.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/au_parser.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/bit_stream.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/cabac_decoder.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/deblocking.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/dec_frame.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/dec_golomb.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/decode_mb_aux.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/decode_slice.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/decoder.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/decoder_context.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/decoder_core.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/error_code.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/error_concealment.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/fmo.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/get_intra_predictor.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/manage_dec_ref.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/mb_cache.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/memmgr_nal_unit.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/mv_pred.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/nal_prefix.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/nalu.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/parameter_sets.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/parse_mb_syn_cabac.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/parse_mb_syn_cavlc.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/pic_queue.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/picture.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/rec_mb.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/slice.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/vlc_decoder.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/wels_common_basis.h
-include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/wels_const.h
-include/tg_owt/third_party/openh264/src/codec/decoder/plus/inc/welsDecoderExt.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/as264_common.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/au_set.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/deblocking.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/decode_mb_aux.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/dq_map.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/encode_mb_aux.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/encoder.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/encoder_context.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/extern.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/get_intra_predictor.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/mb_cache.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/md.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/mt_defs.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/mv_pred.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/nal_encap.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/param_svc.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/parameter_sets.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/paraset_strategy.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/picture.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/picture_handle.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/rc.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/ref_list_mgr_svc.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/sample.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/set_mb_syn_cabac.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/set_mb_syn_cavlc.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/slice.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/slice_multi_threading.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/stat.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/svc_base_layer_md.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/svc_enc_frame.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/svc_enc_golomb.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/svc_enc_macroblock.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/svc_enc_slice_segment.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/svc_encode_mb.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/svc_encode_slice.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/svc_mode_decision.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/svc_motion_estimate.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/svc_set_mb_syn.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/svc_set_mb_syn_cavlc.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/vlc_encoder.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/wels_common_basis.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/wels_const.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/wels_func_ptr_def.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/wels_preprocess.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/wels_task_base.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/wels_task_encoder.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/wels_task_management.h
-include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/wels_transpose_matrix.h
-include/tg_owt/third_party/openh264/src/codec/encoder/plus/inc/welsEncoderExt.h
-include/tg_owt/third_party/openh264/src/codec/processing/interface/IWelsVP.h
-include/tg_owt/third_party/openh264/src/codec/processing/src/adaptivequantization/AdaptiveQuantization.h
-include/tg_owt/third_party/openh264/src/codec/processing/src/backgrounddetection/BackgroundDetection.h
-include/tg_owt/third_party/openh264/src/codec/processing/src/common/WelsFrameWork.h
-include/tg_owt/third_party/openh264/src/codec/processing/src/common/common.h
-include/tg_owt/third_party/openh264/src/codec/processing/src/common/memory.h
-include/tg_owt/third_party/openh264/src/codec/processing/src/common/resource.h
-include/tg_owt/third_party/openh264/src/codec/processing/src/common/typedef.h
-include/tg_owt/third_party/openh264/src/codec/processing/src/common/util.h
-include/tg_owt/third_party/openh264/src/codec/processing/src/complexityanalysis/ComplexityAnalysis.h
-include/tg_owt/third_party/openh264/src/codec/processing/src/denoise/denoise.h
-include/tg_owt/third_party/openh264/src/codec/processing/src/downsample/downsample.h
-include/tg_owt/third_party/openh264/src/codec/processing/src/imagerotate/imagerotate.h
-include/tg_owt/third_party/openh264/src/codec/processing/src/scenechangedetection/SceneChangeDetection.h
-include/tg_owt/third_party/openh264/src/codec/processing/src/scrolldetection/ScrollDetection.h
-include/tg_owt/third_party/openh264/src/codec/processing/src/scrolldetection/ScrollDetectionFuncs.h
-include/tg_owt/third_party/openh264/src/codec/processing/src/vaacalc/vaacalculation.h
-include/tg_owt/third_party/openh264/src/module/RefCounted.h
-include/tg_owt/third_party/openh264/src/module/task_utils.h
-include/tg_owt/third_party/openh264/src/module/task_utils_generated.h
-include/tg_owt/third_party/openh264/src/test/BaseDecoderTest.h
-include/tg_owt/third_party/openh264/src/test/BaseEncoderTest.h
-include/tg_owt/third_party/openh264/src/test/api/encode_decode_api_test.h
-include/tg_owt/third_party/openh264/src/test/build/windowsphone/codec_ut/Codec_UT_RTComponent.h
-include/tg_owt/third_party/openh264/src/test/common/WelsThreadPoolTest.h
-include/tg_owt/third_party/openh264/src/test/encoder/EncUT_SliceBufferReallocate.h
-include/tg_owt/third_party/openh264/src/test/sha1.h
-include/tg_owt/third_party/openh264/src/test/test_stdint.h
-include/tg_owt/third_party/openh264/src/test/utils/BufferedData.h
-include/tg_owt/third_party/openh264/src/test/utils/DataGenerator.h
-include/tg_owt/third_party/openh264/src/test/utils/FileInputStream.h
-include/tg_owt/third_party/openh264/src/test/utils/HashFunctions.h
-include/tg_owt/third_party/openh264/src/test/utils/InputStream.h
include/tg_owt/third_party/pffft/src/fftpack.h
include/tg_owt/third_party/pffft/src/pffft.h
include/tg_owt/third_party/rnnoise/src/rnn_activations.h
include/tg_owt/third_party/rnnoise/src/rnn_vad_weights.h
-include/tg_owt/third_party/yasm/source/config/android/config.h
-include/tg_owt/third_party/yasm/source/config/android/libyasm-stdint.h
-include/tg_owt/third_party/yasm/source/config/ios/config.h
-include/tg_owt/third_party/yasm/source/config/ios/libyasm-stdint.h
-include/tg_owt/third_party/yasm/source/config/linux/config.h
-include/tg_owt/third_party/yasm/source/config/linux/libyasm-stdint.h
-include/tg_owt/third_party/yasm/source/config/mac/config.h
-include/tg_owt/third_party/yasm/source/config/mac/libyasm-stdint.h
-include/tg_owt/third_party/yasm/source/config/openbsd/config.h
-include/tg_owt/third_party/yasm/source/config/openbsd/libyasm-stdint.h
-include/tg_owt/third_party/yasm/source/config/win/config.h
-include/tg_owt/third_party/yasm/source/config/win/libyasm-stdint.h
include/tg_owt/video/adaptation/balanced_constraint.h
include/tg_owt/video/adaptation/bandwidth_quality_scaler_resource.h
include/tg_owt/video/adaptation/bitrate_constraint.h
@@ -2844,16 +1920,15 @@ include/tg_owt/video/frame_cadence_adapter.h
include/tg_owt/video/frame_decode_scheduler.h
include/tg_owt/video/frame_decode_timing.h
include/tg_owt/video/frame_dumping_decoder.h
+include/tg_owt/video/frame_dumping_encoder.h
include/tg_owt/video/frame_encode_metadata_writer.h
include/tg_owt/video/quality_limitation_reason_tracker.h
-include/tg_owt/video/quality_threshold.h
-include/tg_owt/video/receive_statistics_proxy2.h
+include/tg_owt/video/receive_statistics_proxy.h
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_receiver2.h
-include/tg_owt/video/rtp_video_stream_receiver_frame_transformer_delegate.h
include/tg_owt/video/send_delay_stats.h
include/tg_owt/video/send_statistics_proxy.h
include/tg_owt/video/stats_counter.h
@@ -2868,12 +1943,10 @@ include/tg_owt/video/video_quality_observer2.h
include/tg_owt/video/video_quality_test.h
include/tg_owt/video/video_receive_stream2.h
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_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
@@ -2886,18 +1959,14 @@ lib/libtg_owt.a
@dir include/tg_owt/api/g3doc
@dir include/tg_owt/api/test/metrics/proto
@dir include/tg_owt/api/video_codecs/test
-@dir include/tg_owt/audio/test/unittests
+@dir include/tg_owt/experiments
@dir include/tg_owt/logging/g3doc
@dir include/tg_owt/modules/audio_coding/codecs/g711/test
@dir include/tg_owt/modules/audio_coding/codecs/g722/test
@dir include/tg_owt/modules/audio_coding/codecs/ilbc/test
-@dir include/tg_owt/modules/audio_coding/codecs/isac/fix/test
-@dir include/tg_owt/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API
-@dir include/tg_owt/modules/audio_coding/codecs/isac/main/test/SwitchingSampRate
@dir include/tg_owt/modules/audio_coding/g3doc
@dir include/tg_owt/modules/audio_coding/neteq/g3doc
@dir include/tg_owt/modules/audio_coding/neteq/test/delay_tool
-@dir include/tg_owt/modules/audio_device/android/java/src/org/webrtc/voiceengine
@dir include/tg_owt/modules/audio_device/g3doc
@dir include/tg_owt/modules/audio_mixer/g3doc
@dir include/tg_owt/modules/audio_processing/g3doc
@@ -2907,7 +1976,6 @@ lib/libtg_owt.a
@dir include/tg_owt/modules/audio_processing/test/py_quality_assessment/output
@dir include/tg_owt/modules/audio_processing/test/py_quality_assessment/quality_assessment/apm_configs
@dir include/tg_owt/modules/audio_processing/transient/test
-@dir include/tg_owt/modules/desktop_capture/win/cursor_test_data
@dir include/tg_owt/modules/pacing/g3doc
@dir include/tg_owt/modules/utility/source
@dir include/tg_owt/modules/video_capture/test
@@ -2921,59 +1989,8 @@ lib/libtg_owt.a
@dir include/tg_owt/pc/g3doc
@dir include/tg_owt/pc/scenario_tests
@dir include/tg_owt/rtc_base/java/src/org/webrtc
-@dir include/tg_owt/sdk/android/api/org/webrtc/audio
-@dir include/tg_owt/sdk/android/instrumentationtests/src/org/webrtc
-@dir include/tg_owt/sdk/android/native_unittests/audio_device
-@dir include/tg_owt/sdk/android/native_unittests/codecs
-@dir include/tg_owt/sdk/android/native_unittests/org/webrtc
-@dir include/tg_owt/sdk/android/native_unittests/peerconnection
-@dir include/tg_owt/sdk/android/native_unittests/stacktrace
-@dir include/tg_owt/sdk/android/native_unittests/video
-@dir include/tg_owt/sdk/android/src/java/org/webrtc/audio
-@dir include/tg_owt/sdk/android/tests/resources
-@dir include/tg_owt/sdk/android/tests/src/org/webrtc/audio
@dir include/tg_owt/stats/g3doc
@dir include/tg_owt/system_wrappers/source
-@dir include/tg_owt/third_party/abseil-cpp/.github/ISSUE_TEMPLATE
-@dir include/tg_owt/third_party/abseil-cpp/CMake/Googletest
-@dir include/tg_owt/third_party/abseil-cpp/CMake/install_test_project
-@dir include/tg_owt/third_party/abseil-cpp/absl/copts
-@dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Africa
-@dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/America/Argentina
-@dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/America/Indiana
-@dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/America/Kentucky
-@dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/America/North_Dakota
-@dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Antarctica
-@dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Arctic
-@dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Asia
-@dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Atlantic
-@dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Australia
-@dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Brazil
-@dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Canada
-@dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Chile
-@dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Etc
-@dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Europe
-@dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Indian
-@dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Mexico
-@dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Pacific
-@dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/US
-@dir include/tg_owt/third_party/crc32c/src/.github/workflows
-@dir include/tg_owt/third_party/crc32c/src/third_party/benchmark
-@dir include/tg_owt/third_party/crc32c/src/third_party/glog
-@dir include/tg_owt/third_party/crc32c/src/third_party/googletest
-@dir include/tg_owt/third_party/libsrtp/.github/workflows
-@dir include/tg_owt/third_party/libsrtp/crypto/cipher
-@dir include/tg_owt/third_party/libsrtp/crypto/hash
-@dir include/tg_owt/third_party/libsrtp/crypto/include
-@dir include/tg_owt/third_party/libsrtp/crypto/kernel
-@dir include/tg_owt/third_party/libsrtp/crypto/math
-@dir include/tg_owt/third_party/libsrtp/crypto/replay
-@dir include/tg_owt/third_party/libsrtp/crypto/test
-@dir include/tg_owt/third_party/libsrtp/cmake
-@dir include/tg_owt/third_party/libsrtp/doc
-@dir include/tg_owt/third_party/libsrtp/fuzzer/corpus
-@dir include/tg_owt/third_party/libsrtp/include/srtp2
-@dir include/tg_owt/third_party/libsrtp/srtp
@dir include/tg_owt/third_party/libyuv/build_overrides
@dir include/tg_owt/third_party/libyuv/docs
@dir include/tg_owt/third_party/libyuv/infra/config
@@ -2983,81 +2000,6 @@ lib/libtg_owt.a
@dir include/tg_owt/third_party/libyuv/tools_libyuv/msan
@dir include/tg_owt/third_party/libyuv/tools_libyuv/ubsan
@dir include/tg_owt/third_party/libyuv/unit_test/testdata
-@dir include/tg_owt/third_party/openh264/src/autotest/codec_comparision
-@dir include/tg_owt/third_party/openh264/src/autotest/performanceTest/android
-@dir include/tg_owt/third_party/openh264/src/autotest/performanceTest/ios
-@dir include/tg_owt/third_party/openh264/src/autotest/unitTest/android
-@dir include/tg_owt/third_party/openh264/src/autotest/unitTest/ios
-@dir include/tg_owt/third_party/openh264/src/build
-@dir include/tg_owt/third_party/openh264/src/codec/build/android/dec/jni
-@dir include/tg_owt/third_party/openh264/src/codec/build/android/dec/res/layout
-@dir include/tg_owt/third_party/openh264/src/codec/build/android/dec/res/values
-@dir include/tg_owt/third_party/openh264/src/codec/build/android/dec/src/com/wels/dec
-@dir include/tg_owt/third_party/openh264/src/codec/build/android/enc/jni
-@dir include/tg_owt/third_party/openh264/src/codec/build/android/enc/res/layout
-@dir include/tg_owt/third_party/openh264/src/codec/build/android/enc/res/values
-@dir include/tg_owt/third_party/openh264/src/codec/build/android/enc/src/com/wels/enc
-@dir include/tg_owt/third_party/openh264/src/codec/build/iOS/common/common.xcodeproj
-@dir include/tg_owt/third_party/openh264/src/codec/build/iOS/dec/demo/demo/en.lproj
-@dir include/tg_owt/third_party/openh264/src/codec/build/iOS/dec/demo/demo.xcodeproj
-@dir include/tg_owt/third_party/openh264/src/codec/build/iOS/dec/welsdec/welsdec.xcodeproj
-@dir include/tg_owt/third_party/openh264/src/codec/build/iOS/enc/encDemo/encDemo/Base.lproj
-@dir include/tg_owt/third_party/openh264/src/codec/build/iOS/enc/encDemo/encDemo/Images.xcassets/AppIcon.appiconset
-@dir include/tg_owt/third_party/openh264/src/codec/build/iOS/enc/encDemo/encDemo/Images.xcassets/LaunchImage.launchimage
-@dir include/tg_owt/third_party/openh264/src/codec/build/iOS/enc/encDemo/encDemo/en.lproj
-@dir include/tg_owt/third_party/openh264/src/codec/build/iOS/enc/encDemo/encDemo.xcodeproj
-@dir include/tg_owt/third_party/openh264/src/codec/build/iOS/enc/welsenc/welsenc.xcodeproj
-@dir include/tg_owt/third_party/openh264/src/codec/build/iOS/openh264/openh264.xcodeproj
-@dir include/tg_owt/third_party/openh264/src/codec/build/iOS/processing/processing.xcodeproj
-@dir include/tg_owt/third_party/openh264/src/codec/build/win32/dec
-@dir include/tg_owt/third_party/openh264/src/codec/build/win32/enc
-@dir include/tg_owt/third_party/openh264/src/codec/build/windowsphone/all/CodecApp/Assets/Tiles
-@dir include/tg_owt/third_party/openh264/src/codec/build/windowsphone/all/CodecApp/Properties
-@dir include/tg_owt/third_party/openh264/src/codec/build/windowsphone/all/CodecApp/Resources
-@dir include/tg_owt/third_party/openh264/src/codec/common/arm
-@dir include/tg_owt/third_party/openh264/src/codec/common/arm64
-@dir include/tg_owt/third_party/openh264/src/codec/common/mips
-@dir include/tg_owt/third_party/openh264/src/codec/common/src
-@dir include/tg_owt/third_party/openh264/src/codec/common/x86
-@dir include/tg_owt/third_party/openh264/src/codec/console/common/src
-@dir include/tg_owt/third_party/openh264/src/codec/console/dec/src
-@dir include/tg_owt/third_party/openh264/src/codec/console/enc/src
-@dir include/tg_owt/third_party/openh264/src/codec/decoder/core/arm
-@dir include/tg_owt/third_party/openh264/src/codec/decoder/core/arm64
-@dir include/tg_owt/third_party/openh264/src/codec/decoder/core/mips
-@dir include/tg_owt/third_party/openh264/src/codec/decoder/core/src
-@dir include/tg_owt/third_party/openh264/src/codec/decoder/core/x86
-@dir include/tg_owt/third_party/openh264/src/codec/decoder/plus/src
-@dir include/tg_owt/third_party/openh264/src/codec/encoder/core/arm
-@dir include/tg_owt/third_party/openh264/src/codec/encoder/core/arm64
-@dir include/tg_owt/third_party/openh264/src/codec/encoder/core/mips
-@dir include/tg_owt/third_party/openh264/src/codec/encoder/core/src
-@dir include/tg_owt/third_party/openh264/src/codec/encoder/core/x86
-@dir include/tg_owt/third_party/openh264/src/codec/encoder/plus/src
-@dir include/tg_owt/third_party/openh264/src/codec/processing/build/win32
-@dir include/tg_owt/third_party/openh264/src/codec/processing/src/arm
-@dir include/tg_owt/third_party/openh264/src/codec/processing/src/arm64
-@dir include/tg_owt/third_party/openh264/src/codec/processing/src/mips
-@dir include/tg_owt/third_party/openh264/src/codec/processing/src/x86
-@dir include/tg_owt/third_party/openh264/src/docs/doxygen
-@dir include/tg_owt/third_party/openh264/src/include/wels
-@dir include/tg_owt/third_party/openh264/src/subprojects
-@dir include/tg_owt/third_party/openh264/src/test/build/android/jni
-@dir include/tg_owt/third_party/openh264/src/test/build/android/res/layout
-@dir include/tg_owt/third_party/openh264/src/test/build/android/res/values
-@dir include/tg_owt/third_party/openh264/src/test/build/android/res/values-v11
-@dir include/tg_owt/third_party/openh264/src/test/build/android/res/values-w820dp
-@dir include/tg_owt/third_party/openh264/src/test/build/android/src/com/cisco/codec/unittest
-@dir include/tg_owt/third_party/openh264/src/test/build/win32/codec_ut
-@dir include/tg_owt/third_party/openh264/src/test/build/windowsphone/codec_ut/CodecUTApp/Assets/Tiles
-@dir include/tg_owt/third_party/openh264/src/test/build/windowsphone/codec_ut/CodecUTApp/Properties
-@dir include/tg_owt/third_party/openh264/src/test/build/windowsphone/codec_ut/CodecUTApp/Resources
-@dir include/tg_owt/third_party/openh264/src/test/decoder
-@dir include/tg_owt/third_party/openh264/src/test/encoder_binary_comparison/SHA1Table
-@dir include/tg_owt/third_party/openh264/src/test/encoder_binary_comparison/Scripts
-@dir include/tg_owt/third_party/openh264/src/test/processing
-@dir include/tg_owt/third_party/openh264/src/testbin
@dir include/tg_owt/third_party/pffft/patches
-@dir include/tg_owt/third_party/yasm/binaries/win
@dir include/tg_owt/tools/generate_stubs
@dir include/tg_owt/video/g3doc