aboutsummaryrefslogtreecommitdiff
path: root/call/rtp_video_sender.cc
AgeCommit message (Expand)Author
2020-05-14RtpVideoSender: remove lock recursions.Markus Handell
2020-05-11Refactors send rate statistics in RtpSenderEgressErik Språng
2020-05-07Replaces OverheadObserver with simple getter.Erik Språng
2020-05-05Refactors FEC in preparation for deferred packet generation.Erik Språng
2020-04-20Updates RtpVideoSender to populate RtpRtcp::Config.field_trialsErik Språng
2020-04-11[InsertableStreams] Fix video sender simulcast.Marina Ciocea
2020-04-08Revert "[InsertableStreams] Fix simulcast: set frame transformer for all stre...Marina Ciocea
2020-04-07[InsertableStreams] Fix simulcast: set frame transformer for all streamsMarina Ciocea
2020-03-24[Stats] Explicit RTP-RTX and RTP-FEC mappings. Unblocks simulcast stats.Henrik Boström
2020-03-12Pass callbacks for RtcpReceiver at constructionDanil Chapovalov
2020-03-09Reland "Reland "Refactors UlpFec and FlexFec to use a common interface.""Erik Språng
2020-03-03Transform encoded frame in RTPSenderVideo.Marina Ciocea
2020-02-28Insert frame transformer between Encoded and Packetizer.Marina Ciocea
2020-02-26Revert "Reland "Refactors UlpFec and FlexFec to use a common interface.""Erik Språng
2020-02-24Reland "Refactors UlpFec and FlexFec to use a common interface."Erik Språng
2020-02-18Allow sending DependencyDescriptor rtp header extension in callDanil Chapovalov
2020-02-18Replace DataSize and DataRate factories with newer versionsDanil Chapovalov
2020-02-14Rename factory names for Frequency unit typeDanil Chapovalov
2020-02-14Revert "Refactors UlpFec and FlexFec to use a common interface."Erik Språng
2020-02-13Refactors UlpFec and FlexFec to use a common interface.Erik Språng
2020-02-07Moves RtpSequenceNumberMap from RtpSenderVideo to RtpSenderEgress.Erik Språng
2020-02-07Reland "Remove PlayoutDelayOracle and make RtpSenderVideo guarantee delivery"Erik Språng
2020-02-06Revert "Remove PlayoutDelayOracle and make RtpSenderVideo guarantee delivery"Erik Språng
2020-02-06Remove PlayoutDelayOracle and make RtpSenderVideo guarantee deliveryErik Språng
2020-01-29Reland "Reland "Only include overhead if using send side bandwidth estimation.""Sebastian Jansson
2020-01-29Revert "Reland "Only include overhead if using send side bandwidth estimation.""Mirko Bonadei
2020-01-28Reland "Only include overhead if using send side bandwidth estimation."Sebastian Jansson
2020-01-27Revert "Only include overhead if using send side bandwidth estimation."Sebastian Jansson
2020-01-27Only include overhead if using send side bandwidth estimation.Sebastian Jansson
2019-11-27Add string<->VideoCodecType conversion for all codec types.Danil Chapovalov
2019-10-30Cleanup of feedback observer interfaceSebastian Jansson
2019-10-24Calls OnPacketsAcknowledged on RtpRtcp instead of RTPSender directly.Erik Språng
2019-10-17Set StreamDataCountersCallback on construction of RTP modulesErik Språng
2019-10-15Cleanup: Propagating BitrateAllocationUpdate to RtpVideoSenderSebastian Jansson
2019-10-15Reland "RtpRtcp modules and below: Make media, RTX and FEC SSRCs const"Erik Språng
2019-10-15Cleanup: Replacing set extension status bool with CHECK.Sebastian Jansson
2019-10-15Revert "Reland "RtpRtcp modules and below: Make media, RTX and FEC SSRCs const""Erik Språng
2019-10-15Reland "RtpRtcp modules and below: Make media, RTX and FEC SSRCs const"Erik Språng
2019-10-15Revert "RtpRtcp modules and below: Make media, RTX and FEC SSRCs const"Erik Språng
2019-10-15RtpRtcp modules and below: Make media, RTX and FEC SSRCs constErik Språng
2019-10-11Reduce number of RTPVideoSender::SendVideo parametersDanil Chapovalov
2019-10-04Adds RTPSenderVideo::Config struct with red/ulpfec configErik Språng
2019-10-03Reduces locking in RtpSenderVideo.Erik Språng
2019-09-17Use std::make_unique instead of absl::make_unique.Mirko Bonadei
2019-09-09Add option to enable retransmission for all temporal layers in the constructo...Andrei Dumitru
2019-08-28Removes TransportSequenceNumberAllocatorErik Språng
2019-08-21Rename RtpRtcp::Configuration::media_send_ssrc to local_media_ssrcErik Språng
2019-08-19Remove some usage of RtpRtcp::SetSSRC()Erik Språng
2019-07-24Don't crash when simulcast layer count is different from RID countFlorent Castelli
2019-07-24Adds remote estimate RTCP packet.Sebastian Jansson