aboutsummaryrefslogtreecommitdiff
path: root/call/test
AgeCommit message (Expand)Author
2020-05-15In call/ replace mock macros with unified MOCK_METHOD macroDanil Chapovalov
2020-02-28Insert frame transformer between Encoded and Packetizer.Marina Ciocea
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-10-30Cleanup of feedback observer interfaceSebastian Jansson
2019-09-18Using struct for bitrate allocation limits.Sebastian Jansson
2019-09-18Remove api/bitrate_constraints.h.Mirko Bonadei
2019-07-29Add RtpPacketPacer interface for pacer controlErik Språng
2019-07-24Move RtpPacketSender and merge it with RtpPacketPacer.Erik Språng
2019-07-24Adds remote estimate RTCP packet.Sebastian Jansson
2019-07-08Format almost everything.Jonas Olsson
2019-06-24Switch from RtpPacketSender to RtpPacketPacer interface usage.Erik Språng
2019-06-14Moves conversion to ReceivedPacket from RtpPacketReceived to Call.Sebastian Jansson
2019-06-11Removes SendSideCongestionController.Sebastian Jansson
2019-05-27Include downlink delay into congestion window size.Ying Wang
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-01Removes unused keep-alive from RtpTransportControllerSend.Sebastian Jansson
2019-02-25Stop using special RTT value for DelayBasedBwe.Sebastian Jansson
2019-02-22Adds FakeNetworkPipeTest to rtc_unittests.Sebastian Jansson
2019-02-08Calculate next process time in simulated network.Sebastian Jansson
2019-01-31Fix network emulation behavior when changing bandwidth.Christoffer Rodbro
2019-01-23Enables feature to account for unacknowledged data.Sebastian Jansson
2019-01-11(4) Rename files to snake_case: update BUILD.gn, include paths, header guards...Steve Anton
2019-01-08Include absl/memory/memory.h if absl::make_unique is usedSteve Anton
2018-12-21Removing redundant argument for SSRCs from ctor of RtpVideoSender.Amit Hilbuch
2018-11-12Adding rtcp report interval into RTCConfiguration.Jiawei Ou
2018-10-24Declares BitrateAllocator methods const.Sebastian Jansson
2018-10-18Enable End-to-End Encrypted Video Frames.Benjamin Wright
2018-10-16Removing unnecessary dependencies on socket.h.Sebastian Jansson
2018-10-08Switch usages of DefaultNetworkSimulationConfig to BuiltInNetworkBehaviorConfigArtem Titov
2018-10-05Move FecController to RtpVideoSender.Stefan Holmer
2018-08-29Remove deprecated ctors of DirectTransport and its subclasses and FakeNetwork...Artem Titov
2018-08-17Switch webrtc users from deprecated ctors.Artem Titov
2018-08-16Add replacements for all FakeNetworkPipe ctors.Artem Titov
2018-08-16Do not use FakeNetworkPipe::SetConfig.Artem Titov
2018-08-07Delete struct webrtc::PacketTime.Niels Möller
2018-07-19Rename PayloadRouter to RtpVideoSender.Stefan Holmer
2018-07-18Properly clean up RtpVideoSender.Stefan Holmer
2018-07-17Refactoring PayloadRouter.Stefan Holmer
2018-06-27Allows audio bitrate allocation in video calls without enabling TWCC (Transpo...Alex Narest
2018-06-21Convert video quality test from a TEST_F to a TEST fixture.Patrik Höglund
2018-06-19Reformat the WebRTC code baseYves Gerey
2018-05-07New api struct BitrateSettings.Niels Möller
2018-05-04Moving task queue from Call to transport controller.Sebastian Jansson
2018-04-25Moving demux from FakeNetworkPipe to DirectTransport.Sebastian Jansson
2018-04-19Adds mock bitrate allocator.Sebastian Jansson