1. 84be511 Replace the remaining scoped_ptr with unique_ptr in webrtc/modules/ by kwiberg · 8 years ago
  2. 90c335a Delete unused methods of the VideoProcessing class. And fix a typo. by nisse · 8 years ago
  3. 8833f85 NetEq: Correcting a mistake in NetEqImplTest by henrik.lundin · 8 years ago
  4. 58f2bd9 Fixing the interaction between codec bitrate limit and "b=AS". by Taylor Brandstetter · 8 years ago
  5. d6b9d77 Fix producer_fec_fuzzer. by Peter Boström · 8 years ago
  6. 53edac6 Report dropped frames from codec thread. by Peter Boström · 8 years ago
  7. 7389436 Remove VCMQmRobustness. by Peter Boström · 8 years ago
  8. 55a401e Move BitrateAdjuster into common_video by emircan · 8 years ago
  9. 1d9061e NetEq: Dependency injection through one struct instead of many params by henrik.lundin · 8 years ago
  10. 52d4e6b Revert of Replace the remaining scoped_ptr with unique_ptr in webrtc/modules/ (patchset #1 id:40001 of https://codereview.webrtc.org/1921233002/ ) by terelius · 8 years ago
  11. 5262bac Disable flaky test on msan by terelius · 8 years ago
  12. 2c27a06 Replace the remaining scoped_ptr with unique_ptr in webrtc/modules/ by kwiberg · 8 years ago
  13. 1c7fdd8 Remove calls to ScopedToUnique and UniqueToScoped by kwiberg · 8 years ago
  14. 4485ffb #include "webrtc/base/constructormagic.h" where appropriate by kwiberg · 8 years ago
  15. 84f8cd6 NetEq: Use TickTimer in PacketBuffer by henrik.lundin · 8 years ago
  16. d29005e NetEq: Silence a few unexpected mock calls in NetEqImplTest by henrik.lundin · 8 years ago
  17. 8c011e5 Simple lint fixes by terelius · 8 years ago
  18. b67aba8 Add missing include to x11windowpicker.cc by jbauch · 8 years ago
  19. d98d457 Remove "This file includes unit tests" comments. by Peter Boström · 8 years ago
  20. 3c6eac2 Remove QualityScaler framerate reduction. by Peter Boström · 8 years ago
  21. d486dc1 Remove some TSan deadlock suppressions. by Peter Boström · 8 years ago
  22. 555604a Replace scoped_ptr with unique_ptr in webrtc/base/ by jbauch · 8 years ago
  23. 4e7f6c1 Add proper dependencies for webrtc/modules/audio_coding/codecs by kjellander · 8 years ago
  24. ba5ea44 Make rtc::scoped_ptr a type alias for std::unique_ptr by kwiberg · 8 years ago
  25. 9cb23a3 Stop preemptively generating an RSA key pair. by Taylor Brandstetter · 8 years ago
  26. 6650d6d Fix an issue in external VNR when width or height not divisible by 16. by jackychen · 8 years ago
  27. 1d4a4b9 Create new webrtc/sdk subdirectory. by tkchin · 8 years ago
  28. ed9b3a2 Roll chromium_revision e5b8b2832f..2a03e86fcf (389436:389507) by kjellander · 8 years ago
  29. b05f994 Revert of Delete cricket::VideoFrame methods GetYPlane and GetYPitch. (patchset #5 id:80001 of https://codereview.webrtc.org/1901973002/ ) by terelius · 8 years ago
  30. ed49721 Add a TickTimer object to NetEqImpl by henrik.lundin · 8 years ago
  31. 1c27c6b Delete cricket::VideoFrame methods GetYPlane and GetYPitch. by nisse · 8 years ago
  32. 97ba30e Convert CNG into C++ and remove it from AudioDecoder by ossu · 8 years ago
  33. f55f58d Revert of Enable video processing unittest to take video clips as param. (patchset #1 id:1 of https://codereview.webrtc.org/1907353004/ ) by terelius · 8 years ago
  34. e0a7845 Roll chromium_revision f8d5ba9e27..e5b8b2832f (389402:389436) by kjellander · 8 years ago
  35. e6cd03d Add logging of supported video codecs. by Peter Boström · 8 years ago
  36. 037ee92 Fix test.gyp dependency. by nisse · 8 years ago
  37. c0e58a3 Move receive RtpRtcp ownership from ViEChannel to ViEReceiver. by mflodman · 8 years ago
  38. 6d94e52 Enable video processing unittest to take video clips as param. by jackychen · 8 years ago
  39. b1f1406 GN: Refactor webrtc/base/BUILD.gn by kjellander · 8 years ago
  40. 84ba8b6 GN: Fix dependency for rtc_base_approved by kjellander · 8 years ago
  41. c23bf2e Disable failing modules_unittests for UBSan. by kjellander@webrtc.org · 8 years ago
  42. 65440fb Roll chromium_revision 882abee9ed..f8d5ba9e27 (388532:389402) by kjellander · 8 years ago
  43. 1d2dbdb Fix dependencies on mac in tools/BUILD.gn. by Tommi · 8 years ago
  44. 09ca02e Replace use of GetMacOSStatusErrorString (deprecated) with use of NSOSStatusErrorDomain. by Tommi · 8 years ago
  45. 809dcb4 Modify ScreenCaptureFrameQueue into a template by zijiehe · 8 years ago
  46. 8053f79 Add a new TickTimer class to NetEq by henrik.lundin · 8 years ago
  47. 4311ba5 Refactored CL for moving the output to a separate thread. by terelius · 8 years ago
  48. 1086ed6 Disable SwitchesToASTThenBackToTOFForVideo test completely. by deadbeef · 8 years ago
  49. cc4fdde Move bind.h to rtc_base_approved. by Tommi · 8 years ago
  50. 0b25072 Use vcm::VideoReceiver on the receive side. by Peter Boström · 8 years ago
  51. 845afa8 Update PlatformThread to support a couple of new properties. by tommi · 8 years ago
  52. d98cf1f New peerconnection test case, for video stream forwarding. by nisse · 8 years ago
  53. fb8fc53 Improve the behavior when the BWE times out and when we have too little data to determine the incoming bitrate. by Stefan Holmer · 8 years ago
  54. 4fb3d2b Add defaulted move constructors for some types that just got copy constructors by kwiberg · 8 years ago
  55. 7bc7c06 Revert of Remove the rtc_relative_path GYP variable and similar defines (patchset #1 id:1 of https://codereview.webrtc.org/1903553003/ ) by kjellander · 8 years ago
  56. e19cf59 Remove the rtc_relative_path GYP variable and similar defines by kjellander · 8 years ago
  57. 7169bda Update default parameters in screenshare_loopback test by sprang · 8 years ago
  58. de3b029 Add links for base/third_party/libevent from Chrome. by tommi · 8 years ago
  59. e8be6ff Add last error to fatal error messages. by tommi · 8 years ago
  60. bfde543 Audio Coding Module: Use separate instances for 16 kHz and 32 kHz iSAC decoder by kwiberg · 8 years ago
  61. bcc6dbb DecoderDatabase::DecoderInfo: Remove unused member variable rtp_sample_rate_hz by kwiberg · 8 years ago
  62. dcd730f Enable VP9 HW encoder on Exynos devices. by Alex Glaznev · 8 years ago
  63. 4d7bc24 Fix valgrind complaint on uninitialized value by isheriff · 8 years ago
  64. 1bcb8f0 Revert of Modify ScreenCaptureFrameQueue into a template (patchset #10 id:170001 of https://codereview.webrtc.org/1902323002/ ) by torbjorng · 8 years ago
  65. 34cad48 Modify ScreenCaptureFrameQueue into a template by zijiehe · 8 years ago
  66. 6acd9f4 Cleanup webrtc/modules/desktop_capture by sergeyu · 8 years ago
  67. cd5c25c Use vcm::VideoSender in ViEEncoder. by Peter Boström · 8 years ago
  68. 2b67078 Cleaning up AEC metrics. by minyue · 8 years ago
  69. 512663b Roll chromium_revision fcbfda57b7..882abee9ed (388458:388532) by kjellander · 8 years ago
  70. 0cd086b Adding codecs to the RtpParameters returned by an RtpSender. by Taylor Brandstetter · 8 years ago
  71. 8556c48 Add flag for external VNR rectangle diagnostics on NEON. by jackychen · 8 years ago
  72. eb3603b Don't always downsample to 16kHz in the reverse stream in APM by aluebs · 8 years ago
  73. 0a2c054 Fix the issue of undefined-shift in VP8GetBit. by jackychen · 8 years ago
  74. 3bc9566 Prevents a segfault in the noise suppression code on ARMv7 with NEON instructions and Mips platforms. by ivoc · 8 years ago
  75. d1f584b Fix flake in TwoStreamsSendAndReceive. by Peter Boström · 8 years ago
  76. 9b2119b Reland of Use initial bitrates for software VP8. (patchset #1 id:1 of https://codereview.webrtc.org/1898183002/ ) by pbos · 8 years ago
  77. 14fe708 Reland of Initialize/configure video encoders asychronously. (patchset #1 id:1 of https://codereview.webrtc.org/1821983002/ ) by pbos · 8 years ago
  78. 40bebd3 Remove root dir from protoc.gypi include paths. by kjellander · 8 years ago
  79. 1edb7ab RtpPacket class introduced. by danilchap · 8 years ago
  80. 2ddf093 Fix missing-break-fallthrough warning. by Peter Boström · 8 years ago
  81. 02b3d27 Reland of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #1 id:1 of https://codereview.webrtc.org/1903193002/ ) by kjellander · 8 years ago
  82. a261e61 Revert of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #5 id:80001 of https://codereview.webrtc.org/1897233002/ ) by kjellander · 8 years ago
  83. 049da04 Roll chromium_revision 21934f358a..fcbfda57b7 (388405:388458) by kjellander · 8 years ago
  84. c7fe3c2 Delete method webrtc::VideoFrame::Reset. by nisse · 8 years ago
  85. 1a0c461 Fix compilation of rtc_base_objc on iOS when building as part of Chromium. by sdefresne · 8 years ago
  86. f413933 Convert Vp8 Rtp headers to frame references. by philipel · 8 years ago
  87. f5d55aa Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. by perkj · 8 years ago
  88. 24ebc44 MediaCodecVideoEncoder: Add QP stats to Encoded callback for VP8. by asapersson · 8 years ago
  89. 80381aa Roll chromium_revision 61ed337cfe..21934f358a (388120:388405) by kjellander · 8 years ago
  90. 0a1bc53 Update prflx candidates' generation when setting ICE credentials. by Taylor Brandstetter · 8 years ago
  91. 0e533ef Update the call when the network route changes by Honghai Zhang · 8 years ago
  92. 8b577ed Mark public ObjC APIs as explicitly visible. by tkchin · 8 years ago
  93. 5aa2d34 Revert of Use initial bitrates for software VP8. (patchset #3 id:40001 of https://codereview.webrtc.org/1893313002/ ) by kjellander · 8 years ago
  94. fdca669 Potential division by zero in RtpToNtpMs() in rtp_to_ntp.cc. by asapersson · 8 years ago
  95. e1da27e Use initial bitrates for software VP8. by Peter Boström · 8 years ago
  96. cc23b7c Delete unused methods SetStartImage and SetTimeoutImage. by nisse · 8 years ago
  97. ba7dc72 Add rotation to EncodedImage and make sure it is passed through encoders. by Per · 8 years ago
  98. 0fa0a97 NetEq: Simplify DecoderDatabase::DecoderInfo by kwiberg · 8 years ago
  99. f366966 Removed the issue with the leading semicolon in the audio by peah · 8 years ago
  100. ee6e427 Fixed undefined shift in parsing Tmmbr, Tmmbn and Remb by Danil Chapovalov · 8 years ago