1. ebf739b Reland "Leverage dispatch_queue_create_with_target when possible." by Yura Yaroshevich · 4 years, 4 months ago
  2. fcafbfd Revert "Leverage dispatch_queue_create_with_target when possible." by Alex Loiko · 4 years, 5 months ago
  3. de86381 Leverage dispatch_queue_create_with_target when possible. by Yura Yaroshevich · 4 years, 5 months ago
  4. ecbdbf6 Reland "Update RTCEncodedImage to not use deprecated mutable_data call." by Kári Tristan Helgason · 4 years, 5 months ago
  5. f417238 Remove iceRegatherIntervalRange by Steve Anton · 4 years, 6 months ago
  6. 64f1f3f Replace RTC_FALLTHROUGH with ABSL_FALLTHROUGH_INTENTED by Danil Chapovalov · 4 years, 6 months ago
  7. 3b19b27 Make the sdk:audio_session_objc target public. by Joe Chen · 4 years, 7 months ago
  8. 0b3a6e3 Make RTCAudioSession accessible to Swift. by Joe Chen · 4 years, 7 months ago
  9. 682dabd Add RTCStatisticsReport.h to WebRTC.framework. by CZ Theng · 4 years, 9 months ago
  10. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 4 years, 9 months ago
  11. 43bd760 Fix build errors of RTCAudioDeviceTests by Byoungchan Lee · 4 years, 10 months ago
  12. e942b14 New build target api:media_interface by Niels Möller · 4 years, 10 months ago
  13. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 10 months ago
  14. eaaaf41 Introduce api/crypto/BUILD.gn. by Mirko Bonadei · 4 years, 11 months ago
  15. 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 4 years, 11 months ago
  16. 6dcd4dc New target for api/rtp_parameters.h and api/media_types.h. by Niels Möller · 5 years ago
  17. a2bc362 Roll chromium_revision c7f14188a3..afb0a631b9 (687843:688061) by Artem Titarenko · 5 years ago
  18. e4b4de6 Add missing AppKit dependency by Niels Möller · 5 years ago
  19. b3f78de Reland "Don't use all_dependent_configs for sdk frameworks" by Oleh Prypin · 5 years ago
  20. ec35803 Revert "Don't use all_dependent_configs for sdk frameworks" by Mirko Bonadei · 5 years ago
  21. 63741c7 Don't use all_dependent_configs for sdk frameworks by Oleh Prypin · 5 years ago
  22. 0182a03 Reland "Remove the injectable bitrate allocation strategy API." by Jonas Olsson · 5 years ago
  23. e95b57c Revert "Remove the injectable bitrate allocation strategy API." by Mirko Bonadei · 5 years ago
  24. 41300af Poison default task queue factory by Danil Chapovalov · 5 years ago
  25. 80cb3f6 Remove the injectable bitrate allocation strategy API. by Jonas Olsson · 5 years ago
  26. b249c54 Delete GlobalTaskQueueFactory as now unused by Danil Chapovalov · 5 years ago
  27. a6cb150 Use Default instead of GlobalTaskQueueFactory to create AudioDeviceBuffer for ios by Danil Chapovalov · 5 years ago
  28. 4ba04b7 Delete RtcEventLogFactory factory as now unused by Danil Chapovalov · 5 years ago
  29. 5a8f860 Prepare for deletion of the NO_MAIN_THREAD_WRAPPING preprocessor define by Niels Möller · 5 years ago
  30. 5d24b16 Prepare for splitting the api/video:video_frames build rule. by Chen Xing · 5 years ago
  31. 695cf6a Delete deprecated StartRtcEventLog override with PlatformFile by Niels Möller · 5 years ago
  32. aaa1143 Use single argument PeerConnectionFactory factory in objc code by Danil Chapovalov · 5 years ago
  33. 9d1840c Revert "Delete NO_MAIN_THREAD_WRAPPING preprocessor define." by Niels Moller · 5 years ago
  34. 0f78c6b Delete NO_MAIN_THREAD_WRAPPING preprocessor define. by Niels Möller · 5 years ago
  35. 1c41be6 Propagate TaskQueueFactory to AudioDeviceBuffer by Danil Chapovalov · 5 years ago
  36. f49429d Adds workaround for audio not restarting after interruption by Kári Tristan Helgason · 5 years ago
  37. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 5 years ago
  38. 8a1e35c Finally delete deprecated mac capturer. by Kári Tristan Helgason · 5 years ago
  39. ede7cb2 Rewrite video_loopback to use new mac capturer. by Kári Tristan Helgason · 5 years ago
  40. fc52b91 Implicitly suppress //build/config/clang:find_bad_constructs. by Mirko Bonadei · 5 years ago
  41. bed8604 Adding entry point for the v2 stats API. by Peter Hanspers · 5 years ago
  42. dac03d9 Move MediaConstraintsInterface to sdk/, and make it a concrete class by Niels Möller · 5 years ago
  43. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  44. 45340ca Remove legacy video codec factories. by Anders Carlsson · 6 years ago
  45. b8b3c99 Clean up visibility and dependencies of RTC event log build targets. by Bjorn Terelius · 6 years ago
  46. fb4e9bc Add a missing NULL check before releasing a texture ref. by Aaron Golden · 6 years ago
  47. 24d8ec3 Set @rpath in AppRTCMobile for macOS. by Anders Carlsson · 6 years ago
  48. e3abb81 Decouple //rtc_base:rtc_base_tests_utils from gunit. by Mirko Bonadei · 6 years ago
  49. 2ff3f49 Move webrtc::CreatePeerConnectionFactory definition next to decl. by Mirko Bonadei · 6 years ago
  50. 4aeb35b Explicitly retain self in objc blocks to avoid compiler warning. by Jiawei Ou · 6 years ago
  51. b768e88 Reland "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  52. 61c6e56 Revert "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  53. a7f77a7 Isolating APM API build target: making :api an actual target. by Alessio Bazzica · 6 years ago
  54. 34fc346 Add support for computing iOS code coverage by Artem Titarenko · 6 years ago
  55. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
  56. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
  57. 21cddff Harmonize paths to dependent targets. by Yves Gerey · 6 years ago
  58. 42b4315 Add iOS SDK unit tests for nalu_rewriter by Artem Titarenko · 6 years ago
  59. 8c27cca Promotoing webrtc::CryptoOptions to RTCConfiguration. by Benjamin Wright · 6 years ago
  60. c9e6b96 Add necessary frameworks to sdk objc audio targets. by Jiawei Ou · 6 years ago
  61. e0c2e97 Pass MediaTransportFactory to PeerConnectionFactory. by Piotr (Peter) Slatala · 6 years ago
  62. 4dc66c5 Move EncodedImage class to api/video/ by Niels Möller · 6 years ago
  63. 311c13b Remove noop system_wrappers_default build target. by Mirko Bonadei · 6 years ago
  64. ddf1a3e Add FrameEncryptor/FrameDecryptor support to Objective C API for WebRTC. by Benjamin Wright · 6 years ago
  65. e0d455b Remove runtime_enabled_feature. by Mirko Bonadei · 6 years ago
  66. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  67. 17ad64e Reland "Added support of getting coverage on mac" by Artem Titarenko · 6 years ago
  68. ee41472 Revert "Added support of getting coverage on mac" by Artem Titarenko · 6 years ago
  69. 207cfdf Added support of getting coverage on mac by Artem Titarenko · 6 years ago
  70. 9c147dd Revert "Add SSLConfig object to IceServer." by Sergey Silkin · 6 years ago
  71. 4f08543 Add SSLConfig object to IceServer. by Diogo Real · 6 years ago
  72. b2d2489 Remove RTCUIApplicationStatusObserver. by Kári Tristan Helgason · 6 years ago
  73. 96ede16 Enable -Wexit-time-destructors and -Wglobal-constructors. by Mirko Bonadei · 6 years ago
  74. 37bbf79 Generate umbrella header for macOS framework. by Anders Carlsson · 6 years ago
  75. 1d52d2c Revert "Add SSLConfig object to IceServer." by Ying Wang · 6 years ago
  76. 7f1ffcc Add SSLConfig object to IceServer. by Diogo Real · 6 years ago
  77. 4e5af96 Include i420 buffers in Obj-C framework again. by Anders Carlsson · 6 years ago
  78. 7bca8ca Obj-C SDK Cleanup by Anders Carlsson · 6 years ago
  79. be3d455 Add RTCCertificate to framework headers. by Kári Tristan Helgason · 6 years ago
  80. ccee56b Add certificate generate/set functionality to bring iOS closer to JS API by Michael Iedema · 6 years ago
  81. 2ad8c43 Change visibility of some build targets that are publicly used. by Mirko Bonadei · 6 years ago
  82. 8e5014a Remove definition and usage of macro GTEST_RELATIVE_PATH. by Mirko Bonadei · 6 years ago
  83. 9014324 Support compiling with the lastest iOS SDK. by Kári Tristan Helgason · 6 years ago
  84. e3a3842 Include RTCMTLVideoView even on archs without metal. by Kári Tristan Helgason · 6 years ago
  85. 17aff35 Enable clang::find_bad_constructs for sdk/ (part 1). by Mirko Bonadei · 6 years ago
  86. a12c42a Delete root header file typedef.h. by Niels Möller · 6 years ago
  87. da04e06 Fix paths that were trying to go above the root by using too many "../.." by Oleh Prypin · 6 years ago
  88. 879f788 Add missing dependencies on //third_party/abseil-cpp/absl/memory. by Mirko Bonadei · 6 years ago
  89. 196100e Replace rtc::Optional with absl::optional by Danil Chapovalov · 6 years ago
  90. ae810c1 Create a peer connection factory builder by Jiawei Ou · 6 years ago
  91. 5297bd2 Fixed crash when PCF is destroyed before PC in ObjC by Yura Yaroshevich · 6 years ago
  92. abe301f Add HeaderExtensions to RtpParameters by Florent Castelli · 6 years ago
  93. 358f2e0 Broadcast extension for AppRTCMobile on iOS by Anders Carlsson · 6 years ago
  94. 79ce820 Obj-C SDK for parsing and generating H264 ProfileLevelIds. by Anders Carlsson · 6 years ago
  95. 533c7d0 Add missing header file to WebRTC iOS SDK. by Anders Carlsson · 6 years ago
  96. dacec71 Add Rtcp parameters for PeerConnection senders by Florent Castelli · 6 years ago
  97. 8d95e3b Moving iOS Audio Device to sdk. by Peter Hanspers · 6 years ago
  98. 43619a4 Revert "Moving iOS Audio Device to sdk." by Peter Hanspers · 6 years ago
  99. 08da28d Moving iOS Audio Device to sdk. by Peter Hanspers · 6 years ago
  100. c6ce9c5 New file api/video/BUILD.gn by Niels Möller · 6 years ago