aboutsummaryrefslogtreecommitdiff
path: root/sdk
AgeCommit message (Expand)Author
2021-06-21Removing RTC_SUPPORTS_METAL compilation flag. This flag is a holdover from be...Jake Bromberg
2021-06-17Catch possible `RuntimeException` from `getCameraCharacteristics`Xavier Lepaul
2021-06-17Change YuvConverter.convert to catch GLExceptions and return null.Fabian Bergmark
2021-06-16Remove the `createDecoder(String)` overloadXavier Lepaul
2021-06-16Support Java_Buffer_toI420 returning nullFabian Bergmark
2021-06-14Don't register invalid encode complete callbacks.Peter Hanspers
2021-06-04Move AV1X-AV1 mapping to VideoCodecTypeMimeSergey Silkin
2021-06-03Added `PeerConnectionObserverJni::OnRemoveTrack()`Jesús Leganés-Combarro 'piranna
2021-06-02Add resolution alignment properties to RTCVideoEncoder protocol.Peter Hanspers
2021-05-31Fix typo in a URL in the commentByoungchan Lee
2021-05-27Move proxies into pc/.Markus Handell
2021-05-26Introduce CreateDataChannelOrErrorHarald Alvestrand
2021-05-26Remove unused property isLocked from RTCAudioSessionByoungchan Lee
2021-05-25Support for map of string keys to uint64_t / double values in RTCStatsByoungchan Lee
2021-05-17Set nativeObserver to 0 to avoid double release.Tian Tan
2021-05-12Revert "Define cricket::MediaType in terms of webrtc::MediaType"Björn Terelius
2021-05-12Define cricket::MediaType in terms of webrtc::MediaTypeHarald Alvestrand
2021-05-10Deprecate PeerConnectionFactory::CreatePeerConnectionHarald Alvestrand
2021-05-07Reland "Refactor the PlatformThread API."Markus Handell
2021-05-07Enable WebRTC-BindUsingInterfaceName by defaultJonas Oreland
2021-05-06Revert "Refactor the PlatformThread API."Guido Urdaneta
2021-05-05Refactor the PlatformThread API.Markus Handell
2021-04-30Reland "Expose AV1 encoder&decoder from Android SDK."Yura Yaroshevich
2021-04-27Replace more instances of rtc::RefCountedObject with make_ref_counted.Tommi
2021-04-21Remove more mentions of RTP datachannelsHarald Alvestrand
2021-04-21Simplify reference counting implementation of PendingTaskSafetyFlag.Tommi
2021-04-20Fixed crash due wrong format specifier.Yura Yaroshevich
2021-04-20Move h264_profile_level_id and vp9_profile to api/video_codecsJohannes Kron
2021-04-19Expose adaptive_ptime from Android SDK.Yura Yaroshevich
2021-04-18Expose adaptive_ptime from iOS SDK.Yura Yaroshevich
2021-04-16Revert "Expose AV1 encoder&decoder from Android SDK."Björn Terelius
2021-04-16Add Stable Writable Connection Ping Interval parameter to RTCConfiguration.Derek Bailey
2021-04-15Make libjingle_peerconnection_metrics_default_jni available in Linux builds.Mirko Bonadei
2021-04-15sctp: Reorganize build targetsFlorent Castelli
2021-04-15Expose AV1 encoder&decoder from Android SDK.Yura Yaroshevich
2021-04-15Remove enable_rtp_data_channelHarald Alvestrand
2021-04-14Use default rtp parameters to init wrappers in iOSYura Yaroshevich
2021-04-14Change from sakal@webrtc.org to xalep@webrtc.org in OWNERS files.Mirko Bonadei
2021-04-12addIceCandidate with callback into Android's SDK.Yura Yaroshevich
2021-04-07Expose setLocalDescription() in SDK for Android.Yura Yaroshevich
2021-04-07Extended RTCConfiguration in Android SDK.Yura Yaroshevich
2021-04-06Expose extra ICE params in RTCConfiguration on iOSYura Yaroshevich
2021-03-29Expose restartIce in SDK for Android.Yura Yaroshevich
2021-03-23Make GL errors thrown by checkNoGLES2Error inherit GLException.Sami Kalliomäki
2021-03-22Add new owners for sdk/android.Sami Kalliomäki
2021-03-18Expose offerExtmapAllowMixed in iOS SDK.Yura Yaroshevich
2021-03-17Expose enableImplicitRollback in iOS SDK.Yura Yaroshevich
2021-03-16Make AndroidNetworkMonitor::Start() create a new task safety flagNiels Möller
2021-03-15Reland "Fix problem with ipv4 over ipv6 on Android"Jonas Oreland
2021-03-13Revert "Fix problem with ipv4 over ipv6 on Android"Taylor Brandstetter