..
g3doc
Update links to point at main branch
2021-07-22 16:41:26 +00:00
scenario_tests
Replace more instances of rtc::RefCountedObject with make_ref_counted.
2021-04-27 17:01:59 +00:00
test
Fix TestTurnServer to not depend on rtc::Thread::socketserver() accessor
2021-11-29 21:10:31 +00:00
audio_rtp_receiver.cc
Add unit test of AudioRtpReceiver
2021-11-29 12:18:29 +00:00
audio_rtp_receiver.h
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
audio_rtp_receiver_unittest.cc
Add unit test of AudioRtpReceiver
2021-11-29 12:18:29 +00:00
audio_track.cc
Reland "Fix race between enabled() and set_enabled() in VideoTrack."
2021-05-24 16:17:35 +00:00
audio_track.h
Reland "Fix race between enabled() and set_enabled() in VideoTrack."
2021-05-24 16:17:35 +00:00
BUILD.gn
Add unit test of AudioRtpReceiver
2021-11-29 12:18:29 +00:00
channel.cc
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
2021-11-15 21:44:59 +00:00
channel.h
Revert "Remove code supporting the SDES crypto mode in SDP"
2021-11-04 14:46:27 +00:00
channel_interface.h
Move header negotiation state to transceivers.
2021-05-04 13:52:35 +00:00
channel_manager.cc
Remove RTP data implementation
2021-04-16 13:10:54 +00:00
channel_manager.h
Remove more mentions of RTP datachannels
2021-04-21 10:16:43 +00:00
channel_manager_unittest.cc
Add thread accessors to Call.
2021-04-19 15:59:20 +00:00
channel_unittest.cc
Fix -Wunused-but-set-variable.
2021-10-28 12:53:49 +00:00
connection_context.cc
Pass a SocketFactory to BasicNetworkManager constructor
2021-09-29 08:59:37 +00:00
connection_context.h
Simplify reference counting implementation of PendingTaskSafetyFlag.
2021-04-21 07:04:01 +00:00
data_channel_controller.cc
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
data_channel_controller.h
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
data_channel_integrationtest.cc
Remove GTEST_ALLOW_UNINSTANTIATED in datachannel tests
2021-05-21 20:50:48 +00:00
data_channel_unittest.cc
datachannel: Don't close a data channel when the queue is full
2021-11-04 11:40:28 +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
Remove DataChannelType and deprecated option disable_sctp_data_channels
2021-04-19 19:32:23 +00:00
DEPS
Remove +api from internal DEPS files.
2019-01-28 11:17:00 +00:00
dtls_srtp_transport.cc
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
2021-11-15 21:44:59 +00:00
dtls_srtp_transport.h
Revert "Remove code supporting the SDES crypto mode in SDP"
2021-11-04 14:46:27 +00:00
dtls_srtp_transport_unittest.cc
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
dtls_transport.cc
Remove cricket::DtlsTransportState.
2021-05-21 21:45:29 +00:00
dtls_transport.h
Remove cricket::DtlsTransportState.
2021-05-21 21:45:29 +00:00
dtls_transport_unittest.cc
Replace more instances of rtc::RefCountedObject with make_ref_counted.
2021-04-27 17:01:59 +00:00
dtmf_sender.cc
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
2021-11-15 21:44:59 +00:00
dtmf_sender.h
Use backticks not vertical bars to denote variables in comments
2021-08-10 10:40:03 +00:00
dtmf_sender_unittest.cc
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +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
(4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries
2019-01-11 17:11:39 +00:00
ice_server_parsing.cc
Deprecate and remove usage for WARNING log level
2021-11-27 22:21:54 +00:00
ice_server_parsing.h
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
ice_server_parsing_unittest.cc
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
ice_transport.cc
Use SequenceChecker from public API
2021-02-10 15:04:55 +00:00
ice_transport.h
Use SequenceChecker from public API
2021-02-10 15:04:55 +00:00
ice_transport_unittest.cc
Replace more instances of rtc::RefCountedObject with make_ref_counted.
2021-04-27 17:01:59 +00:00
jitter_buffer_delay.cc
VideoRtpReceiver & AudioRtpReceiver threading fixes.
2021-05-17 14:37:55 +00:00
jitter_buffer_delay.h
VideoRtpReceiver & AudioRtpReceiver threading fixes.
2021-05-17 14:37:55 +00:00
jitter_buffer_delay_unittest.cc
VideoRtpReceiver & AudioRtpReceiver threading fixes.
2021-05-17 14:37:55 +00:00
jsep_ice_candidate.cc
Make the JsepSessionDesription clone() method copy candidates.
2021-01-05 12:55:24 +00:00
jsep_session_description.cc
Use backticks not vertical bars to denote variables in comments
2021-08-10 10:40:03 +00:00
jsep_session_description_unittest.cc
Make the JsepSessionDescription clone() method work for the rollback type.
2021-07-22 15:24:56 +00:00
jsep_transport.cc
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
2021-11-15 21:44:59 +00:00
jsep_transport.h
Revert "Remove code supporting the SDES crypto mode in SDP"
2021-11-04 14:46:27 +00:00
jsep_transport_collection.cc
Reland "Fix bug where we assume new m= sections will always be bundled."
2021-08-11 23:36:28 +00:00
jsep_transport_collection.h
Reland "Fix bug where we assume new m= sections will always be bundled."
2021-08-11 23:36:28 +00:00
jsep_transport_controller.cc
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
2021-11-15 21:44:59 +00:00
jsep_transport_controller.h
Reland "Fix bug where we assume new m= sections will always be bundled."
2021-08-11 23:36:28 +00:00
jsep_transport_controller_unittest.cc
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
2021-11-15 21:44:59 +00:00
jsep_transport_unittest.cc
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
2021-11-15 21:44:59 +00:00
local_audio_source.cc
Replace more instances of rtc::RefCountedObject with make_ref_counted.
2021-04-27 17:01:59 +00:00
local_audio_source.h
Remove rtc_base/scoped_ref_ptr.h.
2019-01-25 20:29:58 +00:00
local_audio_source_unittest.cc
(4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries
2019-01-11 17:11:39 +00:00
media_protocol_names.cc
Cleanup: Move some more protocol names into media_protocol_names
2021-11-02 11:51:31 +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
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
2021-11-15 21:44:59 +00:00
media_session.h
Revert "Remove code supporting the SDES crypto mode in SDP"
2021-11-04 14:46:27 +00:00
media_session_unittest.cc
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
2021-11-15 21:44:59 +00:00
media_stream.cc
Replace more instances of rtc::RefCountedObject with make_ref_counted.
2021-04-27 17:01:59 +00:00
media_stream.h
Avoid proxy thread hops for reading const properties.
2020-09-10 13:11:44 +00:00
media_stream_observer.cc
[sigslot] - Remove sigslot from MediaStreamObserver.
2021-08-03 06:53:59 +00:00
media_stream_observer.h
[sigslot] - Remove sigslot from MediaStreamObserver.
2021-08-03 06:53:59 +00:00
media_stream_proxy.h
Proxy: solve event tracing with compile time strings.
2021-05-28 06:53:29 +00:00
media_stream_track_proxy.h
Proxy: solve event tracing with compile time strings.
2021-05-28 06:53:29 +00:00
media_stream_unittest.cc
In pc/ replace mock macros with unified MOCK_METHOD macro
2020-05-18 17:06:25 +00:00
OWNERS
Remove inactive owners.
2021-08-31 14:27:49 +00:00
peer_connection.cc
Reintroduce enable_dtls_srtp option
2021-11-18 14:42:35 +00:00
peer_connection.h
Add RTC_PT_GUARDED_BY to sdp_handler_
2021-10-20 10:03:50 +00:00
peer_connection_adaptation_integrationtest.cc
Replace more instances of rtc::RefCountedObject with make_ref_counted.
2021-04-27 17:01:59 +00:00
peer_connection_bundle_unittest.cc
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
2021-11-15 21:44:59 +00:00
peer_connection_crypto_unittest.cc
Reintroduce enable_dtls_srtp option
2021-11-18 14:42:35 +00:00
peer_connection_data_channel_unittest.cc
Remove enable_dtls_srtp option
2021-10-26 10:35:41 +00:00
peer_connection_end_to_end_unittest.cc
Create socket server explicitly in PeerConnectionEndToEndBaseTest
2021-11-29 20:13:01 +00:00
peer_connection_factory.cc
Add support for manually configuring subnets as VPN
2021-08-25 14:49:11 +00:00
peer_connection_factory.h
Add ability to pass factory for RtpTransportControllerSend to PeerConnectionFactoryDependencies.
2021-06-01 06:57:31 +00:00
peer_connection_factory_proxy.h
Proxy: solve event tracing with compile time strings.
2021-05-28 06:53:29 +00:00
peer_connection_factory_unittest.cc
Format almost everything.
2019-07-08 13:45:15 +00:00
peer_connection_header_extension_unittest.cc
Revert "Define cricket::MediaType in terms of webrtc::MediaType"
2021-05-12 17:06:58 +00:00
peer_connection_histogram_unittest.cc
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
peer_connection_ice_unittest.cc
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
2021-11-15 21:44:59 +00:00
peer_connection_integrationtest.cc
Reintroduce enable_dtls_srtp option
2021-11-18 14:42:35 +00:00
peer_connection_interface_unittest.cc
Revert "Remove code supporting the SDES crypto mode in SDP"
2021-11-04 14:46:27 +00:00
peer_connection_internal.h
Fix unsafe variable access in RTCStatsCollector
2021-04-19 16:22:23 +00:00
peer_connection_jsep_unittest.cc
Remove enable_rtp_data_channel
2021-04-15 10:20:00 +00:00
peer_connection_media_unittest.cc
red: fix fmtp payload type collision handling
2021-09-28 10:29:54 +00:00
peer_connection_message_handler.cc
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
2021-11-15 21:44:59 +00:00
peer_connection_message_handler.h
Running apply-iwyu on ~all files in pc/
2021-01-29 16:14:10 +00:00
peer_connection_proxy.h
Proxy: solve event tracing with compile time strings.
2021-05-28 06:53:29 +00:00
peer_connection_rampup_tests.cc
Fix TestTurnServer to not depend on rtc::Thread::socketserver() accessor
2021-11-29 21:10:31 +00:00
peer_connection_rtp_unittest.cc
Use backticks not vertical bars to denote variables in comments
2021-08-10 10:40:03 +00:00
peer_connection_signaling_unittest.cc
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
2021-11-15 21:44:59 +00:00
peer_connection_simulcast_unittest.cc
simulcast: Limit audio transceivers to single stream
2021-04-30 18:55:47 +00:00
peer_connection_wrapper.cc
Introduce CreateDataChannelOrError
2021-05-26 09:43:29 +00:00
peer_connection_wrapper.h
Reland "Implement rollback for setRemoteDescription"
2019-10-14 12:40:53 +00:00
proxy.cc
Proxy: solve event tracing with compile time strings.
2021-05-28 06:53:29 +00:00
proxy.h
Proxy: solve event tracing with compile time strings.
2021-05-28 06:53:29 +00:00
proxy_unittest.cc
Proxy: solve event tracing with compile time strings.
2021-05-28 06:53:29 +00:00
remote_audio_source.cc
VideoRtpReceiver & AudioRtpReceiver threading fixes.
2021-05-17 14:37:55 +00:00
remote_audio_source.h
[Unified Plan] Don't end audio tracks when SSRC changes.
2021-04-08 06:39:22 +00:00
rtc_stats_collector.cc
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
2021-11-15 21:44:59 +00:00
rtc_stats_collector.h
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
rtc_stats_collector_unittest.cc
stats collector test: remove is_remote expectations
2021-11-16 15:33:14 +00:00
rtc_stats_integrationtest.cc
Change the type of RTCVideoSourceStats.framesPerSecond
2021-11-16 11:21:41 +00:00
rtc_stats_traversal.cc
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
2021-11-15 21:44:59 +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
Fully qualify googletest symbols.
2019-04-09 17:18:20 +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
(4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries
2019-01-11 17:11:39 +00:00
rtcp_mux_filter_unittest.cc
(4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries
2019-01-11 17:11:39 +00:00
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
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
rtp_media_utils_unittest.cc
Format almost everything.
2019-07-08 13:45:15 +00:00
rtp_parameters_conversion.cc
Running apply-iwyu on ~all files in pc/
2021-01-29 16:14:10 +00:00
rtp_parameters_conversion.h
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
rtp_parameters_conversion_unittest.cc
Delete obsolete unused rtp header extension conversion
2020-01-09 09:28:07 +00:00
rtp_receiver.cc
Move proxies into pc/.
2021-05-27 09:56:42 +00:00
rtp_receiver.h
VideoRtpReceiver & AudioRtpReceiver threading fixes.
2021-05-17 14:37:55 +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
Use backticks not vertical bars to denote variables in comments
2021-08-10 10:40:03 +00:00
rtp_sender.h
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
rtp_sender_proxy.h
Proxy: solve event tracing with compile time strings.
2021-05-28 06:53:29 +00:00
rtp_sender_receiver_unittest.cc
Allow setting different number of temporal layers per simulcast layer.
2021-08-17 13:33:55 +00:00
rtp_transceiver.cc
VideoRtpReceiver & AudioRtpReceiver threading fixes.
2021-05-17 14:37:55 +00:00
rtp_transceiver.h
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
rtp_transceiver_unittest.cc
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
rtp_transmission_manager.cc
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
2021-11-15 21:44:59 +00:00
rtp_transmission_manager.h
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
rtp_transport.cc
Store RtpPacketReceived::arrival_time as Timestamp.
2021-05-05 16:22:33 +00:00
rtp_transport.h
Running apply-iwyu on ~all files in pc/
2021-01-29 16:14:10 +00:00
rtp_transport_internal.h
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
rtp_transport_unittest.cc
Extend NetworkRoute with more info about local/remote endpoints
2020-03-20 16:55:38 +00:00
sctp_data_channel.cc
datachannel: Don't close a data channel when the queue is full
2021-11-04 11:40:28 +00:00
sctp_data_channel.h
datachannel: Remove buffered_amount_ variable
2021-10-18 13:32:22 +00:00
sctp_data_channel_transport.cc
DataChannel: Propagate SCTP transport errors to the channels
2021-06-29 14:37:32 +00:00
sctp_data_channel_transport.h
DataChannel: Propagate SCTP transport errors to the channels
2021-06-29 14:37:32 +00:00
sctp_transport.cc
Remove cricket::DtlsTransportState.
2021-05-21 21:45:29 +00:00
sctp_transport.h
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
sctp_transport_unittest.cc
Remove cricket::DtlsTransportState.
2021-05-21 21:45:29 +00:00
sctp_utils.cc
datachannel: Merge SendDataParams and DMT types with webrtc equivalent
2021-05-10 10:31:48 +00:00
sctp_utils.h
datachannel: Merge SendDataParams and DMT types with webrtc equivalent
2021-05-10 10:31:48 +00:00
sctp_utils_unittest.cc
Use rtc::CopyOnWriteBuffer::MutableData through webrtc
2021-01-11 11:31:33 +00:00
sdp_offer_answer.cc
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
2021-11-15 21:44:59 +00:00
sdp_offer_answer.h
Add some RTC_GUARDED_BY statements
2021-10-20 07:19:43 +00:00
sdp_offer_answer_unittest.cc
Return proxied object in OnTransceiver
2021-09-16 09:40:52 +00:00
sdp_serializer.cc
Delete redundant function rtc::tokenize_with_empty_tokens
2021-09-08 09:16:09 +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
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
sdp_state_provider.h
Break circular dependency on WebRtcSessionDescriptionFactory
2020-10-26 10:22:46 +00:00
sdp_utils.cc
Running apply-iwyu on ~all files in pc/
2021-01-29 16:14:10 +00:00
sdp_utils.h
Running apply-iwyu on ~all files in pc/
2021-01-29 16:14:10 +00:00
session_description.cc
Modify Bundle logic to not add & destroy extra transport at add-track
2021-06-15 09:44:36 +00:00
session_description.h
Revert "Remove code supporting the SDES crypto mode in SDP"
2021-11-04 14:46:27 +00:00
session_description_unittest.cc
Remove RTP data implementation
2021-04-16 13:10:54 +00:00
simulcast_description.cc
Running apply-iwyu on ~all files in pc/
2021-01-29 16:14:10 +00:00
simulcast_description.h
Running apply-iwyu on ~all files in pc/
2021-01-29 16:14:10 +00:00
srtp_filter.cc
Revert "Remove code supporting the SDES crypto mode in SDP"
2021-11-04 14:46:27 +00:00
srtp_filter.h
Revert "Remove code supporting the SDES crypto mode in SDP"
2021-11-04 14:46:27 +00:00
srtp_filter_unittest.cc
Revert "Remove code supporting the SDES crypto mode in SDP"
2021-11-04 14:46:27 +00:00
srtp_session.cc
Move helpers to parse base rtp packet fields to rtp_rtcp module
2021-07-19 14:27:27 +00:00
srtp_session.h
Rename rtc_base/ssl_stream_adapter.h constants.
2021-07-26 16:33:54 +00:00
srtp_session_unittest.cc
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
srtp_transport.cc
Revert "Remove code supporting the SDES crypto mode in SDP"
2021-11-04 14:46:27 +00:00
srtp_transport.h
Revert "Remove code supporting the SDES crypto mode in SDP"
2021-11-04 14:46:27 +00:00
srtp_transport_unittest.cc
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
2021-11-15 21:44:59 +00:00
stats_collector.cc
Change the type of RTCVideoSourceStats.framesPerSecond
2021-11-16 11:21:41 +00:00
stats_collector.h
Fix unsafe variable access in RTCStatsCollector
2021-04-19 16:22:23 +00:00
stats_collector_interface.h
Separate PeerConnection's self-message functions to a new file
2020-10-05 12:41:23 +00:00
stats_collector_unittest.cc
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
stream_collection.h
Replace more instances of rtc::RefCountedObject with make_ref_counted.
2021-04-27 17:01:59 +00:00
track_media_info_map.cc
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
track_media_info_map.h
Running apply-iwyu on ~all files in pc/
2021-01-29 16:14:10 +00:00
track_media_info_map_unittest.cc
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
transceiver_list.cc
Add threading assertions to TransceiverList
2021-04-20 06:44:40 +00:00
transceiver_list.h
Add threading assertions to TransceiverList
2021-04-20 06:44:40 +00:00
transport_stats.cc
[clang-tidy] Apply performance-move-const-arg fixes (misc).
2019-02-05 15:12:20 +00:00
transport_stats.h
Rename rtc_base/ssl_stream_adapter.h constants.
2021-07-26 16:33: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
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
used_ids_unittest.cc
Always pass arguments to INSTANTIATE_TEST_SUITE_P.
2019-09-24 08:56:24 +00:00
video_rtp_receiver.cc
Reland "Fix race between enabled() and set_enabled() in VideoTrack."
2021-05-24 16:17:35 +00:00
video_rtp_receiver.h
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
video_rtp_receiver_unittest.cc
VideoRtpReceiver & AudioRtpReceiver threading fixes.
2021-05-17 14:37:55 +00:00
video_rtp_track_source.cc
Running apply-iwyu on ~all files in pc/
2021-01-29 16:14:10 +00:00
video_rtp_track_source.h
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
video_rtp_track_source_unittest.cc
Replace more instances of rtc::RefCountedObject with make_ref_counted.
2021-04-27 17:01:59 +00:00
video_track.cc
Reland "Fix race between enabled() and set_enabled() in VideoTrack."
2021-05-24 16:17:35 +00:00
video_track.h
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
video_track_source.cc
Reland "Fix race between enabled() and set_enabled() in VideoTrack."
2021-05-24 16:17:35 +00:00
video_track_source.h
Use SequenceChecker from public API
2021-02-10 15:04:55 +00:00
video_track_source_proxy.cc
Move proxies into pc/.
2021-05-27 09:56:42 +00:00
video_track_source_proxy.h
Route min/max FPS constraints to VideoStreamEncoder.
2021-10-14 06:49:05 +00:00
video_track_unittest.cc
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
webrtc_sdp.cc
sdp: reject large number of channels
2021-11-30 11:01:14 +00:00
webrtc_sdp.h
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
2021-07-30 22:13:59 +00:00
webrtc_sdp_unittest.cc
sdp: reject large number of channels
2021-11-30 11:01:14 +00:00
webrtc_session_description_factory.cc
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
2021-11-15 21:44:59 +00:00
webrtc_session_description_factory.h
Revert "Remove code supporting the SDES crypto mode in SDP"
2021-11-04 14:46:27 +00:00