Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
fc173d00ecf14cd86d29f525a3b9298aa8130b01
/
sdk
7bca8ca
Obj-C SDK Cleanup
by Anders Carlsson
· 6 years ago
5a998d7
Revert "Add spatial index to EncodedImage."
by Niels Moller
· 6 years ago
da0898d
Add spatial index to EncodedImage.
by Niels Möller
· 6 years ago
e5892c0
Export constants from RTCAudioSessionConfiguration.
by Kári Tristan Helgason
· 6 years ago
a911eaf
MediaCodecVideoEncoder: Fall back to SW when simulcast is requested.
by Rasmus Brandt
· 6 years ago
85f20cb
Add VideoEncoder::Settings::numberOfSimulcastStreams.
by Rasmus Brandt
· 6 years ago
a1cceca
Remove unused include of <android/log.h>.
by Mirko Bonadei
· 6 years ago
40de15d
Android PeerConnectionFactory: Build without video codecs by default
by Magnus Jedvert
· 6 years ago
f06f923
Delete almost all use of MediaConstraintsInterface in the PeerConnection API
by Niels Möller
· 6 years ago
8de502b
Add didRemoveReceiver delegate callback.
by Zeke Chin
· 6 years ago
18a86bf
Reland "Default runner to junit4"
by Andrew Luo
· 6 years ago
8d5bc57
Revert "Default runner to junit4"
by Oleh Prypin
· 6 years ago
2377588
Add accessor methods for RTP timestamp of EncodedImage.
by Niels Möller
· 6 years ago
9020934
Default runner to junit4
by Andrew Luo
· 6 years ago
814f99c
Android: Remove deprecated SurfaceTextureHelper methods
by Magnus Jedvert
· 6 years ago
be3d455
Add RTCCertificate to framework headers.
by Kári Tristan Helgason
· 6 years ago
ccee56b
Add certificate generate/set functionality to bring iOS closer to JS API
by Michael Iedema
· 6 years ago
2ad8c43
Change visibility of some build targets that are publicly used.
by Mirko Bonadei
· 6 years ago
7b87530
Android: Allow YuvConverter to be reused
by Magnus Jedvert
· 6 years ago
43fa99c
Release output buffer when dropping frame in HardwareVideoDecoder.
by Sami Kalliomäki
· 6 years ago
8e5014a
Remove definition and usage of macro GTEST_RELATIVE_PATH.
by Mirko Bonadei
· 6 years ago
c234203
Remove rtc::{Make,Wrap}Unique and their header file + unit tests
by Karl Wiberg
· 6 years ago
a381871
Add unit tests for hardware video codecs.
by Sami Kalliomäki
· 6 years ago
191f46c
add RTC_EXPORT on RTCRtpTransceiverInit
by Yongje Lee
· 6 years ago
5f7d00e
Release audio unit when ios audio device failed to initialize playout and recording.
by Jiawei Ou
· 6 years ago
508e234
Remove unnecessary //base:base_java dependencies.
by Sami Kalliomäki
· 6 years ago
15f0a12
Allow releaseCallback to be null in JavaI420Buffer#wrap.
by Sami Kalliomäki
· 6 years ago
d54f5f5
Rename rtc_instrumentation_test_apk targets to end with _test_apk.
by Sami Kalliomäki
· 6 years ago
0cbe05c
Android: Remove custom matrix helper functions in RendererCommon
by Magnus Jedvert
· 6 years ago
9f6450d
JNI generation: Replace base::subtle::AtomicWord with std::atomic<>
by Oleh Prypin
· 6 years ago
54bd8f5
Remove dead code.
by Kári Tristan Helgason
· 6 years ago
ee1e74f
Fix occasional crash in iOS ADM.
by Kári Tristan Helgason
· 6 years ago
9014324
Support compiling with the lastest iOS SDK.
by Kári Tristan Helgason
· 6 years ago
f905286
The pixel buffer pool is currently recreated on every call to encode.
by Peter Hanspers
· 6 years ago
e3a3842
Include RTCMTLVideoView even on archs without metal.
by Kári Tristan Helgason
· 6 years ago
009d096
Add missing dependencies to sdk/android:native_unittests_java.
by Mirko Bonadei
· 6 years ago
f81ce94
Remove dependency between source_set and android_library.
by Mirko Bonadei
· 6 years ago
17aff35
Enable clang::find_bad_constructs for sdk/ (part 1).
by Mirko Bonadei
· 6 years ago
a12c42a
Delete root header file typedef.h.
by Niels Möller
· 6 years ago
ae1bcea
Move cropAndScaleI420 to JavaI420Buffer.
by Sami Kalliomäki
· 6 years ago
e09e6ef
Reorder sdk/android/BUILD.gn.
by Sami Kalliomäki
· 6 years ago
903bd41
Move VideoCapturer to video_api and cleanup.
by Sami Kalliomäki
· 6 years ago
25cc8ad
Fixed issue with BGRA RTCCVPixelBuffer scale and crop
by David Porter
· 6 years ago
da04e06
Fix paths that were trying to go above the root by using too many "../.."
by Oleh Prypin
· 6 years ago
08410e7
Remove dead code from videoframe.cc.
by Sami Kalliomäki
· 6 years ago
fdc0ef1
Add `is_android` guard to all Android rule usages.
by Oleh Prypin
· 6 years ago
8cf3040
Adds SSLCertificateVerifier to the Java API.
by Benjamin Wright
· 6 years ago
2ffed6d
Enable clang::find_bad_constructs for sdk/android (part 1/2).
by Mirko Bonadei
· 6 years ago
702f4da
Adds flag to enable AES_GCM from the Java API.
by Benjamin Wright
· 6 years ago
d0136b8
Added API to Objective-C PeerConnectionFactoryOptions to enable GCM Ciphers.
by Benjamin Wright
· 6 years ago
fe68203
Allow calling SoftwareVideoDecoderFactory#createDecoder(String).
by Sami Kalliomäki
· 6 years ago
e6fcf3f
Update CameraCapturer to use the new CapturerObserver.
by Sami Kalliomäki
· 6 years ago
e250645
Call callback in IDLE state
by Ing. Jan Kaláb
· 6 years ago
01cee07
Fixed crash when PCF is destroyed before MediaSource/Track in ObjC
by Yura Yaroshevich
· 6 years ago
e26ff4b
Android: Transform legacy codec factories into VideoCodecFactories
by Magnus Jedvert
· 6 years ago
e23feeb
Don't care about H264 profiles when creating Android decoder.
by Anders Carlsson
· 6 years ago
026f27f
Android: Pass VideoCodecInfo instead of String to createDecoder()
by Magnus Jedvert
· 6 years ago
443959b
Android: Add software fallback wrapper in Default video codec factories
by Magnus Jedvert
· 6 years ago
1045af2
Android: Add helper functions for comparing H264 codecs
by Magnus Jedvert
· 6 years ago
8280a56
Clear interrupted flag on CallKit audio activation.
by Zeke Chin
· 6 years ago
8da935e
Include libyuv/planar_functions.h for CopyPlane
by Frank Barchard
· 6 years ago
0f0e7a6
Android: Remove use of EGLContexts in PeerConnectionFactory
by Magnus Jedvert
· 6 years ago
7a16c54
Fixed crash when PCF is destroyed before RTCRtpReceiver in ObjC
by Yura Yaroshevich
· 6 years ago
10a4735
Add missing dependency on //third_party/abseil-cpp/absl/memory.
by Mirko Bonadei
· 6 years ago
879f788
Add missing dependencies on //third_party/abseil-cpp/absl/memory.
by Mirko Bonadei
· 6 years ago
79abc3d
Add unittest for default severity level of RTCCallbackLogger
by Jiawei Ou
· 6 years ago
9ea085a
Android: Fix QueryVideoEncoder() for H264 High Profile
by Magnus Jedvert
· 6 years ago
7561c21
Android: Honor disabling legacy video HW codec acceleration
by Magnus Jedvert
· 6 years ago
9bb8f80
Make the default severity level of RTCCallbackLogger match the comment on its header.
by Jiawei Ou
· 6 years ago
1e06d88
Migrate legacy Android video codec factories.
by Anders Carlsson
· 6 years ago
ef43aaf
Fixed crash when PCF is destroyed before RTCRtpSender in ObjC
by Yura Yaroshevich
· 6 years ago
4d131e4
Switch from int64 to int64_t.
by Mirko Bonadei
· 6 years ago
728b9b5
Adds PeerConnectionDependencies to Java API.
by Benjamin Wright
· 6 years ago
5e4ef77
Add unit test for JavaToNativeVideoCodecInfo.
by Rasmus Brandt
· 6 years ago
08f14dd
Fixed crash when PCF is destroyed before RTCRtpTranceiver in ObjC
by Yura Yaroshevich
· 6 years ago
42a2fc9
Support injecting custom native codecs from Java.
by Rasmus Brandt
· 6 years ago
bf7463b
Android: Update tests to use new SurfaceTextureHelper interface
by Magnus Jedvert
· 6 years ago
b2daaaa
Update capturer/test code to use the new interface VideoCapturer.
by Sami Kalliomäki
· 6 years ago
05b552f
Deprecate PeerConnectionFactory#createVideoSource(VideoCapturer).
by Sami Kalliomäki
· 6 years ago
80e7a7f
Android: Output VideoFrames from SurfaceTextureHelper
by Magnus Jedvert
· 6 years ago
bfd44e0
Add JavaToNativeVideoCodecInfo to native API.
by Rasmus Brandt
· 6 years ago
b4918da
Android: Deprecated custom matrix helper functions in RendererCommon
by Magnus Jedvert
· 6 years ago
783c6e3
Android camera: Replace custom matrix operations with android.opengl.Matrix
by Magnus Jedvert
· 6 years ago
918f50c
Use absl::make_unique and absl::WrapUnique directly
by Karl Wiberg
· 6 years ago
431f14e
Android: Remove deprecated VideoRenderer and I420Frame
by Magnus Jedvert
· 6 years ago
f4aeb89
Android: Handle StartRecording() failure gracefully
by Magnus Jedvert
· 6 years ago
23f71a8
Remove usage of //build/config/clang:extra_warnings.
by Mirko Bonadei
· 6 years ago
98badbc
Add VP9 profile negotiation to SDP
by Emircan Uysaler
· 6 years ago
9f1de69
Add ADAPTER_TYPE_ANY in AdapterType.
by Qingsi Wang
· 6 years ago
dc99e24
Removing deadbeef@ from OWNERS files.
by Taylor Brandstetter
· 6 years ago
7a29426
Detach audio devices from thread on terminate.
by Paulina Hensman
· 6 years ago
c75b35a
Fixed crash when PCF is destroyed before DataChannel in ObjC
by Yura Yaroshevich
· 6 years ago
0bd7bf0
Adding ABWENoTWCC field trial
by Alex Narest
· 6 years ago
1ec04f1
Reland "Reland "Injectable logging""
by Paulina Hensman
· 6 years ago
c806c1d
Fixed crash when PCF is destroyed before MediaStream in ObjC
by Yura Yaroshevich
· 6 years ago
196100e
Replace rtc::Optional with absl::optional
by Danil Chapovalov
· 6 years ago
ae810c1
Create a peer connection factory builder
by Jiawei Ou
· 6 years ago
beb2d98
Removing usage of //build/config/compiler:no_size_t_to_int_warning.
by Mirko Bonadei
· 6 years ago
de212ca
Removing some MSVC warning suppression flags.
by Mirko Bonadei
· 6 years ago
5297bd2
Fixed crash when PCF is destroyed before PC in ObjC
by Yura Yaroshevich
· 6 years ago
Next »