Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
f4a3f9cc25285a3c61d2c1fa4ca4bf82351431e3
/
sdk
5ae3a02
Revert "Run robolectric tests for Android on several Android API versions"
by Danil Chapovalov
· 6 years ago
e598e6b
Run robolectric tests for Android on several Android API versions
by Artem Titarenko
· 6 years ago
6528d8a
In Android encoders, cache EncoderInfo in InitEncode.
by Erik Språng
· 6 years ago
357f596
Split a separate codecs target off of :video_jni
by Jonathan Yu
· 6 years ago
b768e88
Reland "Isolating APM API build target: making :api an actual target."
by Alessio Bazzica
· 6 years ago
50f60cb
Rename software codec classes and move them into api/
by Jonathan Yu
· 6 years ago
61c6e56
Revert "Isolating APM API build target: making :api an actual target."
by Alessio Bazzica
· 6 years ago
a7f77a7
Isolating APM API build target: making :api an actual target.
by Alessio Bazzica
· 6 years ago
7553c02
Update ObjCVideoEncoder to use GetEncoderInfo()
by Erik Språng
· 6 years ago
8ffd710
Update Android encoder to use GetEncoderInfo()
by Erik Språng
· 6 years ago
34fc346
Add support for computing iOS code coverage
by Artem Titarenko
· 6 years ago
361dbc1
Android: Add option to set presentation timestamp in EglRenderer
by Magnus Jedvert
· 6 years ago
3ea1878
Add severity into RTC logging callbacks
by Jiawei Ou
· 6 years ago
a9bbd86
Add a configuration parameter for using the media transport for data channels.
by Bjorn Mellem
· 6 years ago
ee49f70
Remove VideoEncoder::SetChannelParameters.
by philipel
· 6 years ago
bf0d0c1
Add IPv6 configuration parameters to iOS API
by Uladzislau Susha
· 6 years ago
d4a68bd
Implement Injectable Audio Codecs for the Java SDK.
by Lennart Kolmodin
· 6 years ago
59844ce
Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`."
by Qingsi Wang
· 6 years ago
be14217
Use the factory instead of using the builtin code path in `VideoCodecInitializer`.
by Jiawei Ou
· 6 years ago
693432d
Add obj-c mapping from native configuration to RTCConfiguration
by Piotr (Peter) Slatala
· 6 years ago
e6caa9f
export RTCRtpTransceiverInit
by Piasy
· 6 years ago
21cddff
Harmonize paths to dependent targets.
by Yves Gerey
· 6 years ago
42b4315
Add iOS SDK unit tests for nalu_rewriter
by Artem Titarenko
· 6 years ago
c640a93
Fix import of chromium into webrtc.
by Artem Titov
· 6 years ago
88d8d7d
Add missing assignment in RTCConfiguration.mm
by Piotr (Peter) Slatala
· 6 years ago
06aa209
Add support to adapt video without preserving aspect ratio
by Magnus Jedvert
· 6 years ago
0d24772
Allocate CMBlockBuffers using a memory pool.
by Kári Tristan Helgason
· 6 years ago
8c27cca
Promotoing webrtc::CryptoOptions to RTCConfiguration.
by Benjamin Wright
· 6 years ago
e2fd86a
Move encoder metadata into EncoderInfo struct.
by Erik Språng
· 6 years ago
4b31cf5
Disable CertificateTest.CertificateIsUsedInConfig
by Elad Alon
· 6 years ago
c6de47e
Added supported H264 profiles for new iPhones
by Yura Yaroshevich
· 6 years ago
988cc08
[Cleanup] Add missing #include. Remove useless ones.
by Yves Gerey
· 6 years ago
51cc30c
Fix a null reference bug in NetworkMonitorAutoDetect.getNetworkState.
by Qingsi Wang
· 6 years ago
0d26c99
Set renderThreadHandler to null on uncaught exception in EglRenderer.
by Sami Kalliomäki
· 6 years ago
bfb444c
Adds new CryptoOption crypto_options.frame.require_frame_encryption.
by Benjamin Wright
· 6 years ago
09beff2
Add UseMediaTransport RTCConfiguration support in Java class
by Piotr (Peter) Slatala
· 6 years ago
4e5074e
Add MediaTransportInterface factory to the Jni bindings
by Piotr (Peter) Slatala
· 6 years ago
d419db9
Adding support for logging severity LS_NONE.
by Peter Hanspers
· 6 years ago
c9e6b96
Add necessary frameworks to sdk objc audio targets.
by Jiawei Ou
· 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
0213786
Add certificate gen/set functionality to bring Android closer to JS API
by Michael Iedema
· 6 years ago
d0bc462
Check if __IPHONE_OS_VERSION_MAX_ALLOWED is defined before reference
by Joel Sutherland
· 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
4dc66c5
Move EncodedImage class to api/video/
by Niels Möller
· 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
6c966ea
Remove @SuppressLint(NewApi) and guard @TargetApi methods
by Paulina Hensman
· 6 years ago
c0f26d4
Drop unneeded inclusion of module_common_types.h
by Niels Möller
· 6 years ago
d5806b2
Add checks to HW codecs to ensure unsupported features are not used.
by Sami Kalliomäki
· 6 years ago
8db246a
Document methods that are only supported on a specific Android version.
by Sami Kalliomäki
· 6 years ago
311c13b
Remove noop system_wrappers_default build target.
by Mirko Bonadei
· 6 years ago
1bb63bb
Add API level check for the use of ConnectivityManager.getActiveNetwork.
by Qingsi Wang
· 6 years ago
7988589
Add missing headers to new objective-c API.
by Benjamin Wright
· 6 years ago
86f78cb
iOS: Add numTemporalLayers to RtpEncodingParameters.
by Rasmus Brandt
· 6 years ago
416018d
Remove deprecated protocol alias RTCEAGLVideoViewRenderer.
by Kári Tristan Helgason
· 6 years ago
23eba22
Add support for RtpEncodingParameters num_temporal_layers.
by Åsa Persson
· 6 years ago
ddf1a3e
Add FrameEncryptor/FrameDecryptor support to Objective C API for WebRTC.
by Benjamin Wright
· 6 years ago
db543c9
Fix RTCAudioDeviceModule tests.
by Kári Tristan Helgason
· 6 years ago
e0d455b
Remove runtime_enabled_feature.
by Mirko Bonadei
· 6 years ago
1dfac06
Throw exception if MediaStreamTrack is constructed with a null native track.
by Steve Anton
· 6 years ago
ee05e90
Throw IllegalStateException if native objects are used after dispose.
by Sami Kalliomäki
· 6 years ago
cc628b8
Remove backwards compatible macro RTC_EXPORT from sdk/.
by Mirko Bonadei
· 6 years ago
17f4878
Remove deprecated field_trial_default and metrics_default.
by Mirko Bonadei
· 6 years ago
3c76941
iOS: Add maxFramerate to RtpEncodingParameters.
by Rasmus Brandt
· 6 years ago
17ad64e
Reland "Added support of getting coverage on mac"
by Artem Titarenko
· 6 years ago
84df1c7
Make fewer copies when using StringBuilder.
by Jonas Olsson
· 6 years ago
4e5342f
Android: Add maxFramerate to RtpParameters.
by Åsa Persson
· 6 years ago
ee41472
Revert "Added support of getting coverage on mac"
by Artem Titarenko
· 6 years ago
207cfdf
Added support of getting coverage on mac
by Artem Titarenko
· 6 years ago
db12856
Cleanup modules_common_types
by Danil Chapovalov
· 6 years ago
e8d5724
Rename RTC_EXPORT to RTC_OBJC_EXPORT.
by Mirko Bonadei
· 6 years ago
36b3179
Removes flaky thread checker in AudioDeviceBuffer.
by henrika
· 6 years ago
1417ae8
Fix memory leak in FileVideoCapturer.
by Sami Kalliomäki
· 6 years ago
32adaa4
Place static objects into a container that gets leaked.
by Sami Kalliomäki
· 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
def21e3
Remove unused file.
by Kári Tristan Helgason
· 6 years ago
b2d2489
Remove RTCUIApplicationStatusObserver.
by Kári Tristan Helgason
· 6 years ago
169e042
Android: Send original texture width/height in TextureBufferImpl
by Magnus Jedvert
· 6 years ago
3d50a31
Remove redundant initializers from WebRTC Java code.
by Sami Kalliomäki
· 6 years ago
8cec4fb
Use default RTCConfiguration on iOS
by Yuriy Pavlyshak
· 6 years ago
b33290d
Return null from PCFactory#createPeerConnection on failure.
by Sami Kalliomäki
· 6 years ago
ea8b6f9
Adds the Java interface points for FrameEncryptor/FrameDecryptor.
by Benjamin Wright
· 6 years ago
366a50c
Remove simple stringstream usages.
by Jonas Olsson
· 6 years ago
96ede16
Enable -Wexit-time-destructors and -Wglobal-constructors.
by Mirko Bonadei
· 6 years ago
8909a63
Reland "Explicitly wrap main thread in test_main.cc."
by Niels Möller
· 6 years ago
37bbf79
Generate umbrella header for macOS framework.
by Anders Carlsson
· 6 years ago
389d226
Add support for platform software video decoder implementations.
by Sami Kalliomäki
· 6 years ago
01b8e5d
Remove deprecated VideoEncoder.Settings constructor.
by Rasmus Brandt
· 6 years ago
8ccddff
Update Android to use limited range YCbCr.
by Sami Kalliomäki
· 6 years ago
2ac2739
Scaling settings nullability in Obj-C SDK.
by Anders Carlsson
· 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
4e5af96
Include i420 buffers in Obj-C framework again.
by Anders Carlsson
· 6 years ago
d3b8c63
Reland "Add spatial index to EncodedImage."
by Niels Möller
· 6 years ago
7bca8ca
Obj-C SDK Cleanup
by Anders Carlsson
· 6 years ago
5a998d7
Revert "Add spatial index to EncodedImage."
by Niels Moller
· 6 years ago
Next »