aboutsummaryrefslogtreecommitdiff
path: root/call/call.cc
AgeCommit message (Expand)Author
2022-06-22Avoid exposing RemoteBitrateEstimator in ReceiveSideCongestionControllerDanil Chapovalov
2022-06-21Delete Call dependency on ProcessThread as unusedDanil Chapovalov
2022-06-20Move receive side congestion controller periodic task to worker threadDanil Chapovalov
2022-06-17Move to_queued_task.h and pending_task_safety_flag.h into public APIArtem Titov
2022-05-23Rename AudioReceiveStream to AudioReceiveStreamInterfaceTommi
2022-05-22Rename internal::AudioReceiveStream to AudioReceiveStreamImplTommi
2022-05-22Rename VideoReceiveStream to VideoReceiveStreamInterfaceTommi
2022-05-18Rename ReceiveStream to ReceiveStreamInterfaceTommi
2022-05-17Adopt absl::string_view in call/Ali Tofigh
2022-05-17Reland: Update local_ssrc without needing to recreate video streams.Tommi
2022-05-13Revert "Update local_ssrc without needing to recreate video streams."Tomas Gunnarsson
2022-05-13Remove legacy PacedSender.Erik Språng
2022-05-13Update local_ssrc without needing to recreate video streams.Tommi
2022-05-10Add GetRtpExtensionMap to ReceiveStream and remove GetRtpExtensions.Tommi
2022-05-09Remove the VideoReceiveStream2::rtp() accessor.Tommi
2022-05-09Add a transport_cc() getter and remove rtp_config().Tommi
2022-05-09Add getter for rtp header extensions for receiver classes.Tommi
2022-05-09Separate reading remote_ssrc from using the rtp_config() getter.Tommi
2022-05-09Remove config() getter from AudioReceiveStream().Tommi
2022-03-29WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/infJonas Oreland
2022-03-25WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 10/infJonas Oreland
2022-03-22[cleanup] Prefer VCMTiming unique_ptr in VideoReceiveStream2 c'torEvan Shrubsole
2022-03-17WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 7/infJonas Oreland
2022-03-09WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 2Jonas Oreland
2022-03-09WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 1Jonas Oreland
2022-02-14Integrate sync decoding in video_receive_streamEvan Shrubsole
2022-01-26Remove `Call::sync_stream_mapping_`Tommi
2022-01-26Factor out access to `Call::receive_rtp_config_`Tommi
2022-01-24Minor order change to Call::DestroyVideoSendStream.Tommi
2022-01-20Remove RTC_DISALLOW_COPY_AND_ASSIGN more.Byoungchan Lee
2022-01-14Update call/ to not use implicit T* --> scoped_refptr<T> conversionNiels Möller
2021-12-07Reland "Call: Deduplicate SentPacket notifications"Jianhui Dai
2021-11-30Revert "Call: Deduplicate SentPacket notifications"Jakob Ivarsson
2021-11-25Call: Deduplicate SentPacket notificationsJianhui Dai
2021-10-29VideoStreamEncoder: clean up threading constraints.Markus Handell
2021-08-24Remove config() getter from VideoReceiveStream2.Tommi
2021-07-27Use backticks not vertical bars to denote variables in comments for /callArtem Titov
2021-07-22NackModule2: coalesce repeating tasks.Markus Handell
2021-07-06Unify helpers IsRtpPacket and IsRtcpPacketDanil Chapovalov
2021-06-22ModuleRtcRtcpImpl2: remove Module inheritance.upstream-masterMarkus Handell
2021-06-16Update the sync_group id without recreating audio receive streams.Tommi
2021-06-16Don't recreate the audio receive stream when updating the local_ssrc.Tommi
2021-06-14Add rtp_config() accessor to ReceiveStream.Tommi
2021-06-14Factor out common receive stream methods to a common interface.Tommi
2021-06-09Reland "Remove AudioReceiveStream::Reconfigure() method."Tommi
2021-06-09Revert "Remove AudioReceiveStream::Reconfigure() method."Andrey Logvin
2021-06-09Remove AudioReceiveStream::Reconfigure() method.Tommi
2021-06-03Remove synchronization from VideoSendStream construction.Tommi
2021-06-01Call: introduce SendStats.Markus Handell
2021-06-01Add ability to pass factory for RtpTransportControllerSend to PeerConnectionF...Vojin Ilic