Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
73ff1ffd0f29185d366164d3ede341b51730afcd
/
test
/
rtp_rtcp_observer.h
1b4e4bf
Migrate several call tests from legacy RtpHeaderParser to RtpPacket parsing.
by Danil Chapovalov
· 5 years ago
85a1000
Use deprecated SingleThreadedTaskQueueForTesting as regular task queue
by Danil Chapovalov
· 5 years ago
44db436
Propagate task queue to create test::DirectTransport by TaskQueueBase interface
by Danil Chapovalov
· 5 years ago
6516f76
Deprecate SingleThreadedTaskQueueForTesting class.
by Yves Gerey
· 5 years ago
25eb47c
Make the RtpHeaderParserImpl available to tests and tools only.
by Tommi
· 5 years ago
d8d3248
Reland "Delete test/constants.h"
by Elad Alon
· 6 years ago
4f36b7a
Revert "Delete test/constants.h"
by Oleh Prypin
· 6 years ago
389b167
Delete test/constants.h
by Elad Alon
· 6 years ago
10542f2
(4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries
by Steve Anton
· 6 years ago
c572ff3
Add default constructor for rtc::Event
by Niels Möller
· 6 years ago
c7ea852
Remove deprecated ctors of DirectTransport and its subclasses and FakeNetworkPipe
by Artem Titov
· 6 years ago
4e199e9
Mark DirectTransport subclasses ctors as deprecated and switch from them
by Artem Titov
· 6 years ago
46c4e60
Introduce SimulatedNetworkReceiverInterface.
by Artem Titov
· 6 years ago
a12c42a
Delete root header file typedef.h.
by Niels Möller
· 6 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 6 years ago
0940811
Moving demux from FakeNetworkPipe to DirectTransport.
by Sebastian Jansson
· 7 years ago
d2817d8
Allow injection of custom network models in place of FakeNetworkPipe.
by Christoffer Rodbro
· 7 years ago
7120742
Adding NOLINT for typedefs.h and common_types.h
by Mirko Bonadei
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
[Renamed from webrtc/test/rtp_rtcp_observer.h]
5212700
Removing dependencies on stub headers within WebRTC.
by mbonadei
· 7 years ago
413ee9a
Use SingleThreadedTaskQueue in DirectTransport
by eladalon
· 7 years ago
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 7 years ago
a80c16a
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 7 years ago
c3771cc
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 7 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
e828c96
Probing EndToEndTests.
by philipel
· 8 years ago
c1b57a1
Test field trial group with startswith rather than equals.
by sprang
· 8 years ago
5328b9e
added WebRTC-QuickPerfTest to RampUpTests and CallPerfTests
by ilnik
· 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
bfefb03
Replace scoped_ptr with unique_ptr everywhere
by kwiberg
· 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
ff761fb
modules: more interface -> include renames
by Henrik Kjellander
· 9 years ago
1295297
Register header extensions in RtpRtcpObserver to avoid log spam.
by Stefan Holmer
· 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
2d56668
Unify Transport and newapi::Transport interfaces.
by pbos
· 9 years ago
4fbd145
Fix suspend below min bitrate in new API by making it possible to set min bitrate at the receive-side.
by stefan
· 9 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
d5ce2e6
Remove EventWrapper::Reset().
by pbos@webrtc.org
· 10 years ago
62bafae
Some refactoring inside rtp_rtcp/.
by pbos@webrtc.org
· 10 years ago
994d0b7
Refactor Call-based tests.
by pbos@webrtc.org
· 10 years ago
de1429e
Add thread annotations to Call API.
by pbos@webrtc.org
· 11 years ago
3349ae0
Implement minimum transmit bitrate.
by pbos@webrtc.org
· 11 years ago
c279a5d
Wire up RTX in VideoReceiveStream.
by pbos@webrtc.org
· 11 years ago
faada6e
Integrate fake_network_pipe into direct_transport.
by stefan@webrtc.org
· 11 years ago
13d38a1
Set up SSRCs correctly after switching codec.
by pbos@webrtc.org
· 11 years ago
b3cc78d
Add -Wnon-virtual-dtor warning for C++ code.
by pbos@webrtc.org
· 11 years ago
27326b6
Rename newapi::Transport::SendRTP()->SendRtp().
by pbos@webrtc.org
· 11 years ago
28bf50f
Fix test broken with r5128.
by stefan@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 (98%) from webrtc/video_engine/test/common/rtp_rtcp_observer.h]
6917e19
Rename EngineTest to CallTest.
by pbos@webrtc.org
· 11 years ago
74fa489
Remove newapi:: namespace for typenames without overlap.
by pbos@webrtc.org
· 11 years ago
d5f4c15
Added missing static_cast conversion.
by pbos@webrtc.org
· 11 years ago
e7f056e
Implementation and testing of PLI in new API.
by pbos@webrtc.org
· 11 years ago