1. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  2. b56706f Reland "Compile frame analyzer for the host machine on perf tests." by Mirko Bonadei · 6 years ago
  3. 6d80003 Revert "Compile frame analyzer for the host machine on perf tests." by Mirko Bonadei · 6 years ago
  4. d8ff3f2 Compile frame analyzer for the host machine on perf tests. by Mirko Bonadei · 6 years ago
  5. dc899dc Revert "Compile frame_analyzer instead of using a prebuilt version." by Mirko Bonadei · 6 years ago
  6. abac56b Compile frame_analyzer instead of using a prebuilt version. by Mirko Bonadei · 6 years ago
  7. 7bca8ca Obj-C SDK Cleanup by Anders Carlsson · 6 years ago
  8. 3e169ac Revert "Update video_quality_analysis to align videos instead of using barcodes" by Magnus Jedvert · 6 years ago
  9. d65e143 Update video_quality_analysis to align videos instead of using barcodes by Magnus Jedvert · 6 years ago
  10. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 6 years ago
  11. 508e234 Remove unnecessary //base:base_java dependencies. by Sami Kalliomäki · 6 years ago
  12. d54f5f5 Rename rtc_instrumentation_test_apk targets to end with _test_apk. by Sami Kalliomäki · 6 years ago
  13. e41c433 Move sigslot to proper third_party directory by Artem Titov · 6 years ago
  14. 903bd41 Move VideoCapturer to video_api and cleanup. by Sami Kalliomäki · 6 years ago
  15. f957dd9 Remove -Wno-reorder from examples/BUILD.gn. by Mirko Bonadei · 6 years ago
  16. f165e47 Removing -Wno-sentinel from examples/BUILD.gn. by Mirko Bonadei · 6 years ago
  17. 879f788 Add missing dependencies on //third_party/abseil-cpp/absl/memory. by Mirko Bonadei · 6 years ago
  18. 3e603ec Remove -Wno-sign-compare, -Wno-unused-variable and -Wno-format. by Mirko Bonadei · 6 years ago
  19. 1e06d88 Migrate legacy Android video codec factories. by Anders Carlsson · 6 years ago
  20. bd216f2 Removing /wd4245 from examples/. by Mirko Bonadei · 6 years ago
  21. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  22. aaa483b Revert "Remove deprecated mac capture code." by Kári Helgason · 6 years ago
  23. 358f2e0 Broadcast extension for AppRTCMobile on iOS by Anders Carlsson · 6 years ago
  24. 3f1d15b Remove deprecated mac capture code. by Kári Tristan Helgason · 6 years ago
  25. c6ce9c5 New file api/video/BUILD.gn by Niels Möller · 6 years ago
  26. 6753795 Built in video codec factories. by Anders Carlsson · 6 years ago
  27. 7d8f594 Make depending on a specific audio implementation optional. by Sami Kalliomäki · 6 years ago
  28. 1641ca3 Split out video targets from //sdk/android:base_java. by Sami Kalliomäki · 7 years ago
  29. e2be7ee Android: Split out audio device targets by Magnus Jedvert · 7 years ago
  30. 725c106 Split out peerconnection, swcodec and hwcodec targets from Android SDK. by Sami Kalliomäki · 7 years ago
  31. 1707168 Add setting to switch between new and legacy AudioDeviceModule in AppRTC by Paulina Hensman · 7 years ago
  32. 06e363a Annotate AppRTCMobile with @Nulllable. by Sami Kalliomäki · 7 years ago
  33. 08006d4 Android AppRTCMobile: Use new audio device code by Magnus Jedvert · 7 years ago
  34. 7311918 Add an example app for iOS native API. by Anders Carlsson · 7 years ago
  35. 3e77afd Add an example app for Android native API. by Sami Kalliomäki · 7 years ago
  36. 2770c3d Synced webrtc_unity_plugin to the latest webrtc and fixed bugs. by George Zhou · 7 years ago
  37. 9823ee4 Fix native api in preparation for native_api example. by Anders Carlsson · 7 years ago
  38. 5641fbb Add support for saving local audio input to file in AppRTCMobile by henrika · 7 years ago
  39. a425184 Fix override warnings. by Patrik Höglund · 7 years ago
  40. cbaaaed Re-enabling 'gn check' on //examples/*. by Mirko Bonadei · 7 years ago
  41. 99bf77c Fix issues found by gn check. by Kári Tristan Helgason · 7 years ago
  42. 8366e17 Rename Call::Config to CallConfig, keep old name as alias. by Niels Möller · 7 years ago
  43. a4e72b7 Add RtcEventLog to AppRTCMobile with preference setting. by Qingsi Wang · 7 years ago
  44. dd8c165 Enable building WebRTC without built-in software codecs by Anders Carlsson · 7 years ago
  45. 70ba9b4 Reland "Make it possible to run video_quality_loopback_test in swarming." by Edward Lemur · 7 years ago
  46. 9c18489 Revert "Make it possible to run video_quality_loopback_test in swarming." by Edward Lemur · 7 years ago
  47. 1175ecd Make it possible to run video_quality_loopback_test in swarming. by Edward Lemur · 7 years ago
  48. 2ffe3e8 Reland Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
  49. c1094eb Revert "Use runtime enabled features API to enable dual stream mode" by Lu Liu · 7 years ago
  50. 6f011df Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
  51. 75baa49 Stop using public_deps in media/. by Mirko Bonadei · 7 years ago
  52. 34814c7 Stop using public_deps in api/. by Mirko Bonadei · 7 years ago
  53. a114c88 Reland "Reland "Reland "Put internal video codec factories into separate target""" by Anders Carlsson · 7 years ago
  54. be214a2 Move videosinkinterface.h to common_video to solve a circular dep. by Patrik Höglund · 7 years ago
  55. 4f024ef Renaming android_library android_manifest to android_manifest_for_lint. by Mirko Bonadei · 7 years ago
  56. 49acb1e Add ARDAppDelegate.h. by Patrik Höglund · 7 years ago
  57. 0942b36 Revert "Reland "Reland "Put internal video codec factories into separate target""" by Anders Carlsson · 7 years ago
  58. 727b7d0 Reland "Reland "Put internal video codec factories into separate target"" by Anders Carlsson · 7 years ago
  59. 1e53f8a Roll chromium_revision 747cb1afa7..a3e55aafc0 (525640:525714) + Android fix by Oleh Prypin · 7 years ago
  60. 43fb912 Reland: Add Alpha Channel Support For WebRTC Unity Plugin by Qiang Chen · 7 years ago
  61. ec84107 Revert "Add Alpha Channel Support For WebRTC Unity Plugin" by Lu Liu · 7 years ago
  62. 7ed2af5 Add Alpha Channel Support For WebRTC Unity Plugin by Qiang Chen · 7 years ago
  63. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago
  64. 1a339c3 Stop using public_deps in examples. by Mirko Bonadei · 7 years ago
  65. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  66. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  67. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  68. 51e2046 Bug Fix: WebRTC Unity Plugin Audio One Way by Qiang Chen · 7 years ago
  69. 012b56b Reland "Add file capturer to AppRTCMobile on simulator." by Daniela · 7 years ago
  70. b5b5bce Separate i420 and i444 implementations to separate targets. by Patrik Höglund · 7 years ago
  71. b93baff Revert "Add file capturer to AppRTCMobile on simulator." by Daniela Jovanoska Petrenko · 7 years ago
  72. 5adcd19 Add file capturer to AppRTCMobile on simulator. by Daniela · 7 years ago
  73. fbb3b7d Reland: "Make javac warnings errors for WebRTC targets." by Mirko Bonadei · 7 years ago
  74. 2bad72a Reland "Revert "Make javac warnings errors for WebRTC targets."" by Lu Liu · 7 years ago
  75. a1a475a Revert "Revert "Make javac warnings errors for WebRTC targets."" by Mirko Bonadei · 7 years ago
  76. 098d24c Revert "Make javac warnings errors for WebRTC targets." by Lu Liu · 7 years ago
  77. 19b7614 Make javac warnings errors for WebRTC targets. by Sami Kalliomäki · 7 years ago
  78. 1d4c152 Reland "Simple Default ObjC video codec factories." by Anders Carlsson · 7 years ago
  79. 293158b Revert ObjC API changes for BWE allocation strategy by Magnus Jedvert · 7 years ago
  80. 4556f3c Revert "Simple Default ObjC video codec factories." by Oskar Sundbom · 7 years ago
  81. 30915a7 Simple Default ObjC video codec factories. by Anders Carlsson · 7 years ago
  82. 78609d5 Reland of BWE allocation strategy by Alex Narest · 7 years ago
  83. dc9ca93 Revert "BWE allocation strategy" by Alex Narest · 7 years ago
  84. a5fbc23 BWE allocation strategy by Alex Narest · 7 years ago
  85. 39260c4 Revert "BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic." by Lu Liu · 7 years ago
  86. 54d1da1 BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic. by Alex Narest · 7 years ago
  87. 1b0eae3 Don't call deprecated CreatePeerConnectionFactory() overloads by Karl Wiberg · 7 years ago
  88. 6bf43d2 AppRTCMobile iOS: Use video encoder factory to manage codec preference. by Anders Carlsson · 7 years ago
  89. d189a7c Add Android Studio project for AppRTCMobile that builds against AAR. by Sami Kalliomäki · 7 years ago
  90. bef8a5d Fix fat build for ios. by wjywbs · 7 years ago
  91. 7e04281 Injectable software video codecs in Obj-C. by Anders Carlsson · 7 years ago
  92. 406092a Reland "Remove precompiled header for AppRTCMobile." by Kári Tristan Helgason · 7 years ago
  93. 39f499b Revert "Remove precompiled header for AppRTCMobile." by Charu Jain · 7 years ago
  94. 3ed32ac Remove precompiled header for AppRTCMobile. by Kári Tristan Helgason · 7 years ago
  95. 86021d9 Roll chromium_revision 008fb813c3..fe71bbc1fb (503673:503807) + Android fix by Oleh Prypin · 7 years ago
  96. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  97. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/examples/BUILD.gn]
  98. 474acce Roll chromium_revision d323a482ee..7114a66134 (494468:497367) manually by charujain · 7 years ago
  99. 36d658d Rename all objc targets to be suffixed for consistency by kthelgason · 7 years ago
  100. 5901d9d Remove dep on system_wrappers for apprtc and use only framework. by kthelgason · 7 years ago