..
g3doc
doc: remove mention of SDES srtp_filter
2024-12-16 14:40:01 -08:00
scenario_tests
Reland "Replace usage of link_capacity_kbps with DataRate link_capacity"
2024-05-16 10:39:10 +00:00
test
DTLS 1.3 - patch 2
2024-12-18 02:26:22 -08:00
audio_rtp_receiver.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
audio_rtp_receiver.h
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
audio_rtp_receiver_unittest.cc
Remove not-needed webrtc:: prefixes in pc/
2023-11-13 13:23:04 +00:00
audio_track.cc
Move rtc::make_ref_counted to api/
2022-06-15 09:47:38 +00:00
audio_track.h
Remove not-needed webrtc:: prefixes in pc/
2023-11-13 13:23:04 +00:00
BUILD.gn
Revert "srtp: spanify Protect + Unprotect"
2024-12-19 00:15:22 -08:00
channel.cc
Move DTLS related code from p2p/base to p2p/dtls
2024-12-10 15:55:26 +00:00
channel.h
Add RtpSender OnFirstPacketSent callback.
2024-10-25 16:17:04 +00:00
channel_interface.h
Add RtpSender OnFirstPacketSent callback.
2024-10-25 16:17:04 +00:00
channel_unittest.cc
Move DTLS related code from p2p/base to p2p/dtls
2024-12-10 15:55:26 +00:00
congestion_control_integrationtest.cc
Refactor PC tests to use non-global field trials
2024-12-16 05:29:01 -08:00
connection_context.cc
Split "helpers" from SSL target to "crypto_random" and rename
2024-06-07 06:41:51 +00:00
connection_context.h
Deprecate rtc::RefCountInterface
2024-06-07 09:47:26 +00:00
data_channel_controller.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
data_channel_controller.h
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
data_channel_controller_unittest.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
data_channel_integrationtest.cc
DTLS 1.3 - patch 2
2024-12-18 02:26:22 -08:00
data_channel_unittest.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
data_channel_utils.cc
data_channel_utils.h
Format ^(api|call|common_audio|examples|media|net|p2p|pc)/
2023-05-03 11:09:26 +00:00
DEPS
Remove srtpfilter_unittest rule from DEPS
2024-12-09 17:34:59 +00:00
dtls_srtp_transport.cc
Let ZeroOnFreeBuffer do the memcpy for DTLS-SRTP key extraction
2024-10-18 11:18:21 +00:00
dtls_srtp_transport.h
Move DTLS related code from p2p/base to p2p/dtls
2024-12-10 15:55:26 +00:00
dtls_srtp_transport_integrationtest.cc
Move DTLS related code from p2p/base to p2p/dtls
2024-12-10 15:55:26 +00:00
dtls_srtp_transport_unittest.cc
Move DTLS related code from p2p/base to p2p/dtls
2024-12-10 15:55:26 +00:00
dtls_transport.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
dtls_transport.h
Move DTLS related code from p2p/base to p2p/dtls
2024-12-10 15:55:26 +00:00
dtls_transport_unittest.cc
Move DTLS related code from p2p/base to p2p/dtls
2024-12-10 15:55:26 +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
external_hmac.h
Remove private SRTP include
2024-07-23 17:23:45 +00:00
ice_server_parsing.cc
Remove deprecated ParseIceServers variant
2024-10-01 15:28:06 +00:00
ice_server_parsing.h
Remove deprecated ParseIceServers variant
2024-10-01 15:28:06 +00:00
ice_server_parsing_unittest.cc
Remove not-needed webrtc:: prefixes in pc/
2023-11-13 13:23:04 +00:00
ice_transport.cc
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 not-needed webrtc:: prefixes in pc/
2023-11-13 13:23:04 +00:00
jitter_buffer_delay.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
jitter_buffer_delay.h
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +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
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
jsep_session_description_unittest.cc
Split "helpers" from SSL target to "crypto_random" and rename
2024-06-07 06:41:51 +00:00
jsep_transport.cc
Guard against redefining a PT within a single codec list.
2024-10-28 12:16:13 +00:00
jsep_transport.h
Move DTLS related code from p2p/base to p2p/dtls
2024-12-10 15:55:26 +00:00
jsep_transport_collection.cc
Reland "Add PT lookup function to JsepTransportController"
2024-08-26 17:24:15 +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
Move DTLS related code from p2p/base to p2p/dtls
2024-12-10 15:55:26 +00:00
jsep_transport_controller.h
Move DTLS related code from p2p/base to p2p/dtls
2024-12-10 15:55:26 +00:00
jsep_transport_controller_unittest.cc
Move DTLS related code from p2p/base to p2p/dtls
2024-12-10 15:55:26 +00:00
jsep_transport_unittest.cc
Move DTLS related code from p2p/base to p2p/dtls
2024-12-10 15:55:26 +00:00
legacy_stats_collector.cc
Unify TLS cipher suite name handling
2024-09-27 21:45:18 +00:00
legacy_stats_collector.h
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +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
Unify TLS cipher suite name handling
2024-09-27 21:45:18 +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
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
media_factory.h
Allow supplying a custom NetworkControllerInterfaceFactory per-Call in PeerConnectionDependencies
2024-07-29 07:17:14 +00:00
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
Add some tests for CodecList consistency
2024-12-18 17:34:32 -08:00
media_session.h
Expand use of CodecList to cover pc/media_session.cc
2024-12-18 01:41:51 -08:00
media_session_unittest.cc
Expand use of CodecList to cover pc/media_session.cc
2024-12-18 01:41:51 -08: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
Remove not-needed webrtc:: prefixes in pc/
2023-11-13 13:23:04 +00:00
OWNERS
Remove orphis from OWNERS files
2024-12-03 15:00:21 +00:00
peer_connection.cc
Move DTLS related code from p2p/base to p2p/dtls
2024-12-10 15:55:26 +00:00
peer_connection.h
Verify that transport-cc is used when RFC8888 field trial is off.
2024-11-19 13:27:58 +00:00
peer_connection_adaptation_integrationtest.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
peer_connection_bundle_unittest.cc
Move webrtc::AudioDeviceModule include to api/ folder
2024-04-22 08:56:31 +00:00
peer_connection_crypto_unittest.cc
Refactor PC tests to use non-global field trials
2024-12-16 05:29:01 -08:00
peer_connection_data_channel_unittest.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
peer_connection_encodings_integrationtest.cc
Switch peer_connection_encodings_integrationtest to WaitUntil
2024-12-18 05:52:48 -08:00
peer_connection_end_to_end_unittest.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
peer_connection_factory.cc
Allow supplying a custom NetworkControllerInterfaceFactory per-Call in PeerConnectionDependencies
2024-07-29 07:17:14 +00:00
peer_connection_factory.h
Allow supplying a custom NetworkControllerInterfaceFactory per-Call in PeerConnectionDependencies
2024-07-29 07:17:14 +00:00
peer_connection_factory_proxy.h
Remove not-needed webrtc:: prefixes in pc/
2023-11-13 13:23:04 +00:00
peer_connection_factory_unittest.cc
Refactor PC tests to use non-global field trials
2024-12-16 05:29:01 -08:00
peer_connection_field_trial_tests.cc
Refactor PC tests to use non-global field trials
2024-12-16 05:29:01 -08:00
peer_connection_header_extension_unittest.cc
Refactor PC tests to use non-global field trials
2024-12-16 05:29:01 -08:00
peer_connection_histogram_unittest.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
peer_connection_ice_unittest.cc
Refactor PC tests to use non-global field trials
2024-12-16 05:29:01 -08:00
peer_connection_integrationtest.cc
test: do not use SDP munging to enable corruption detection
2024-12-13 09:15:51 -08:00
peer_connection_interface_unittest.cc
Refactor PC tests to use non-global field trials
2024-12-16 05:29:01 -08:00
peer_connection_internal.h
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
peer_connection_jsep_unittest.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
peer_connection_media_unittest.cc
Refactor PC tests to use non-global field trials
2024-12-16 05:29:01 -08: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
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
peer_connection_rampup_tests.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
peer_connection_rtp_unittest.cc
Add IsSameRtpCodec method to Codec.
2024-10-21 11:25:24 +00:00
peer_connection_signaling_unittest.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
peer_connection_simulcast_unittest.cc
Remove more sstream deps
2024-07-09 10:30:26 +00:00
peer_connection_svc_integrationtest.cc
Split "helpers" from SSL target to "crypto_random" and rename
2024-06-07 06:41:51 +00:00
peer_connection_wrapper.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
peer_connection_wrapper.h
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
proxy.h
Apply include-cleaner to api direct files
2024-09-10 08:29:26 +00:00
proxy_unittest.cc
Deprecate rtc::RefCountInterface
2024-06-07 09:47:26 +00:00
remote_audio_source.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
remote_audio_source.h
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
rtc_stats_collector.cc
Rename corruption related metrics according to WebRTC's Statistics API.
2024-11-08 11:57:59 +00:00
rtc_stats_collector.h
Use environment monotonic timestamps (i.e. not UTC) in RTCStats.
2024-10-03 09:07:17 +00:00
rtc_stats_collector_unittest.cc
Replace use of PrintTo with AbslStringify for RTC stat types
2024-12-16 04:51:37 -08:00
rtc_stats_integrationtest.cc
Rename corruption related metrics according to WebRTC's Statistics API.
2024-11-08 11:57:59 +00:00
rtc_stats_traversal.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
rtc_stats_traversal.h
rtc_stats_traversal_unittest.cc
Remove not-needed webrtc:: prefixes in pc/
2023-11-13 13:23:04 +00:00
rtcp_mux_filter.cc
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
Remove <ostream> dependencies
2024-07-03 12:27:55 +00:00
rtp_media_utils_unittest.cc
rtp_parameters_conversion.cc
Remove an unused conversion function.
2024-11-20 13:06:08 +00:00
rtp_parameters_conversion.h
Remove functions from rtp_parameters_conversion.
2024-10-30 11:28:11 +00:00
rtp_parameters_conversion_unittest.cc
Remove functions from rtp_parameters_conversion.
2024-10-30 11:28:11 +00:00
rtp_receiver.cc
Reland "Run IWYU on some files I intend to work on"
2024-06-05 08:59:49 +00:00
rtp_receiver.h
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
rtp_receiver_proxy.h
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
rtp_sender.cc
Add RtpSender OnFirstPacketSent callback.
2024-10-25 16:17:04 +00:00
rtp_sender.h
Add RtpSender OnFirstPacketSent callback.
2024-10-25 16:17:04 +00:00
rtp_sender_proxy.h
Add RtpSender OnFirstPacketSent callback.
2024-10-25 16:17:04 +00:00
rtp_sender_receiver_unittest.cc
Refactor PC tests to use non-global field trials
2024-12-16 05:29:01 -08:00
rtp_transceiver.cc
Minor ClearChannel() and SetChannel() simplifications
2024-11-26 11:20:10 +00:00
rtp_transceiver.h
Add RtpSender OnFirstPacketSent callback.
2024-10-25 16:17:04 +00:00
rtp_transceiver_unittest.cc
Make CreateSendChannel and CreateReceiveChannel methods pure virtual
2024-11-26 09:17:35 +00:00
rtp_transmission_manager.cc
Propagate environment to RtpSenders
2024-09-03 11:56:22 +00:00
rtp_transmission_manager.h
Propagate environment to RtpSenders
2024-09-03 11:56:22 +00:00
rtp_transport.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
rtp_transport.h
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
rtp_transport_internal.h
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
rtp_transport_unittest.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
sctp_data_channel.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
sctp_data_channel.h
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
sctp_transport.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
sctp_transport.h
Move DTLS related code from p2p/base to p2p/dtls
2024-12-10 15:55:26 +00:00
sctp_transport_unittest.cc
Fix dcsctp handling of dtls restart
2024-12-12 02:47:01 -08:00
sctp_utils.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
sctp_utils.h
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
sctp_utils_unittest.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
sdp_offer_answer.cc
Reland "Use PayloadTypePicker for video PT assignment"
2024-12-12 16:37:30 -08:00
sdp_offer_answer.h
Add payload type assignment to offer/answer generation.
2024-09-17 12:31:25 +00:00
sdp_offer_answer_unittest.cc
Refactor PC tests to use non-global field trials
2024-12-16 05:29:01 -08:00
sdp_state_provider.h
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
sdp_utils.cc
Update IWYU tool with a mapping file
2022-02-24 11:05:06 +00:00
sdp_utils.h
session_description.cc
Format ^(api|call|common_audio|examples|media|net|p2p|pc)/
2023-05-03 11:09:26 +00:00
session_description.h
Add generation of CCFB in offer (RFC8888 support)
2024-10-31 21:15:48 +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
simulcast_sdp_serializer.cc
Avoid string duplication when returning StringBuilder strings
2024-10-23 07:54:18 +00:00
simulcast_sdp_serializer.h
Rename simulcast SDP serializer
2023-09-18 10:09:02 +00:00
simulcast_sdp_serializer_unittest.cc
Rename simulcast SDP serializer
2023-09-18 10:09:02 +00:00
slow_peer_connection_integration_test.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
srtp_session.cc
Revert "srtp: spanify Protect + Unprotect"
2024-12-19 00:15:22 -08:00
srtp_session.h
Revert "srtp: spanify Protect + Unprotect"
2024-12-19 00:15:22 -08:00
srtp_session_unittest.cc
Revert "srtp: spanify Protect + Unprotect"
2024-12-19 00:15:22 -08:00
srtp_transport.cc
Revert "srtp: spanify Protect + Unprotect"
2024-12-19 00:15:22 -08:00
srtp_transport.h
Revert "srtp: spanify Protect + Unprotect"
2024-12-19 00:15:22 -08:00
srtp_transport_unittest.cc
Move DTLS related code from p2p/base to p2p/dtls
2024-12-10 15:55:26 +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
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
track_media_info_map.h
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
track_media_info_map_unittest.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
transceiver_list.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
transceiver_list.h
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
transport_stats.cc
transport_stats.h
Move DTLS related code from p2p/base to p2p/dtls
2024-12-10 15:55:26 +00:00
usage_pattern.cc
Report all usage patterns to UKM
2024-11-22 11:13:47 +00:00
usage_pattern.h
used_ids.h
Revert "Use PayloadTypePicker for video PT assignment"
2024-12-03 22:24:21 +00:00
used_ids_unittest.cc
Dynamically assign ids to header extensions not enabled by default
2024-02-08 12:52:58 +00:00
video_rtp_receiver.cc
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
video_rtp_receiver.h
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
video_rtp_receiver_unittest.cc
Remove not-needed webrtc:: prefixes in pc/
2023-11-13 13:23:04 +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
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
video_track.cc
Replace Thread::Invoke with Thread::BlockingCall
2022-09-09 10:44:17 +00:00
video_track.h
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +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
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +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
Migrate absl::optional to std::optional
2024-09-02 12:16:47 +00:00
video_track_unittest.cc
Move rtc::make_ref_counted to api/
2022-06-15 09:47:38 +00:00
webrtc_sdp.cc
Add generation of CCFB in answer (RFC8888 support)
2024-11-01 15:01:29 +00:00
webrtc_sdp.h
Break out parsing of FMTP lines so that others can use it
2024-05-16 10:22:23 +00:00
webrtc_sdp_unittest.cc
Change cricket::Codec default id from 0 to -1
2024-09-12 21:26:48 +00:00
webrtc_session_description_factory.cc
Add payload type assignment to offer/answer generation.
2024-09-17 12:31:25 +00:00
webrtc_session_description_factory.h
Add payload type assignment to offer/answer generation.
2024-09-17 12:31:25 +00:00