webrtc/call
Sebastian Jansson bae12756da Using unit types in TransportFeedbackAdapter.
Bug: webrtc:9883
Change-Id: I6d7d653079bb969fa3bc6f62fd35f2aa870edab6
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/158792
Reviewed-by: Erik Språng <sprang@webrtc.org>
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29705}
2019-11-06 12:25:00 +00:00
..
test Cleanup of feedback observer interface 2019-10-30 07:50:29 +00:00
audio_receive_stream.cc Remove chromium clang style errors affecting sdk/android/media_jni 2018-04-09 13:55:49 +00:00
audio_receive_stream.h Add estimatedPlayoutTimestamp to RTCInboundRTPStreamStats. 2019-10-23 07:46:39 +00:00
audio_send_stream.cc Introduce MediaTransportConfig 2019-05-21 18:58:33 +00:00
audio_send_stream.h Delete deprecated bytes_sent/bytes_rcvd stat values 2019-10-17 06:41:38 +00:00
audio_state.cc Remove chromium clang style errors affecting sdk/android/media_jni 2018-04-09 13:55:49 +00:00
audio_state.h [getStats] Implement "media-source" audio levels, fixing Chrome bug. 2019-07-04 08:13:45 +00:00
bitrate_allocator.cc Converts const methods in BitrateAllocator to non-member functions. 2019-09-25 11:55:13 +00:00
bitrate_allocator.h Converts const methods in BitrateAllocator to non-member functions. 2019-09-25 11:55:13 +00:00
bitrate_allocator_unittest.cc Propagating TargetRate struct to BitrateAllocator. 2019-09-19 14:03:04 +00:00
bitrate_estimator_tests.cc Hide deprecated SingleThreadedTaskQueueForTest behind an accessor 2019-10-22 11:57:49 +00:00
BUILD.gn Enable injection of a custom NetEqFactory into PeerConnectionFactory. 2019-11-01 11:30:36 +00:00
call.cc Enable injection of a custom NetEqFactory into PeerConnectionFactory. 2019-11-01 11:30:36 +00:00
call.h Remove MediaTransport from Call. 2019-08-08 10:58:57 +00:00
call_config.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
call_config.h Enable injection of a custom NetEqFactory into PeerConnectionFactory. 2019-11-01 11:30:36 +00:00
call_factory.cc DegradedCall: fake network using TaskQueue instead of ProcessThread 2019-08-06 15:05:30 +00:00
call_factory.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
call_perf_tests.cc Hide deprecated SingleThreadedTaskQueueForTest behind an accessor 2019-10-22 11:57:49 +00:00
call_unittest.cc Delete unused method PacedSender::QueueSizePackets 2019-10-17 08:35:38 +00:00
degraded_call.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
degraded_call.h Make fake network degradation work also for sent audio 2019-08-12 15:20:18 +00:00
DEPS Make fec controller plug-able. 2018-01-22 11:48:16 +00:00
fake_network_pipe.cc Make fake network degradation work also for sent audio 2019-08-12 15:20:18 +00:00
fake_network_pipe.h Make fake network degradation work also for sent audio 2019-08-12 15:20:18 +00:00
fake_network_pipe_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
flexfec_receive_stream.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
flexfec_receive_stream.h Format almost everything. 2019-07-08 13:45:15 +00:00
flexfec_receive_stream_impl.cc Rename RtpRtcp::Configuration::media_send_ssrc to local_media_ssrc 2019-08-21 09:45:21 +00:00
flexfec_receive_stream_impl.h Injecting Clock in video receive. 2019-03-04 21:53:57 +00:00
flexfec_receive_stream_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
OWNERS Remove myself from OWNERS in a few places. 2019-06-10 07:57:46 +00:00
packet_receiver.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
rampup_tests.cc Do not stop SingleThreadedTaskQueueForTestingTest near the end of the tests 2019-10-31 13:07:30 +00:00
rampup_tests.h Update call Rampup tests not to rely on DEPRECATED_SingleThreadedTaskQueueForTesting 2019-10-21 12:33:27 +00:00
receive_time_calculator.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
receive_time_calculator.h Format almost everything. 2019-07-08 13:45:15 +00:00
receive_time_calculator_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtcp_demuxer.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtcp_demuxer.h Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
rtcp_demuxer_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtcp_packet_sink_interface.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_bitrate_configurator.cc Remove webrtc::MinPositive from api/. 2019-09-18 12:52:09 +00:00
rtp_bitrate_configurator.h Remove api/bitrate_constraints.h. 2019-09-18 06:37:58 +00:00
rtp_bitrate_configurator_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtp_config.cc Negotiate use of RTCP loss notification feedback (LNTF) 2019-05-24 12:44:14 +00:00
rtp_config.h Format almost everything. 2019-07-08 13:45:15 +00:00
rtp_demuxer.cc Log details when RtpDemuxer fails to deliver a packet 2019-04-16 00:47:53 +00:00
rtp_demuxer.h Log details when RtpDemuxer fails to deliver a packet 2019-04-16 00:47:53 +00:00
rtp_demuxer_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
rtp_packet_sink_interface.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_payload_params.cc Reduce number of RTPVideoSender::SendVideo parameters 2019-10-11 10:59:21 +00:00
rtp_payload_params.h Reland "Populate the GFD-00 for H264 and generic codecs." 2019-06-14 14:47:06 +00:00
rtp_payload_params_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtp_rtcp_demuxer_helper.cc Replace rtc::Optional with absl::optional in audio, call and video 2018-06-15 12:09:49 +00:00
rtp_rtcp_demuxer_helper.h [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
rtp_rtcp_demuxer_helper_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtp_stream_receiver_controller.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
rtp_stream_receiver_controller.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_stream_receiver_controller_interface.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_transport_controller_send.cc Cleanup of feedback observer interface 2019-10-30 07:50:29 +00:00
rtp_transport_controller_send.h Using unit types in TransportFeedbackAdapter. 2019-11-06 12:25:00 +00:00
rtp_transport_controller_send_interface.h Cleanup of TransportFeedbackAdapter. 2019-11-01 11:55:16 +00:00
rtp_video_sender.cc Cleanup of feedback observer interface 2019-10-30 07:50:29 +00:00
rtp_video_sender.h Cleanup of feedback observer interface 2019-10-30 07:50:29 +00:00
rtp_video_sender_interface.h Cleanup: Propagating BitrateAllocationUpdate to RtpVideoSender 2019-10-15 14:40:48 +00:00
rtp_video_sender_unittest.cc Cleanup of feedback observer interface 2019-10-30 07:50:29 +00:00
rtx_receive_stream.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtx_receive_stream.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtx_receive_stream_unittest.cc Fix handling of large packets in RtxReceiveStream 2019-10-10 08:39:46 +00:00
simulated_network.cc Adds CoDel implementation to network simulation. 2019-02-25 09:54:03 +00:00
simulated_network.h Format almost everything. 2019-07-08 13:45:15 +00:00
simulated_network_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
simulated_packet_receiver.h Calculate next process time in simulated network. 2019-02-08 19:33:17 +00:00
ssrc_binding_observer.h Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
syncable.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
syncable.h Add estimatedPlayoutTimestamp to RTCInboundRTPStreamStats. 2019-10-23 07:46:39 +00:00
video_receive_stream.cc Delete flag VideoReceiveStream::Config::Rtp::remb 2019-09-16 11:20:55 +00:00
video_receive_stream.h Add estimatedPlayoutTimestamp to RTCInboundRTPStreamStats. 2019-10-23 07:46:39 +00:00
video_send_stream.cc Reland "Inform VideoEncoder of negotiated capabilities" 2019-06-11 14:49:37 +00:00
video_send_stream.h Move MediaTransportInterface out of the libjingle_peerconnection_api target 2019-09-13 10:49:56 +00:00