- d7ac581 Use backticks not vertical bars to denote variables in comments for /sdk by Artem Titov · 3 years, 6 months ago
- 00fd3e3 Fetch and update encoder info in ctor by Sergey Silkin · 3 years, 6 months ago
- ac1c984 Add ssilkin to android/OWNERS by Sergey Silkin · 3 years, 6 months ago
- 7750d80 Rename rtc_base/ssl_stream_adapter.h constants. by Mirko Bonadei · 3 years, 6 months ago
- f740c25 Use the underlying type of Java Video Buffer on Java -> C++ Frame Buffer by Byoungchan Lee · 3 years, 6 months ago
- d33d0e8 Hide AndroidVideoBuffer class and use factory function by Byoungchan Lee · 3 years, 7 months ago
- 9fc2663 Hide VideoCodecType from Android SDK by Byoungchan Lee · 3 years, 7 months ago
- 2bbbd66 Remove backwards compatible build targets. by Mirko Bonadei · 3 years, 7 months ago
- 53d3fc9 iOS: Get WebRTC building for Mac Catalyst by Jordan Rose · 3 years, 7 months ago
- 6b09c45 Silence OpenGLES deprecation warning. by Mirko Bonadei · 3 years, 7 months ago
- 02768ae Increase iOS deployment target from 10 to 12. by Björn Terelius · 3 years, 7 months ago
- fb7fd24 Removing RTC_SUPPORTS_METAL compilation flag. This flag is a holdover from before either macOS or the iOS Simulator supported Metal rendering. by Jake Bromberg · 3 years, 7 months ago
- afb28116 Catch possible `RuntimeException` from `getCameraCharacteristics` by Xavier Lepaul · 3 years, 7 months ago
- 1bb36d2 Change YuvConverter.convert to catch GLExceptions and return null. by Fabian Bergmark · 3 years, 7 months ago
- 72b7998 Remove the `createDecoder(String)` overload by Xavier Lepaul · 3 years, 7 months ago
- c03d6e9 Support Java_Buffer_toI420 returning null by Fabian Bergmark · 3 years, 7 months ago
- 74cc9ea Don't register invalid encode complete callbacks. by Peter Hanspers · 3 years, 8 months ago
- 1b63db9 Move AV1X-AV1 mapping to VideoCodecTypeMime by Sergey Silkin · 3 years, 8 months ago
- ffbfba9 Added `PeerConnectionObserverJni::OnRemoveTrack()` by Jesús Leganés-Combarro 'piranna · 3 years, 8 months ago
- 5981bf2 Add resolution alignment properties to RTCVideoEncoder protocol. by Peter Hanspers · 3 years, 8 months ago
- cc84c98 Fix typo in a URL in the comment by Byoungchan Lee · 3 years, 8 months ago
- a1b8201 Move proxies into pc/. by Markus Handell · 3 years, 8 months ago
- a9af50f Introduce CreateDataChannelOrError by Harald Alvestrand · 3 years, 8 months ago
- a39d966 Remove unused property isLocked from RTCAudioSession by Byoungchan Lee · 3 years, 9 months ago
- 0a52ede Support for map of string keys to uint64_t / double values in RTCStats by Byoungchan Lee · 3 years, 8 months ago
- c2310b2 Set nativeObserver to 0 to avoid double release. by Tian Tan · 3 years, 9 months ago
- 99261af Revert "Define cricket::MediaType in terms of webrtc::MediaType" by Björn Terelius · 3 years, 9 months ago
- 3ce6391 Define cricket::MediaType in terms of webrtc::MediaType by Harald Alvestrand · 3 years, 9 months ago
- f33f7a2 Deprecate PeerConnectionFactory::CreatePeerConnection by Harald Alvestrand · 3 years, 9 months ago
- ad5037b Reland "Refactor the PlatformThread API." by Markus Handell · 3 years, 9 months ago
- b5274ef Enable WebRTC-BindUsingInterfaceName by default by Jonas Oreland · 3 years, 9 months ago
- 793bac5 Revert "Refactor the PlatformThread API." by Guido Urdaneta · 3 years, 9 months ago
- c89fdd7 Refactor the PlatformThread API. by Markus Handell · 3 years, 9 months ago
- 3fb51d2 Reland "Expose AV1 encoder&decoder from Android SDK." by Yura Yaroshevich · 3 years, 10 months ago
- 87f7090 Replace more instances of rtc::RefCountedObject with make_ref_counted. by Tommi · 3 years, 9 months ago
- 48171ec Remove more mentions of RTP datachannels by Harald Alvestrand · 3 years, 9 months ago
- 86ee89f Simplify reference counting implementation of PendingTaskSafetyFlag. by Tommi · 3 years, 9 months ago
- 1153974 Fixed crash due wrong format specifier. by Yura Yaroshevich · 3 years, 9 months ago
- c3fcee7 Move h264_profile_level_id and vp9_profile to api/video_codecs by Johannes Kron · 3 years, 9 months ago
- d29c689 Expose adaptive_ptime from Android SDK. by Yura Yaroshevich · 3 years, 9 months ago
- d46a174 Expose adaptive_ptime from iOS SDK. by Yura Yaroshevich · 3 years, 9 months ago
- dd36198 Revert "Expose AV1 encoder&decoder from Android SDK." by Björn Terelius · 3 years, 9 months ago
- 6c127a1 Add Stable Writable Connection Ping Interval parameter to RTCConfiguration. by Derek Bailey · 3 years, 9 months ago
- 0f57e0b Make libjingle_peerconnection_metrics_default_jni available in Linux builds. by Mirko Bonadei · 3 years, 9 months ago
- a80c3e5 sctp: Reorganize build targets by Florent Castelli · 3 years, 9 months ago
- fedd502 Expose AV1 encoder&decoder from Android SDK. by Yura Yaroshevich · 3 years, 10 months ago
- bc959b6 Remove enable_rtp_data_channel by Harald Alvestrand · 3 years, 9 months ago
- 9aec8c2 Use default rtp parameters to init wrappers in iOS by Yura Yaroshevich · 3 years, 9 months ago
- 84ba164 Change from sakal@webrtc.org to xalep@webrtc.org in OWNERS files. by Mirko Bonadei · 3 years, 9 months ago
- 1cdeb0a addIceCandidate with callback into Android's SDK. by Yura Yaroshevich · 3 years, 10 months ago
- 4e9e723 Expose setLocalDescription() in SDK for Android. by Yura Yaroshevich · 3 years, 10 months ago
- 90fab63 Extended RTCConfiguration in Android SDK. by Yura Yaroshevich · 3 years, 10 months ago
- b9fa319 Expose extra ICE params in RTCConfiguration on iOS by Yura Yaroshevich · 3 years, 10 months ago
- d8d9ac3 Expose restartIce in SDK for Android. by Yura Yaroshevich · 3 years, 10 months ago
- fa4db49 Make GL errors thrown by checkNoGLES2Error inherit GLException. by Sami Kalliomäki · 3 years, 10 months ago
- c303f82 Add new owners for sdk/android. by Sami Kalliomäki · 3 years, 10 months ago
- cbadb8b Expose offerExtmapAllowMixed in iOS SDK. by Yura Yaroshevich · 3 years, 10 months ago
- 4173614 Expose enableImplicitRollback in iOS SDK. by Yura Yaroshevich · 3 years, 10 months ago
- 3e774f6 Make AndroidNetworkMonitor::Start() create a new task safety flag by Niels Möller · 3 years, 10 months ago
- 6ca955a Reland "Fix problem with ipv4 over ipv6 on Android" by Jonas Oreland · 3 years, 10 months ago
- 1e60490 Revert "Fix problem with ipv4 over ipv6 on Android" by Taylor Brandstetter · 3 years, 11 months ago
- 662b306 Replace blocking invokes with PostTask in AndroidNetworkMonitor by Niels Möller · 3 years, 11 months ago
- 2d9f53c Expose addIceCandidate with completion handler. by Yura Yaroshevich · 3 years, 11 months ago
- b7227a5 Fix handling of partial match for GetVpnUnderlyingAdapterType by Jonas Oreland · 3 years, 11 months ago
- be140b4 Change ObjCNetworkMonitor::OnPathUpdate to use PostTask by Niels Möller · 3 years, 11 months ago
- 3135772 Changed setActive of RTCAudio Session, and it's working by Abby Yeh · 3 years, 11 months ago
- da2fd2a Fix problem with ipv4 over ipv6 on Android by Jonas Oreland · 3 years, 11 months ago
- 8bfa275 Fix nullability of completion handlers in iOS SDK. by Yura Yaroshevich · 3 years, 11 months ago
- 5265b93 Add build-id to libjingle_peerconnection_so.so by Raman Budny · 3 years, 11 months ago
- 92d1270 Expose PeerConnection.restartIce in iOS SDK. by Yura Yaroshevich · 3 years, 11 months ago
- d672535 Expose parameterless setLocalDescription() in iOS SDK. by Yura Yaroshevich · 3 years, 11 months ago
- c81665c Change AndroidNetworkMonitor::NotifyConnectionTypeChanged to use Invoke by Niels Möller · 3 years, 11 months ago
- d140c8f Added missing nullable annotations to iOS SDK. by Yura Yaroshevich · 3 years, 11 months ago
- 8cfb287 Add AV1 encoder&decoder wrappers for iOS SDK. by Yura Yaroshevich · 3 years, 11 months ago
- 2ee9415 AndroidVideoDecoder: Ignore format updates with zero dimensions by Raman Budny · 4 years ago
- 072c008 Reland "Replace RecursiveCriticalSection with Mutex in RTCAudioSession." by Niels Möller · 4 years ago
- f4e3e2b Delete rtc::Callback0 and friends. by Niels Möller · 4 years ago
- bdf78cb Bug fixes to EglBase10Impl.getNativeEglContext. by Sami Kalliomäki · 4 years ago
- a33f41bf Support getNativeEglContext in EglBase10Impl. by Sami Kalliomäki · 4 years ago
- 51746ce Revert "Replace RecursiveCriticalSection with Mutex in RTCAudioSession." by Niels Moller · 4 years ago
- f8da43d Replace RecursiveCriticalSection with Mutex in RTCAudioSession. by Niels Möller · 4 years ago
- aee2c6a In android video encoder wrapper fill codec-agnostic frame dependencies by Danil Chapovalov · 4 years ago
- ed8abad Convert third_party/android_deps:androidx refs to third_party/androidx by Peter Kotwicz · 4 years ago
- d15a575 Use SequenceChecker from public API by Artem Titov · 4 years ago
- ad8a00d Replace casted uses of [OCMArg anyPointer] with [OCMArg anyObjectRef]. by Mirko Bonadei · 4 years ago
- c8421c4 Replace rtc::ThreadChecker with webrtc::SequenceChecker by Artem Titov · 4 years ago
- b853d72 Update Apple device list by Dave Cowart · 4 years ago
- 1a29a5d Delete rtc::Bind by Niels Möller · 4 years ago
- 3b68aa3 Move some RTC_LOG to RTC_DLOG. by Mirko Bonadei · 4 years ago
- ef53a7f Reset IO thread checker when iOS audio unit stops by Brian Dai · 4 years ago
- 25b8235 Remove unused function VideoDecoder::PrefersLateDecoding. by philipel · 4 years ago
- e5f4c6b Reland "Refactor rtc_base build targets." by Mirko Bonadei · 4 years ago
- b45d3aa Update android jni code to use C++ lambdas instead of rtc::Bind by Niels Möller · 4 years ago
- 7acc2d9 Revert "Refactor rtc_base build targets." by Mirko Bonadei · 4 years ago
- 6e509f9 Handle case createShader throws an exception. by Sami Kalliomäki · 4 years ago
- 69241a9 Refactor rtc_base build targets. by Mirko Bonadei · 4 years ago
- 360da05 Remove webrtc::VideoDecoder::PrefersLateDecoding. by philipel · 4 years ago
- 6afa794 Delete deprecated H264BitstreamParser methods by Niels Möller · 4 years, 1 month ago
- 08d2c2b Delete unneeded dependencies on the Module abstraction by Niels Möller · 4 years, 1 month ago
- c1254e8 Make RTC_OBJC_EXPORT respect is_component_build. by Mirko Bonadei · 4 years, 1 month ago