Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
dd6633beaa437cdb34ef56a42a7d74d82e701f54
/
api
/
peer_connection_interface.h
45340ca
Remove legacy video codec factories.
by Anders Carlsson
· 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
[Renamed from api/peerconnectioninterface.h]
53eae87
Add PeerConnection option to enable RTX handling in the audio jitter buffer.
by Jakob Ivarsson
· 6 years ago
9d4fd555
Make CONNECTION_WRITE_TIMEOUT configurable for ice connection
by Jiawei Ou
· 6 years ago
1204690
Export the standardized IceConnectionState.
by Jonas Olsson
· 6 years ago
4139047
Add LookupDtlsTransportByMid to proxy map
by Harald Alvestrand
· 6 years ago
ad88c88
Add API for returning a webrtc::DtlsTransport for a MID on a PC
by Harald Alvestrand
· 6 years ago
10403ae
Add PeerConnection option to configure minimum audio jitter buffer delay.
by Jakob Ivarsson
· 6 years ago
2ff3f49
Move webrtc::CreatePeerConnectionFactory definition next to decl.
by Mirko Bonadei
· 6 years ago
5571812
Adding rtcp report interval into RTCConfiguration.
by Jiawei Ou
· 6 years ago
89f874e
Add offer_extmap_allow_mixed to RTCConfiguration
by Johannes Kron
· 6 years ago
a9bbd86
Add a configuration parameter for using the media transport for data channels.
by Bjorn Mellem
· 6 years ago
8c27cca
Promotoing webrtc::CryptoOptions to RTCConfiguration.
by Benjamin Wright
· 6 years ago
ac19414
Export symbols needed by the Chromium component build (part 6).
by Mirko Bonadei
· 6 years ago
635474e
Compute RTCConnectionState and RTCIceConnectionState.
by Jonas Olsson
· 6 years ago
1ddc5b6
Export symbols needed by the Chromium component build (part 5).
by Mirko Bonadei
· 6 years ago
276827c
Export symbols needed by the Chromium component build (part 3).
by Mirko Bonadei
· 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
e0c2e97
Pass MediaTransportFactory to PeerConnectionFactory.
by Piotr (Peter) Slatala
· 6 years ago
2e00abc
Reland "[cleanup] Remove useless includes."
by Yves Gerey
· 6 years ago
96a0f61
Revert "[cleanup] Remove useless includes."
by Oleh Prypin
· 6 years ago
be8b534
[cleanup] Remove useless includes.
by Yves Gerey
· 6 years ago
9c147dd
Revert "Add SSLConfig object to IceServer."
by Sergey Silkin
· 6 years ago
4f08543
Add SSLConfig object to IceServer.
by Diogo Real
· 6 years ago
1d52d2c
Revert "Add SSLConfig object to IceServer."
by Ying Wang
· 6 years ago
7f1ffcc
Add SSLConfig object to IceServer.
by Diogo Real
· 6 years ago
16e27a1
Reland "Delete leftover includes and declarations for MediaConstraintsInterface"
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
fc1acd2
Add support for enabling simulcast in "Plan B" using MediaConstraints.
by Jonas Oreland
· 6 years ago
f06f923
Delete almost all use of MediaConstraintsInterface in the PeerConnection API
by Niels Möller
· 6 years ago
5063503
Add missing ifdefs to header files for SW video codecs.
by Anders Carlsson
· 6 years ago
e20867f
Add AsyncResolverFactory interface and basic implementation.
by Zach Stein
· 6 years ago
c0e9725
Add API to report "interesting" usage patterns to PC client
by Harald Alvestrand
· 6 years ago
24db573
Step 1: Add RemoveTrackNew which returns an RTCError
by Steve Anton
· 6 years ago
ee01a83
Remove MetricsObserverInterface.
by Qingsi Wang
· 6 years ago
79eb4dd
Enabling clang::find_bad_constructs for libjingle_peerconnection_api.
by Mirko Bonadei
· 6 years ago
fad70c0
Provide a default no-op implementation of RegisterUMAObserver in
by Qingsi Wang
· 6 years ago
d78323f
Remove AddTrack override with MediaStreams
by Steve Anton
· 6 years ago
72b751a
Add PeerConnection GetRtpSender/ReceiverCapabilities
by Florent Castelli
· 6 years ago
0bc58cf
Replace rtc::Optional with absl::optional in api
by Danil Chapovalov
· 6 years ago
b983bae
Remove unused/deprecated DTMF methods
by Steve Anton
· 6 years ago
6109d03
Mark unused/deprecated DTMF methods for removal
by Steve Anton
· 6 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 6 years ago
fc9dcb6
Remove wire-up for cancelled experement on VAAPI VP8 encoding
by Ilya Nikolaevskiy
· 6 years ago
b57e169
Add a flag to actively reset the SRTP parameters
by Zhi Huang
· 6 years ago
6c789e0
Revert "Add a flag to actively reset the SRTP parameters"
by Zhi Huang
· 6 years ago
bae1031
Add a flag to actively reset the SRTP parameters
by Zhi Huang
· 6 years ago
2d02e08
Delete deprecated CreateAudioSource method, with constraints.
by Niels Möller
· 6 years ago
5234a49
Create PeerConnectionFactoryDependencies to prevent new function overloads.
by Benjamin Wright
· 6 years ago
97b4ee5
Wire up VAAPI VP8 experimental support in WebRTC.
by Ilya Nikolaevskiy
· 6 years ago
dfce03a
Allows injection of network controller factory into peer connection factory.
by Sebastian Jansson
· 6 years ago
fdf1f88
Add dummy default implementations for deprecated methods.
by Niels Möller
· 6 years ago
b330688
Fix build errors when rtc_use_builtin_sw_codecs is set to false.
by Anders Carlsson
· 6 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
1df1bf8
PeerConnectionInterface::GetStats() with selector argument added.
by Henrik Boström
· 7 years ago
9611442
Remove unneeded migration helper.
by Sami Kalliomäki
· 7 years ago
22e623a
Add configurable threshold for writability state update.
by Qingsi Wang
· 7 years ago
e6826d2
Add configurable connectivity check intervals.
by Qingsi Wang
· 7 years ago
845e878
Name change from stream label to stream id for spec compliance.
by Seth Hampson
· 7 years ago
ab6ea6b
Miscellaneous updates to PeerConnectionInterface comments
by Steve Anton
· 7 years ago
db53f8e
Add configurable STUN binding request interval.
by Qingsi Wang
· 7 years ago
0dd1b0a
Revert "Revert "Enables PeerConnectionFactory using external fec controller""
by Ying Wang
· 7 years ago
8b815cd
Add OnTrack PeerConnection callback for Unified Plan
by Steve Anton
· 7 years ago
c49bcd9
Fire OnAddStream with Unified Plan
by Steve Anton
· 7 years ago
0073301
Revert "Enables PeerConnectionFactory using external fec controller"
by Taylor Brandstetter
· 7 years ago
4f07bdb
Enables PeerConnectionFactory using external fec controller
by Ying Wang
· 7 years ago
8366e17
Rename Call::Config to CallConfig, keep old name as alias.
by Niels Möller
· 7 years ago
d377f04
Move AudioFrame to its own header file and target in api/.
by Niels Möller
· 7 years ago
2870b0a
Expose a link-local network interfaces enumeration option
by Daniel Lazarenko
· 7 years ago
9a5c6f8
Add the network preference to RTCConfiguration.
by Qingsi Wang
· 7 years ago
6daa278
Move MediaConfig to its own header file and target.
by Niels Möller
· 7 years ago
1d7ecd2
Rename a few MediaConfig::Video flags for consistency.
by Niels Möller
· 7 years ago
a6fe261
Move AudioOptions to its own header file and target.
by Niels Möller
· 7 years ago
215fda7
Make PeerConnection take reference to UMA observer.
by Taylor Brandstetter
· 7 years ago
6539f69
Add VideoSendStream::Config::EncoderSettings::experiment_cpu_load_estimator.
by Niels Möller
· 7 years ago
772eb21
Make OnAddStream and OnRemoveStream not required
by Steve Anton
· 7 years ago
02879f9
Reland "Make freeNativePeerConnectionObserver generic."
by Sami Kalliomäki
· 7 years ago
2d6c76a
Switch to using AddTrack with stream labels
by Steve Anton
· 7 years ago
8906187
Pivot generation of stats to iterate senders/receivers
by Harald Alvestrand
· 7 years ago
b96d62d
Revert "Make freeNativePeerConnectionObserver generic."
by Sami Kalliomäki
· 7 years ago
046f78c
Make freeNativePeerConnectionObserver generic.
by Sami Kalliomäki
· 7 years ago
f9381f0
Implement PeerConnection::AddTrack/RemoveTrack for Unified Plan
by Steve Anton
· 7 years ago
9158ef6
Reland "Add AddTransceiver and GetTransceivers to PeerConnection"
by Steve Anton
· 7 years ago
8b13f96
Revert "Add AddTransceiver and GetTransceivers to PeerConnection"
by Steve Anton
· 7 years ago
f93d280
Add AddTransceiver and GetTransceivers to PeerConnection
by Steve Anton
· 7 years ago
0710965
Old SetRemoteDescription signature default implementation.
by Henrik Boström
· 7 years ago
Next »