1. 753741f Remove loopback video quality analysis test. by Sami Kalliomäki · 6 years ago
  2. 0813fd5 Fix examples/unityplugin docs. by Mirko Bonadei · 5 years ago
  3. 6320ec3 Delete unused class RTCMediaConstraints (JSON) by Niels Möller · 5 years ago
  4. c01367d Deprecating ThreadChecker specific interface. by Sebastian Jansson · 5 years ago
  5. 673f7e5 Do not assume /DUNICODE and /D_UNICODE. by Mirko Bonadei · 5 years ago
  6. d999351 Delete function url_decode by Niels Möller · 5 years ago
  7. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 5 years ago
  8. 53de725 Fix outdated android sdk path in tests. by Oleksandr Iakovenko · 5 years ago
  9. c6fa6d9 ClangTidy fixes for examples/ by Benjamin Wright · 5 years ago
  10. 8a1e35c Finally delete deprecated mac capturer. by Kári Tristan Helgason · 5 years ago
  11. 7bc331f Android: Use android_deps directly by Peter Wen · 5 years ago
  12. ede7cb2 Rewrite video_loopback to use new mac capturer. by Kári Tristan Helgason · 5 years ago
  13. fc52b91 Implicitly suppress //build/config/clang:find_bad_constructs. by Mirko Bonadei · 5 years ago
  14. 22dab11 Remove Legacy ADM from AppRTC mobile by Paulina Hensman · 5 years ago
  15. c4dd730 Fix -Wextra-semi warnings. by Mirko Bonadei · 5 years ago
  16. 96fccfe Make sure RTC_SUPPORTS_METAL is set in AppRTCMobile. by Anders Carlsson · 6 years ago
  17. 38c83b9 Remove unused file. by Fredrik Solenberg · 6 years ago
  18. 167316b Remove proxy layer from AndroidVideoTrackSource by Magnus Jedvert · 6 years ago
  19. 7248b40 Added VcmCapturer::Create loop to allow nonzero device index. by Johnny Lee · 6 years ago
  20. 190713c Remove +api from internal DEPS files. by Mirko Bonadei · 6 years ago
  21. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 6 years ago
  22. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  23. 45340ca Remove legacy video codec factories. by Anders Carlsson · 6 years ago
  24. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  25. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  26. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago
  27. b8b3c99 Clean up visibility and dependencies of RTC event log build targets. by Bjorn Terelius · 6 years ago
  28. 5dcadff Fix macOS demo privacy crash. by Piasy · 6 years ago
  29. b76be9a Convert peerconnection_client to use VcmCapturer by Niels Möller · 6 years ago
  30. 0a59535 Update unityplugin to use VcmCapturer. by Niels Möller · 6 years ago
  31. 9fe758e Use project-level include path in NADViewController.mm by Steve Anton · 6 years ago
  32. 31d8b52 Delete unneeded includes of rtc_base/stringutils.h. by Niels Möller · 6 years ago
  33. a134204 Reland "Move relay server code to a test-only target p2p_server_utils." by Niels Möller · 6 years ago
  34. bce7262 Fix header import in broadcast extension. by Anders Carlsson · 6 years ago
  35. 69540f4 Use android Nullable instead of javax Nullable by Artem Titarenko · 6 years ago
  36. 24d8ec3 Set @rpath in AppRTCMobile for macOS. by Anders Carlsson · 6 years ago
  37. e5e36dd Roll chromium_revision 3546854f59..2e285ebae2 (612694:613019) + fix JNI by Artem Titarenko · 6 years ago
  38. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  39. ce1b140 Adding WinUWP compilation support to WebRTC. by Robin Raymond · 6 years ago
  40. 42d2e4b Increase test timeouts in TCPChannelClientTest by Artem Titarenko · 6 years ago
  41. 2ff3f49 Move webrtc::CreatePeerConnectionFactory definition next to decl. by Mirko Bonadei · 6 years ago
  42. 64bfcde Add sakal@ to OWNERS in android tests / aarproject directories. by Sami Kalliomäki · 6 years ago
  43. cfddbb7 Add ios bindings for PeerConnectionState. by Jonas Olsson · 6 years ago
  44. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  45. 0462948 Revert "Add ios bindings for PeerConnectionState." by Jonas Olsson · 6 years ago
  46. 9514071 Android: Support externally aligned timestamps by Magnus Jedvert · 6 years ago
  47. f01d8c8 Add android bindings for PeerConnectionState. by Jonas Olsson · 6 years ago
  48. 586725d Add ios bindings for PeerConnectionState. by Jonas Olsson · 6 years ago
  49. fb6fd4b Fix lint errors for android manifests. by Yves Gerey · 6 years ago
  50. 44ca9a3 Allow usage of stringstream under examples/. by Mirko Bonadei · 6 years ago
  51. 4aeb35b Explicitly retain self in objc blocks to avoid compiler warning. by Jiawei Ou · 6 years ago
  52. c2ebe21 Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" by Jiawei Ou · 6 years ago
  53. b768e88 Reland "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  54. 61c6e56 Revert "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  55. a7f77a7 Isolating APM API build target: making :api an actual target. by Alessio Bazzica · 6 years ago
  56. 34fc346 Add support for computing iOS code coverage by Artem Titarenko · 6 years ago
  57. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
  58. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
  59. 3e67676 Add support for field trials in peerconnection_client|server by Bjorn Terelius · 6 years ago
  60. 9862c2e Delete OptionsFile class. Refactored only user, TurnFileAuth. by Niels Möller · 6 years ago
  61. a5d543c Set minSdkVersion to 16 for AppRTCMobile_stubbed_video_io_test_apk. by Mirko Bonadei · 6 years ago
  62. 4191a81 Revert "Move relay server code to a test-only target p2p_server_utils." by Oleh Prypin · 6 years ago
  63. e284c52 Move relay server code to a test-only target p2p_server_utils. by Niels Möller · 6 years ago
  64. 165148d Reland "Remove deprecated barcode scanning functionality" by Magnus Jedvert · 6 years ago
  65. 38a3419 Revert "Remove deprecated barcode scanning functionality" by Alessio Bazzica · 6 years ago
  66. ff292f3 Remove deprecated barcode scanning functionality by Magnus Jedvert · 6 years ago
  67. 2dfa998 Reland "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  68. c538fc7 Revert "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  69. 5ccdc13 Prefix flag macros with WEBRTC_. by Mirko Bonadei · 6 years ago
  70. aba0633 Delete wrappers for snprintf and vsnprintf by Niels Möller · 6 years ago
  71. 433eafe Delete unused includes of assert.h by Niels Möller · 6 years ago
  72. 416018d Remove deprecated protocol alias RTCEAGLVideoViewRenderer. by Kári Tristan Helgason · 6 years ago
  73. b45bdb5 Move rtc_json code from API dir, enable unit test, unmark testonly by Sam Zackrisson · 6 years ago
  74. db543c9 Fix RTCAudioDeviceModule tests. by Kári Tristan Helgason · 6 years ago
  75. e0d455b Remove runtime_enabled_feature. by Mirko Bonadei · 6 years ago
  76. ba5eaee Remove rtc::EnsureWinsockInit and g_winsockinit. by Mirko Bonadei · 6 years ago
  77. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  78. 637b0b5 Make Python-based performance tests output an empty result output.json by Oleh Prypin · 6 years ago
  79. b56706f Reland "Compile frame analyzer for the host machine on perf tests." by Mirko Bonadei · 6 years ago
  80. 6d80003 Revert "Compile frame analyzer for the host machine on perf tests." by Mirko Bonadei · 6 years ago
  81. d8ff3f2 Compile frame analyzer for the host machine on perf tests. by Mirko Bonadei · 6 years ago
  82. dc899dc Revert "Compile frame_analyzer instead of using a prebuilt version." by Mirko Bonadei · 6 years ago
  83. abac56b Compile frame_analyzer instead of using a prebuilt version. by Mirko Bonadei · 6 years ago
  84. 941a07c Remove all remaining non-test uses of std::stringstream. by Jonas Olsson · 6 years ago
  85. 3d50a31 Remove redundant initializers from WebRTC Java code. by Sami Kalliomäki · 6 years ago
  86. 366a50c Remove simple stringstream usages. by Jonas Olsson · 6 years ago
  87. 7bca8ca Obj-C SDK Cleanup by Anders Carlsson · 6 years ago
  88. 69b03e9 Fix iOS demo H264 profile display. by Piasy Xu · 6 years ago
  89. 0673bc9 Revert CLs affecting video quality toolchain. by Sami Kalliomäki · 6 years ago
  90. 9bb55fc Reland "Update video_quality_analysis to align videos instead of using barcodes" by Magnus Jedvert · 6 years ago
  91. 3e169ac Revert "Update video_quality_analysis to align videos instead of using barcodes" by Magnus Jedvert · 6 years ago
  92. d65e143 Update video_quality_analysis to align videos instead of using barcodes by Magnus Jedvert · 6 years ago
  93. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 6 years ago
  94. 18a86bf Reland "Default runner to junit4" by Andrew Luo · 6 years ago
  95. 8d5bc57 Revert "Default runner to junit4" by Oleh Prypin · 6 years ago
  96. 9020934 Default runner to junit4 by Andrew Luo · 6 years ago
  97. 6b1985d Reimplement rtc::ToString and rtc::FromString without streams. by Jonas Olsson · 6 years ago
  98. ccee56b Add certificate generate/set functionality to bring iOS closer to JS API by Michael Iedema · 6 years ago
  99. 508e234 Remove unnecessary //base:base_java dependencies. by Sami Kalliomäki · 6 years ago
  100. d54f5f5 Rename rtc_instrumentation_test_apk targets to end with _test_apk. by Sami Kalliomäki · 6 years ago