1. 651b92e Regenerate mock peer connection to add missing mock methods. by Jiawei Ou · 7 years ago
  2. a7a10a8 Update examples to use the new VideoCapturer interface. by Sami Kalliomäki · 6 years ago
  3. 9bb8f80 Make the default severity level of RTCCallbackLogger match the comment on its header. by Jiawei Ou · 6 years ago
  4. 1e06d88 Migrate legacy Android video codec factories. by Anders Carlsson · 6 years ago
  5. ef43aaf Fixed crash when PCF is destroyed before RTCRtpSender in ObjC by Yura Yaroshevich · 6 years ago
  6. bd216f2 Removing /wd4245 from examples/. by Mirko Bonadei · 6 years ago
  7. 4d131e4 Switch from int64 to int64_t. by Mirko Bonadei · 6 years ago
  8. b41b11b Roll chromium_revision 5ce8880baa..ef3275516a (573458:573561) by Autoroller · 6 years ago
  9. 728b9b5 Adds PeerConnectionDependencies to Java API. by Benjamin Wright · 6 years ago
  10. eed6ea4 Roll chromium_revision a467948082..5ce8880baa (573356:573458) by Autoroller · 6 years ago
  11. 99fb004 Remove a legacy DCHEC in FakeDecodeFromFile. by Minyue Li · 6 years ago
  12. 3e8cb47 Delegate WIN32_LEAN_AND_MEAN definition to the toolchain. by Mirko Bonadei · 6 years ago
  13. 478313f Roll chromium_revision a9fbefaa78..a467948082 (573255:573356) by Autoroller · 6 years ago
  14. 7219d05 Split aec and aecm into separate build targets by Sam Zackrisson · 6 years ago
  15. 4524c74 Removing /wd4703 from rtc_base:rtc_base_generic. by Mirko Bonadei · 6 years ago
  16. 5e4ef77 Add unit test for JavaToNativeVideoCodecInfo. by Rasmus Brandt · 6 years ago
  17. 08f14dd Fixed crash when PCF is destroyed before RTCRtpTranceiver in ObjC by Yura Yaroshevich · 6 years ago
  18. 42a2fc9 Support injecting custom native codecs from Java. by Rasmus Brandt · 6 years ago
  19. c75a5e8 Change test VideoProcessor kMaxBufferedInputFrames from 10 to 20. by Sami Kalliomäki · 6 years ago
  20. 1208cbb Roll chromium_revision 53ed5722bc..a9fbefaa78 (573145:573255) by Autoroller · 6 years ago
  21. d497e6b Lower TL0 bitrate to 40% for lowest stream when using short 3tl by Erik Språng · 6 years ago
  22. 0d405d4 Roll chromium_revision 8e73d7c222..53ed5722bc (573045:573145) by Autoroller · 6 years ago
  23. fb994de Roll chromium_revision f0909821f4..8e73d7c222 (572927:573045) by Autoroller · 6 years ago
  24. bf7463b Android: Update tests to use new SurfaceTextureHelper interface by Magnus Jedvert · 6 years ago
  25. 5e898d6 Stop using VideoCodec.targetBitrate for vp8 screenshare config by Erik Språng · 6 years ago
  26. 2ffafa8 Allow AGC2 level estimation in AgcManagerDirect. by Alex Loiko · 6 years ago
  27. 9a94057 Making PacketDuration always consistent with Decode in FakeDecodeFromFile. by Minyue Li · 6 years ago
  28. ed8ff64 Break out Agc code from audio_processing. by Alex Loiko · 6 years ago
  29. 57ec685 Unwrap TL0 pic index to avoid having to work with a wrapped number. by philipel · 6 years ago
  30. d39ce8d Revert "IWYU: Add <cmath> for fabsf() and powf(), switch to C++ versions" by Alessio Bazzica · 6 years ago
  31. e908790 IWYU: Add <cmath> for fabsf() and powf(), switch to C++ versions by Raphael Kubo da Costa · 6 years ago
  32. b2daaaa Update capturer/test code to use the new interface VideoCapturer. by Sami Kalliomäki · 6 years ago
  33. 05b552f Deprecate PeerConnectionFactory#createVideoSource(VideoCapturer). by Sami Kalliomäki · 6 years ago
  34. 80e7a7f Android: Output VideoFrames from SurfaceTextureHelper by Magnus Jedvert · 6 years ago
  35. 419b6dc Roll chromium_revision b2695df06e..f0909821f4 (572823:572927) by Autoroller · 6 years ago
  36. bfd44e0 Add JavaToNativeVideoCodecInfo to native API. by Rasmus Brandt · 6 years ago
  37. 282dad1 Revert "IWYU: Add <math.h> for fabsf() and powf()" by Alessio Bazzica · 6 years ago
  38. 7d47525 IWYU: Add <math.h> for fabsf() and powf() by Raphael Kubo da Costa · 6 years ago
  39. 5abfb00 Removing useless import of arm.gni by Mirko Bonadei · 6 years ago
  40. f91d70b Roll chromium_revision 39b1860428..b2695df06e (572705:572823) by Autoroller · 6 years ago
  41. b2e1765 Create separate build targets for utility/ in APM by Sam Zackrisson · 6 years ago
  42. 426d5b7 Revert "Reland "Unit test for case where the number of active and configured spatial"" by Alessio Bazzica · 6 years ago
  43. 51f4014 AEC3: Slower adaptation of main filter by Gustaf Ullberg · 6 years ago
  44. 0f5dc8b Limit input size to iSAC and iLBC decoder fuzzers by Henrik Lundin · 6 years ago
  45. 5ab67a5 Add accessors to the types in the RTPVideoTypeHeader in RTPVideoHeader. by philipel · 6 years ago
  46. 011dc64 Remove RTPTypeHeader union and use RTPVideoHeader directly. by philipel · 6 years ago
  47. c480e9d Stereo in APM fuzzer. by Alex Loiko · 6 years ago
  48. b4918da Android: Deprecated custom matrix helper functions in RendererCommon by Magnus Jedvert · 6 years ago
  49. d97b862 Field trial to initialize throughput estimate faster. by Bjorn Terelius · 6 years ago
  50. 783c6e3 Android camera: Replace custom matrix operations with android.opengl.Matrix by Magnus Jedvert · 6 years ago
  51. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  52. 431f14e Android: Remove deprecated VideoRenderer and I420Frame by Magnus Jedvert · 7 years ago
  53. 4077814 Removing /wd4334 from system_wrappers. by Mirko Bonadei · 6 years ago
  54. e144f7f Reland "Unit test for case where the number of active and configured spatial" by Michael Horowitz · 6 years ago
  55. 7b92ceb Ensure that input_frames_.size() <= kMaxBufferedInputFrames at enqueue time. by Rasmus Brandt · 7 years ago
  56. b1f48bc Roll chromium_revision fbdf9dddef..39b1860428 (572603:572705) by Autoroller · 6 years ago
  57. 9a7eddd Roll chromium_revision 1a5890105a..fbdf9dddef (572487:572603) by Autoroller · 6 years ago
  58. 451b29c Make a copy of the frame if the processing has to be posted. by Sami Kalliomäki · 6 years ago
  59. f4aeb89 Android: Handle StartRecording() failure gracefully by Magnus Jedvert · 6 years ago
  60. 641ddf2 Make rtc_event_log2text work on stdin if no input file specified by Elad Alon · 6 years ago
  61. 1f5de53 Fuzz key presses in APM by Sam Zackrisson · 6 years ago
  62. f9c2952 Removing warning suppression flags in common_audio/. by Mirko Bonadei · 6 years ago
  63. e12c1fe Removing warning suppression flags from pc/. by Mirko Bonadei · 6 years ago
  64. 36c69d5 NetEq fuzzers: Set max length in BUILD config rather than in the code by Henrik Lundin · 6 years ago
  65. 496cedf AEC3: Reverberation model: Changes on the decay estimation. by Jesús de Vicente Peña · 6 years ago
  66. cb96ad8 Add ParsedPayload::video_header() accessor. by philipel · 6 years ago
  67. d92288f Add experimental shortened 2-temporal-layer setting by Erik Språng · 6 years ago
  68. c05bd73 Limit fuzzer input size for comfort noise decoder fuzzer by Henrik Lundin · 6 years ago
  69. 265b868 Remove non-implemented function signatures from RtpFrameReferenceFinder. by philipel · 6 years ago
  70. f0e0d75 Adding CheckNoWarningSuppressionFlagsAreAdded. by Mirko Bonadei · 6 years ago
  71. ec64217 AEC3: Simplified suppression gain calculation by Gustaf Ullberg · 6 years ago
  72. 23cd45a webrtcvideoengine_unittest: Use RtpHeaderParser class for parsing rtp header. by Åsa Persson · 6 years ago
  73. b3d2119 Roll chromium_revision 79cbcdf6fb..1a5890105a (572378:572487) by Autoroller · 6 years ago
  74. 57900cb Roll chromium_revision 6df2efa531..79cbcdf6fb (572277:572378) by Autoroller · 6 years ago
  75. 4374593 Adding shampson (me) as an owner to pc/ & api/. by Seth Hampson · 6 years ago
  76. defa7a8 NetEq: Handle nested RED packets by Henrik Lundin · 6 years ago
  77. ec20710 Adding ICE configurations to the PC perf test. by Seth Hampson · 7 years ago
  78. c576213 Roll chromium_revision ce19c6d80b..6df2efa531 (572160:572277) by Autoroller · 6 years ago
  79. 13171bd Adds debug printing for congestion controllers. by Sebastian Jansson · 6 years ago
  80. d000b0a Move RTC_CHECK_OP error message construction out of header file. by Jonas Olsson · 6 years ago
  81. 588527b Add sprang@ as owner for simulcast.cc/h by Erik Språng · 6 years ago
  82. 23f71a8 Remove usage of //build/config/clang:extra_warnings. by Mirko Bonadei · 6 years ago
  83. 3bc977a Revert "Add sprang@ as owner of simulcast.cc/h" by Mirko Bonadei · 6 years ago
  84. e40b437 Discard frame self-dependency when parsing genric frame descriptor by Danil Chapovalov · 6 years ago
  85. a436bb4 Roll chromium_revision f6935ecdd2..ce19c6d80b (572058:572160) by Autoroller · 6 years ago
  86. 46f858a Fix fuzzer-found overflow in AGC1 by Sam Zackrisson · 6 years ago
  87. a8eb1e6 roll_deps: Accept any prefix (like 'git_revision:'), not only 'version:' for CIPD by Oleh Prypin · 6 years ago
  88. a3b6601 Make ReceiveSendsFromThread use Dispatch by Ishan Khot · 7 years ago
  89. 91fc422 Add sprang@ as owner of simulcast.cc/h by Erik Språng · 6 years ago
  90. b8926b0 Roll chromium_revision a1981d69db..f6935ecdd2 (571936:572058) by Autoroller · 6 years ago
  91. 98badbc Add VP9 profile negotiation to SDP by Emircan Uysaler · 7 years ago
  92. 0ea7515 Fix a bug in TurnServer that causes flakiness in webrtc_perf_tests. by Qingsi Wang · 6 years ago
  93. 312466a Roll chromium_revision c20726850b..a1981d69db (571826:571936) by Autoroller · 6 years ago
  94. 9f1de69 Add ADAPTER_TYPE_ANY in AdapterType. by Qingsi Wang · 7 years ago
  95. 6b33e60 In ULP FEC fuzzer test, make sure sequence number is not the same as previous sequence number. by Ying Wang · 6 years ago
  96. 4d01146 Prepare AGC2 for analog gain changes. by Alex Loiko · 6 years ago
  97. 5afa61c NetEq: Fold GetDecisionSpecialized into GetDecision by Henrik Lundin · 6 years ago
  98. 9f2e624 Break out NetEqEventLogInput to separate source files by Henrik Lundin · 6 years ago
  99. 64cb83b Flags and settings for AGC2 in AgcManagerDirect. by Alex Loiko · 6 years ago
  100. 5c71e74 Add AGC1-compliant fake recording device. by Alex Loiko · 6 years ago