aboutsummaryrefslogtreecommitdiff
path: root/call/fake_network_pipe.h
AgeCommit message (Expand)Author
2019-08-12Make fake network degradation work also for sent audioErik Språng
2019-02-08Calculate next process time in simulated network.Sebastian Jansson
2019-01-11(4) Rename files to snake_case: update BUILD.gn, include paths, header guards...Steve Anton
2019-01-02Delete rtc::PacketTime (was an alias for int64_t)Niels Möller
2018-11-20Delete unneeded includes of common_types.h and gn deps on webrtc_common.Niels Möller
2018-10-31Allow FakeNetworkPipe to wake up its processing threadSebastian Jansson
2018-10-25Fix for packet loss tracking in network emulation.Christoffer Rodbro
2018-10-05Switch webrtc from deprecated usages of NetworkSimulationInterfaceArtem Titov
2018-09-25Cleanup: remove deprecated class shortcuts.Artem Titov
2018-08-29Remove deprecated ctors of DirectTransport and its subclasses and FakeNetwork...Artem Titov
2018-08-22Eliminate methods SetConfig() from DirectTransport and FakeNetworkPipeArtem Titov
2018-08-20Eliminate SetClockOffset() from DirectTransport.Artem Titov
2018-08-20Introduce SimulatedNetworkReceiverInterface.Artem Titov
2018-08-17Delete webrtc::PacketTime and backwards compatibility.Niels Möller
2018-08-16Add replacements for all FakeNetworkPipe ctors.Artem Titov
2018-08-16Do not use FakeNetworkPipe::SetConfig.Artem Titov
2018-08-16Add FakeNetworkPipe ctor from NetworkSimulationInterface.Artem Titov
2018-08-15Use NetworkSimulationInterface instead of SimulatedNetwork.Artem Titov
2018-08-08Move SimulatedNetwork class to separate file.Sebastian Jansson
2018-08-07Adds functionality to add delay spikes in SimulatedNetwork.Sebastian Jansson
2018-08-07Delete struct webrtc::PacketTime.Niels Möller
2018-07-26Enable clang::find_bad_constructs for call/ (part 1).Mirko Bonadei
2018-07-25Delete root header file typedef.h.Niels Möller
2018-06-21Convert video quality test from a TEST_F to a TEST fixture.Patrik Höglund
2018-06-15Replace rtc::Optional with absl::optional in audio, call and videoDanil Chapovalov
2018-05-07Extracting the simulation part of FakeNetworkPipeSebastian Jansson
2018-04-25Using microseconds in FakeNetworkPipe.Sebastian Jansson
2018-04-25Moving demux from FakeNetworkPipe to DirectTransport.Sebastian Jansson
2018-04-06Added SetClockOffset on FakeNetworkPipe.Sebastian Jansson
2018-03-20Added data member access methods to FakeNetworkPipe.Christoffer Rodbro
2018-03-14Reland: Add ability to emulate degraded network in Call via field trialErik Språng
2018-03-14Revert "Add ability to emulate degraded network in Call via field trial"Ilya Nikolaevskiy
2018-03-14Add ability to emulate degraded network in Call via field trialErik Språng