1. 5ec7e12 Added a builder class for the AudioProcessingModule. by Ivo Creusen · 7 years ago
  2. b4834b3 Removes deprecated AGC APIs from the AMD interface. by henrika · 7 years ago
  3. 442022c Roll chromium_revision a3e55aafc0..af88080e7c (525714:525964) by Autoroller · 7 years ago
  4. 1e53f8a Roll chromium_revision 747cb1afa7..a3e55aafc0 (525640:525714) + Android fix by Oleh Prypin · 7 years ago
  5. fd7df98 Fix sign-compare warnings on win_clang by Oleh Prypin · 7 years ago
  6. ad596a4 Remove unnecessary "memset". by Joachim Bauch · 7 years ago
  7. b1c1de1 Use the SDP ContentInfo helpers to avoid downcasting by Steve Anton · 7 years ago
  8. c0ed4db Remove p2p/base/sessiondescription.h forwarding header by Steve Anton · 7 years ago
  9. 7622048 Add an AudioOptions field to force software echo cancellation on iOS. by Jonathan Yu · 7 years ago
  10. 255d1cd Implement dual stream full stack test and loopback tool by Ilya Nikolaevskiy · 7 years ago
  11. c3216e1 Fix bug in PacketQueue2: prioritize the stream with the least sent data. by Ilya Nikolaevskiy · 7 years ago
  12. a40f824 Explicitly specify is_clang=false for Win MSVC bots by Oleh Prypin · 7 years ago
  13. b96d62d Revert "Make freeNativePeerConnectionObserver generic." by Sami Kalliomäki · 7 years ago
  14. 4e90919 Use generic MessageDigest class instead of MD5 / SHA-1 specific classes. by Joachim Bauch · 7 years ago
  15. 046f78c Make freeNativePeerConnectionObserver generic. by Sami Kalliomäki · 7 years ago
  16. 38a31b0 Revert "Revert "Revert "Add ProtectionBitrateCalculator as an abstract class. ProtectionBitrateCalculatorDefault implements ProtectionBitrateCalculator. Register VideoSendStream to packet feedback""" by Ying Wang · 7 years ago
  17. 718d863 Revert "Revert "Add ProtectionBitrateCalculator as an abstract class. ProtectionBitrateCalculatorDefault implements ProtectionBitrateCalculator. Register VideoSendStream to packet feedback"" by Ying Wang · 7 years ago
  18. 5d2bb36 Fix linker error when building without internal audio device. by Joachim Bauch · 7 years ago
  19. 053d9c6 Roll chromium_revision 080b22b419..747cb1afa7 (525632:525640) by Autoroller · 7 years ago
  20. 23ab809 Roll chromium_revision 9095c93718..080b22b419 (525625:525632) by Autoroller · 7 years ago
  21. f24ea50 Roll chromium_revision be456d0296..9095c93718 (525587:525625) by Autoroller · 7 years ago
  22. e4c5b6b Roll chromium_revision 492d57a1c8..be456d0296 (525570:525587) by Autoroller · 7 years ago
  23. be848f2 Roll chromium_revision 82ec604ded..492d57a1c8 (525556:525570) by Autoroller · 7 years ago
  24. b452294 Roll chromium_revision ddcdefdb64..82ec604ded (525517:525556) by Autoroller · 7 years ago
  25. 5adfafd Make ContentInfo/ContentDescription slightly more ergonomic by Steve Anton · 7 years ago
  26. f840952 Roll chromium_revision 2426e7fc0b..ddcdefdb64 (525185:525517) by Autoroller · 7 years ago
  27. 8b77aea Revert "Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator." by Lu Liu · 7 years ago
  28. 43fb912 Reland: Add Alpha Channel Support For WebRTC Unity Plugin by Qiang Chen · 7 years ago
  29. d2b912a Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator. by Seth Hampson · 7 years ago
  30. ec84107 Revert "Add Alpha Channel Support For WebRTC Unity Plugin" by Lu Liu · 7 years ago
  31. e7f769c Remove p2p/base/jseptransport.h. by Taylor Brandstetter · 7 years ago
  32. 7ed2af5 Add Alpha Channel Support For WebRTC Unity Plugin by Qiang Chen · 7 years ago
  33. 6552695 Revert "Reland "Put internal video codec factories into separate target"" by Lu Liu · 7 years ago
  34. de22a17 Removed usage of the the redundant the render alignment headroom in AEC3 by Per Åhgren · 7 years ago
  35. 60e8965 Removed the redundant functionality for the initial state in AEC3 by Per Åhgren · 7 years ago
  36. f85e31b Don't (re-)configure BitrateObserver unless already sending by Oskar Sundbom · 7 years ago
  37. 0efd1e8 Reland "Put internal video codec factories into separate target" by Anders Carlsson · 7 years ago
  38. 4b3bc0f Cleanup and simplification of the logic in the AEC3 state management by Per Åhgren · 7 years ago
  39. 84d8ae5 Android: Use scoped java refs by Magnus Jedvert · 7 years ago
  40. ec22e3f Simplified the usage of the render buffer in AEC3 by Per Åhgren · 7 years ago
  41. 2ceb646 Revert "Put internal video codec factories into separate target" by Olga Sharonova · 7 years ago
  42. 44e57be Revert "Fix circular dependency in BWE code." by Olga Sharonova · 7 years ago
  43. bb298ac Revert "Put internal video codec factories into separate target" by Anders Carlsson · 7 years ago
  44. 4df8e1a iOS: H264 encoder crash on disabled stream by Anders Carlsson · 7 years ago
  45. 51698ae Put internal video codec factories into separate target by Anders Carlsson · 7 years ago
  46. 1212f1e Android: One JNI file per Java file by Magnus Jedvert · 7 years ago
  47. 1ece1ed Android: Allow injecting native PeerConnection. by Sami Kalliomäki · 7 years ago
  48. afd8e8c Move MediaContentDescription into sessiondescription.h by Steve Anton · 7 years ago
  49. a6b3667 Roll chromium_revision 5a7643c3ef..2426e7fc0b (525137:525185) by Autoroller · 7 years ago
  50. 4ab68ee Move sessiondescription.h/cc from p2p/base to pc/ by Steve Anton · 7 years ago
  51. 36193c3 Adds active field to VideoStream struct. by Seth Hampson · 7 years ago
  52. 53d9013 Revert "Add ProtectionBitrateCalculator as an abstract class. ProtectionBitrateCalculatorDefault implements ProtectionBitrateCalculator. Register VideoSendStream to packet feedback" by Jonathan Yu · 7 years ago
  53. f32795e Updates to video config to allow changes in google3 tests, in order to not break anything. by Seth Hampson · 7 years ago
  54. 134fbcf Roll chromium_revision 227a6ffe30..5a7643c3ef (525117:525137) by Autoroller · 7 years ago
  55. 6e2e7ce Reland "Move JsepTransport from p2p/base to pc/." by Taylor Brandstetter · 7 years ago
  56. c1ccf95 Roll chromium_revision e679eb591b..227a6ffe30 (525056:525117) by Autoroller · 7 years ago
  57. 3649751 Roll chromium_revision 71279763db..e679eb591b (525039:525056) by Autoroller · 7 years ago
  58. 3da12f4 Roll chromium_revision 20e3cf9d29..71279763db (525025:525039) by Autoroller · 7 years ago
  59. 4103ac4 Roll chromium_revision e5fb71ede8..20e3cf9d29 (525011:525025) by Autoroller · 7 years ago
  60. 30bd03b Clarify NACL dependency from peerconnection API. by Patrik Höglund · 7 years ago
  61. 2f3f722 Make orphan headers message more readable. by Patrik Höglund · 7 years ago
  62. 4b9e6ba Add missing mock headers to api. by Patrik Höglund · 7 years ago
  63. 49b46e0 Added WEBRTC_VIDEO_CODEC_OK_REQUEST_KEYFRAME decoder return code. by philipel · 7 years ago
  64. 25b2ec7 Roll chromium_revision 6e55908f30..e5fb71ede8 (525006:525011) by Autoroller · 7 years ago
  65. a5b34df Adds log to track when audio recording is released on Android. by henrika · 7 years ago
  66. a6ab908 Roll chromium_revision 9a8599d2d4..6e55908f30 (524999:525006) by Autoroller · 7 years ago
  67. 0594a7c Stop using public_deps in common_video/. by Mirko Bonadei · 7 years ago
  68. 28142b2 Roll chromium_revision 2d16a62340..9a8599d2d4 (524984:524999) by Autoroller · 7 years ago
  69. e8b26cd Android: Deprecate peerconnection constraints. by Sami Kalliomäki · 7 years ago
  70. ecb5e2a Removing deprecated //api:libjingle_peerconnection. by Mirko Bonadei · 7 years ago
  71. 76df0df Add missing files to rtc_base. by Patrik Höglund · 7 years ago
  72. afb3fc3 Revert "Smoother frame dropping when screenshare_layers limits fps" by Erik Språng · 7 years ago
  73. 69c67e0 Roll chromium_revision 5f24267fd8..2d16a62340 (524970:524984) by Autoroller · 7 years ago
  74. 5a7508a Fixed NPE inside org.webrtc.Camera1Session.create by Yura Yaroshevich · 7 years ago
  75. e7a5567 Now uses AudioRecord.Builder on Android again. by henrika · 7 years ago
  76. 08279b5 Fix circular dependency in BWE code. by Patrik Höglund · 7 years ago
  77. d75c8dc Clean up duplication in APM gn file. by Patrik Höglund · 7 years ago
  78. e58e91b Add ProtectionBitrateCalculator as an abstract class. ProtectionBitrateCalculatorDefault implements ProtectionBitrateCalculator. Register VideoSendStream to packet feedback by Ying Wang · 7 years ago
  79. d6c54cd Changed linear filter error window in AEC3 to Hanning by Per Åhgren · 7 years ago
  80. 1be5559 Roll chromium_revision 8a9883b2f1..5f24267fd8 (524944:524970) by Autoroller · 7 years ago
  81. 202994c This is a recommit of by Jonas Oreland · 7 years ago
  82. 56adc12 Roll chromium_revision 56c566205c..8a9883b2f1 (524935:524944) by Autoroller · 7 years ago
  83. 870d7bd Roll chromium_revision f958ad6287..56c566205c (524925:524935) by Autoroller · 7 years ago
  84. da04916 Roll chromium_revision 542cc9b451..f958ad6287 (524884:524925) by Autoroller · 7 years ago
  85. 9106fb6 Roll chromium_revision 30b6296f5e..542cc9b451 (524839:524884) by Autoroller · 7 years ago
  86. 56664b5 Roll chromium_revision 0402541097..30b6296f5e (524809:524839) by Autoroller · 7 years ago
  87. 7411648 Remove SessionStats.proxy_to_transport by Steve Anton · 7 years ago
  88. d524751 Replace VoEBase::[Start/Stop]Playout(). by Fredrik Solenberg · 7 years ago
  89. 086c9f5 Roll chromium_revision 3335d106b1..0402541097 (524788:524809) by Autoroller · 7 years ago
  90. 2509dcb Roll chromium_revision cc394fb813..3335d106b1 (524752:524788) by Autoroller · 7 years ago
  91. 8424acd Revert "Move JsepTransport from p2p/base to pc/." by Oleh Prypin · 7 years ago
  92. 5c69f37 Roll chromium_revision 6ab3ac0ff4..cc394fb813 (524736:524752) by Autoroller · 7 years ago
  93. 4770fd9 Move JsepTransport from p2p/base to pc/. by Taylor Brandstetter · 7 years ago
  94. 593e325 Change RTCStatsCollector to only access channels from signaling thread by Steve Anton · 7 years ago
  95. 8ca5a44 Roll chromium_revision 05400aa561..6ab3ac0ff4 (524705:524736) by Autoroller · 7 years ago
  96. 67c20ae Inlined audio_processing_neon_c. by Patrik Höglund · 7 years ago
  97. b65ec39 Roll chromium_revision 41f6c8762d..05400aa561 (524668:524705) by Autoroller · 7 years ago
  98. 7634c16 Added windowing of the error signal in echo canceller 3 by Per Åhgren · 7 years ago
  99. 5825aa6 Render-side pre-processing in APM. by Alex Loiko · 7 years ago
  100. 88bc9d5 Stop using api/webrtcsdp.h. by Mirko Bonadei · 7 years ago