Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
5cdd22601dabcb67ca01647df20c0e110f0fe8c5
/
api
/
peer_connection_interface.h
b689af4
Changes to enable use of DatagramTransport as a data channel transport.
by Bjorn A Mellem
· 6 years ago
2579f0c
RTCError as return type for PeerConnectionInterface::SetConfiguration
by Niels Möller
· 6 years ago
00c7ecf
Surface CandidatePairChange event
by Alex Drake
· 6 years ago
6acb069
Adds default for PeerConnectionObserver::OnIceConnectionChange
by Sebastian Jansson
· 6 years ago
79b6980
[PeerConnection] Implement restartIce().
by Henrik Boström
· 6 years ago
0182a03
Reland "Remove the injectable bitrate allocation strategy API."
by Jonas Olsson
· 6 years ago
e95b57c
Revert "Remove the injectable bitrate allocation strategy API."
by Mirko Bonadei
· 6 years ago
80cb3f6
Remove the injectable bitrate allocation strategy API.
by Jonas Olsson
· 6 years ago
5985a04
Add a field trial to control datagram transport use.
by Bjorn A Mellem
· 6 years ago
e4ac723
Delete deprecated version of PeerConnectionFactoryInterface::StartAecDump
by Niels Möller
· 6 years ago
505bac2
Add default implementation of deprecated StartAecDump method.
by Niels Möller
· 6 years ago
e8e4dc4
Change StartAecDump methods to work with FILE* and FileWrapper
by Niels Möller
· 6 years ago
da13ea2
Reland "Added OnIceCandidateError to API and implementation"
by Eldar Rello
· 6 years ago
3b8ed28
Revert "Added OnIceCandidateError to API and implementation"
by Yves Gerey
· 6 years ago
9469c78
Added OnIceCandidateError to API and implementation
by Eldar Rello
· 6 years ago
479a3c0
Add support for enabling and negotiating raw RTP packetization.
by Mirta Dvornicic
· 6 years ago
1fe119f
Change the gating of surfacing candidates on ICE transport type change
by Qingsi Wang
· 6 years ago
695cf6a
Delete deprecated StartRtcEventLog override with PlatformFile
by Niels Möller
· 6 years ago
b32f2c7
Publish rtc event log api and default factory for it in api/
by Danil Chapovalov
· 6 years ago
3b112e2
Delete multi-parameter CreateModularPeerConnectionFactory
by Danil Chapovalov
· 6 years ago
762076b
Add flag to use datagram transport (without implementation)
by Anton Sukhanov
· 6 years ago
4aa1192
Change default SDP syntax for SCTP to spec-compliant.
by Harald Alvestrand
· 6 years ago
f00ca1a
Make the output_period_ms argument to StartRtcEventLog optional
by Niels Möller
· 6 years ago
a3aa9bd
Make VideoBitrateAllocatorFactory injectable.
by Jonas Oreland
· 6 years ago
0810a7c
Add base class NetworkPredictor and NetworkPredictorFactory and wire up.
by Ying Wang
· 6 years ago
9435c61
Expose TaskQueueFactory for webrtc::Call in peer connection api
by Danil Chapovalov
· 6 years ago
66e7679
Export symbols needed by the Chromium component build (part 8).
by Mirko Bonadei
· 6 years ago
647d5e6
Increase the default maximum jitter buffer size to 200 packets.
by Jakob Ivarsson
· 6 years ago
c85328f
Add SCTP transport to the public API.
by Harald Alvestrand
· 6 years ago
61b4f74
Fix PeerConnectionInterface::StartRtcEventLog documentation.
by Mirko Bonadei
· 7 years ago
260a71d
Delete deprecated method PeerConnectionFactory::CreateVideoSource
by Niels Möller
· 7 years ago
55b91b9
Only create no-op DTLS if media transport is used for both media and data
by Piotr (Peter) Slatala
· 7 years ago
45340ca
Remove legacy video codec factories.
by Anders Carlsson
· 7 years ago
10542f2
(4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries
by Steve Anton
· 7 years ago
1c05765
(3) Rename files to snake_case: move the files
by Steve Anton
· 7 years ago
[Renamed from api/peerconnectioninterface.h]
53eae87
Add PeerConnection option to enable RTX handling in the audio jitter buffer.
by Jakob Ivarsson
· 7 years ago
9d4fd555
Make CONNECTION_WRITE_TIMEOUT configurable for ice connection
by Jiawei Ou
· 7 years ago
1204690
Export the standardized IceConnectionState.
by Jonas Olsson
· 7 years ago
4139047
Add LookupDtlsTransportByMid to proxy map
by Harald Alvestrand
· 7 years ago
ad88c88
Add API for returning a webrtc::DtlsTransport for a MID on a PC
by Harald Alvestrand
· 7 years ago
10403ae
Add PeerConnection option to configure minimum audio jitter buffer delay.
by Jakob Ivarsson
· 7 years ago
2ff3f49
Move webrtc::CreatePeerConnectionFactory definition next to decl.
by Mirko Bonadei
· 7 years ago
5571812
Adding rtcp report interval into RTCConfiguration.
by Jiawei Ou
· 7 years ago
89f874e
Add offer_extmap_allow_mixed to RTCConfiguration
by Johannes Kron
· 7 years ago
a9bbd86
Add a configuration parameter for using the media transport for data channels.
by Bjorn Mellem
· 7 years ago
8c27cca
Promotoing webrtc::CryptoOptions to RTCConfiguration.
by Benjamin Wright
· 7 years ago
ac19414
Export symbols needed by the Chromium component build (part 6).
by Mirko Bonadei
· 7 years ago
635474e
Compute RTCConnectionState and RTCIceConnectionState.
by Jonas Olsson
· 7 years ago
1ddc5b6
Export symbols needed by the Chromium component build (part 5).
by Mirko Bonadei
· 7 years ago
276827c
Export symbols needed by the Chromium component build (part 3).
by Mirko Bonadei
· 7 years ago
a54daf1
Reland "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h"
by Benjamin Wright
· 7 years ago
8f4bc41
Revert "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h"
by Oleh Prypin
· 7 years ago
ac2f3d1
Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h
by Benjamin Wright
· 7 years ago
e0c2e97
Pass MediaTransportFactory to PeerConnectionFactory.
by Piotr (Peter) Slatala
· 7 years ago
2e00abc
Reland "[cleanup] Remove useless includes."
by Yves Gerey
· 7 years ago
96a0f61
Revert "[cleanup] Remove useless includes."
by Oleh Prypin
· 7 years ago
be8b534
[cleanup] Remove useless includes.
by Yves Gerey
· 7 years ago
9c147dd
Revert "Add SSLConfig object to IceServer."
by Sergey Silkin
· 7 years ago
4f08543
Add SSLConfig object to IceServer.
by Diogo Real
· 7 years ago
1d52d2c
Revert "Add SSLConfig object to IceServer."
by Ying Wang
· 7 years ago
7f1ffcc
Add SSLConfig object to IceServer.
by Diogo Real
· 7 years ago
16e27a1
Reland "Delete leftover includes and declarations for MediaConstraintsInterface"
by Niels Möller
· 7 years ago
ec4a060
Revert "Delete leftover includes and declarations for MediaConstraintsInterface"
by Niels Moller
· 7 years ago
a1e4ae2
Delete leftover includes and declarations for MediaConstraintsInterface
by Niels Möller
· 7 years ago
fc1acd2
Add support for enabling simulcast in "Plan B" using MediaConstraints.
by Jonas Oreland
· 7 years ago
f06f923
Delete almost all use of MediaConstraintsInterface in the PeerConnection API
by Niels Möller
· 7 years ago
5063503
Add missing ifdefs to header files for SW video codecs.
by Anders Carlsson
· 7 years ago
e20867f
Add AsyncResolverFactory interface and basic implementation.
by Zach Stein
· 7 years ago
c0e9725
Add API to report "interesting" usage patterns to PC client
by Harald Alvestrand
· 7 years ago
24db573
Step 1: Add RemoveTrackNew which returns an RTCError
by Steve Anton
· 7 years ago
ee01a83
Remove MetricsObserverInterface.
by Qingsi Wang
· 7 years ago
79eb4dd
Enabling clang::find_bad_constructs for libjingle_peerconnection_api.
by Mirko Bonadei
· 7 years ago
fad70c0
Provide a default no-op implementation of RegisterUMAObserver in
by Qingsi Wang
· 7 years ago
d78323f
Remove AddTrack override with MediaStreams
by Steve Anton
· 7 years ago
72b751a
Add PeerConnection GetRtpSender/ReceiverCapabilities
by Florent Castelli
· 7 years ago
0bc58cf
Replace rtc::Optional with absl::optional in api
by Danil Chapovalov
· 7 years ago
b983bae
Remove unused/deprecated DTMF methods
by Steve Anton
· 7 years ago
6109d03
Mark unused/deprecated DTMF methods for removal
by Steve Anton
· 7 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 7 years ago
fc9dcb6
Remove wire-up for cancelled experement on VAAPI VP8 encoding
by Ilya Nikolaevskiy
· 7 years ago
b57e169
Add a flag to actively reset the SRTP parameters
by Zhi Huang
· 7 years ago
6c789e0
Revert "Add a flag to actively reset the SRTP parameters"
by Zhi Huang
· 7 years ago
bae1031
Add a flag to actively reset the SRTP parameters
by Zhi Huang
· 7 years ago
2d02e08
Delete deprecated CreateAudioSource method, with constraints.
by Niels Möller
· 7 years ago
5234a49
Create PeerConnectionFactoryDependencies to prevent new function overloads.
by Benjamin Wright
· 7 years ago
97b4ee5
Wire up VAAPI VP8 experimental support in WebRTC.
by Ilya Nikolaevskiy
· 7 years ago
dfce03a
Allows injection of network controller factory into peer connection factory.
by Sebastian Jansson
· 7 years ago
fdf1f88
Add dummy default implementations for deprecated methods.
by Niels Möller
· 7 years ago
b330688
Fix build errors when rtc_use_builtin_sw_codecs is set to false.
by Anders Carlsson
· 7 years ago
d6f86e8
This changeset adds dependency injection support for SSL Root Certs.
by Benjamin Wright
· 7 years ago
3172c03
Implement OnRemoveTrack and OnRemoveStream for Unified Plan
by Steve Anton
· 7 years ago
0c4f7be
New api struct BitrateSettings.
by Niels Möller
· 7 years ago
6f7e6d6
Created PeerConnectionDependencies to avoid creating new CreatePeerConnection overloads.
by Benjamin Wright
· 7 years ago
97a5896
Remove PeerConnectionInterface::UpdateIce
by Steve Anton
· 7 years ago
3acffc3
Remove SdpSemantics::kDefault
by Steve Anton
· 7 years ago
5b4f075
Reland "Reland "Adds support for multiple or no media stream ids.""
by Seth Hampson
· 7 years ago
191bf5c
Revert "Reland "Adds support for multiple or no media stream ids.""
by Tomas Gunnarsson
· 7 years ago
f351c34
Reland "Adds support for multiple or no media stream ids."
by Seth Hampson
· 7 years ago
bc609ea
Revert "Adds support for multiple or no media stream ids."
by Emircan Uysaler
· 7 years ago
1550292
Adds support for multiple or no media stream ids.
by Seth Hampson
· 7 years ago
Next »