1. 75b5897 Allow nil degradationPreference in RTCRtpParameters. by Mirta Dvornicic · 4 years, 10 months ago
  2. 4cdd7fb Add degradationPreference to RTCRtpParameters in ObjC SDK. by Mirta Dvornicic · 4 years, 10 months ago
  3. 934afc6 Deprecate RtpReceiver's SetParameters method by Saurav Das · 5 years ago
  4. 3eb84f0 Add allowCodecSwitching flag to RTCConfiguration.mm by philipel · 5 years ago
  5. fa77ba6 SetStreams API of RtpSender wrapped for iOS and Android by Cyril Lashkevich · 5 years ago
  6. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  7. 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 5 years ago
  8. 7cdcda9 Use the sanitized pair when surfacing the candidate pair change event. by Qingsi Wang · 5 years ago
  9. 2579f0c RTCError as return type for PeerConnectionInterface::SetConfiguration by Niels Möller · 5 years ago
  10. 43faee0 Implement JNI and objc implementation for Ice Candidate Pair Change event surfacing by Alex Drake · 5 years ago
  11. 0182a03 Reland "Remove the injectable bitrate allocation strategy API." by Jonas Olsson · 5 years ago
  12. e95b57c Revert "Remove the injectable bitrate allocation strategy API." by Mirko Bonadei · 5 years ago
  13. 80cb3f6 Remove the injectable bitrate allocation strategy API. by Jonas Olsson · 5 years ago
  14. 4ba04b7 Delete RtcEventLogFactory factory as now unused by Danil Chapovalov · 5 years ago
  15. e4ac723 Delete deprecated version of PeerConnectionFactoryInterface::StartAecDump by Niels Möller · 5 years ago
  16. 4d504c7 New interface EncodedImageBufferInterface, replacing use of CopyOnWriteBuffer by Niels Möller · 5 years ago
  17. dec9f74 Delete obsolete RtcEventLogOutputFile constructor by Niels Möller · 5 years ago
  18. 1fe119f Change the gating of surfacing candidates on ICE transport type change by Qingsi Wang · 5 years ago
  19. 695cf6a Delete deprecated StartRtcEventLog override with PlatformFile by Niels Möller · 5 years ago
  20. 36e3147 Surface the standardized ICE connection state to mobile clients. by Qingsi Wang · 5 years ago
  21. aaa1143 Use single argument PeerConnectionFactory factory in objc code by Danil Chapovalov · 5 years ago
  22. fd26ef7 Delete unused RTPFragmentationHeader members by Niels Möller · 5 years ago
  23. 86e0ea5 Remove bitratePriority from the Obj-C RTCRtpEncodingParameters wrapper. by Anders Carlsson · 5 years ago
  24. cd16380 Add priority to RTCRtpEncodingParameters. by Anders Carlsson · 5 years ago
  25. 03e85d2 Add property to RTCEncodedImage to own underlying EncodedImage. by Kári Tristan Helgason · 5 years ago
  26. d4ea8c9 Remove deprecated method from video decoder interface. by Kári Tristan Helgason · 5 years ago
  27. 77c0a62 Allow injection of network controller factory in objc. by Sebastian Jansson · 5 years ago
  28. f3736ed Datachannel: Use absl::optional for maxRetransmits and maxRetransmitTime. by Harald Alvestrand · 6 years ago
  29. ce50b00 Add bindings for RIDs in iOS SDK. by Amit Hilbuch · 6 years ago
  30. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 6 years ago
  31. 110c64b Delete unused key WebRTC-Audio-SendSideBwe-For-Video. by Christoffer Rodbro · 6 years ago
  32. e12a1c7 Adding GetStats APIs for senders/receivers. by Peter Hanspers · 6 years ago
  33. bed8604 Adding entry point for the v2 stats API. by Peter Hanspers · 6 years ago
  34. dac03d9 Move MediaConstraintsInterface to sdk/, and make it a concrete class by Niels Möller · 6 years ago
  35. 494ff28 Delete unused media constraints by Niels Möller · 6 years ago
  36. 5963fdd Pass-by-reference instead of value to initWithNativeEncodedImage by Dillon Cower · 6 years ago
  37. 817aec8 Add scaleResolutionDownBy to RTCRtpEncodingParameters in ObjC SDK. by Mirta Dvornicic · 6 years ago
  38. 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 6 years ago
  39. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  40. 77536a2 Rename EncodedImage::_length --> size_, and make private. by Niels Möller · 6 years ago
  41. 45340ca Remove legacy video codec factories. by Anders Carlsson · 6 years ago
  42. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  43. b8b3c99 Clean up visibility and dependencies of RTC event log build targets. by Bjorn Terelius · 6 years ago
  44. d9ac058 New class FileRotatingStreamReader by Niels Möller · 6 years ago
  45. 25aefd3 Delete log severity LS_SENSITIVE by Niels Möller · 6 years ago
  46. e1301a8 Revert "Implement read-only codecPayloadType in RtpParameters" by Henrik Grunell · 6 years ago
  47. 806e06d Implement read-only codecPayloadType in RtpParameters by Florent Castelli · 6 years ago
  48. 1d8307d Delete VideoCodec::targetBitrate by Niels Möller · 6 years ago
  49. 6b3d181 Remove unused BWE field trial strings. by Bjorn Terelius · 6 years ago
  50. e4cccae Removed ability to set CryptoOptions through PeerConnectionFactory from bindings. by Benjamin Wright · 6 years ago
  51. cfddbb7 Add ios bindings for PeerConnectionState. by Jonas Olsson · 6 years ago
  52. 0462948 Revert "Add ios bindings for PeerConnectionState." by Jonas Olsson · 6 years ago
  53. 586725d Add ios bindings for PeerConnectionState. by Jonas Olsson · 6 years ago
  54. b1e4775 Exposing rtcp report interval setting in objc api by Jiawei Ou · 6 years ago
  55. 3ea1878 Add severity into RTC logging callbacks by Jiawei Ou · 6 years ago
  56. a9bbd86 Add a configuration parameter for using the media transport for data channels. by Bjorn Mellem · 6 years ago
  57. bf0d0c1 Add IPv6 configuration parameters to iOS API by Uladzislau Susha · 6 years ago
  58. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
  59. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
  60. 693432d Add obj-c mapping from native configuration to RTCConfiguration by Piotr (Peter) Slatala · 6 years ago
  61. e6caa9f export RTCRtpTransceiverInit by Piasy · 6 years ago
  62. 88d8d7d Add missing assignment in RTCConfiguration.mm by Piotr (Peter) Slatala · 6 years ago
  63. 8c27cca Promotoing webrtc::CryptoOptions to RTCConfiguration. by Benjamin Wright · 6 years ago
  64. bfb444c Adds new CryptoOption crypto_options.frame.require_frame_encryption. by Benjamin Wright · 6 years ago
  65. d419db9 Adding support for logging severity LS_NONE. by Peter Hanspers · 6 years ago
  66. a54daf1 Reland "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Benjamin Wright · 6 years ago
  67. 8f4bc41 Revert "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Oleh Prypin · 6 years ago
  68. ac2f3d1 Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h by Benjamin Wright · 6 years ago
  69. e0c2e97 Pass MediaTransportFactory to PeerConnectionFactory. by Piotr (Peter) Slatala · 6 years ago
  70. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  71. 4dc66c5 Move EncodedImage class to api/video/ by Niels Möller · 6 years ago
  72. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  73. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  74. 7988589 Add missing headers to new objective-c API. by Benjamin Wright · 6 years ago
  75. 86f78cb iOS: Add numTemporalLayers to RtpEncodingParameters. by Rasmus Brandt · 6 years ago
  76. ddf1a3e Add FrameEncryptor/FrameDecryptor support to Objective C API for WebRTC. by Benjamin Wright · 6 years ago
  77. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  78. 3c76941 iOS: Add maxFramerate to RtpEncodingParameters. by Rasmus Brandt · 6 years ago
  79. e8d5724 Rename RTC_EXPORT to RTC_OBJC_EXPORT. by Mirko Bonadei · 6 years ago
  80. 9c147dd Revert "Add SSLConfig object to IceServer." by Sergey Silkin · 6 years ago
  81. 4f08543 Add SSLConfig object to IceServer. by Diogo Real · 6 years ago
  82. 8cec4fb Use default RTCConfiguration on iOS by Yuriy Pavlyshak · 6 years ago
  83. 2ac2739 Scaling settings nullability in Obj-C SDK. by Anders Carlsson · 6 years ago
  84. 1d52d2c Revert "Add SSLConfig object to IceServer." by Ying Wang · 6 years ago
  85. 7f1ffcc Add SSLConfig object to IceServer. by Diogo Real · 6 years ago
  86. 4e5af96 Include i420 buffers in Obj-C framework again. by Anders Carlsson · 6 years ago
  87. 7bca8ca Obj-C SDK Cleanup by Anders Carlsson · 6 years ago