Sign in
webrtc
/
src.git
/
67dcb4b54d67213d2c75d86979d5104a2db4be4d
/
test
/
direct_transport.cc
85a1000
Use deprecated SingleThreadedTaskQueueForTesting as regular task queue
by Danil Chapovalov
· 5 years ago
ba2ba59
Rewrite test::DirectTransport to work with any TaskQueue implementation
by Danil Chapovalov
· 6 years ago
6516f76
Deprecate SingleThreadedTaskQueueForTesting class.
by Yves Gerey
· 6 years ago
25eb47c
Make the RtpHeaderParserImpl available to tests and tools only.
by Tommi
· 6 years ago
11c012a
Removing avoidable usages of Clock::GetRealTimeClock().
by Sebastian Jansson
· 6 years ago
836fee1
Calculate next process time in simulated network.
by Sebastian Jansson
· 6 years ago
0378997
Adds flags indicating presence in allocation and feedback per packet.
by Sebastian Jansson
· 6 years ago
156d11d
Adds packet_size to rtc::SentPacket in testing code.
by Sebastian Jansson
· 6 years ago
c7ea852
Remove deprecated ctors of DirectTransport and its subclasses and FakeNetworkPipe
by Artem Titov
· 7 years ago
631cafa
Eliminate methods SetConfig() from DirectTransport and FakeNetworkPipe
by Artem Titov
· 7 years ago
c02df81
Eliminate SetClockOffset() from DirectTransport.
by Artem Titov
· 7 years ago
46c4e60
Introduce SimulatedNetworkReceiverInterface.
by Artem Titov
· 7 years ago
7008287
Delete struct webrtc::PacketTime.
by Niels Möller
· 7 years ago
918f50c
Use absl::make_unique and absl::WrapUnique directly
by Karl Wiberg
· 7 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 7 years ago
0940811
Moving demux from FakeNetworkPipe to DirectTransport.
by Sebastian Jansson
· 7 years ago
7e85d67
Added SetClockOffset on FakeNetworkPipe.
by Sebastian Jansson
· 7 years ago
d2817d8
Allow injection of custom network models in place of FakeNetworkPipe.
by Christoffer Rodbro
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 8 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 8 years ago
[Renamed from webrtc/test/direct_transport.cc]
0860bee
Remove deprecated DirectTransport constructors
by eladalon
· 8 years ago
cff98dc
Add GUARDED_BY in DirectTransport
by eladalon
· 8 years ago
413ee9a
Use SingleThreadedTaskQueue in DirectTransport
by eladalon
· 8 years ago
20c84cc
Making FakeNetworkPipe demux audio and video packets.
by minyue
· 8 years ago
e5ad5ca
Reland of Don't hardcode MediaType::ANY in FakeNetworkPipe. (patchset #1 id:1 of https://codereview.webrtc.org/2784543002/ )
by nisse
· 8 years ago
3a3bd50
Revert of Don't hardcode MediaType::ANY in FakeNetworkPipe. (patchset #4 id:60001 of https://codereview.webrtc.org/2774463003/ )
by lliuu
· 8 years ago
9c47b00
Don't hardcode MediaType::ANY in FakeNetworkPipe.
by nisse
· 8 years ago
488c5dc
Add new target direct_transport and remove fake_network and direct_transport from test_common.
by perkj
· 8 years ago
f515ab8
Moved call.h and most of api/call/* into call/
by ossu
· 8 years ago
e2b1501
Start probes only after network is connected.
by Sergey Ulanov
· 8 years ago
906c5dc
Revert of Start probes only after network is connected. (patchset #9 id:240001 of https://codereview.webrtc.org/2458863002/ )
by honghaiz
· 8 years ago
5c99c76
Start probes only after network is connected.
by sergeyu
· 8 years ago
ac9f876
Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/
by kwiberg
· 8 years ago
77eab70
Enable the -Wundef warning for clang
by kwiberg
· 8 years ago
ff2a635
Add ramp-up tests for transport sequence number with and w/o audio.
by Stefan Holmer
· 9 years ago
5811a39
Replace EventWrapper in video/, test/ and call/.
by Peter Boström
· 9 years ago
d3c9447
Nuke TickTime::UseFakeClock.
by Peter Boström
· 9 years ago
8c38e8b
Clean up PlatformThread.
by Peter Boström
· 9 years ago
12411ef
Move ThreadWrapper to ProcessThread in base.
by pbos
· 9 years ago
98f5351
system_wrappers: rename interface -> include
by Henrik Kjellander
· 9 years ago
f116bd0
Call OnSentPacket for all packets sent in the test framework.
by stefan
· 9 years ago
1d8a506
Add a PacketOptions struct to webrtc::Transport.
by stefan
· 9 years ago
f2f8283
Use rtc::CriticalSection in webrtc/video/.
by Peter Boström
· 10 years ago
38492c5
Re-land 8810 "- Add a SetPriority method to ThreadWr..."
by tommi@webrtc.org
· 10 years ago
90a1cb4
Revert 8810 "- Add a SetPriority method to ThreadWrapper"
by tommi@webrtc.org
· 10 years ago
b6817d7
- Add a SetPriority method to ThreadWrapper
by tommi@webrtc.org
· 10 years ago
8663973
Remove thread id from ThreadWrapper::Start().
by pbos@webrtc.org
· 10 years ago
d5ce2e6
Remove EventWrapper::Reset().
by pbos@webrtc.org
· 10 years ago
0b1534c
Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess.
by pkasting@chromium.org
· 10 years ago
c0e9aeb
Add SetConfig method to FakeNetworkPipe and to DirectTransport
by henrik.lundin@webrtc.org
· 11 years ago
faada6e
Integrate fake_network_pipe into direct_transport.
by stefan@webrtc.org
· 11 years ago
27326b6
Rename newapi::Transport::SendRTP()->SendRtp().
by pbos@webrtc.org
· 11 years ago
b082ade
Hook up audio/video sync to Call.
by stefan@webrtc.org
· 11 years ago
69969e2
Improve Call tests for RTX.
by stefan@webrtc.org
· 11 years ago
16e03b7
Separate Call API/build files from video_engine/.
by pbos@webrtc.org
· 11 years ago
[Renamed (95%) from webrtc/video_engine/test/common/direct_transport.cc]
841c8a4
Rename VideoCall to Call.
by pbos@webrtc.org
· 12 years ago
74fa489
Remove newapi:: namespace for typenames without overlap.
by pbos@webrtc.org
· 12 years ago
fd39e13
Remove VideoEngine class from new VideoEngine API.
by pbos@webrtc.org
· 12 years ago
468e19a
Signal when shutting down DirectTransport.
by pbos@webrtc.org
· 12 years ago
9668467
Run loopback tests with network thread.
by pbos@webrtc.org
· 12 years ago