webrtc/pc
Ilya Nikolaevskiy f9d92ed2c8 Revert "Reland "Distinguish between send and receive video codecs""
This reverts commit 77eb338ae4.

Reason for revert: Speculative revert, as it seems to have broken webrtc-importer

Original change's description:
> Reland "Distinguish between send and receive video codecs"
> 
> This reverts commit f2d6fe62f2.
> 
> Reason for revert: Downstream test updated.
> 
> Original change's description:
> > Revert "Reland "Distinguish between send and receive video codecs""
> > 
> > This reverts commit 26e6afe93f.
> > 
> > Reason for revert: Breaks another downstream test.
> > 
> > Original change's description:
> > > Reland "Distinguish between send and receive video codecs"
> > > 
> > > This reverts commit f22af3cca7.
> > > 
> > > Reason for revert: Downstream tests have been updated.
> > > 
> > > Original change's description:
> > > > Revert "Distinguish between send and receive video codecs"
> > > > 
> > > > This reverts commit 18314bd8d2.
> > > > 
> > > > Reason for revert: Breaks downstream test.
> > > > 
> > > > Original change's description:
> > > > > Distinguish between send and receive video codecs
> > > > > 
> > > > > Even though send and receive codecs are the same,
> > > > > they might have different support in HW.
> > > > > Distinguish between send and receive codecs to be able to keep
> > > > > track of which codecs have HW support.
> > > > > 
> > > > > Bug: chromium:1029737
> > > > > Change-Id: I16a80da44c5061ca42f2aabda76e6bf0b879bf7b
> > > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/161306
> > > > > Reviewed-by: Anders Carlsson <andersc@webrtc.org>
> > > > > Reviewed-by: Steve Anton <steveanton@webrtc.org>
> > > > > Commit-Queue: Johannes Kron <kron@webrtc.org>
> > > > > Cr-Commit-Position: refs/heads/master@{#30041}
> > > > 
> > > > TBR=steveanton@webrtc.org,andersc@webrtc.org,kron@webrtc.org
> > > > 
> > > > Change-Id: I7e5807460006db613e9b3b369ec6036b88f164fd
> > > > No-Presubmit: true
> > > > No-Tree-Checks: true
> > > > No-Try: true
> > > > Bug: chromium:1029737
> > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/161662
> > > > Reviewed-by: Johannes Kron <kron@webrtc.org>
> > > > Commit-Queue: Johannes Kron <kron@webrtc.org>
> > > > Cr-Commit-Position: refs/heads/master@{#30042}
> > > 
> > > TBR=steveanton@webrtc.org,andersc@webrtc.org,kron@webrtc.org
> > > 
> > > # Not skipping CQ checks because original CL landed > 1 day ago.
> > > 
> > > Bug: chromium:1029737
> > > Change-Id: Ia70b11376b43888e2495ef21838c2d2e3c68d735
> > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/161734
> > > Reviewed-by: Johannes Kron <kron@webrtc.org>
> > > Reviewed-by: Steve Anton <steveanton@webrtc.org>
> > > Reviewed-by: Anders Carlsson <andersc@webrtc.org>
> > > Commit-Queue: Johannes Kron <kron@webrtc.org>
> > > Cr-Commit-Position: refs/heads/master@{#30078}
> > 
> > TBR=steveanton@webrtc.org,andersc@webrtc.org,kron@webrtc.org
> > 
> > Change-Id: Ia4971b898c9209a3736a916a1c2c48d392dfdad6
> > No-Presubmit: true
> > No-Tree-Checks: true
> > No-Try: true
> > Bug: chromium:1029737
> > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/162140
> > Reviewed-by: Johannes Kron <kron@webrtc.org>
> > Commit-Queue: Johannes Kron <kron@webrtc.org>
> > Cr-Commit-Position: refs/heads/master@{#30079}
> 
> TBR=steveanton@webrtc.org,andersc@webrtc.org,kron@webrtc.org
> 
> # Not skipping CQ checks because original CL landed > 1 day ago.
> 
> Bug: chromium:1029737
> Change-Id: If2c3c5b5e7d86cb852a1f20f02b6ceae62b2e0c8
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/162186
> Reviewed-by: Johannes Kron <kron@webrtc.org>
> Reviewed-by: Anders Carlsson <andersc@webrtc.org>
> Reviewed-by: Steve Anton <steveanton@webrtc.org>
> Commit-Queue: Johannes Kron <kron@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#30097}

TBR=steveanton@webrtc.org,andersc@webrtc.org,kron@webrtc.org

Change-Id: I73d4fe3bb18e40a01f1b1b0c71f9dc7b85c513b7
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: chromium:1029737
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/162208
Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org>
Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30100}
2019-12-16 15:28:41 +00:00
..
test Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class 2019-12-07 00:54:26 +00:00
audio_rtp_receiver.cc Enable SSRC 0 in MediaChannel methods 2019-12-04 23:49:04 +00:00
audio_rtp_receiver.h Deprecate RtpReceiver's SetParameters method 2019-12-03 19:50:42 +00:00
audio_track.cc Deprecating ThreadChecker specific interface. 2019-04-08 16:58:07 +00:00
audio_track.h Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +00:00
BUILD.gn Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class 2019-12-07 00:54:26 +00:00
channel_interface.h Creating Simulcast offer and answer in Peer Connection. 2019-01-28 18:56:02 +00:00
channel_manager_unittest.cc Delete media transport integration. 2019-11-26 19:19:36 +00:00
channel_manager.cc Revert "Reland "Distinguish between send and receive video codecs"" 2019-12-16 15:28:41 +00:00
channel_manager.h Move MediaTransportInterface out of the libjingle_peerconnection_api target 2019-09-13 10:49:56 +00:00
channel_unittest.cc Delete FunctorMessageHandler, in tests use alternative ways to post functors 2019-12-02 09:47:34 +00:00
channel.cc Detect and reject mismatched DataChannel types. 2019-12-05 14:05:33 +00:00
channel.h Detect and reject mismatched DataChannel types. 2019-12-05 14:05:33 +00:00
composite_data_channel_transport.cc Unset sinks when deleting CompositeDataChannelTransport. 2019-09-24 22:35:44 +00:00
composite_data_channel_transport.h Delete old placeholders for moved api/ header files 2019-10-01 12:23:19 +00:00
composite_rtp_transport_test.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
composite_rtp_transport.cc Format almost everything. 2019-07-08 13:45:15 +00:00
composite_rtp_transport.h Reland: Implement true negotiation for DatagramTransport with fallback to RTP. 2019-06-07 20:14:36 +00:00
data_channel_controller.cc Stop an SCTP connection when the DTLS transport closes. 2019-12-16 14:54:56 +00:00
data_channel_controller.h Stop an SCTP connection when the DTLS transport closes. 2019-12-16 14:54:56 +00:00
data_channel_unittest.cc Return an error when datachannel closes due to network error 2019-12-08 17:33:54 +00:00
data_channel.cc Reduce some logging at INFO level by moving log statements 2019-12-12 21:54:06 +00:00
data_channel.h Return an error when datachannel closes due to network error 2019-12-08 17:33:54 +00:00
datagram_rtp_transport.cc Make the RtpHeaderParserImpl available to tests and tools only. 2019-08-29 15:56:40 +00:00
datagram_rtp_transport.h Delete media transport integration. 2019-11-26 19:19:36 +00:00
DEPS Remove +api from internal DEPS files. 2019-01-28 11:17:00 +00:00
dtls_srtp_transport_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
dtls_srtp_transport.cc Format almost everything. 2019-07-08 13:45:15 +00:00
dtls_srtp_transport.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
dtls_transport_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
dtls_transport.cc Expose TLS version and SRTP cipher to API 2019-10-29 22:20:49 +00:00
dtls_transport.h Delete unneeded includes of async_invoker.h 2019-04-16 07:28:06 +00:00
dtmf_sender_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
dtmf_sender.cc Format almost everything. 2019-07-08 13:45:15 +00:00
dtmf_sender.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
external_hmac.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
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 Format almost everything. 2019-07-08 13:45:15 +00:00
ice_server_parsing.cc Format almost everything. 2019-07-08 13:45:15 +00:00
ice_server_parsing.h Export symbols needed by the Chromium component build (part 8). 2019-04-02 10:13:36 +00:00
ice_transport_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
ice_transport.cc Fix comment - ice transport is cleared on the networking thread. 2019-04-09 09:12:10 +00:00
ice_transport.h Add IceTransportInterface object 2019-01-30 16:16:51 +00:00
jitter_buffer_delay_interface.h Remove SetLatency/GetLatency from MediaSourceInterface API level 2019-04-18 19:11:31 +00:00
jitter_buffer_delay_proxy.h Remove SetLatency/GetLatency from MediaSourceInterface API level 2019-04-18 19:11:31 +00:00
jitter_buffer_delay_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
jitter_buffer_delay.cc Remove SetLatency/GetLatency from MediaSourceInterface API level 2019-04-18 19:11:31 +00:00
jitter_buffer_delay.h Remove SetLatency/GetLatency from MediaSourceInterface API level 2019-04-18 19:11:31 +00:00
jsep_ice_candidate.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
jsep_session_description_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
jsep_session_description.cc Reland "Implement rollback for setRemoteDescription" 2019-10-14 12:40:53 +00:00
jsep_transport_controller_unittest.cc Delete media transport integration. 2019-11-26 19:19:36 +00:00
jsep_transport_controller.cc Delete media transport integration. 2019-11-26 19:19:36 +00:00
jsep_transport_controller.h Delete media transport integration. 2019-11-26 19:19:36 +00:00
jsep_transport_unittest.cc Delete media transport integration. 2019-11-26 19:19:36 +00:00
jsep_transport.cc Delete media transport integration. 2019-11-26 19:19:36 +00:00
jsep_transport.h Delete media transport integration. 2019-11-26 19:19:36 +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 (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.h Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +00:00
media_protocol_names.cc Reland "Reland "Version 2 "Refactoring DataContentDescription class""" 2019-05-13 18:37:47 +00:00
media_protocol_names.h Reland "Reland "Version 2 "Refactoring DataContentDescription class""" 2019-05-13 18:37:47 +00:00
media_session_unittest.cc Update the header extensions capabilities with mid, rid and rrid 2019-10-15 14:45:58 +00:00
media_session.cc Delete media transport integration. 2019-11-26 19:19:36 +00:00
media_session.h Delete media transport integration. 2019-11-26 19:19:36 +00:00
media_stream_observer.cc Use Abseil container algorithms in pc/ 2019-01-29 02:33:50 +00:00
media_stream_observer.h Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +00:00
media_stream_track.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
media_stream_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
media_stream.cc Format almost everything. 2019-07-08 13:45:15 +00:00
media_stream.h Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +00:00
OWNERS Remove zhihuang@webrtc.org from OWNERS 2019-08-19 22:37:51 +00:00
peer_connection_bundle_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
peer_connection_crypto_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
peer_connection_data_channel_unittest.cc Delete media transport integration. 2019-11-26 19:19:36 +00:00
peer_connection_end_to_end_unittest.cc Add Opus-only audio codec factories 2019-11-26 18:28:07 +00:00
peer_connection_factory_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
peer_connection_factory.cc Convert proxy.h helper classes to variadic templates 2019-11-27 00:29:50 +00:00
peer_connection_factory.h Adds injectable trials from peerconnection down to transport controller. 2019-11-21 12:41:45 +00:00
peer_connection_histogram_unittest.cc Add directive to make webrtc metrics optional. 2019-12-09 13:55:50 +00:00
peer_connection_ice_unittest.cc Add directive to make webrtc metrics optional. 2019-12-09 13:55:50 +00:00
peer_connection_integrationtest.cc Stop an SCTP connection when the DTLS transport closes. 2019-12-16 14:54:56 +00:00
peer_connection_interface_unittest.cc Delete media transport integration. 2019-11-26 19:19:36 +00:00
peer_connection_internal.h Use RtpSender/RtpReceiver track ID for legacy GetStats 2019-03-27 18:14:00 +00:00
peer_connection_jsep_unittest.cc Address failing wpt test cases for the rollback feature 2019-11-25 21:54:30 +00:00
peer_connection_media_unittest.cc Revert "Reland "Distinguish between send and receive video codecs"" 2019-12-16 15:28:41 +00:00
peer_connection_rampup_tests.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
peer_connection_rtp_unittest.cc Add directive to make webrtc metrics optional. 2019-12-09 13:55:50 +00:00
peer_connection_signaling_unittest.cc [PeerConnection] Implement parameterless SetLocalDescription(). 2019-10-30 10:24:44 +00:00
peer_connection_simulcast_unittest.cc Add directive to make webrtc metrics optional. 2019-12-09 13:55:50 +00:00
peer_connection_wrapper.cc Reland "Implement rollback for setRemoteDescription" 2019-10-14 12:40:53 +00:00
peer_connection_wrapper.h Reland "Implement rollback for setRemoteDescription" 2019-10-14 12:40:53 +00:00
peer_connection.cc Reduce some logging at INFO level by moving log statements 2019-12-12 21:54:06 +00:00
peer_connection.h Replace hostCandidate with address and port in RTCPeerConnectionIceErrorEvent 2019-12-04 13:18:22 +00:00
proxy_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
remote_audio_source.cc Enable SSRC 0 in MediaChannel methods 2019-12-04 23:49:04 +00:00
remote_audio_source.h Enable SSRC 0 in MediaChannel methods 2019-12-04 23:49:04 +00:00
rtc_stats_collector_unittest.cc Add totalInterFrameDelay to RTCInboundRTPStreamStats 2019-11-25 10:50:37 +00:00
rtc_stats_collector.cc Add totalInterFrameDelay to RTCInboundRTPStreamStats 2019-11-25 10:50:37 +00:00
rtc_stats_collector.h Implement RTCRemoteInboundRtpStreamStats for both audio and video. 2019-05-27 12:45:22 +00:00
rtc_stats_integrationtest.cc Add directive to make TRACE_EVENT macros optional. 2019-11-28 15:58:24 +00:00
rtc_stats_traversal_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
rtc_stats_traversal.cc Implement RTCRemoteInboundRtpStreamStats for both audio and video. 2019-05-27 12:45:22 +00:00
rtc_stats_traversal.h Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +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 (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.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 Reland "Make negotiationneeded processing in PeerConnection spec compliant." 2019-04-16 12:04:33 +00:00
rtp_media_utils.h Reland "Make negotiationneeded processing in PeerConnection spec compliant." 2019-04-16 12:04:33 +00:00
rtp_parameters_conversion_unittest.cc Remove unused non-standard RtpEncodingParameters members 2019-12-03 13:26:53 +00:00
rtp_parameters_conversion.cc Remove unused non-standard RtpEncodingParameters members 2019-12-03 13:26:53 +00:00
rtp_parameters_conversion.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_receiver.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtp_receiver.h Refactor Rtp Receivers to accept SSRC 0. 2019-09-16 21:29:58 +00:00
rtp_sender_receiver_unittest.cc Reland "Add support for RtpEncodingParameters::max_framerate" 2019-12-06 15:11:54 +00:00
rtp_sender.cc Remove unused non-standard RtpEncodingParameters members 2019-12-03 13:26:53 +00:00
rtp_sender.h Add RtpSenderInterface.SetStreams 2019-05-20 18:38:06 +00:00
rtp_transceiver_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_transceiver.cc Implement RTCRtpTransceiver.setCodecPreferences 2019-05-01 20:14:59 +00:00
rtp_transceiver.h Address failing wpt test cases for the rollback feature 2019-11-25 21:54:30 +00:00
rtp_transport_internal.h Remove rtp_ and rtcp_packet_transport() from the RtpTransport interface. 2019-05-24 23:58:46 +00:00
rtp_transport_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtp_transport.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtp_transport.h Remove rtp_ and rtcp_packet_transport() from the RtpTransport interface. 2019-05-24 23:58:46 +00:00
sctp_data_channel_transport.cc Stop an SCTP connection when the DTLS transport closes. 2019-12-16 14:54:56 +00:00
sctp_data_channel_transport.h Stop an SCTP connection when the DTLS transport closes. 2019-12-16 14:54:56 +00:00
sctp_transport_unittest.cc Make SCTPtransport enter "closed" state when DTLStransport does. 2019-11-16 14:56:01 +00:00
sctp_transport.cc Make SCTPtransport enter "closed" state when DTLStransport does. 2019-11-16 14:56:01 +00:00
sctp_transport.h Make SCTPtransport enter "closed" state when DTLStransport does. 2019-11-16 14:56:01 +00:00
sctp_utils_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
sctp_utils.cc In rtc::ByteBuffer drop support for ORDER_HOST as unused 2019-11-15 11:48:42 +00:00
sctp_utils.h Delete old placeholders for moved api/ header files 2019-10-01 12:23:19 +00:00
sdp_serializer_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
sdp_serializer.cc Reland "Adding a restriction for legal RID values." 2019-04-09 21:19:31 +00:00
sdp_serializer.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
sdp_utils.cc Reland "Implement rollback for setRemoteDescription" 2019-10-14 12:40:53 +00:00
sdp_utils.h Add 3 missing RTC_EXPORT. 2019-11-05 09:40:03 +00:00
session_description_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
session_description.cc Format almost everything. 2019-07-08 13:45:15 +00:00
session_description.h Delete media transport integration. 2019-11-26 19:19:36 +00:00
simulcast_description.cc Format almost everything. 2019-07-08 13:45:15 +00:00
simulcast_description.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
srtp_filter_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
srtp_filter.cc Format almost everything. 2019-07-08 13:45:15 +00:00
srtp_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
srtp_session_unittest.cc Add directive to make webrtc metrics optional. 2019-12-09 13:55:50 +00:00
srtp_session.cc Allow external initialization of libsrtp. 2019-12-12 17:23:29 +00:00
srtp_session.h Allow external initialization of libsrtp. 2019-12-12 17:23:29 +00:00
srtp_transport_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
srtp_transport.cc Format almost everything. 2019-07-08 13:45:15 +00:00
srtp_transport.h Format almost everything. 2019-07-08 13:45:15 +00:00
stats_collector_unittest.cc Reland "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received" 2019-10-15 10:43:59 +00:00
stats_collector.cc Reland "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received" 2019-10-15 10:43:59 +00:00
stats_collector.h Reland "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received" 2019-10-15 10:43:59 +00:00
stream_collection.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
track_media_info_map_unittest.cc Split out RtpSource from libjingle_peerconnection_api 2019-09-02 14:04:47 +00:00
track_media_info_map.cc [clang-tidy] Apply performance-for-range-copy fixes. 2019-01-28 09:53:50 +00:00
track_media_info_map.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
transport_stats.cc [clang-tidy] Apply performance-move-const-arg fixes (misc). 2019-02-05 15:12:20 +00:00
transport_stats.h Implement crypto stats on DTLS transport 2019-10-28 11:30:23 +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 Add support for two-byte RTP header extensions to UsedRtpHeaderExtensionIds 2019-06-24 08:50:07 +00:00
video_rtp_receiver_unittest.cc VideoRtpReceiver: Enable encoded frame sink. 2019-12-04 12:55:40 +00:00
video_rtp_receiver.cc Fix for defect found by clusterfuzz. 2019-12-05 14:12:33 +00:00
video_rtp_receiver.h VideoRtpReceiver: Enable encoded frame sink. 2019-12-04 12:55:40 +00:00
video_rtp_track_source_unittest.cc VideoRtpTrackSource: implement encoded source methods. 2019-11-26 09:17:52 +00:00
video_rtp_track_source.cc VideoRtpTrackSource: implement encoded source methods. 2019-11-26 09:17:52 +00:00
video_rtp_track_source.h VideoRtpTrackSource: implement encoded source methods. 2019-11-26 09:17:52 +00:00
video_track_source.cc Format almost everything. 2019-07-08 13:45:15 +00:00
video_track_source.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
video_track_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
video_track.cc Format almost everything. 2019-07-08 13:45:15 +00:00
video_track.h Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +00:00
webrtc_sdp_unittest.cc Delete media transport integration. 2019-11-26 19:19:36 +00:00
webrtc_sdp.cc Delete media transport integration. 2019-11-26 19:19:36 +00:00
webrtc_sdp.h Export symbols needed by the Chromium component build (part 8). 2019-04-02 10:13:36 +00:00
webrtc_session_description_factory.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
webrtc_session_description_factory.h Format almost everything. 2019-07-08 13:45:15 +00:00