Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
2040dcf9fc8cb4debe1849104169bbecdaaf4ae3
/
pc
/
test
7b04a91
Delete almost all default methods on PeerConnectionInterface
by Niels Möller
· 5 years ago
317a1f0
Use std::make_unique instead of absl::make_unique.
by Mirko Bonadei
· 5 years ago
7262fc2
Refactor Rtp Receivers to accept SSRC 0.
by Saurav Das
· 5 years ago
e78fd80
New class DummyPeerConnection
by Niels Möller
· 5 years ago
340e0c5
Delete old version of PeerConnection::SetConfiguration
by Niels Möller
· 5 years ago
2579f0c
RTCError as return type for PeerConnectionInterface::SetConfiguration
by Niels Möller
· 5 years ago
bbeb109
Reporting audio device underrun counter
by Alex Narest
· 5 years ago
79b6980
[PeerConnection] Implement restartIce().
by Henrik Boström
· 5 years ago
0182a03
Reland "Remove the injectable bitrate allocation strategy API."
by Jonas Olsson
· 5 years ago
e95b57c
Revert "Remove the injectable bitrate allocation strategy API."
by Mirko Bonadei
· 5 years ago
80cb3f6
Remove the injectable bitrate allocation strategy API.
by Jonas Olsson
· 5 years ago
a4d8737
Format almost everything.
by Jonas Olsson
· 5 years ago
695cf6a
Delete deprecated StartRtcEventLog override with PlatformFile
by Niels Möller
· 6 years ago
232b6a1
Propagate screenshare info into video track and it's source.
by Artem Titov
· 6 years ago
97716c0
Implement max-channels for SCTP datachannels.
by Harald Alvestrand
· 6 years ago
1ff16c8
Add RtpSenderInterface.SetStreams
by Guido Urdaneta
· 6 years ago
cc18917
Revert "Improve spec compliance of SetStreamIDs in RtpSenderInterface"
by Henrik Andreassson
· 6 years ago
df5731e
Improve spec compliance of SetStreamIDs in RtpSenderInterface
by Guido Urdaneta
· 6 years ago
fbb45bd
Send and parse SCTP max-message-size in SDP
by Harald Alvestrand
· 6 years ago
aec09a2
Use explicit TaskQueueFactory for FrameGeneratorCapturer in FrameGeneratorCapturerVideoTrackSource
by Danil Chapovalov
· 6 years ago
6a489f2
Fully qualify googletest symbols.
by Mirko Bonadei
· 6 years ago
c01367d
Deprecating ThreadChecker specific interface.
by Sebastian Jansson
· 6 years ago
4bac79e
Add SetJitterBufferMinimumDelay method to RtpReceiverInterface.
by Ruslan Burakov
· 6 years ago
9d8eaac
Delete unneeded direct includes of common_types.h
by Niels Möller
· 6 years ago
efe4c92
Use RtpSender/RtpReceiver track ID for legacy GetStats
by Steve Anton
· 6 years ago
07122bc
Use TaskQueueForTest instead or TaskQueue in unittests
by Danil Chapovalov
· 6 years ago
4423c36
Migrate RepeatingTask to take raw pointer to TaskQueueBase instead of TaskQueue
by Danil Chapovalov
· 6 years ago
15845af
Reland "Another mock for GetSctpTransport" (and add test)
by Harald Alvestrand
· 6 years ago
727504c
Revert "Another mock for GetSctpTransport"
by Harald Alvestrand
· 6 years ago
b2c4700
Another mock for GetSctpTransport
by Harald Alvestrand
· 6 years ago
493a650
Propagate base minimum delay from video jitter buffer to webrtc/api.
by Ruslan Burakov
· 6 years ago
619b294
RtpSender's RtpParameters were invalidated in a call to SLD/SRD.
by Amit Hilbuch
· 6 years ago
2297d33
Rejected simulcast layers will no longer appear in GetParameters().
by Amit Hilbuch
· 6 years ago
5c4ddad
Delete obsolete usage of FakeConstraints
by Niels Möller
· 6 years ago
64b626b
Use Abseil container algorithms in pc/
by Steve Anton
· 6 years ago
bcd39d4
Creating Simulcast offer and answer in Peer Connection.
by Amit Hilbuch
· 6 years ago
739baf0
[clang-tidy] Apply performance-for-range-copy fixes.
by Mirko Bonadei
· 6 years ago
f380284
(7) Rename files to snake_case: remove forwarding headers
by Steve Anton
· 6 years ago
d970807
Remove rtc_base/scoped_ref_ptr.h.
by Mirko Bonadei
· 6 years ago
3eaf9f1
Refactor PeerConnectionFactoryTest to not use FakeVideoCapturer.
by Niels Möller
· 6 years ago
ecb6897
Adds repeating task class.
by Sebastian Jansson
· 6 years ago
4a7b3ac
Add DTLSTransport info into sender/receiver state.
by Harald Alvestrand
· 6 years ago
aec15aa
(5) Rename files to snake_case: install forwarding headers
by Steve Anton
· 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
1c05765
(3) Rename files to snake_case: move the files
by Steve Anton
· 6 years ago
40d5533
Include absl/memory/memory.h if absl::make_unique is used
by Steve Anton
· 6 years ago
bde7104
Add constructor from test::FrameGeneratorCapturer
by Artem Titov
· 6 years ago
8eeccbe
Delete Start and Stop methods from TestVideoCapturer.
by Niels Möller
· 6 years ago
4139047
Add LookupDtlsTransportByMid to proxy map
by Harald Alvestrand
· 6 years ago
a41959e
[Unified Plan] Fix old GetStats() not associating track id
by Steve Anton
· 6 years ago
3e70781
[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.
by Yves Gerey
· 6 years ago
59cfd35
Address vptr race condition while PeerConnection is destructed.
by Yves Gerey
· 6 years ago
2ff3f49
Move webrtc::CreatePeerConnectionFactory definition next to decl.
by Mirko Bonadei
· 6 years ago
dd9390c
Prevent channels being set on stopped transceiver.
by Amit Hilbuch
· 6 years ago
f3ff14c
Properly setup MockPeerConnectionObserver in tests.
by Yves Gerey
· 6 years ago
f25303e
Reland: Modernize rtc::SSLCertificate
by Steve Anton
· 6 years ago
82c71af
Revert "Modernize rtc::SSLCertificate"
by Niklas Enbom
· 6 years ago
55cd3ac
Modernize rtc::SSLCertificate
by Steve Anton
· 6 years ago
a54daf1
Reland "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h"
by Benjamin Wright
· 6 years ago
8f4bc41
Revert "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h"
by Oleh Prypin
· 6 years ago
ac2f3d1
Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h
by Benjamin Wright
· 6 years ago
892acf0
Add support for send_encodings parameters in addTransceiver
by Florent Castelli
· 6 years ago
965e794
Add sanity checks to UpdateDelayStatistics and patch unit tests.
by Johannes Kron
· 6 years ago
16e27a1
Reland "Delete leftover includes and declarations for MediaConstraintsInterface"
by Niels Möller
· 6 years ago
d81ac95
Injects FrameEncryptorInterface into RtpSender.
by Benjamin Wright
· 6 years ago
d8111e2
Delete unused class MockPeerConnection.
by Niels Möller
· 6 years ago
ec4a060
Revert "Delete leftover includes and declarations for MediaConstraintsInterface"
by Niels Moller
· 6 years ago
a1e4ae2
Delete leftover includes and declarations for MediaConstraintsInterface
by Niels Möller
· 6 years ago
f06f923
Delete almost all use of MediaConstraintsInterface in the PeerConnection API
by Niels Möller
· 6 years ago
e41c433
Move sigslot to proper third_party directory
by Artem Titov
· 6 years ago
ee01a83
Remove MetricsObserverInterface.
by Qingsi Wang
· 6 years ago
d78323f
Remove AddTrack override with MediaStreams
by Steve Anton
· 6 years ago
065a52a
Reland "Remove rtc::Optional alias and api:optional target"
by Danil Chapovalov
· 6 years ago
199e27b
RtpReceiverInterface::stream_ids() added.
by Henrik Boström
· 6 years ago
b661c65
Revert "Remove rtc::Optional alias and api:optional target"
by Ilya Nikolaevskiy
· 6 years ago
6f5b0f9
Remove rtc::Optional alias and api:optional target
by Danil Chapovalov
· 6 years ago
651b92e
Regenerate mock peer connection to add missing mock methods.
by Jiawei Ou
· 7 years ago
918f50c
Use absl::make_unique and absl::WrapUnique directly
by Karl Wiberg
· 6 years ago
d1003d7
A new PeerConnection level perf test.
by Seth Hampson
· 7 years ago
b983bae
Remove unused/deprecated DTMF methods
by Steve Anton
· 7 years ago
66cadcc
Replace rtc::Optional with absl::optional in pc
by Danil Chapovalov
· 7 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 7 years ago
2d02e08
Delete deprecated CreateAudioSource method, with constraints.
by Niels Möller
· 7 years ago
cdd05f0
Implement proper SCTP data channel closing procedure.
by Taylor Brandstetter
· 7 years ago
a1cc73f
Delete class FakePeriodicVideoCapturer.
by Niels Möller
· 7 years ago
5d67f82
Refactor VideoTrackSource, without raw pointer injection.
by Niels Möller
· 7 years ago
0327c2d
Move VideoStreamEncoderInterface to api/.
by Niels Möller
· 7 years ago
65ec0fc
Delete unneeded includes of basictypes.h.
by Niels Möller
· 7 years ago
0f40582
New class FakePeriodicVideoTrackSource, simplifying shutdown logic.
by Niels Möller
· 7 years ago
cebf50f
Reland "Implement RtpParameters.transaction_id for PC RtpSenderInterface"
by Florent Castelli
· 7 years ago
5c7efe7
Refactor PeerConnectionIntegrationTest to not use cricket::VideoCapturer
by Niels Möller
· 7 years ago
3cbdb78
Add method FakePeriodicVideoSource::Stop()
by Niels Möller
· 7 years ago
0c4f7be
New api struct BitrateSettings.
by Niels Möller
· 7 years ago
909338b
Revert "Implement RtpParameters.transaction_id for PC RtpSenderInterface"
by Max Morin
· 7 years ago
5faf36e
Implement RtpParameters.transaction_id for PC RtpSenderInterface
by Florent Castelli
· 7 years ago
6753795
Built in video codec factories.
by Anders Carlsson
· 7 years ago
97a5896
Remove PeerConnectionInterface::UpdateIce
by Steve Anton
· 7 years ago
fd350d7
By default, don't use SRTP_AES128_CM_SHA1_32 protection profile.
by Taylor Brandstetter
· 7 years ago
7dfd5fc
AudioTransport: Remove PushCaptureData() method
by Magnus Jedvert
· 7 years ago
644fde4
Add nullptr check in SctpTransport.
by Zhi Huang
· 7 years ago
Next »