Sign in
webrtc
/
src
/
/
7a0bb0042237e9b83b5097af227554df87d34aee
/
test
/
direct_transport.h
0940811
Moving demux from FakeNetworkPipe to DirectTransport.
by Sebastian Jansson
· 7 years ago
7e85d67
Added SetClockOffset on FakeNetworkPipe.
by Sebastian Jansson
· 7 years ago
0970851
Reland: Add ability to emulate degraded network in Call via field trial
by Erik Språng
· 7 years ago
16cba5c
Revert "Add ability to emulate degraded network in Call via field trial"
by Ilya Nikolaevskiy
· 7 years ago
31a12c5
Add ability to emulate degraded network in Call via field trial
by Erik Språng
· 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.h]
a37de39
Update thread annotiation macros to use RTC_ prefix
by danilchap
· 8 years ago
8a6241e
Make DirectTransport::task_queue_ const
by eladalon
· 8 years ago
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
8435e55
Mark ~DirectTransport with "override."
by eladalon
· 8 years ago
88df90b
Don't use the Force(Demuxer), Luke.
by eladalon
· 8 years ago
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
a80c16a
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 8 years ago
c3771cc
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 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
a8eb756
Moved transport.h from webrtc/ to webrtc/api, created build target and updated WebRTC dependencies.
by aleloi
· 8 years ago
fd8be34
Remove webrtc/base/scoped_ptr.h
by kwiberg
· 9 years ago
6ab3db2
Revert of Remove webrtc/base/scoped_ptr.h (patchset #3 id:100001 of https://codereview.webrtc.org/1942823002/ )
by kwiberg
· 9 years ago
65fc62e
Remove webrtc/base/scoped_ptr.h
by kwiberg
· 9 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
7623ce4
Reland of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:300001 of https://codereview.webrtc.org/1507903005/ )
by Peter Boström
· 9 years ago
8237abf
Revert of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:20001 of https://codereview.webrtc.org/1506773002/ )
by kjellander
· 9 years ago
03ef053
Merge webrtc/video_engine/ into webrtc/video/
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
· 10 years ago
2d56668
Unify Transport and newapi::Transport interfaces.
by pbos
· 10 years ago
f2f8283
Use rtc::CriticalSection in webrtc/video/.
by Peter Boström
· 10 years ago
14665ff
Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro
by kjellander@webrtc.org
· 10 years ago
00b8f6b
Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away
by kwiberg@webrtc.org
· 10 years ago
de1429e
Add thread annotations to Call API.
by pbos@webrtc.org
· 11 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
16e03b7
Separate Call API/build files from video_engine/.
by pbos@webrtc.org
· 11 years ago
[Renamed (96%) from webrtc/video_engine/test/common/direct_transport.h]
74fa489
Remove newapi:: namespace for typenames without overlap.
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
bbb07e6
Glue code and tests for NACK in new VideoEngine API.
by pbos@webrtc.org
· 12 years ago
af8d5af
Initial port of FullStackTest to new VideoEngine API.
by pbos@webrtc.org
· 12 years ago
1ecee9a
Break video_engine/new_include/common.h into smaller parts.
by pbos@webrtc.org
· 12 years ago
29d5839
New VideoEngine API implementation on top of old one, first steps.
by pbos@webrtc.org
· 12 years ago