aboutsummaryrefslogtreecommitdiff
path: root/modules/rtp_rtcp/source/rtp_sender_video.cc
AgeCommit message (Expand)Author
2021-06-17Avoid assembling complicated but unused video rtp header extensionsDanil Chapovalov
2021-05-21Use the clock to convert absolute capture timestamps to NTP times.Paul Hallak
2021-04-27Replace more instances of rtc::RefCountedObject with make_ref_counted.Tommi
2021-03-25Send and Receive VideoFrameTrackingid RTP header extension.Jeremy Leconte
2021-02-18Reland "Batch assign RTP seq# for all packets of a frame."Erik Språng
2021-02-18Revert "Batch assign RTP seq# for all packets of a frame."Jeremy Leconte
2021-02-17Batch assign RTP seq# for all packets of a frame.Erik Språng
2020-12-28Send VideoLayersAllocation with resolution if number of spatial layersPer Kjellander
2020-12-07Update how FEC handles protection parameters for key vs delta frames.Erik Språng
2020-10-16In VP9 wrapper fill information required to produce Dependency DescriptorDanil Chapovalov
2020-10-14Add RtpVideoSender::SendVideoLayersAllocationPer Kjellander
2020-10-08Cleans up code related to legacy pre-pacing fec generation.Erik Språng
2020-09-23Add field trial to force outgoing video playout delayJohannes Kron
2020-09-07Rename PlayoutDelay --> VideoPlayoutDelay, move to api/video/video_timing.hNiels Möller
2020-08-24Passing the estimated capture clock offset to SendVideo.Minyue Li
2020-08-20Send estimated capture clock offset when sending Abs-capture-time RTP header ...Minyue Li
2020-07-21Do not propage RTPFragmentationHeader into rtp_rtcpDanil Chapovalov
2020-07-07Migrate modules/rtp_rtcp to webrtc::Mutex.Markus Handell
2020-07-03Reland "Reland "Allows FEC generation after pacer step.""Erik Språng
2020-07-02Revert "Reland "Allows FEC generation after pacer step.""Erik Språng
2020-07-02Reland "Allows FEC generation after pacer step."Erik Språng
2020-06-29Propagate active decode targets bitmask into DependencyDescriptorDanil Chapovalov
2020-06-24Revert "Allows FEC generation after pacer step."Erik Språng
2020-06-24Allows FEC generation after pacer step.Erik Språng
2020-06-15Remove framemarking RTP extension.philipel
2020-06-01Rename worker_queue to send_transport_queue.Marina Ciocea
2020-05-29[InsertableStreams] Send transformed frames on worker queue.Marina Ciocea
2020-05-14in RtpSenderVideo propagate chain_diffs into dependency descriptorDanil Chapovalov
2020-05-07Replaces OverheadObserver with simple getter.Erik Språng
2020-05-06Remove FrameTransformerInterface functions using EncodedFrame.Marina Ciocea
2020-05-05Refactors FEC in preparation for deferred packet generation.Erik Språng
2020-04-20Remove RtpVideoHeader::discardable flag.Danil Chapovalov
2020-04-16Delete generic frame descriptor v1 trait and enum valueDanil Chapovalov
2020-04-15Remove WebRTC-ExcludeTransportSequenceNumberFromFec.Mirko Bonadei
2020-04-11[InsertableStreams] Fix video sender simulcast.Marina Ciocea
2020-04-06Drop support of sending generic frame descriptor v1Danil Chapovalov
2020-04-02Replace std::string::find() == 0 with absl::StartsWith (part 2).Mirko Bonadei
2020-03-16Cleanup AddRtpHeaderExtension for RtpSenderVideoDanil 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-20Authenticate video header when dependency descriptor is sentDanil Chapovalov
2020-02-18Ship GenericDescriptor00 by default.Markus Handell
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-11Clean up dead code in RtpSenderVideo.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