aboutsummaryrefslogtreecommitdiff
path: root/call/rtp_video_sender_unittest.cc
AgeCommit message (Expand)Author
2020-06-11Embed FrameDependencyTemplate builder helpers directly into the structDanil Chapovalov
2020-06-03Delete field trial WebRTC-GenericDescriptorDanil Chapovalov
2020-05-15In call/ replace mock macros with unified MOCK_METHOD macroDanil Chapovalov
2020-05-10Switch CallStats to TQ interface + callbacks on the worker thread.Tommi
2020-05-04Define MockFrameTransformer in test/.Marina Ciocea
2020-04-15Reland of the test portion of:Tommi
2020-04-11[InsertableStreams] Fix video sender simulcast.Marina Ciocea
2020-04-07Revert "Preparation for ReceiveStatisticsProxy lock reduction."Artem Titov
2020-04-06Preparation for ReceiveStatisticsProxy lock reduction.Tommi
2020-02-28Insert frame transformer between Encoded and Packetizer.Marina Ciocea
2020-02-18Allow sending DependencyDescriptor rtp header extension in callDanil Chapovalov
2020-02-18Replace DataSize and DataRate factories with newer versionsDanil Chapovalov
2020-02-18in call RtpVideoSenderTests rely on simulated timeDanil Chapovalov
2020-02-10Use newer version of TimeDelta and TimeStamp factories in webrtcDanil Chapovalov
2020-01-14Adds scenario test for transport wide feedback based retransmission.Sebastian Jansson
2019-12-10Revert "Moves TransportFeedbackAdapter to TaskQueue."Mirko Bonadei
2019-12-09Moves TransportFeedbackAdapter to TaskQueue.Sebastian Jansson
2019-12-03TimeController: Rename Sleep to AdvanceTime.Markus Handell
2019-11-25Makes all of RtpVideoSenderTest use simulated timeErik Språng
2019-11-21Adds injectable trials from peerconnection down to transport controller.Erik Språng
2019-10-30Cleanup of feedback observer interfaceSebastian Jansson
2019-10-15Cleanup: Propagating BitrateAllocationUpdate to RtpVideoSenderSebastian Jansson
2019-10-04Delete VCMEncodedFrame::VerifyAndAllocateNiels Möller
2019-09-17Use std::make_unique instead of absl::make_unique.Mirko Bonadei
2019-08-14Disable the most flaky tests on iOS.Sami Kalliomäki
2019-08-07Delete deprecated rtc_event_log headerDanil Chapovalov
2019-07-08Format almost everything.Jonas Olsson
2019-06-19New interface EncodedImageBufferInterface, replacing use of CopyOnWriteBufferNiels Möller
2019-06-10Reland "Cleanup of video packet overhead calculation."Sebastian Jansson
2019-05-29Add support for early loss detection using transport feedback.Erik Språng
2019-05-27[video] Plumbing of ReportBlockData from RTCPReceiver to MediaSenderInfoHenrik Boström
2019-05-08Remove redundant feedback_packet_seq_num_set_ in RtpVideoSenderErik Språng
2019-05-07Remove packets from RtpPacketHistory if acked via TransportFeedbackErik Språng
2019-04-25Revert "Remove packets from RtpPacketHistory if acked via TransportFeedback"Erik Språng
2019-04-24Remove packets from RtpPacketHistory if acked via TransportFeedbackErik Språng
2019-04-15Stop using GlobalTaskQueueFactory in video unittestsDanil Chapovalov
2019-04-10Add base class NetworkPredictor and NetworkPredictorFactory and wire up.Ying Wang
2019-04-09Fully qualify googletest symbols.Mirko Bonadei
2019-03-29Revert "Fix target bitrate RTCP messages behavior for SVC streams"Oleh Prypin
2019-03-28Fix target bitrate RTCP messages behavior for SVC streamsIlya Nikolaevskiy
2019-03-22Make VideoFrameType an enum class, and move to separate file and targetNiels Möller
2019-03-14ClangTidy fixes for call/Benjamin Wright
2019-03-04Injecting Clock into video senders.Sebastian Jansson
2019-03-01Inject TaskQueueFactory in RtpTransportControllerSend.Sebastian Jansson
2019-03-01Remove memsets of CodecSpecificInfo.philipel
2019-02-14Update test code to use EncodedImage::AllocateNiels Möller
2019-02-01Removes usages of TaskQueueCongestionControl field trial.Sebastian Jansson
2019-01-31Stop using Googletest legacy APIs.Mirko Bonadei
2019-01-29Move FrameCountObserver from RTPSender to RtpVideoSenderNiels Möller
2019-01-16Rename EncodedImage::_length --> size_, and make private.Niels Möller