Thanks to visit codestin.com
Credit goes to webrtc.googlesource.com

  1. dd25736 Update OWNERS files with new account. by Mirko Bonadei · 8 days ago
  2. 92434d8 Set android min sdk level to 23 by Christoffer Dewerin · 6 weeks ago
  3. 4f787cd Reland "Remove jni_generator_helper.h from WebRTC" by Mirko Bonadei · 8 weeks ago
  4. d552ad7 Revert "Remove jni_generator_helper.h from WebRTC" by Mirko Bonadei · 9 weeks ago
  5. b690d7e Remove jni_generator_helper.h from WebRTC by Mirko Bonadei · 9 weeks ago
  6. 5d7a175 Add include create_modular_peer_connection_factory.h where it is used by Danil Chapovalov · 2 months ago
  7. 78c6e91 IWYU: Android files including jni.h by Philipp Hancke · 3 months ago
  8. 1dd69f4 Replace use of IceCandidateInterface with IceCandidate by Tommi · 4 months ago
  9. 73535dc Deprecate trials and task_queue_factory in PeerConnectionFactoryDependencies by Danil Chapovalov · 5 months ago
  10. 8b8e023 Use webrtc name specifier instead of rtc/cricket in examples by Evan Shrubsole · 5 months ago
  11. c7fd5af Split SSL adapters from main ssl build target 1/2 by Philipp Hancke · 1 year, 4 months ago
  12. 151003d Deprecate RtcEventLogFactory constructor taking unused parameter by Danil Chapovalov · 1 year, 10 months ago
  13. 554f7db Add EnableMediaWithDefaults to replace SetMediaEngineDefaults by Danil Chapovalov · 1 year, 11 months ago
  14. 2e7ed0d Roll chromium_revision 6ac7929166..eef62e8a0c (1190797:1197906) by Jeremy Leconte · 2 years ago
  15. 6fc700e Rland "Revert "Reland "Reland "Delete old Android ADM."""" by Yaowen Guo · 2 years, 3 months ago
  16. bceec84 Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ by Jared Siskin · 2 years, 5 months ago
  17. 041ecb8 New PeerConnectionFactory::CreateVideoTrack with refcounted source by Harald Alvestrand · 2 years, 6 months ago
  18. a6b9924 Remove all usage of //rtc_base target by Florent Castelli · 2 years, 8 months ago
  19. a138c6c Split rtc_base into multiple targets by Florent Castelli · 2 years, 9 months ago
  20. 7534ebd Revert "Reland "Reland "Delete old Android ADM.""" by Björn Terelius · 3 years, 3 months ago
  21. db30009 Reland "Reland "Delete old Android ADM."" by Björn Terelius · 3 years, 3 months ago
  22. 38a2860 Revert "Reland "Delete old Android ADM."" by Björn Terelius · 3 years, 3 months ago
  23. 6e4d7e6 Reland "Delete old Android ADM." by Yaowen Guo · 3 years, 3 months ago
  24. 7dbfad6 Revert "Delete old Android ADM." by Erik Språng · 3 years, 4 months ago
  25. 4ec3e9c Delete old Android ADM. by Yaowen Guo · 3 years, 4 months ago
  26. 9406c22 Update android example gradle and target sdk version. by Yaowen Guo · 3 years, 4 months ago
  27. df209e7 Avoid more usage of implicit conversion from scoped_refptr<T> to T* by Niels Möller · 3 years, 5 months ago
  28. c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 3 years, 5 months ago
  29. 8d4e9fb Remove //api:sequence_checker from public deps by Florent Castelli · 3 years, 6 months ago
  30. 027c793 Replace most explicit `new RefCountedObject...` with make_ref_counted by Niels Möller · 3 years, 8 months ago
  31. ac0d183 Prepare for deleting implicit conversion from raw pointer to scoped_refptr. by Niels Möller · 3 years, 8 months ago
  32. f9e502d Remove enable_dtls_srtp option by Harald Alvestrand · 4 years ago
  33. 02334e0 Replace the android support annotation library with androidx's one. by Byoungchan Lee · 4 years, 1 month ago
  34. f33f7a2 Deprecate PeerConnectionFactory::CreatePeerConnection by Harald Alvestrand · 4 years, 5 months ago
  35. 84ba164 Change from [email protected] to [email protected] in OWNERS files. by Mirko Bonadei · 4 years, 5 months ago
  36. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 8 months ago
  37. c8421c4 Replace rtc::ThreadChecker with webrtc::SequenceChecker by Artem Titov · 4 years, 8 months ago
  38. 3a5612a Clean up references to deprecated create_srcjar in android_resources by Mohamed Heikal · 5 years ago
  39. 3f94fc5 Migrate android_resources targets to not create R.java files by Mohamed Heikal · 5 years ago
  40. 06d034f Migrate common_video/ and examples/ to webrtc::Mutex. by Markus Handell · 5 years ago
  41. b19cfee Roll chromium_revision 4d95e6c77b..71a0e1904e (776481:782339) by Jeremy Leconte · 5 years ago
  42. a4dfe24 Add missing deps for android libs to unblock chromium roll by Artem Titov · 5 years ago
  43. d4262df Chromium refactor: Replace "resources_dirs" with "sources" by Andrew Grieve · 6 years ago
  44. ccbe95f Reformat GN files. by Mirko Bonadei · 6 years ago
  45. 65bbcab [Android] Replace java_files with sources by Natalie Chouinard · 6 years ago
  46. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 6 years ago
  47. 96ea8c0 Roll chromium_revision 67eba1f62b..3c3851d3ca (681379:681486) + JNI fix by Mirko Bonadei · 6 years ago
  48. 4ba04b7 Delete RtcEventLogFactory factory as now unused by Danil Chapovalov · 6 years ago
  49. 0d65fb5 Mass refactoring: Change JNI #includes to use full paths (webrtc/). by Eric Stevenson · 6 years ago
  50. 4cbb4ef Roll chromium_revision 6ae0f0cd4c..bf62d746a4 (669703:669828) + fix AndroidManifest by Oleh Prypin · 6 years ago
  51. 03b4f9d Update android tests to use single argument PeerConnectionFactory factory by Danil Chapovalov · 6 years ago
  52. a3aa9bd Make VideoBitrateAllocatorFactory injectable. by Jonas Oreland · 6 years ago
  53. c01367d Deprecating ThreadChecker specific interface. by Sebastian Jansson · 6 years ago
  54. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 7 years ago
  55. 7bc331f Android: Use android_deps directly by Peter Wen · 7 years ago
  56. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 7 years ago
  57. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 7 years ago
  58. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 7 years ago
  59. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 7 years ago
  60. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 7 years ago
  61. b8b3c99 Clean up visibility and dependencies of RTC event log build targets. by Bjorn Terelius · 7 years ago
  62. 69540f4 Use android Nullable instead of javax Nullable by Artem Titarenko · 7 years ago
  63. e5e36dd Roll chromium_revision 3546854f59..2e285ebae2 (612694:613019) + fix JNI by Artem Titarenko · 7 years ago
  64. 9514071 Android: Support externally aligned timestamps by Magnus Jedvert · 7 years ago
  65. c2ebe21 Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" by Jiawei Ou · 7 years ago
  66. b768e88 Reland "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 7 years ago
  67. 61c6e56 Revert "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 7 years ago
  68. a7f77a7 Isolating APM API build target: making :api an actual target. by Alessio Bazzica · 7 years ago
  69. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 7 years ago
  70. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 7 years ago
  71. e0d455b Remove runtime_enabled_feature. by Mirko Bonadei · 7 years ago
  72. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 7 years ago
  73. fdc0ef1 Add `is_android` guard to all Android rule usages. by Oleh Prypin · 7 years ago
  74. 94ef424 Enable clang::find_bad_constructs for examples/androidnativeapi. by Mirko Bonadei · 7 years ago
  75. 879f788 Add missing dependencies on //third_party/abseil-cpp/absl/memory. by Mirko Bonadei · 7 years ago
  76. a7a10a8 Update examples to use the new VideoCapturer interface. by Sami Kalliomäki · 7 years ago
  77. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
  78. 23f71a8 Remove usage of //build/config/clang:extra_warnings. by Mirko Bonadei · 7 years ago
  79. 73771a8 Prepare to remove old OnFailure implementations by Harald Alvestrand · 7 years ago
  80. c7da266 Android JNI generation: Set JNI namespace in build files by Magnus Jedvert · 7 years ago
  81. c475ac1 Update Android native API example to use real camera. by Sami Kalliomäki · 7 years ago
  82. bdb504e Add [email protected] to OWNERS for Android native API example app. by Sami Kalliomäki · 7 years ago
  83. 1641ca3 Split out video targets from //sdk/android:base_java. by Sami Kalliomäki · 7 years ago
  84. 725c106 Split out peerconnection, swcodec and hwcodec targets from Android SDK. by Sami Kalliomäki · 8 years ago
  85. dc52651 Annotate rest of WebRTC with @Nullable. by Sami Kalliomäki · 8 years ago
  86. 3e77afd Add an example app for Android native API. by Sami Kalliomäki · 8 years ago