1. 75df728 Revert "Break up rtc_event_log_api to solve circular dependencies." by Mirko Bonadei · 7 years ago
  2. 3b3364e Add new Logger to iOS SDK to be able to intercept logs and report them to the appropriate system by Anders Carlsson · 7 years ago
  3. dd8c165 Enable building WebRTC without built-in software codecs by Anders Carlsson · 7 years ago
  4. 001546d Break up rtc_event_log_api to solve circular dependencies. by Qingsi Wang · 7 years ago
  5. 607f464 Remove ThreadUtils.waitUninterruptibly. by Sami Kalliomäki · 7 years ago
  6. 82f96e6 Create an experimental Android NDK. by Sami Kalliomäki · 7 years ago
  7. 88a0c4a Never use surface mode in MediaCodecVideoEncoder if egl_context_ is null. by Sami Kalliomäki · 7 years ago
  8. ba37b4b Change return type of RtpSenderInterface::SetParameters from bool to RTCError by Zach Stein · 7 years ago
  9. 63e83c7 Forward fix jni_generator_helper.h. by Mirko Bonadei · 7 years ago
  10. 1d7ecd2 Rename a few MediaConfig::Video flags for consistency. by Niels Möller · 7 years ago
  11. e93de5f Update libwebrtc to use dist_jar instead of custom java8_dist_jar. by Sami Kalliomäki · 7 years ago
  12. 75db552 Add VideoSink interface to VideoFileRenderer. by Sami Kalliomäki · 7 years ago
  13. 4418376 iOS: Move the fallback logic to the initWithNative… initializer. by Anders Carlsson · 7 years ago
  14. 848f31e Removing "initialized lambda captures" (C++14 feature). by Mirko Bonadei · 7 years ago
  15. 5b6891a Add MediaTek H264 and VP8 HW Codec Support with field trial by Alex Leung · 7 years ago
  16. 565e3e0 iOS: Fall back to legacy video codec factory if injecting nil. by Anders Carlsson · 7 years ago
  17. e7dd83f Add tests for starting and stopping RTCCameraVideoCapturer. by Anders Carlsson · 7 years ago
  18. 2ffe3e8 Reland Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
  19. c1094eb Revert "Use runtime enabled features API to enable dual stream mode" by Lu Liu · 7 years ago
  20. 6f011df Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
  21. a8b7c7f Move remaining traces of VoiceEngine by Fredrik Solenberg · 7 years ago
  22. e662d0e Extend Android SDK to enable adding custom PortAllocator by Jonas Oreland · 7 years ago
  23. 6f247e9 Add a method for getting the native factory from PeerConnectionFactory. by Sami Kalliomäki · 7 years ago
  24. c4f18fe Expose peerconnection_jni publicly until we have a proper NDK. by Sami Kalliomäki · 7 years ago
  25. e78824e Suppress ErrorProne StringSplitter warnings by Oleh Prypin · 7 years ago
  26. dc6b477 Generate iOS framework umbrella header. by Anders Carlsson · 7 years ago
  27. ce5c19a Move ownership of PeerConnectionObserver from Java to C++. by Sami Kalliomäki · 7 years ago
  28. d9b64cd Fixing some of the issues found by clang static analyzer. by Peter Hanspers · 7 years ago
  29. f707186 Reland "Reland "Add completion callbacks to RTCCameraVideoCapturer start/stop operations"" by Anders Carlsson · 7 years ago
  30. 0a52f1d Revert "Reland "Add completion callbacks to RTCCameraVideoCapturer start/stop operations"" by Erik Språng · 7 years ago
  31. 24e7a59 Reland "Add completion callbacks to RTCCameraVideoCapturer start/stop operations" by Anders Carlsson · 7 years ago
  32. 75baa49 Stop using public_deps in media/. by Mirko Bonadei · 7 years ago
  33. 02879f9 Reland "Make freeNativePeerConnectionObserver generic." by Sami Kalliomäki · 7 years ago
  34. 34814c7 Stop using public_deps in api/. by Mirko Bonadei · 7 years ago
  35. aa6b24f Delete DefaultAudioProcessingFactory in the Java layer by Sam Zackrisson · 7 years ago
  36. a7f2d84 Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" by Per Kjellander · 7 years ago
  37. 77a47e0 Handle any exception in Camera.setPreviewTexture. by Yura Yaroshevich · 7 years ago
  38. c73e1f4 Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"" by Per Kjellander · 7 years ago
  39. b84a909 Revert "Add completion callbacks to RTCCameraVideoCapturer start/stop operations" by Erik Språng · 7 years ago
  40. 588c548 GN rtc_* templates: Set default visibility to webrtc_root + "/*" by Karl Wiberg · 7 years ago
  41. 84804b0 Make getNativePeerConnection public. by Sami Kalliomäki · 7 years ago
  42. e23a9e8 Add completion callbacks to RTCCameraVideoCapturer start/stop operations by Gustavo Garcia · 7 years ago
  43. 8020ae8 Adding test to check for c++ in framework headers. by Peter Hanspers · 7 years ago
  44. 62337e5 Use AudioProcessingBuilder everywhere AudioProcessing is created. by Ivo Creusen · 7 years ago
  45. 730add8 Fix release shader resources in the right OpenGL context by Gustavo Garcia · 7 years ago
  46. 99175c6 Add untracked headers to video_coding. by Patrik Höglund · 7 years ago
  47. a114c88 Reland "Reland "Reland "Put internal video codec factories into separate target""" by Anders Carlsson · 7 years ago
  48. f641687 Forward fixing WebRTC to compile with Android NDK r16. by Mirko Bonadei · 7 years ago
  49. 2767632 Expose RTCDtmfSender API via RTCRtpSender in ObjC SDK. by Yura Yaroshevich · 7 years ago
  50. bf56712 Exposed setOptions via RTCPeerConnectionFactory by Yura Yaroshevich · 7 years ago
  51. be214a2 Move videosinkinterface.h to common_video to solve a circular dep. by Patrik Höglund · 7 years ago
  52. 0e894c3 Update NetworkMonitor so that it can be started from java code. by Honghai Zhang · 7 years ago
  53. 0942b36 Revert "Reland "Reland "Put internal video codec factories into separate target""" by Anders Carlsson · 7 years ago
  54. 727b7d0 Reland "Reland "Put internal video codec factories into separate target"" by Anders Carlsson · 7 years ago
  55. 97cb448 Update Webrtc to new AudioProcessing API. by Alex Loiko · 7 years ago
  56. 1e53f8a Roll chromium_revision 747cb1afa7..a3e55aafc0 (525640:525714) + Android fix by Oleh Prypin · 7 years ago
  57. b96d62d Revert "Make freeNativePeerConnectionObserver generic." by Sami Kalliomäki · 7 years ago
  58. 046f78c Make freeNativePeerConnectionObserver generic. by Sami Kalliomäki · 7 years ago
  59. 6552695 Revert "Reland "Put internal video codec factories into separate target"" by Lu Liu · 7 years ago
  60. 0efd1e8 Reland "Put internal video codec factories into separate target" by Anders Carlsson · 7 years ago
  61. 84d8ae5 Android: Use scoped java refs by Magnus Jedvert · 7 years ago
  62. bb298ac Revert "Put internal video codec factories into separate target" by Anders Carlsson · 7 years ago
  63. 4df8e1a iOS: H264 encoder crash on disabled stream by Anders Carlsson · 7 years ago
  64. 51698ae Put internal video codec factories into separate target by Anders Carlsson · 7 years ago
  65. 1212f1e Android: One JNI file per Java file by Magnus Jedvert · 7 years ago
  66. 1ece1ed Android: Allow injecting native PeerConnection. by Sami Kalliomäki · 7 years ago
  67. 0594a7c Stop using public_deps in common_video/. by Mirko Bonadei · 7 years ago
  68. e8b26cd Android: Deprecate peerconnection constraints. by Sami Kalliomäki · 7 years ago
  69. 5a7508a Fixed NPE inside org.webrtc.Camera1Session.create by Yura Yaroshevich · 7 years ago
  70. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago
  71. 401d056 Removing $rtc_libyuv_dir and removing useless dependencies on libyuv. by Mirko Bonadei · 7 years ago
  72. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  73. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  74. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  75. 20b294c Android: Re-enable videoprocessor integration tests. by Sami Kalliomäki · 7 years ago
  76. 9060eb1 Android: Generate JNI code for remaining classes in sdk/android by Magnus Jedvert · 7 years ago
  77. 6543206 Including libyuv headers using fully qualified paths. by Mirko Bonadei · 7 years ago
  78. 655e196 Android: Generate JNI code for MediaCodecVideoEncoder/Decoder by Magnus Jedvert · 7 years ago
  79. de5afcf Android: Merge peerconnectionobserver_jni and peerconnection_jni by Magnus Jedvert · 7 years ago
  80. 28c3571 Roll chromium_revision 5d9089080e..fb396f70fd (522183:522378) by Sami Kalliomäki · 7 years ago
  81. a3a92c2 Replace string type with SdpType enum by Steve Anton · 7 years ago
  82. 3863153 Android: Generate JNI code for jni_helper, RtpSender, and VideoEncoderFactory by Magnus Jedvert · 7 years ago
  83. e51f785 Stop using public_deps in pc/. by Mirko Bonadei · 7 years ago
  84. a498ae8 Stop using public_deps in system_wrappers. by Mirko Bonadei · 7 years ago
  85. 0250be5 Stop using public_deps to depend on libyuv. by Mirko Bonadei · 7 years ago
  86. 86de7e8 Add a way for RTCVideoDecoderH264 to signal decode errors. by Kári Tristan Helgason · 7 years ago
  87. ba700f6 Android: Generate JNI code for RtpReceiver and PeerConnection.Observer by Magnus Jedvert · 7 years ago
  88. b9f3f9b Make EglBase an interface. by Sami Kalliomäki · 7 years ago
  89. 9555e67 Don't create VP9 codec factories when building without VP9. by Kári Tristan Helgason · 7 years ago
  90. 86f8047 Remove all code for iOS 8 and below. by Kári Tristan Helgason · 7 years ago
  91. 51907f6 Optional: Use nullopt and implicit construction in /sdk/android/src/jni/pc by Oskar Sundbom · 7 years ago
  92. 8e28c56 Remove dependency between objc_peeerconnectionfactory_base and libvpx. by Mirko Bonadei · 7 years ago
  93. d21bf13 Optional: Use nullopt and implicit construction in /sdk/objc by Oskar Sundbom · 7 years ago
  94. bba8e9e Reland "Android: Generate JNI code for stats" by Magnus Jedvert · 7 years ago
  95. 43d069a Revert "Android: Generate JNI code for stats" by Magnus Jedvert · 7 years ago
  96. aede67a Android: Generate JNI code for stats by Magnus Jedvert · 7 years ago
  97. b874a35 Complete moving i420 out from video_frame_api. by Patrik Höglund · 7 years ago
  98. 4fa5da5 Android: Generate JNI code for MediaStreamTrack by Magnus Jedvert · 7 years ago
  99. 6a0345b Android: Generate JNI code for MediaStream by Magnus Jedvert · 7 years ago
  100. b8ff8f7 Revert "Adding -Wno-deprecated-declarations to declarations deprecated in iOS 10" by Oleh Prypin · 7 years ago