1. a5c735f Fixed observer unsubscribtion in RTCRtpReceiver. by Yura Yaroshevich · 7 years ago
  2. 415920b Return correct subtype from RTCRtpSender/Receiver track. by Yura Yaroshevich · 7 years ago
  3. 0611065 Update JavaI420Buffer.allocate to use native allocations. by Sami Kalliomäki · 7 years ago
  4. db53f8e Add configurable STUN binding request interval. by Qingsi Wang · 7 years ago
  5. 0dd1b0a Revert "Revert "Enables PeerConnectionFactory using external fec controller"" by Ying Wang · 7 years ago
  6. 0bc9c7d Fixes for building without SW codecs after GN changes. by Anders Carlsson · 7 years ago
  7. d68956d sdk:metal_objc should be publicly visible. by Mirko Bonadei · 7 years ago
  8. 99bf77c Fix issues found by gn check. by Kári Tristan Helgason · 7 years ago
  9. ad148a3 Add native API for creating AndroidNetworkMonitorFactory. by Sami Kalliomäki · 7 years ago
  10. 0073301 Revert "Enables PeerConnectionFactory using external fec controller" by Taylor Brandstetter · 7 years ago
  11. 4f07bdb Enables PeerConnectionFactory using external fec controller by Ying Wang · 7 years ago
  12. 2bde850 Fix memory leak in NativeToJavaVideoFrame. by Sami Kalliomäki · 7 years ago
  13. db6145f Fix bug in reporting decode errors in VideoToolbox by Kári Tristan Helgason · 7 years ago
  14. 8366e17 Rename Call::Config to CallConfig, keep old name as alias. by Niels Möller · 7 years ago
  15. 4feb204 Fix rendering on an iPhone X's tall screen. by JT Teh · 7 years ago
  16. fa6a283 Add wrapper for VideoSink and VideoFrame to Android native_api. by Jonathan Yu · 7 years ago
  17. 0d3c9a3 Delete RTCAVFoundationVideoSource and related classes. by Kári Tristan Helgason · 7 years ago
  18. 78498cf Implements JavaToNativeStringMap and adds tests for native API. by Sami Kalliomäki · 7 years ago
  19. 8e545ee Revert "Use SRTP_AES128_CM_SHA1_80 by default instead of SRTP_AES128_CM_SHA1_32." by Tommi · 7 years ago
  20. d0dd90b New java ScalingSettings constructors. by Niels Möller · 7 years ago
  21. 6780c51 Use SRTP_AES128_CM_SHA1_80 by default instead of SRTP_AES128_CM_SHA1_32. by Joachim Bauch · 7 years ago
  22. 11c51dd Update documentation for VideoEncoder.Callback#onEncodedImage. by Sami Kalliomäki · 7 years ago
  23. 95a5f00 Update HWVideoEncoder to reuse codec buffer instead of copying the data. by Sami Kalliomäki · 7 years ago
  24. 1e06289 Delete macro RTC_ACCESS_ON, replaced by RTC_GUARDED_BY. by Niels Möller · 7 years ago
  25. 740f8e7 Android: Fix a race condition in VideoDecoderWrapper. by Sami Kalliomäki · 7 years ago
  26. 2870b0a Expose a link-local network interfaces enumeration option by Daniel Lazarenko · 7 years ago
  27. c974b4b Remove corevideoframebuffer target. by Anders Carlsson · 7 years ago
  28. 28e7107 Only allow MediaTek H264 HW Codec for O_MR1 or later by Alex Leung · 7 years ago
  29. 7092368 Fix race condition in cleanup of old frame records. by Jonathan Yu · 7 years ago
  30. 824ef89 Remove old copies of C++ codec factory wrappers. by Anders Carlsson · 7 years ago
  31. debbc78 Use correct presentationTimestampUs for VideoFrames in old encoder. by Sami Kalliomäki · 7 years ago
  32. 682dc61 Conclude VideoFrame emit fieldtrial. by Sami Kalliomäki · 7 years ago
  33. 970b088 Reland "Break up rtc_event_log_api to solve circular dependencies." by Qingsi Wang · 7 years ago
  34. 9a5c6f8 Add the network preference to RTCConfiguration. by Qingsi Wang · 7 years ago
  35. 3ff50fb Create experimental Obj-C++ API. by Anders Carlsson · 7 years ago
  36. 28dbf97 Fixing warnings in public iOS SDK headers. by Peter Hanspers · 7 years ago
  37. dff3102 Reorganize code in java_types to logical groups. by Sami Kalliomäki · 7 years ago
  38. 75df728 Revert "Break up rtc_event_log_api to solve circular dependencies." by Mirko Bonadei · 7 years ago
  39. 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
  40. dd8c165 Enable building WebRTC without built-in software codecs by Anders Carlsson · 7 years ago
  41. 001546d Break up rtc_event_log_api to solve circular dependencies. by Qingsi Wang · 7 years ago
  42. 607f464 Remove ThreadUtils.waitUninterruptibly. by Sami Kalliomäki · 7 years ago
  43. 82f96e6 Create an experimental Android NDK. by Sami Kalliomäki · 7 years ago
  44. 88a0c4a Never use surface mode in MediaCodecVideoEncoder if egl_context_ is null. by Sami Kalliomäki · 7 years ago
  45. ba37b4b Change return type of RtpSenderInterface::SetParameters from bool to RTCError by Zach Stein · 7 years ago
  46. 63e83c7 Forward fix jni_generator_helper.h. by Mirko Bonadei · 7 years ago
  47. 1d7ecd2 Rename a few MediaConfig::Video flags for consistency. by Niels Möller · 7 years ago
  48. e93de5f Update libwebrtc to use dist_jar instead of custom java8_dist_jar. by Sami Kalliomäki · 7 years ago
  49. 75db552 Add VideoSink interface to VideoFileRenderer. by Sami Kalliomäki · 7 years ago
  50. 4418376 iOS: Move the fallback logic to the initWithNative… initializer. by Anders Carlsson · 7 years ago
  51. 848f31e Removing "initialized lambda captures" (C++14 feature). by Mirko Bonadei · 7 years ago
  52. 5b6891a Add MediaTek H264 and VP8 HW Codec Support with field trial by Alex Leung · 7 years ago
  53. 565e3e0 iOS: Fall back to legacy video codec factory if injecting nil. by Anders Carlsson · 7 years ago
  54. e7dd83f Add tests for starting and stopping RTCCameraVideoCapturer. by Anders Carlsson · 7 years ago
  55. 2ffe3e8 Reland Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
  56. c1094eb Revert "Use runtime enabled features API to enable dual stream mode" by Lu Liu · 7 years ago
  57. 6f011df Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
  58. a8b7c7f Move remaining traces of VoiceEngine by Fredrik Solenberg · 7 years ago
  59. e662d0e Extend Android SDK to enable adding custom PortAllocator by Jonas Oreland · 7 years ago
  60. 6f247e9 Add a method for getting the native factory from PeerConnectionFactory. by Sami Kalliomäki · 7 years ago
  61. c4f18fe Expose peerconnection_jni publicly until we have a proper NDK. by Sami Kalliomäki · 7 years ago
  62. e78824e Suppress ErrorProne StringSplitter warnings by Oleh Prypin · 7 years ago
  63. dc6b477 Generate iOS framework umbrella header. by Anders Carlsson · 7 years ago
  64. ce5c19a Move ownership of PeerConnectionObserver from Java to C++. by Sami Kalliomäki · 7 years ago
  65. d9b64cd Fixing some of the issues found by clang static analyzer. by Peter Hanspers · 7 years ago
  66. f707186 Reland "Reland "Add completion callbacks to RTCCameraVideoCapturer start/stop operations"" by Anders Carlsson · 7 years ago
  67. 0a52f1d Revert "Reland "Add completion callbacks to RTCCameraVideoCapturer start/stop operations"" by Erik Språng · 7 years ago
  68. 24e7a59 Reland "Add completion callbacks to RTCCameraVideoCapturer start/stop operations" by Anders Carlsson · 7 years ago
  69. 75baa49 Stop using public_deps in media/. by Mirko Bonadei · 7 years ago
  70. 02879f9 Reland "Make freeNativePeerConnectionObserver generic." by Sami Kalliomäki · 7 years ago
  71. 34814c7 Stop using public_deps in api/. by Mirko Bonadei · 7 years ago
  72. aa6b24f Delete DefaultAudioProcessingFactory in the Java layer by Sam Zackrisson · 7 years ago
  73. a7f2d84 Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" by Per Kjellander · 7 years ago
  74. 77a47e0 Handle any exception in Camera.setPreviewTexture. by Yura Yaroshevich · 7 years ago
  75. c73e1f4 Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"" by Per Kjellander · 7 years ago
  76. b84a909 Revert "Add completion callbacks to RTCCameraVideoCapturer start/stop operations" by Erik Språng · 7 years ago
  77. 588c548 GN rtc_* templates: Set default visibility to webrtc_root + "/*" by Karl Wiberg · 7 years ago
  78. 84804b0 Make getNativePeerConnection public. by Sami Kalliomäki · 7 years ago
  79. e23a9e8 Add completion callbacks to RTCCameraVideoCapturer start/stop operations by Gustavo Garcia · 7 years ago
  80. 8020ae8 Adding test to check for c++ in framework headers. by Peter Hanspers · 7 years ago
  81. 62337e5 Use AudioProcessingBuilder everywhere AudioProcessing is created. by Ivo Creusen · 7 years ago
  82. 730add8 Fix release shader resources in the right OpenGL context by Gustavo Garcia · 7 years ago
  83. 99175c6 Add untracked headers to video_coding. by Patrik Höglund · 7 years ago
  84. a114c88 Reland "Reland "Reland "Put internal video codec factories into separate target""" by Anders Carlsson · 7 years ago
  85. f641687 Forward fixing WebRTC to compile with Android NDK r16. by Mirko Bonadei · 7 years ago
  86. 2767632 Expose RTCDtmfSender API via RTCRtpSender in ObjC SDK. by Yura Yaroshevich · 7 years ago
  87. bf56712 Exposed setOptions via RTCPeerConnectionFactory by Yura Yaroshevich · 7 years ago
  88. be214a2 Move videosinkinterface.h to common_video to solve a circular dep. by Patrik Höglund · 7 years ago
  89. 0e894c3 Update NetworkMonitor so that it can be started from java code. by Honghai Zhang · 7 years ago
  90. 0942b36 Revert "Reland "Reland "Put internal video codec factories into separate target""" by Anders Carlsson · 7 years ago
  91. 727b7d0 Reland "Reland "Put internal video codec factories into separate target"" by Anders Carlsson · 7 years ago
  92. 97cb448 Update Webrtc to new AudioProcessing API. by Alex Loiko · 7 years ago
  93. 1e53f8a Roll chromium_revision 747cb1afa7..a3e55aafc0 (525640:525714) + Android fix by Oleh Prypin · 7 years ago
  94. b96d62d Revert "Make freeNativePeerConnectionObserver generic." by Sami Kalliomäki · 7 years ago
  95. 046f78c Make freeNativePeerConnectionObserver generic. by Sami Kalliomäki · 7 years ago
  96. 6552695 Revert "Reland "Put internal video codec factories into separate target"" by Lu Liu · 7 years ago
  97. 0efd1e8 Reland "Put internal video codec factories into separate target" by Anders Carlsson · 7 years ago
  98. 84d8ae5 Android: Use scoped java refs by Magnus Jedvert · 7 years ago
  99. bb298ac Revert "Put internal video codec factories into separate target" by Anders Carlsson · 7 years ago
  100. 4df8e1a iOS: H264 encoder crash on disabled stream by Anders Carlsson · 7 years ago