1. 57aa81b Remove //rtc_base:stringutils from public deps by Florent Castelli · 3 years ago
  2. f86f6f9 Remove //rtc_base:refcount from public deps by Florent Castelli · 3 years ago
  3. c1e8aeb Remove internal dependencies on pc:peerconnection target by Harald Alvestrand · 3 years ago
  4. 4467ad7 Remove //rtc_base:macromagic from public deps by Florent Castelli · 3 years ago
  5. 0af55ba Remove //rtc_base:logging from public deps by Florent Castelli · 3 years ago
  6. fd6a4d6 Adopt absl::string_view in rtc_base/string_encode.* by Ali Tofigh · 3 years ago
  7. c06fe8b WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 11/inf by Jonas Oreland · 3 years ago
  8. 60c588d Fixed typos, candiate -> candidate by David Sanders · 3 years ago
  9. 0f50cc2 Remove checks for SDK <= 21 by Xavier Lepaul · 3 years ago
  10. 1af9022 WebRTC examples/ should not depend on base/ by Björn Terelius · 3 years, 1 month ago
  11. 6cae2d5 Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" by Artem Titov · 3 years, 2 months ago
  12. 3f87250 Revert "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" by Artem Titov · 3 years, 2 months ago
  13. 5f0eb93 Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely by Byoungchan Lee · 3 years, 2 months ago
  14. 6223809 Remove top-level const from parameters in function declarations. by Ali Tofigh · 3 years, 2 months ago
  15. ec803b3 Remove gradle_project_test because it's not maintained. by Jeremy Leconte · 3 years, 2 months ago
  16. 027c793 Replace most explicit `new RefCountedObject...` with make_ref_counted by Niels Möller · 3 years, 2 months ago
  17. 2deee4b Mark rtc::Thread's versions of PostTask/PostDelayedTask deprecated. by Henrik Boström · 3 years, 2 months ago
  18. ac0d183 Prepare for deleting implicit conversion from raw pointer to scoped_refptr. by Niels Möller · 3 years, 2 months ago
  19. e11a4f5 Roll chromium_revision cbd0ac46b5..3aef64d992 (955688:956401) by Mirko Bonadei · 3 years, 2 months ago
  20. d211098 Implement JNI and objc implementation for icecandidateerror event by Jaehyun Ko · 3 years, 3 months ago
  21. 539f3e1 Deprecate BasicNetworkManager default constructor by Niels Möller · 3 years, 3 months ago
  22. ef5b21e Deprecate and remove usage for WARNING log level by Harald Alvestrand · 3 years, 4 months ago
  23. b2860b0 Update peerconnection example to not use Win32Socket by Niels Möller · 3 years, 4 months ago
  24. 5f34130 Declare LERROR deprecated and remove all usage in webrtc by Harald Alvestrand · 3 years, 4 months ago
  25. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 4 months ago
  26. 97597c0 Remove usage of INFO alias for LS_INFO in log messages by Harald Alvestrand · 3 years, 4 months ago
  27. f9e502d Remove enable_dtls_srtp option by Harald Alvestrand · 3 years, 5 months ago
  28. 2625529 Change annotation. by Mirko Bonadei · 3 years, 5 months ago
  29. a3d8c61 Do not use UI thread as signaling thread. by Qiu Jianlin · 3 years, 6 months ago
  30. 6b19d82 Replace AV1X with AV1 by Sergey Silkin · 3 years, 6 months ago
  31. 66be895 Delete BasicPacketSocketFactory default constructor by Niels Möller · 3 years, 6 months ago
  32. 75b0f55 Replace legacy getStats with standard getStats in the Android example by Jaehyun Ko · 3 years, 7 months ago
  33. 02334e0 Replace the android support annotation library with androidx's one. by Byoungchan Lee · 3 years, 7 months ago
  34. 9e0abe5 Remove suppression of the unguarded-availability warning. by Byoungchan Lee · 3 years, 7 months ago
  35. d0b8879 Delete AsyncSocket class, merge into Socket class by Niels Möller · 3 years, 7 months ago
  36. a33881a Fix Wgnu-folding-constant. by Mirko Bonadei · 3 years, 7 months ago
  37. 56c2406 Roll chromium_revision 03a29cf406..0549de0c2d (904346:907032) by Mirko Bonadei · 3 years, 8 months ago
  38. 36de9df Use backticks not vertical bars to denote variables in comments for /examples by Artem Titov · 3 years, 8 months ago
  39. c91c2f5 peer_connection_server: fix static analysis issues by Philipp Hancke · 3 years, 8 months ago
  40. 0d6d948 Rename release_aar.py and modify it for validation of aar file. by Byoungchan Lee · 3 years, 8 months ago
  41. 25ab322 Replace assert() with RTC_DCHECK(). by Mirko Bonadei · 3 years, 8 months ago
  42. 53d3fc9 iOS: Get WebRTC building for Mac Catalyst by Jordan Rose · 3 years, 8 months ago
  43. 02768ae Increase iOS deployment target from 10 to 12. by Björn Terelius · 3 years, 8 months ago
  44. ef83d15 Update peerconnection example to not use Win32SocketServer by Niels Möller · 3 years, 9 months ago
  45. 28e582d 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, 9 months ago
  46. ffbfba9 Added `PeerConnectionObserverJni::OnRemoveTrack()` by Jesús Leganés-Combarro 'piranna · 3 years, 9 months ago
  47. a9af50f Introduce CreateDataChannelOrError by Harald Alvestrand · 3 years, 10 months ago
  48. 193f4bf Replace legacy getStats with standard getStats in the iOS example by Jaehyun Ko · 3 years, 10 months ago
  49. f33f7a2 Deprecate PeerConnectionFactory::CreatePeerConnection by Harald Alvestrand · 3 years, 10 months ago
  50. 924a275 Revert "Ensure method which updates UI is called in main thread" by Mirko Bonadei · 3 years, 11 months ago
  51. 3fb51d2 Reland "Expose AV1 encoder&decoder from Android SDK." by Yura Yaroshevich · 3 years, 11 months ago
  52. 0365c99 Ensure method which updates UI is called in main thread by aidenluo · 3 years, 11 months ago
  53. 67b80ac Fix iOS chromium roll issue by Artem Titov · 3 years, 11 months ago
  54. e313c07 Fix iOS compilation for chromium roll by Artem Titov · 3 years, 11 months ago
  55. dd36198 Revert "Expose AV1 encoder&decoder from Android SDK." by Björn Terelius · 4 years ago
  56. fedd502 Expose AV1 encoder&decoder from Android SDK. by Yura Yaroshevich · 4 years ago
  57. bc959b6 Remove enable_rtp_data_channel by Harald Alvestrand · 4 years ago
  58. 84ba164 Change from sakal@webrtc.org to xalep@webrtc.org in OWNERS files. by Mirko Bonadei · 4 years ago
  59. 1cdeb0a addIceCandidate with callback into Android's SDK. by Yura Yaroshevich · 4 years ago
  60. 2d9f53c Expose addIceCandidate with completion handler. by Yura Yaroshevich · 4 years ago
  61. ebc563e Update the call to RuntimeEnvironment.application by Artem Titov · 4 years, 1 month ago
  62. 4eb47f2 Delete unused class SignalThread by Niels Möller · 4 years, 1 month ago
  63. ed8abad Convert third_party/android_deps:androidx refs to third_party/androidx by Peter Kotwicz · 4 years, 1 month ago
  64. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 1 month ago
  65. c8421c4 Replace rtc::ThreadChecker with webrtc::SequenceChecker by Artem Titov · 4 years, 1 month ago
  66. e5f4c6b Reland "Refactor rtc_base build targets." by Mirko Bonadei · 4 years, 2 months ago
  67. 7acc2d9 Revert "Refactor rtc_base build targets." by Mirko Bonadei · 4 years, 2 months ago
  68. 69241a9 Refactor rtc_base build targets. by Mirko Bonadei · 4 years, 2 months ago
  69. 9325d34 Enforcing return type handling on VoIP API. by Tim Na · 4 years, 3 months ago
  70. b223cb6 Defining API result types on VoIP API by Tim Na · 4 years, 4 months ago
  71. 8cc6695 Reformat python files checked by pylint (part 1/2). by Mirko Bonadei · 4 years, 5 months ago
  72. 19640aa Switch AppRTCMobile #import headers. by Mirko Bonadei · 4 years, 5 months ago
  73. 38e9b06 Reland "Add scaling interface to VideoFrameBuffer" by Ilya Nikolaevskiy · 4 years, 5 months ago
  74. 441dbf9 Revert "Add scaling interface to VideoFrameBuffer" by Ilya Nikolaevskiy · 4 years, 5 months ago
  75. c79f1d8 Add scaling interface to VideoFrameBuffer by Ilya Nikolaevskiy · 4 years, 5 months ago
  76. 3b7b4f2 Fix libyuv includes for libyuv roll by Ilya Nikolaevskiy · 4 years, 5 months ago
  77. 0240cf8 stop sending x-peer-id in peerconnection_server by Philipp Hancke · 4 years, 5 months ago
  78. 445e6b0 Break out separate compile targets for various classes by Harald Alvestrand · 4 years, 6 months ago
  79. 16db7ff Move win32 files to a new "win32" target to avoid cyclic dependencies. by Tommi · 4 years, 6 months ago
  80. 77baeee Make MessageHandler be a pure virtual interface. by Tomas Gunnarsson · 4 years, 6 months ago
  81. 3a5612a Clean up references to deprecated create_srcjar in android_resources by Mohamed Heikal · 4 years, 6 months ago
  82. aef8a21 Reland "Switch from rtc_ios_xctest_test to rtc_test". by Mirko Bonadei · 4 years, 6 months ago
  83. 08574ae Revert "Reland "Switch from "rtc_ios_xctest_test" to "rtc_test"."" by Mirko Bonadei · 4 years, 6 months ago
  84. dd68063 rename "sdp" to description in a few places by Philipp Hancke · 4 years, 6 months ago
  85. 60c25a3 Reland "Switch from "rtc_ios_xctest_test" to "rtc_test"." by Mirko Bonadei · 4 years, 6 months ago
  86. f264e70 Expand is_linux to is_linux || is_chromeos. by Hidehiko Abe · 4 years, 6 months ago
  87. fb39998 Revert "Switch from "rtc_ios_xctest_test" to "test"." by Mirko Bonadei · 4 years, 6 months ago
  88. 7a73c77 Switch from "rtc_ios_xctest_test" to "test". by Mirko Bonadei · 4 years, 6 months ago
  89. 5152ea5 objc: add rollback type to RTCSdpType by Philipp Hancke · 4 years, 6 months ago
  90. abdb470 Make MessageHandler cleanup optional. by Tomas Gunnarsson · 4 years, 6 months ago
  91. 3f94fc5 Migrate android_resources targets to not create R.java files by Mohamed Heikal · 4 years, 6 months ago
  92. 7ab9c51 Update gradle wrapper & gradle plugin. by Sami Kalliomäki · 4 years, 7 months ago
  93. 577fc0c Moved Asynchronicity From Java to C++ for AndroidVoip Demo App by Jason Long · 4 years, 7 months ago
  94. f824ef8 Disable switch camera and route change buttons when processing by dharmesh · 4 years, 7 months ago
  95. 00b8462 Implemented Android Demo Application for VoIP API by Jason Long · 4 years, 8 months ago
  96. 13fbc08 Explicitly set presentation style to full screen, because, by dharmesh · 4 years, 8 months ago
  97. 5e98742 Add missing dependencies to java targets. by Mirko Bonadei · 4 years, 8 months ago
  98. 06d034f Migrate common_video/ and examples/ to webrtc::Mutex. by Markus Handell · 4 years, 8 months ago
  99. c7f0dff Convert GN libs lists to frameworks by Sylvain Defresne · 4 years, 8 months ago
  100. b19cfee Roll chromium_revision 4d95e6c77b..71a0e1904e (776481:782339) by Jeremy Leconte · 4 years, 9 months ago