webrtc/call
Miriam Zimmerman 5b1bfe0c6f
Some checks failed
WebRTC CI / Code Formatting (map[check:ringrtc exclude:(oboe|opus)]) (push) Has been cancelled
WebRTC CI / Code Formatting (map[check:sdk exclude:(objc|jni_helpers\.h)]) (push) Has been cancelled
Always allow packet-type-based packet demuxing
2026-05-12 11:26:04 -04:00
..
adaptation Use RunLoop in call/ tests 2026-04-01 06:32:26 -07:00
test Make sure to apply media options in RtpTransceiver::CreateChannel 2026-01-08 10:28:53 -08:00
audio_receive_stream.cc
audio_receive_stream.h Add opus decoder configuration plumbing 2026-04-20 11:06:14 -07:00
audio_send_stream.cc Modernize deprecated headers in the root dir 2025-07-22 11:17:04 -07:00
audio_send_stream.h Merge remote branch 'upstream/branch-heads/7680' 2026-04-06 00:16:11 -07:00
audio_sender.h
audio_state.cc
audio_state.h Use webrtc name specifier instead of rtc/cricket in call 2025-04-16 04:29:24 -07:00
bitrate_allocator_unittest.cc clang-tidy: apply modernize-use-designated-initializer call/ p2p/ rtc_base/ 2025-08-20 11:40:31 -07:00
bitrate_allocator.cc clang-tidy: apply modernize-use-designated-initializer call/ p2p/ rtc_base/ 2025-08-20 11:40:31 -07:00
bitrate_allocator.h Stop using stable_rate from GoogCC 2025-06-17 07:51:15 -07:00
bitrate_estimator_tests.cc Move all the receiver SSRC choices to the AudioChannel/VideoChannel 2026-02-20 10:02:57 -08:00
BUILD.gn [M146] Fix TOCTOU race in RtpVideoSender::OnVideoLayersAllocationUpdated 2026-04-30 16:18:21 -04:00
call_config.cc Directly use PacerConfig from NetworkController in Pacer 2025-10-21 02:35:28 -07:00
call_config.h Remove RtpTransportControllerSendFactoryInterface 2025-09-03 01:25:46 -07:00
call_perf_tests.cc Replace ArrayView with std::span everywhere except api 2026-03-30 02:05:06 -07:00
call_unittest.cc Move all the receiver SSRC choices to the AudioChannel/VideoChannel 2026-02-20 10:02:57 -08:00
call.cc Merge remote-tracking branch 'upstream/branch-heads/7778' into mutexlox/webrtc-148 2026-05-08 13:42:18 -04:00
call.h Merge remote-tracking branch 'upstream/branch-heads/7778' into mutexlox/webrtc-148 2026-05-08 13:42:18 -04:00
DEPS Fix malformed DEPS files in WebRTC. 2026-02-17 09:47:27 -08:00
DIR_METADATA Remove inactive OWNERS in network related folders 2026-02-18 01:40:42 -08:00
fake_network_pipe_unittest.cc clang-tidy: modernize-use-override 2025-06-16 08:37:19 -07:00
fake_network_pipe.cc Replace ArrayView with std::span everywhere except api 2026-03-30 02:05:06 -07:00
fake_network_pipe.h Replace ArrayView with std::span everywhere except api 2026-03-30 02:05:06 -07:00
fake_payload_type_suggester.h Remove JsepTransportController's PayloadTypeSuggester 2025-12-04 07:34:50 -08:00
flexfec_receive_stream_impl.cc Replace ArrayView with std::span everywhere except api 2026-03-30 02:05:06 -07:00
flexfec_receive_stream_impl.h Move all the receiver SSRC choices to the AudioChannel/VideoChannel 2026-02-20 10:02:57 -08:00
flexfec_receive_stream_unittest.cc Use RunLoop in call/ tests 2026-04-01 06:32:26 -07:00
flexfec_receive_stream.cc Apply include-cleaner to call/ 2024-09-03 07:51:03 +00:00
flexfec_receive_stream.h Move all the receiver SSRC choices to the AudioChannel/VideoChannel 2026-02-20 10:02:57 -08:00
OWNERS Remove inactive OWNERS in network related folders 2026-02-18 01:40:42 -08:00
packet_receiver.h Allow calls to DeliverRtpPacket from the network thread 2026-03-02 08:52:56 -08:00
payload_type_picker_unittest.cc Use the PayloadType class rather than uint8_t in Codec class 2026-03-27 07:22:47 -07:00
payload_type_picker.cc clang-tidy: apply modernize-use-designated-initializer call/ p2p/ rtc_base/ 2025-08-20 11:40:31 -07:00
payload_type_picker.h PayloadTypePicker: Improve AbslStringify output 2025-11-26 04:21:19 -08:00
payload_type.h Add payload_type.h to API 2026-02-12 06:46:14 -08:00
rampup_tests.cc Move all the receiver SSRC choices to the AudioChannel/VideoChannel 2026-02-20 10:02:57 -08:00
rampup_tests.h Apply include-cleaner to call/ 2024-09-03 07:51:03 +00:00
receive_stream.h Move all the receiver SSRC choices to the AudioChannel/VideoChannel 2026-02-20 10:02:57 -08:00
receive_time_calculator_unittest.cc Modernize deprecated headers in the root dir 2025-07-22 11:17:04 -07:00
receive_time_calculator.cc Move safe_minmax.h to webrtc namespace 2025-02-20 05:12:52 -08:00
receive_time_calculator.h
rtp_bitrate_configurator_unittest.cc Apply include-cleaner to call/ 2024-09-03 07:51:03 +00:00
rtp_bitrate_configurator.cc Reduce the number of webrtc:: prefixes in code 2026-03-06 06:29:19 -08:00
rtp_bitrate_configurator.h
rtp_config.cc Replace ArrayView with std::span everywhere except api 2026-03-30 02:05:06 -07:00
rtp_config.h Reland "Revert "Reland "Allow sending to separate payload types for each simulcast index.""" 2025-02-27 05:03:04 -08:00
rtp_demuxer_unittest.cc [M148] Allow signaled SSRCs to override learned bindings in RtpDemuxer 2026-04-18 01:02:05 -07:00
rtp_demuxer.cc Always allow packet-type-based packet demuxing 2026-05-12 11:26:04 -04:00
rtp_demuxer.h [M148] Allow signaled SSRCs to override learned bindings in RtpDemuxer 2026-04-18 01:02:05 -07:00
rtp_packet_sink_interface.h
rtp_payload_params_unittest.cc Convert kMax constants in video_codec_constants to size_t 2026-03-27 05:02:29 -07:00
rtp_payload_params.cc Refactor frame type related code in EncodedImage 2026-01-28 02:19:19 -08:00
rtp_payload_params.h In RtpPayloadParams seed random with propagated clock 2025-10-20 04:58:19 -07:00
rtp_stream_receiver_controller_interface.h Apply include-cleaner to call/ 2024-09-03 07:51:03 +00:00
rtp_stream_receiver_controller.cc Apply include-cleaner to call/ 2024-09-03 07:51:03 +00:00
rtp_stream_receiver_controller.h Apply include-cleaner to call/ 2024-09-03 07:51:03 +00:00
rtp_transport_config.h Directly use PacerConfig from NetworkController in Pacer 2025-10-21 02:35:28 -07:00
rtp_transport_controller_send_interface.h Reland "Ensure Answer after PrAnswer can change usage from CCFB to TWCC feedback" 2025-11-05 05:45:35 -08:00
rtp_transport_controller_send_unittest.cc Use RunLoop in call/ tests 2026-04-01 06:32:26 -07:00
rtp_transport_controller_send.cc Replace ArrayView with std::span everywhere except api 2026-03-30 02:05:06 -07:00
rtp_transport_controller_send.h Replace ArrayView with std::span everywhere except api 2026-03-30 02:05:06 -07:00
rtp_video_sender_interface.h Replace ArrayView with std::span everywhere except api 2026-03-30 02:05:06 -07:00
rtp_video_sender_unittest.cc [M148] Fix TOCTOU race in RtpVideoSender::OnVideoLayersAllocationUpdated 2026-04-22 03:08:09 -07:00
rtp_video_sender.cc Merge remote-tracking branch 'upstream/branch-heads/7778' into mutexlox/webrtc-148 2026-05-08 13:42:18 -04:00
rtp_video_sender.h Replace ArrayView with std::span everywhere except api 2026-03-30 02:05:06 -07:00
rtx_receive_stream_unittest.cc Replace ArrayView with std::span everywhere except api 2026-03-30 02:05:06 -07:00
rtx_receive_stream.cc Replace ArrayView with std::span everywhere except api 2026-03-30 02:05:06 -07:00
rtx_receive_stream.h Reland "Log RTX OSN by decentralizing packet event logging to streams." 2026-01-15 04:11:00 -08:00
simulated_network.h
simulated_packet_receiver.h Apply include-cleaner to call/ 2024-09-03 07:51:03 +00:00
syncable.cc
syncable.h Use time units in Syncable interface 2025-08-11 01:52:36 -07:00
version.cc Update WebRTC code version (2026-04-02T04:08:10). 2026-04-01 22:33:50 -07:00
version.h
video_receive_stream.cc Move all the receiver SSRC choices to the AudioChannel/VideoChannel 2026-02-20 10:02:57 -08:00
video_receive_stream.h Run tools_webrtc/apply-clang-tidy on the repo 2026-01-09 10:26:41 -08:00
video_send_stream.cc Switch video_{send,recv}_stream to StringBuilder 2025-06-17 00:58:25 -07:00
video_send_stream.h Replace ArrayView with std::span everywhere except api 2026-03-30 02:05:06 -07:00