webrtc/pc
Harald Alvestrand 2111bb5be3 Delete some unused sigslot includes
This is mainly to remove them from the list of sigslot blockers.

Bug: webrtc:11943
Change-Id: I7908b953d7b2e3e1f7fd6c4da52412f70f1666c2
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/317901
Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#40641}
2023-08-28 12:36:39 +00:00
..
g3doc Document how bitrate probing works from a RTP perspective 2023-06-09 14:14:12 +00:00
scenario_tests Update pc/ to not use implicit conversion from scoped_refptr<T> to T*. 2022-04-20 13:18:33 +00:00
test Deprecate AsyncResolver config fields and remove internal usage. 2023-08-25 14:02:27 +00:00
audio_rtp_receiver.cc Implement GetParameters/GetSources support for unsignaled SSRCs. 2023-01-10 06:44:27 +00:00
audio_rtp_receiver.h Implement GetParameters/GetSources support for unsignaled SSRCs. 2023-01-10 06:44:27 +00:00
audio_rtp_receiver_unittest.cc Remove all split channels related code 2023-06-29 09:32:04 +00:00
audio_track.cc Move rtc::make_ref_counted to api/ 2022-06-15 09:47:38 +00:00
audio_track.h Use string_view to pass track ids to constructors 2022-05-30 10:28:57 +00:00
BUILD.gn Deprecate AsyncResolver config fields and remove internal usage. 2023-08-25 14:02:27 +00:00
channel.cc Rename cricket::RtpParameters and derived classes 2023-08-01 08:55:02 +00:00
channel.h Rename cricket::RtpParameters and derived classes 2023-08-01 08:55:02 +00:00
channel_interface.h Remove all split channels related code 2023-06-29 09:32:04 +00:00
channel_unittest.cc Split fake media channel classes 2023-06-28 11:40:47 +00:00
connection_context.cc Check use_rtx() in PeerConnectionFactory::GetRtpSenderCapabilities 2023-08-25 09:08:32 +00:00
connection_context.h Check use_rtx() in PeerConnectionFactory::GetRtpSenderCapabilities 2023-08-25 09:08:32 +00:00
data_channel_controller.cc Avoid touching channel after OnSctpDataChannelClosed 2023-06-22 09:13:29 +00:00
data_channel_controller.h Refactor HasDataChannels 2023-05-15 14:52:12 +00:00
data_channel_controller_unittest.cc Attempt to recycle a stopped data m-line before creating a new one 2023-05-09 15:11:24 +00:00
data_channel_integrationtest.cc Reland "Don't create channel_manager++ when media_engine is not set" 2022-05-23 15:51:21 +00:00
data_channel_unittest.cc [DataChannelInterface] Introduce DataChannelInterface::SendAsync() 2023-04-11 19:46:36 +00:00
data_channel_utils.cc Remove DataChannelType and deprecated option disable_sctp_data_channels 2021-04-19 19:32:23 +00:00
data_channel_utils.h Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ 2023-05-03 11:09:26 +00:00
DEPS Remove the SctpDataChannel::config_ member variable. 2023-03-12 17:28:14 +00:00
dtls_srtp_transport.cc Reduce logging verbosity of DTLS-SRTP RTCP transport 2023-08-22 13:48:09 +00:00
dtls_srtp_transport.h WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf 2022-03-29 10:14:00 +00:00
dtls_srtp_transport_unittest.cc Delete TestListener and top-level thread wrapping. 2022-05-20 15:21:21 +00:00
dtls_transport.cc Move rtc::make_ref_counted to api/ 2022-06-15 09:47:38 +00:00
dtls_transport.h Remove cricket::DtlsTransportState. 2021-05-21 21:45:29 +00:00
dtls_transport_unittest.cc Move rtc::make_ref_counted to api/ 2022-06-15 09:47:38 +00:00
dtmf_sender.cc Replace Thread::Invoke with Thread::BlockingCall 2022-09-09 10:44:17 +00:00
dtmf_sender.h Replace Thread::Invoke with Thread::BlockingCall 2022-09-09 10:44:17 +00:00
dtmf_sender_unittest.cc Remove sigslot usage from DtmfProviderInterface 2022-08-03 14:16:35 +00:00
external_hmac.cc Reland "Use backticks not vertical bars to denote variables in comments for /pc" 2021-07-30 22:13:59 +00:00
external_hmac.h Break out a few more targets from rtc_pc_base 2022-03-10 18:36:43 +00:00
ice_server_parsing.cc Reject stun urls with query parameters 2023-04-21 11:19:37 +00:00
ice_server_parsing.h Reland "ice server parsing: return RTCError with more details" 2022-10-12 11:23:22 +00:00
ice_server_parsing_unittest.cc Reject stun urls with query parameters 2023-04-21 11:19:37 +00:00
ice_transport.cc Use SequenceChecker from public API 2021-02-10 15:04:55 +00:00
ice_transport.h Break out a few more targets from rtc_pc_base 2022-03-10 18:36:43 +00:00
ice_transport_unittest.cc Remove FakePortAllocator's dependency on ScopedKeyValueConfig. 2023-01-24 08:24:55 +00:00
jitter_buffer_delay.cc Use SequenceChecker(SequenceChecker::kDetached) in a few places. 2023-03-24 07:44:18 +00:00
jitter_buffer_delay.h Use SequenceChecker(SequenceChecker::kDetached) in a few places. 2023-03-24 07:44:18 +00:00
jitter_buffer_delay_unittest.cc Update IWYU tool with a mapping file 2022-02-24 11:05:06 +00:00
jsep_ice_candidate.cc Update IWYU tool with a mapping file 2022-02-24 11:05:06 +00:00
jsep_session_description.cc Remove JsepSessionDescription::kDefaultVideoCodecName 2023-03-02 12:28:29 +00:00
jsep_session_description_unittest.cc Remove references to AudioCodec and VideoCodec constructors 2023-06-05 23:23:40 +00:00
jsep_transport.cc Rename cipher_suite to crypto_suite 2023-08-02 11:45:24 +00:00
jsep_transport.h Remove sigslot usage from SctpTransportInternal 2022-08-22 13:51:17 +00:00
jsep_transport_collection.cc Move channel creation functions into RtpTransceiver 2022-05-04 11:57:50 +00:00
jsep_transport_collection.h Use SequenceChecker(SequenceChecker::kDetached) in a few places. 2023-03-24 07:44:18 +00:00
jsep_transport_controller.cc Allow single-mline offers without BUNDLE group when using max-bundle 2023-05-26 06:10:50 +00:00
jsep_transport_controller.h Ensure Call is notified of un demuxable packets 2023-03-31 10:33:09 +00:00
jsep_transport_controller_unittest.cc Allow single-mline offers without BUNDLE group when using max-bundle 2023-05-26 06:10:50 +00:00
jsep_transport_unittest.cc Reland "dtls: allow dtls role to change during DTLS restart" 2022-08-19 10:55:47 +00:00
legacy_stats_collector.cc Remove default "unknown" encoderImplementation/decoderImplementation 2023-06-22 11:49:58 +00:00
legacy_stats_collector.h Reland "[DataChannel] Send and receive packets on the network thread." 2023-04-07 09:04:30 +00:00
legacy_stats_collector_interface.h Delete api/stats_types.h in favor of api/legacy_stats_types.h 2022-11-14 12:10:06 +00:00
legacy_stats_collector_unittest.cc Replace "rcvd" with "received" for readability 2023-04-24 15:30:07 +00:00
local_audio_source.cc Move rtc::make_ref_counted to api/ 2022-06-15 09:47:38 +00:00
local_audio_source.h
local_audio_source_unittest.cc
media_protocol_names.cc Never pass a signed char to ctype macros like isdigit() 2022-05-30 13:05:03 +00:00
media_protocol_names.h Cleanup: Move some more protocol names into media_protocol_names 2021-11-02 11:51:31 +00:00
media_session.cc Rename cipher_suite to crypto_suite 2023-08-02 11:45:24 +00:00
media_session.h Only answer with non-stopped RTP header extensions 2023-04-11 07:53:48 +00:00
media_session_unittest.cc Rename cipher_suite to crypto_suite 2023-08-02 11:45:24 +00:00
media_stream.cc Move rtc::make_ref_counted to api/ 2022-06-15 09:47:38 +00:00
media_stream.h Change stream.AddTrack/RemoveTrack to take a scoped_refptr argument 2022-04-21 12:32:17 +00:00
media_stream_observer.cc Update pc/ to not use implicit conversion from scoped_refptr<T> to T*. 2022-04-20 13:18:33 +00:00
media_stream_observer.h Update pc/ to not use implicit conversion from scoped_refptr<T> to T*. 2022-04-20 13:18:33 +00:00
media_stream_proxy.h Change stream.AddTrack/RemoveTrack to take a scoped_refptr argument 2022-04-21 12:32:17 +00:00
media_stream_track_proxy.h Move VideoTrack's content_hint property to the signaling thread. 2022-02-15 21:55:59 +00:00
media_stream_unittest.cc Delete TestListener and top-level thread wrapping. 2022-05-20 15:21:21 +00:00
OWNERS Enforce policy that SDP munging requires special approval 2023-01-30 20:09:07 +00:00
peer_connection.cc Deprecate AsyncResolver config fields and remove internal usage. 2023-08-25 14:02:27 +00:00
peer_connection.h Delete some unused sigslot includes 2023-08-28 12:36:39 +00:00
peer_connection_adaptation_integrationtest.cc New PeerConnectionFactory::CreateVideoTrack with refcounted source 2023-03-22 09:10:27 +00:00
peer_connection_bundle_unittest.cc Prevent SDP munging of duplicate SSRCs 2023-07-19 19:39:06 +00:00
peer_connection_crypto_unittest.cc Rename cipher_suite to crypto_suite 2023-08-02 11:45:24 +00:00
peer_connection_data_channel_unittest.cc Update pc/ to not use implicit conversion from scoped_refptr<T> to T*. 2022-04-20 13:18:33 +00:00
peer_connection_encodings_integrationtest.cc Implement codec selection api 2023-08-24 13:18:04 +00:00
peer_connection_end_to_end_unittest.cc Create SctpDataChannel objects on the network thread. 2023-03-29 20:27:54 +00:00
peer_connection_factory.cc Deprecate AsyncResolver config fields and remove internal usage. 2023-08-25 14:02:27 +00:00
peer_connection_factory.h New PeerConnectionFactory::CreateVideoTrack with refcounted source 2023-03-22 09:10:27 +00:00
peer_connection_factory_proxy.h New PeerConnectionFactory::CreateVideoTrack with refcounted source 2023-03-22 09:10:27 +00:00
peer_connection_factory_unittest.cc Check use_rtx() in PeerConnectionFactory::GetRtpSenderCapabilities 2023-08-25 09:08:32 +00:00
peer_connection_field_trial_tests.cc Reland: FrameGeneratorCapturer: don't generate video before Start is called 2023-06-29 14:47:05 +00:00
peer_connection_header_extension_unittest.cc Only answer with non-stopped RTP header extensions 2023-04-11 07:53:48 +00:00
peer_connection_histogram_unittest.cc Deprecate AsyncResolver config fields and remove internal usage. 2023-08-25 14:02:27 +00:00
peer_connection_ice_unittest.cc Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate. 2023-04-03 10:44:34 +00:00
peer_connection_integrationtest.cc Deprecate AsyncResolver config fields and remove internal usage. 2023-08-25 14:02:27 +00:00
peer_connection_interface_unittest.cc Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate. 2023-04-03 12:04:27 +00:00
peer_connection_internal.h Reland "Add param to DCC::SetupDataChannelTransport_n, simplify DCC* setup code." 2023-04-18 12:12:52 +00:00
peer_connection_jsep_unittest.cc sdp: accept bundle-only media section without rtcp-mux 2023-05-12 13:38:23 +00:00
peer_connection_media_unittest.cc Implement codec selection api 2023-08-24 13:18:04 +00:00
peer_connection_message_handler.cc Rename api/stats_types.h to api/legacy_stats_types.h. 2022-11-11 10:29:25 +00:00
peer_connection_message_handler.h Rename api/stats_types.h to api/legacy_stats_types.h. 2022-11-11 10:29:25 +00:00
peer_connection_proxy.h Add optional init_send_encodings to AddTrack 2022-10-19 09:13:08 +00:00
peer_connection_rampup_tests.cc Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate. 2023-03-31 15:49:14 +00:00
peer_connection_rtp_unittest.cc Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate. 2023-04-03 10:44:34 +00:00
peer_connection_signaling_unittest.cc Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate. 2023-04-03 10:44:34 +00:00
peer_connection_simulcast_unittest.cc Issue 1447193: Remove expired histograms WebRTC.PeerConnection.Simulcast.ApplyLocalDescription, WebRTC.PeerConnection.Simulcast.ApplyRemoteDescription, WebRTC.PeerConnection.Simulcast.Disabled 2023-07-12 06:50:15 +00:00
peer_connection_svc_integrationtest.cc Implement codec selection api 2023-08-24 13:18:04 +00:00
peer_connection_wrapper.cc New PeerConnectionFactory::CreateVideoTrack with refcounted source 2023-03-22 09:10:27 +00:00
peer_connection_wrapper.h Enable the use of CreateDataChannel with a DataChannelInit config. 2023-02-10 12:24:47 +00:00
proxy.cc Proxy: solve event tracing with compile time strings. 2021-05-28 06:53:29 +00:00
proxy.h Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ 2023-05-03 11:09:26 +00:00
proxy_unittest.cc Move rtc::make_ref_counted to api/ 2022-06-15 09:47:38 +00:00
remote_audio_source.cc Split audio and video channels into Send and Receive APIs. 2022-12-14 11:00:17 +00:00
remote_audio_source.h Split audio and video channels into Send and Receive APIs. 2022-12-14 11:00:17 +00:00
rtc_stats_collector.cc stats: implement fecSsrc on inbound-rtp 2023-08-04 12:54:48 +00:00
rtc_stats_collector.h Delete deprecated 'track' and 'stream' metrics from WebRTC. 2023-05-24 12:26:56 +00:00
rtc_stats_collector_unittest.cc stats: implement fecSsrc on inbound-rtp 2023-08-04 12:54:48 +00:00
rtc_stats_integrationtest.cc stats: implement fecSsrc on inbound-rtp 2023-08-04 12:54:48 +00:00
rtc_stats_traversal.cc Delete deprecated 'track' and 'stream' metrics from WebRTC. 2023-05-24 12:26:56 +00:00
rtc_stats_traversal.h Reland "Use backticks not vertical bars to denote variables in comments for /pc" 2021-07-30 22:13:59 +00:00
rtc_stats_traversal_unittest.cc stats: use Timestamp instead of uint64_t 2023-01-05 08:37:31 +00:00
rtcp_mux_filter.cc Reland "Modify Bundle logic to not add & destroy extra transport at add-track" 2021-08-11 21:50:08 +00:00
rtcp_mux_filter.h
rtcp_mux_filter_unittest.cc
rtp_media_utils.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
rtp_media_utils.h Break out a few more targets from rtc_pc_base 2022-03-10 18:36:43 +00:00
rtp_media_utils_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtp_parameters_conversion.cc Reland "Merge the codec types" 2023-06-15 15:53:29 +00:00
rtp_parameters_conversion.h Reland "Merge the codec types" 2023-06-15 15:53:29 +00:00
rtp_parameters_conversion_unittest.cc Reland "Merge the codec types" 2023-06-15 15:53:29 +00:00
rtp_receiver.cc Update IWYU tool with a mapping file 2022-02-24 11:05:06 +00:00
rtp_receiver.h Reland "Remove 'trackId' dependency in stats selector algorithm." 2023-01-05 09:04:12 +00:00
rtp_receiver_proxy.h Proxy: solve event tracing with compile time strings. 2021-05-28 06:53:29 +00:00
rtp_sender.cc Implement codec selection api 2023-08-24 13:18:04 +00:00
rtp_sender.h Implement codec selection api 2023-08-24 13:18:04 +00:00
rtp_sender_proxy.h pc: Add asynchronous RtpSender::SetParameters() call 2022-11-15 15:31:40 +00:00
rtp_sender_receiver_unittest.cc Rename cricket::RtpParameters and derived classes 2023-08-01 08:55:02 +00:00
rtp_transceiver.cc Implement codec selection api 2023-08-24 13:18:04 +00:00
rtp_transceiver.h Change SSRC-passing for MediaChannel from external to callback 2023-05-22 14:33:59 +00:00
rtp_transceiver_unittest.cc Remove all split channels related code 2023-06-29 09:32:04 +00:00
rtp_transmission_manager.cc Reland "Ensure RTCRtpSenders are always created with one encoding" 2023-01-19 15:49:04 +00:00
rtp_transmission_manager.h Delete some unused sigslot includes 2023-08-28 12:36:39 +00:00
rtp_transport.cc Ensure Call is notified of un demuxable packets 2023-03-31 10:33:09 +00:00
rtp_transport.h Delete some unused sigslot dependencies 2022-06-23 12:30:22 +00:00
rtp_transport_internal.h Ensure Call is notified of un demuxable packets 2023-03-31 10:33:09 +00:00
rtp_transport_unittest.cc Ensure Call is notified of un demuxable packets 2023-03-31 10:33:09 +00:00
sctp_data_channel.cc [SctpDataChannel] Don't use PostTask for observer registration. 2023-08-25 09:07:29 +00:00
sctp_data_channel.h Reland "Add param to DCC::SetupDataChannelTransport_n, simplify DCC* setup code." 2023-04-18 12:12:52 +00:00
sctp_transport.cc Update SctpTransportInternal to use RTCError. 2023-03-21 13:57:47 +00:00
sctp_transport.h Remove sigslot usage from SctpTransportInternal 2022-08-22 13:51:17 +00:00
sctp_transport_unittest.cc Update SctpTransportInternal to use RTCError. 2023-03-21 13:57:47 +00:00
sctp_utils.cc Adopt StreamId in SctpDataChannelControllerInterface 2023-03-21 13:45:51 +00:00
sctp_utils.h Adopt StreamId in SctpDataChannelControllerInterface 2023-03-21 13:45:51 +00:00
sctp_utils_unittest.cc Remove the SctpDataChannel::config_ member variable. 2023-03-12 17:28:14 +00:00
sdp_offer_answer.cc Use LOG_AND_RETURN_ERROR for returning RTCError 2023-07-24 16:14:46 +00:00
sdp_offer_answer.h Remove GetSctpSslRole, only use GetSctpSslRole_n 2023-03-25 11:40:35 +00:00
sdp_offer_answer_unittest.cc Prevent SDP munging of duplicate SSRCs 2023-07-19 19:39:06 +00:00
sdp_serializer.cc Use absl::string_view type as parameter for RTCError message 2023-03-20 18:16:10 +00:00
sdp_serializer.h Reland "Use backticks not vertical bars to denote variables in comments for /pc" 2021-07-30 22:13:59 +00:00
sdp_serializer_unittest.cc Use auto to avoid implicit conversion. 2023-07-12 07:25:34 +00:00
sdp_state_provider.h Break circular dependency on WebRtcSessionDescriptionFactory 2020-10-26 10:22:46 +00:00
sdp_utils.cc Update IWYU tool with a mapping file 2022-02-24 11:05:06 +00:00
sdp_utils.h Running apply-iwyu on ~all files in pc/ 2021-01-29 16:14:10 +00:00
session_description.cc Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ 2023-05-03 11:09:26 +00:00
session_description.h Move codecs() to base MediaDescription 2023-07-26 05:37:51 +00:00
session_description_unittest.cc Update IWYU tool with a mapping file 2022-02-24 11:05:06 +00:00
simulcast_description.cc Introduce a variant of rtc::split that returns a vector of string_view 2022-01-25 08:25:50 +00:00
simulcast_description.h Introduce a variant of rtc::split that returns a vector of string_view 2022-01-25 08:25:50 +00:00
slow_peer_connection_integration_test.cc [SourceTracker] Move state to the worker thread, remove mutex. 2023-04-25 08:18:42 +00:00
srtp_filter.cc Rename cipher_suite to crypto_suite 2023-08-02 11:45:24 +00:00
srtp_filter.h Rename cipher_suite to crypto_suite 2023-08-02 11:45:24 +00:00
srtp_filter_unittest.cc Rename cipher_suite to crypto_suite 2023-08-02 11:45:24 +00:00
srtp_session.cc Rename cipher_suite to crypto_suite 2023-08-02 11:45:24 +00:00
srtp_session.h Rename cipher_suite to crypto_suite 2023-08-02 11:45:24 +00:00
srtp_session_unittest.cc WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 1 2022-03-09 13:23:21 +00:00
srtp_transport.cc Rename cipher_suite to crypto_suite 2023-08-02 11:45:24 +00:00
srtp_transport.h Rename cipher_suite to crypto_suite 2023-08-02 11:45:24 +00:00
srtp_transport_unittest.cc WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 1 2022-03-09 13:23:21 +00:00
stream_collection.h Update pc/ to not use implicit conversion from scoped_refptr<T> to T*. 2022-04-20 13:18:33 +00:00
track_media_info_map.cc Delete deprecated 'track' and 'stream' metrics from WebRTC. 2023-05-24 12:26:56 +00:00
track_media_info_map.h Delete deprecated 'track' and 'stream' metrics from WebRTC. 2023-05-24 12:26:56 +00:00
track_media_info_map_unittest.cc Delete deprecated 'track' and 'stream' metrics from WebRTC. 2023-05-24 12:26:56 +00:00
transceiver_list.cc Restore FiredDirection and maybe fire OnTrack in Rollback. 2022-05-02 18:07:24 +00:00
transceiver_list.h Restore FiredDirection and maybe fire OnTrack in Rollback. 2022-05-02 18:07:24 +00:00
transport_stats.cc
transport_stats.h stats: add dtlsRole to transport 2022-05-02 10:13:54 +00:00
usage_pattern.cc Move the PeerConnection's usage pattern concept to its own file. 2020-10-09 08:29:45 +00:00
usage_pattern.h Reland "Use backticks not vertical bars to denote variables in comments for /pc" 2021-07-30 22:13:59 +00:00
used_ids.h Remove frequent log. 2022-01-18 13:46:37 +00:00
used_ids_unittest.cc Update IWYU tool with a mapping file 2022-02-24 11:05:06 +00:00
video_rtp_receiver.cc Implement GetParameters/GetSources support for unsignaled SSRCs. 2023-01-10 06:44:27 +00:00
video_rtp_receiver.h Implement GetParameters/GetSources support for unsignaled SSRCs. 2023-01-10 06:44:27 +00:00
video_rtp_receiver_unittest.cc Split fake media channel classes 2023-06-28 11:40:47 +00:00
video_rtp_track_source.cc Use SequenceChecker(SequenceChecker::kDetached) in a few places. 2023-03-24 07:44:18 +00:00
video_rtp_track_source.h Use SequenceChecker(SequenceChecker::kDetached) in a few places. 2023-03-24 07:44:18 +00:00
video_rtp_track_source_unittest.cc clean up misc TimeDelta use 2022-08-02 13:52:36 +00:00
video_track.cc Replace Thread::Invoke with Thread::BlockingCall 2022-09-09 10:44:17 +00:00
video_track.h Use string_view to pass track ids to constructors 2022-05-30 10:28:57 +00:00
video_track_source.cc Use SequenceChecker(SequenceChecker::kDetached) in a few places. 2023-03-24 07:44:18 +00:00
video_track_source.h Use SequenceChecker(SequenceChecker::kDetached) in a few places. 2023-03-24 07:44:18 +00:00
video_track_source_proxy.cc Make RtpTransceiver not inherit from RefCountedObject. 2022-03-18 16:17:24 +00:00
video_track_source_proxy.h Update IWYU tool with a mapping file 2022-02-24 11:05:06 +00:00
video_track_unittest.cc Move rtc::make_ref_counted to api/ 2022-06-15 09:47:38 +00:00
webrtc_sdp.cc Rename cipher_suite to crypto_suite 2023-08-02 11:45:24 +00:00
webrtc_sdp.h sdp: move serialization of ice, dtls and header extensions to helpers 2022-12-23 11:47:42 +00:00
webrtc_sdp_unittest.cc sdp: reject duplicate ssrcs in ssrc-groups 2023-06-15 14:24:54 +00:00
webrtc_session_description_factory.cc Remove dependency on rtc::MessageHandler in session description factory 2022-08-24 16:12:39 +00:00
webrtc_session_description_factory.h Remove dependency on rtc::MessageHandler in session description factory 2022-08-24 16:12:39 +00:00