webrtc/pc
Tomas Gunnarsson dfd69c2210 Move VideoTrack's content_hint property to the signaling thread.
Bug: webrtc:13673, webrtc:13681
Change-Id: I06810338bf5e44665e4d005d35636e9a98b1bd0b
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/251684
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36010}
2022-02-15 21:55:59 +00:00
..
g3doc Update links to point at main branch 2021-07-22 16:41:26 +00:00
scenario_tests Removing MessageHandler dependency from Connection. 2022-02-02 16:32:20 +00:00
test Add tests for DC odd/even numbering in a few more cases. 2022-02-11 17:37:34 +00:00
audio_rtp_receiver_unittest.cc Reland "Remove stopped_ from AudioRtpReceiver and VideoRtpReceiver." 2022-02-09 16:54:06 +00:00
audio_rtp_receiver.cc Reland "Remove stopped_ from AudioRtpReceiver and VideoRtpReceiver." 2022-02-09 16:54:06 +00:00
audio_rtp_receiver.h Reland "Remove stopped_ from AudioRtpReceiver and VideoRtpReceiver." 2022-02-09 16:54:06 +00:00
audio_track.cc Revert "Use non-proxied source object in VideoTrack." 2022-02-04 21:26:31 +00:00
audio_track.h Revert "Reland "Use non-proxied source object in VideoTrack."" 2022-02-14 13:54:20 +00:00
BUILD.gn Add restrictive visibility to all targets in //pc 2022-02-15 14:40:52 +00:00
channel_interface.h Add class comments to Call and ChannelInterface 2022-01-24 11:30:28 +00:00
channel_manager_unittest.cc Add a channel factory interface. 2022-01-24 08:50:30 +00:00
channel_manager.cc Destroy channel objects synchronously. 2022-01-28 09:34:25 +00:00
channel_manager.h Delete channel objects asynchronously from the transceiver. 2022-01-26 10:39:00 +00:00
channel_unittest.cc Mark rtc::Thread's versions of PostTask/PostDelayedTask deprecated. 2022-01-20 12:59:27 +00:00
channel.cc Check for valid transport before setting criteria. 2022-02-11 18:18:27 +00:00
channel.h Report an error if applying the demuxer criteria fails. 2022-02-01 06:43:58 +00:00
connection_context.cc Add an rtc::SocketFactory* member to PeerConnectionFactoryDependencies 2022-02-04 15:01:41 +00:00
connection_context.h Add an rtc::SocketFactory* member to PeerConnectionFactoryDependencies 2022-02-04 15:01:41 +00:00
data_channel_controller.cc Break out data_channel_controller from peerconnection target 2022-02-08 12:32:14 +00:00
data_channel_controller.h Break out data_channel_controller from peerconnection target 2022-02-08 12:32:14 +00:00
data_channel_integrationtest.cc Add tests for DC odd/even numbering in a few more cases. 2022-02-11 17:37:34 +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_unittest.cc Add ctor to RtpDemuxerCriteria to allow supplying 'mid' and 'rsid'. 2022-01-03 20:00:52 +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_transport_unittest.cc Add tests for SSL role and datachannel ID assignment. 2022-02-10 15:52:16 +00:00
dtls_transport.cc Add tests for SSL role and datachannel ID assignment. 2022-02-10 15:52:16 +00:00
dtls_transport.h Remove cricket::DtlsTransportState. 2021-05-21 21:45:29 +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
dtmf_sender.cc Make use of TaskQueue/TaskQueueBase's PostDelayedHighPrecisionTask. 2022-01-25 08:57:36 +00:00
dtmf_sender.h Remove RTC_DISALLOW_COPY_AND_ASSIGN more. 2022-01-20 11:00:18 +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_unittest.cc Reland "Use backticks not vertical bars to denote variables in comments for /pc" 2021-07-30 22:13:59 +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_transport_unittest.cc Replace more instances of rtc::RefCountedObject with make_ref_counted. 2021-04-27 17:01: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
jitter_buffer_delay_unittest.cc VideoRtpReceiver & AudioRtpReceiver threading fixes. 2021-05-17 14:37:55 +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
jsep_ice_candidate.cc Make the JsepSessionDesription clone() method copy candidates. 2021-01-05 12:55:24 +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_session_description.cc Use backticks not vertical bars to denote variables in comments 2021-08-10 10:40:03 +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_unittest.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +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 Remove top-level const from parameters in function declarations. 2022-01-26 11:05:25 +00:00
jsep_transport_unittest.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
jsep_transport.cc Make the code conform to the code style. 2022-01-05 11:28:25 +00:00
jsep_transport.h Remove RTC_DISALLOW_COPY_AND_ASSIGN more. 2022-01-20 11:00:18 +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
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
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_unittest.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
media_session.cc Fix for payload type id collision 2022-02-08 09:13:33 +00:00
media_session.h Add a channel factory interface. 2022-01-24 08:50:30 +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 Move VideoTrack's content_hint property to the signaling thread. 2022-02-15 21:55:59 +00:00
media_stream_unittest.cc Prepare for deleting implicit conversion from raw pointer to scoped_refptr. 2022-01-18 08:22:15 +00:00
media_stream.cc Prepare for deleting implicit conversion from raw pointer to scoped_refptr. 2022-01-18 08:22:15 +00:00
media_stream.h Update pc/ to not use implicit T* --> scoped_refptr<T> conversion 2022-01-04 16:19:33 +00:00
OWNERS Remove inactive owners. 2021-08-31 14:27:49 +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 Update pc/ to not use implicit T* --> scoped_refptr<T> conversion 2022-01-04 16:19:33 +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 Change default sdp_semantics to kNotSpecified. 2022-01-10 14:56:03 +00:00
peer_connection_factory.cc Integrate sync decoding in video_receive_stream 2022-02-14 16:59:20 +00:00
peer_connection_factory.h Integrate sync decoding in video_receive_stream 2022-02-14 16:59:20 +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 Change default sdp_semantics to kNotSpecified. 2022-01-10 14:56:03 +00:00
peer_connection_ice_unittest.cc Make AddIceCandidate's error type match the spec. 2022-01-24 09:04:10 +00:00
peer_connection_integrationtest.cc Remove deprecated RemoveTrack interface 2022-01-31 14:08:57 +00:00
peer_connection_interface_unittest.cc Remove deprecated RemoveTrack interface 2022-01-31 14:08:57 +00:00
peer_connection_internal.h Move pc.transport_controller_ to be network thread only 2022-02-09 13:06:15 +00:00
peer_connection_jsep_unittest.cc Fix for payload type id collision 2022-02-08 09:13:33 +00:00
peer_connection_media_unittest.cc Remove deprecated RemoveTrack interface 2022-01-31 14:08:57 +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 Deprecate RemoveTrack (old signature) 2022-01-04 20:44:07 +00:00
peer_connection_rampup_tests.cc Change default sdp_semantics to kNotSpecified. 2022-01-10 14:56:03 +00:00
peer_connection_rtp_unittest.cc Remove deprecated RemoveTrack interface 2022-01-31 14:08:57 +00:00
peer_connection_signaling_unittest.cc Delete legacy rtc::Thread PostTask APIs. 2022-02-02 08:32:31 +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 Update pc/ to not use implicit T* --> scoped_refptr<T> conversion 2022-01-04 16:19:33 +00:00
peer_connection_wrapper.h Reland "Implement rollback for setRemoteDescription" 2019-10-14 12:40:53 +00:00
peer_connection.cc Add tests for DC odd/even numbering in a few more cases. 2022-02-11 17:37:34 +00:00
peer_connection.h Move pc.transport_controller_ to be network thread only 2022-02-09 13:06:15 +00:00
proxy_unittest.cc Proxy: solve event tracing with compile time strings. 2021-05-28 06:53:29 +00:00
proxy.cc Proxy: solve event tracing with compile time strings. 2021-05-28 06:53:29 +00:00
proxy.h Cleanup of pc/proxy.h 2022-01-26 09:02:11 +00:00
remote_audio_source.cc Reland "Remove stopped_ from AudioRtpReceiver and VideoRtpReceiver." 2022-02-09 16:54:06 +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_unittest.cc Revert "Replace use of sigslot with CallbackList in data_channel_controller" 2022-02-08 07:42:34 +00:00
rtc_stats_collector.cc Revert "Replace use of sigslot with CallbackList in data_channel_controller" 2022-02-08 07:42:34 +00:00
rtc_stats_collector.h Revert "Replace use of sigslot with CallbackList in data_channel_controller" 2022-02-08 07:42:34 +00:00
rtc_stats_integrationtest.cc Change default sdp_semantics to kNotSpecified. 2022-01-10 14:56:03 +00:00
rtc_stats_traversal_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +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
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
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
rtp_media_utils_unittest.cc Format almost everything. 2019-07-08 13:45:15 +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_parameters_conversion_unittest.cc Delete obsolete unused rtp header extension conversion 2020-01-09 09:28:07 +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_receiver_proxy.h Proxy: solve event tracing with compile time strings. 2021-05-28 06:53:29 +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_sender_proxy.h Proxy: solve event tracing with compile time strings. 2021-05-28 06:53:29 +00:00
rtp_sender_receiver_unittest.cc Add a channel factory interface. 2022-01-24 08:50:30 +00:00
rtp_sender.cc Move VideoTrack's content_hint property to the signaling thread. 2022-02-15 21:55:59 +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_transceiver_unittest.cc Delete channel objects asynchronously from the transceiver. 2022-01-26 10:39:00 +00:00
rtp_transceiver.cc Delete channel objects asynchronously from the transceiver. 2022-01-26 10:39:00 +00:00
rtp_transceiver.h Remove 2 Invokes to the network thread when creating a channel. 2022-01-19 12:17:47 +00:00
rtp_transmission_manager.cc Add missing '&'s to some function parameters 2022-01-28 14:41:30 +00:00
rtp_transmission_manager.h Add missing '&'s to some function parameters 2022-01-28 14:41:30 +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 Add ctor to RtpDemuxerCriteria to allow supplying 'mid' and 'rsid'. 2022-01-03 20:00:52 +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
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_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_transport_unittest.cc Remove cricket::DtlsTransportState. 2021-05-21 21:45:29 +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_utils_unittest.cc Use rtc::CopyOnWriteBuffer::MutableData through webrtc 2021-01-11 11:31:33 +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
sdp_offer_answer_unittest.cc Return proxied object in OnTransceiver 2021-09-16 09:40:52 +00:00
sdp_offer_answer.cc Updated apply-iwyu to autogenerate compile_commands.json 2022-02-09 14:30:57 +00:00
sdp_offer_answer.h Updated apply-iwyu to autogenerate compile_commands.json 2022-02-09 14:30:57 +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_serializer.cc Introduce a variant of rtc::split that returns a vector of string_view 2022-01-25 08:25:50 +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_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_unittest.cc Remove RTP data implementation 2021-04-16 13:10:54 +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
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
srtp_filter_unittest.cc Revert "Remove code supporting the SDES crypto mode in SDP" 2021-11-04 14:46:27 +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 Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" 2022-01-27 12:55:44 +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_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 Remove RTC_DISALLOW_COPY_AND_ASSIGN more. 2022-01-20 11:00:18 +00:00
srtp_transport_unittest.cc Add ctor to RtpDemuxerCriteria to allow supplying 'mid' and 'rsid'. 2022-01-03 20:00:52 +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
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 Reduce log amount when running stats tests. 2022-02-02 12:17:09 +00:00
stats_collector.cc Add a channel factory interface. 2022-01-24 08:50:30 +00:00
stats_collector.h Invalidate the legacy stats cache instead of updating. 2022-01-11 20:45:16 +00:00
stream_collection.h Update pc/ to not use implicit T* --> scoped_refptr<T> conversion 2022-01-04 16:19:33 +00:00
track_media_info_map_unittest.cc Update pc/ to not use implicit T* --> scoped_refptr<T> conversion 2022-01-04 16:19:33 +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
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_unittest.cc Always pass arguments to INSTANTIATE_TEST_SUITE_P. 2019-09-24 08:56:24 +00:00
used_ids.h Remove frequent log. 2022-01-18 13:46:37 +00:00
video_rtp_receiver_unittest.cc Reland "Remove stopped_ from AudioRtpReceiver and VideoRtpReceiver." 2022-02-09 16:54:06 +00:00
video_rtp_receiver.cc Revert "Reland "Use non-proxied source object in VideoTrack."" 2022-02-14 13:54:20 +00:00
video_rtp_receiver.h Reland "Remove stopped_ from AudioRtpReceiver and VideoRtpReceiver." 2022-02-09 16:54:06 +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_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 Remove RTC_DISALLOW_COPY_AND_ASSIGN more. 2022-01-20 11:00:18 +00:00
video_track_source_proxy.cc Move proxies into pc/. 2021-05-27 09:56:42 +00:00
video_track_source_proxy.h ZeroHertzAdapterMode: handle key frame requests. 2021-12-21 19:52:56 +00:00
video_track_source.cc Reland "Remove stopped_ from AudioRtpReceiver and VideoRtpReceiver." 2022-02-09 16:54:06 +00:00
video_track_source.h Reland "Remove stopped_ from AudioRtpReceiver and VideoRtpReceiver." 2022-02-09 16:54:06 +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
video_track.cc Move VideoTrack's content_hint property to the signaling thread. 2022-02-15 21:55:59 +00:00
video_track.h Move VideoTrack's content_hint property to the signaling thread. 2022-02-15 21:55:59 +00:00
webrtc_sdp_unittest.cc sdp: reject large number of channels 2021-11-30 11:01:14 +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_session_description_factory.cc Add a channel factory interface. 2022-01-24 08:50:30 +00:00
webrtc_session_description_factory.h Add a channel factory interface. 2022-01-24 08:50:30 +00:00