1. 1a2cc0a Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 6 years ago
  2. 0894214 Add Profile 2 to default supported profiles by Emircan Uysaler · 6 years ago
  3. fc9c4e8 Add Profile 2 configuration to VP9 Encoder and Decoder by Emircan Uysaler · 6 years ago
  4. 13f4c89 Revert "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 6 years ago
  5. 79abc3d Add unittest for default severity level of RTCCallbackLogger by Jiawei Ou · 6 years ago
  6. 870bca1 Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*. by Qingsi Wang · 6 years ago
  7. 6f5b0f9 Remove rtc::Optional alias and api:optional target by Danil Chapovalov · 6 years ago
  8. 9ea085a Android: Fix QueryVideoEncoder() for H264 High Profile by Magnus Jedvert · 6 years ago
  9. 3213447 Actually input packets into the PacketBuffer. by philipel · 6 years ago
  10. 9cb5d5f Reland "IWYU: Add <cmath> for fabsf() and powf(), switch to C++ versions" by Alessio Bazzica · 6 years ago
  11. 7561c21 Android: Honor disabling legacy video HW codec acceleration by Magnus Jedvert · 6 years ago
  12. 71729eb Fix fuzzer-found flow-over in AGC1 by Sam Zackrisson · 6 years ago
  13. 5a61967 Removing -Wno-microsoft-extra-qualification. by Mirko Bonadei · 6 years ago
  14. 5640f5a Removing rtc_unittests warning suppression flags. by Mirko Bonadei · 6 years ago
  15. 3e603ec Remove -Wno-sign-compare, -Wno-unused-variable and -Wno-format. by Mirko Bonadei · 6 years ago
  16. 1a4746a Change RTPVideoTypeHeader to absl::variant and move RTPVideoHeader into its own h/cc file. by philipel · 6 years ago
  17. d4c5d63 Moves VideoAnalyzer class to a separate file. by Sebastian Jansson · 6 years ago
  18. bed801e Removes unnecessary destructor checks in tests. by Sebastian Jansson · 6 years ago
  19. 23402b2 Roll chromium_revision ef3275516a..916138ba7e (573561:573665) by Autoroller · 6 years ago
  20. 651b92e Regenerate mock peer connection to add missing mock methods. by Jiawei Ou · 6 years ago
  21. a7a10a8 Update examples to use the new VideoCapturer interface. by Sami Kalliomäki · 6 years ago
  22. 9bb8f80 Make the default severity level of RTCCallbackLogger match the comment on its header. by Jiawei Ou · 6 years ago
  23. 1e06d88 Migrate legacy Android video codec factories. by Anders Carlsson · 6 years ago
  24. ef43aaf Fixed crash when PCF is destroyed before RTCRtpSender in ObjC by Yura Yaroshevich · 6 years ago
  25. bd216f2 Removing /wd4245 from examples/. by Mirko Bonadei · 6 years ago
  26. 4d131e4 Switch from int64 to int64_t. by Mirko Bonadei · 6 years ago
  27. b41b11b Roll chromium_revision 5ce8880baa..ef3275516a (573458:573561) by Autoroller · 6 years ago
  28. 728b9b5 Adds PeerConnectionDependencies to Java API. by Benjamin Wright · 6 years ago
  29. eed6ea4 Roll chromium_revision a467948082..5ce8880baa (573356:573458) by Autoroller · 6 years ago
  30. 99fb004 Remove a legacy DCHEC in FakeDecodeFromFile. by Minyue Li · 6 years ago
  31. 3e8cb47 Delegate WIN32_LEAN_AND_MEAN definition to the toolchain. by Mirko Bonadei · 6 years ago
  32. 478313f Roll chromium_revision a9fbefaa78..a467948082 (573255:573356) by Autoroller · 6 years ago
  33. 7219d05 Split aec and aecm into separate build targets by Sam Zackrisson · 6 years ago
  34. 4524c74 Removing /wd4703 from rtc_base:rtc_base_generic. by Mirko Bonadei · 6 years ago
  35. 5e4ef77 Add unit test for JavaToNativeVideoCodecInfo. by Rasmus Brandt · 6 years ago
  36. 08f14dd Fixed crash when PCF is destroyed before RTCRtpTranceiver in ObjC by Yura Yaroshevich · 6 years ago
  37. 42a2fc9 Support injecting custom native codecs from Java. by Rasmus Brandt · 6 years ago
  38. c75a5e8 Change test VideoProcessor kMaxBufferedInputFrames from 10 to 20. by Sami Kalliomäki · 6 years ago
  39. 1208cbb Roll chromium_revision 53ed5722bc..a9fbefaa78 (573145:573255) by Autoroller · 6 years ago
  40. d497e6b Lower TL0 bitrate to 40% for lowest stream when using short 3tl by Erik Språng · 6 years ago
  41. 0d405d4 Roll chromium_revision 8e73d7c222..53ed5722bc (573045:573145) by Autoroller · 6 years ago
  42. fb994de Roll chromium_revision f0909821f4..8e73d7c222 (572927:573045) by Autoroller · 6 years ago
  43. bf7463b Android: Update tests to use new SurfaceTextureHelper interface by Magnus Jedvert · 6 years ago
  44. 5e898d6 Stop using VideoCodec.targetBitrate for vp8 screenshare config by Erik Språng · 6 years ago
  45. 2ffafa8 Allow AGC2 level estimation in AgcManagerDirect. by Alex Loiko · 6 years ago
  46. 9a94057 Making PacketDuration always consistent with Decode in FakeDecodeFromFile. by Minyue Li · 6 years ago
  47. ed8ff64 Break out Agc code from audio_processing. by Alex Loiko · 6 years ago
  48. 57ec685 Unwrap TL0 pic index to avoid having to work with a wrapped number. by philipel · 6 years ago
  49. d39ce8d Revert "IWYU: Add <cmath> for fabsf() and powf(), switch to C++ versions" by Alessio Bazzica · 6 years ago
  50. e908790 IWYU: Add <cmath> for fabsf() and powf(), switch to C++ versions by Raphael Kubo da Costa · 6 years ago
  51. b2daaaa Update capturer/test code to use the new interface VideoCapturer. by Sami Kalliomäki · 6 years ago
  52. 05b552f Deprecate PeerConnectionFactory#createVideoSource(VideoCapturer). by Sami Kalliomäki · 6 years ago
  53. 80e7a7f Android: Output VideoFrames from SurfaceTextureHelper by Magnus Jedvert · 6 years ago
  54. 419b6dc Roll chromium_revision b2695df06e..f0909821f4 (572823:572927) by Autoroller · 6 years ago
  55. bfd44e0 Add JavaToNativeVideoCodecInfo to native API. by Rasmus Brandt · 6 years ago
  56. 282dad1 Revert "IWYU: Add <math.h> for fabsf() and powf()" by Alessio Bazzica · 6 years ago
  57. 7d47525 IWYU: Add <math.h> for fabsf() and powf() by Raphael Kubo da Costa · 6 years ago
  58. 5abfb00 Removing useless import of arm.gni by Mirko Bonadei · 6 years ago
  59. f91d70b Roll chromium_revision 39b1860428..b2695df06e (572705:572823) by Autoroller · 6 years ago
  60. b2e1765 Create separate build targets for utility/ in APM by Sam Zackrisson · 6 years ago
  61. 426d5b7 Revert "Reland "Unit test for case where the number of active and configured spatial"" by Alessio Bazzica · 6 years ago
  62. 51f4014 AEC3: Slower adaptation of main filter by Gustaf Ullberg · 6 years ago
  63. 0f5dc8b Limit input size to iSAC and iLBC decoder fuzzers by Henrik Lundin · 6 years ago
  64. 5ab67a5 Add accessors to the types in the RTPVideoTypeHeader in RTPVideoHeader. by philipel · 6 years ago
  65. 011dc64 Remove RTPTypeHeader union and use RTPVideoHeader directly. by philipel · 6 years ago
  66. c480e9d Stereo in APM fuzzer. by Alex Loiko · 6 years ago
  67. b4918da Android: Deprecated custom matrix helper functions in RendererCommon by Magnus Jedvert · 6 years ago
  68. d97b862 Field trial to initialize throughput estimate faster. by Bjorn Terelius · 6 years ago
  69. 783c6e3 Android camera: Replace custom matrix operations with android.opengl.Matrix by Magnus Jedvert · 6 years ago
  70. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  71. 431f14e Android: Remove deprecated VideoRenderer and I420Frame by Magnus Jedvert · 6 years ago
  72. 4077814 Removing /wd4334 from system_wrappers. by Mirko Bonadei · 6 years ago
  73. e144f7f Reland "Unit test for case where the number of active and configured spatial" by Michael Horowitz · 6 years ago
  74. 7b92ceb Ensure that input_frames_.size() <= kMaxBufferedInputFrames at enqueue time. by Rasmus Brandt · 6 years ago
  75. b1f48bc Roll chromium_revision fbdf9dddef..39b1860428 (572603:572705) by Autoroller · 6 years ago
  76. 9a7eddd Roll chromium_revision 1a5890105a..fbdf9dddef (572487:572603) by Autoroller · 6 years ago
  77. 451b29c Make a copy of the frame if the processing has to be posted. by Sami Kalliomäki · 6 years ago
  78. f4aeb89 Android: Handle StartRecording() failure gracefully by Magnus Jedvert · 6 years ago
  79. 641ddf2 Make rtc_event_log2text work on stdin if no input file specified by Elad Alon · 6 years ago
  80. 1f5de53 Fuzz key presses in APM by Sam Zackrisson · 6 years ago
  81. f9c2952 Removing warning suppression flags in common_audio/. by Mirko Bonadei · 6 years ago
  82. e12c1fe Removing warning suppression flags from pc/. by Mirko Bonadei · 6 years ago
  83. 36c69d5 NetEq fuzzers: Set max length in BUILD config rather than in the code by Henrik Lundin · 6 years ago
  84. 496cedf AEC3: Reverberation model: Changes on the decay estimation. by Jesús de Vicente Peña · 6 years ago
  85. cb96ad8 Add ParsedPayload::video_header() accessor. by philipel · 6 years ago
  86. d92288f Add experimental shortened 2-temporal-layer setting by Erik Språng · 6 years ago
  87. c05bd73 Limit fuzzer input size for comfort noise decoder fuzzer by Henrik Lundin · 6 years ago
  88. 265b868 Remove non-implemented function signatures from RtpFrameReferenceFinder. by philipel · 6 years ago
  89. f0e0d75 Adding CheckNoWarningSuppressionFlagsAreAdded. by Mirko Bonadei · 6 years ago
  90. ec64217 AEC3: Simplified suppression gain calculation by Gustaf Ullberg · 6 years ago
  91. 23cd45a webrtcvideoengine_unittest: Use RtpHeaderParser class for parsing rtp header. by Åsa Persson · 6 years ago
  92. b3d2119 Roll chromium_revision 79cbcdf6fb..1a5890105a (572378:572487) by Autoroller · 6 years ago
  93. 57900cb Roll chromium_revision 6df2efa531..79cbcdf6fb (572277:572378) by Autoroller · 6 years ago
  94. 4374593 Adding shampson (me) as an owner to pc/ & api/. by Seth Hampson · 6 years ago
  95. defa7a8 NetEq: Handle nested RED packets by Henrik Lundin · 6 years ago
  96. ec20710 Adding ICE configurations to the PC perf test. by Seth Hampson · 6 years ago
  97. c576213 Roll chromium_revision ce19c6d80b..6df2efa531 (572160:572277) by Autoroller · 6 years ago
  98. 13171bd Adds debug printing for congestion controllers. by Sebastian Jansson · 6 years ago
  99. d000b0a Move RTC_CHECK_OP error message construction out of header file. by Jonas Olsson · 6 years ago
  100. 588527b Add sprang@ as owner for simulcast.cc/h by Erik Språng · 6 years ago