1. 741bab0 Add Slice method to CopyOnWriteBuffer and use it in FEC code. by Ilya Nikolaevskiy · 5 years ago
  2. 85d5c19 Added RtpFrameObject ctor with no PacketBuffer pointer. by philipel · 5 years ago
  3. 2bc5558 Renaming variables in SendSideBandwidthEstimation. by Sebastian Jansson · 5 years ago
  4. ad10222 Cleanup of unused field trials and options in SendSideBandwidthEstimation by Sebastian Jansson · 5 years ago
  5. 461ee85 Cleanup of target rates in GoogCC/SendSideBandwidthEstimation. by Sebastian Jansson · 5 years ago
  6. 7bdf073 First step of adding multi-channel support to the echo subtractor by Per Åhgren · 5 years ago
  7. 0e3b1ff Moving e to comply to the rest of the stack/heap storage scheme by Per Åhgren · 5 years ago
  8. 90d6efb Revert "VP9 encoder: handle disabled layers correctly" by Ilya Nikolaevskiy · 5 years ago
  9. 7911d37 AEC3: Simplify use of SignalTransition by Gustaf Ullberg · 5 years ago
  10. 01dd885 Moves contents of bitrate_controller to goog_cc by Sebastian Jansson · 5 years ago
  11. 88fe84b VP9 encoder: handle disabled layers correctly by Ilya Nikolaevskiy · 5 years ago
  12. f34116e Replacing bandwidth adaptation trial with stable target in Opus encoder. by Sebastian Jansson · 5 years ago
  13. 74344d2 Support 2 byte payload size DTX packets in NetEq simulation. by Jakob Ivarsson · 5 years ago
  14. 9d28102 Remove deprecated method by Johannes Kron · 5 years ago
  15. af3fdc0 AEC3: Suppression filter handles multiple channels by Gustaf Ullberg · 5 years ago
  16. 1b57541 Always pass arguments to INSTANTIATE_TEST_SUITE_P. by Mirko Bonadei · 5 years ago
  17. ef14f07 Delete AudioDecoder method IncomingPacket by Niels Möller · 5 years ago
  18. 834a554 Include module_common_types.h only where needed by Niels Möller · 5 years ago
  19. f2690a1 Delete unused method SendSideBandwidthEstimation::UpdateReceiverBlock by Niels Möller · 5 years ago
  20. a99b89b AEC3: Echo remover handles multiple capture signals. by Gustaf Ullberg · 5 years ago
  21. f7457e5 Store PacketBuffer by value instead of as reference counted object by Danil Chapovalov · 5 years ago
  22. 544dfb5 Delete isac GetBandwidthInfo/SetBandwidthInfo by Niels Möller · 5 years ago
  23. ef83cc5 Add fuzzer testing for Dependency Descriptor rtp header extension by Danil Chapovalov · 5 years ago
  24. 04fd215 Cleanup passing rtp packet to ulpfec receiver. by Danil Chapovalov · 5 years ago
  25. 0cff4fc Removed unused frame_size param from RtpFrameObject ctor. by philipel · 5 years ago
  26. 48b32b7 Delete support for enabling adaptive isac mode by Niels Möller · 5 years ago
  27. b5e4785 RtpFrameObject now takes an EncodedImageBuffer in its ctor. by philipel · 5 years ago
  28. e0b3167 Delete dead code inside #ifdef WEBRTC_ISAC_FIX_NB_CALLS_ENABLED by Niels Möller · 5 years ago
  29. feee1e4 Add flag to APM to force multichannel even with AEC3 by Sam Zackrisson · 5 years ago
  30. e24557f Declare api:libjingle_peerconnection_api dependency on media:media_base by Niels Möller · 5 years ago
  31. f0be5b5 Make GetBitstream non-virtual since it is no longer needed for testing. by philipel · 5 years ago
  32. 40de3cc Propagating TargetRate struct to BitrateAllocator. by Sebastian Jansson · 5 years ago
  33. 6a09263 Delete obsolete isac "assign" api by Niels Möller · 5 years ago
  34. 76161f7 Move the call to GetBitstream out of the RtpFrameObject ctor. by philipel · 5 years ago
  35. 6ed60e3 Implement Dependency Descriptor writer by Danil Chapovalov · 5 years ago
  36. 489843f Improve trendline estimator logging. by Björn Terelius · 5 years ago
  37. 693bf1e Delete modules/rtp_rtcp local DivideRoundToNearest in favor on one in rtc_base by Danil Chapovalov · 5 years ago
  38. e607a06 Removed unused include from PacketBuffer. by philipel · 5 years ago
  39. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  40. 3d16474 in RtcpTransciever use lambdas with move capture. by Danil Chapovalov · 5 years ago
  41. f5dec1c Implement Dependency Descriptor reader by Danil Chapovalov · 5 years ago
  42. a740142 Refactor LossNotificationController to not use VCMPacket by Niels Möller · 5 years ago
  43. fcbe407 Adding more refined control over choice of band-splitting by Per Åhgren · 5 years ago
  44. eaaaf41 Introduce api/crypto/BUILD.gn. by Mirko Bonadei · 5 years ago
  45. 0a7d5d8 Set console window NOTOPMOST flag after WindowFinderTest.FindDrawerWindow on Windows by Kimmo Kinnunen · 5 years ago
  46. 3f17221 AEC3: Make RenderSignalAnalyzer multi-channel by Sam Zackrisson · 5 years ago
  47. a74e477 Deprecate legacy RtpHeaderExtensionMap::Register function by Danil Chapovalov · 5 years ago
  48. aa5a75d Embed Deceleration Target Level Offset Field Trial. by Ruslan Burakov · 5 years ago
  49. ef85f2b Clean away unused enum RtpPacketSendResult by Erik Språng · 5 years ago
  50. ca79dc6 Delete VideoReceiver2::TriggerDecoderShutdown. by Niels Möller · 5 years ago
  51. d8ac383 Delete temporary accessors in RtpDepacketizer::ParsedPayload by Danil Chapovalov · 5 years ago
  52. dc7d2c6 Backoff to acked bitrate during first overuse detection by Per Kjellander · 5 years ago
  53. ff060ee Disable AudioDeviceTest unittests under sanitizers. by Yves Gerey · 5 years ago
  54. 1af0f90 VP9 screenshare: use CONSTRAINED_FROM_ABOVE_DROP mode by Ilya Nikolaevskiy · 5 years ago
  55. 7ddea57 Add field-trial parameter to enable tests simulating a slow decoder by Johannes Kron · 5 years ago
  56. 2d7b2f5 Reland "Improve performance of RtpPacketHistory" by Erik Språng · 5 years ago
  57. 9a91161 Fixing way of printing logs because RTC_LOG() on Android has limit on printing 1024-60 characters in line. by Marin Kišić · 5 years ago
  58. 2eecfc1 Trim dependencies in modules/video_coding/ by Niels Möller · 5 years ago
  59. 16cb1f6 Stop using rtc_event.h forward header by Danil Chapovalov · 5 years ago
  60. 52f7ae7 Make NetworkStateEstimator injectable in RemoteBitrateEstimator by Per Kjellander · 5 years ago
  61. f6aa572 First step for introducing multichannel support for the AEC3 capture by Per Åhgren · 5 years ago
  62. 507f434 Reland "Make relative arrival delay mode default in NetEq delay manager." by Jakob Ivarsson · 5 years ago
  63. 3354157 Add support for 192kHz input audio sample rate. by henrika · 5 years ago
  64. 45b01c7 Delete some dead code in vcm::VideoReceiver and VCMReceiver by Niels Möller · 5 years ago
  65. fe407b7 Move code related to VideoCodingModule to its own build target by Niels Möller · 5 years ago
  66. ee84d39 AEC3: Downmix multichannel signals before delay estimation by Gustaf Ullberg · 5 years ago
  67. 9509d95 Add empty build target modules/video_coding:video_coding_legacy by Niels Möller · 5 years ago
  68. c77df78 Revert "Improve performance of RtpPacketHistory" by Qingsi Wang · 5 years ago
  69. 9e380fd Improve performance of RtpPacketHistory by Erik Språng · 5 years ago
  70. a5d952f Reland "Refactor FEC code to use COW buffers" by Ilya Nikolaevskiy · 5 years ago
  71. 4d7dac6 Remove usage of RtpRtcp::SetSSRC() in RtpRtcpImplTest by Erik Språng · 5 years ago
  72. 0987273 Add option to enable retransmission for all temporal layers in the constructor for rtp_sender_video. by Andrei Dumitru · 5 years ago
  73. f7cb16f Check input parameter in RemoteEstimatorProxy::IncomingPacket without lock by Per Kjellander · 5 years ago
  74. ee3d995 New class VideoReceiver2, a trimmed-down vcm::VideoReceiver by Niels Möller · 5 years ago
  75. e611f19 Remove completed TODOs by Sam Zackrisson · 5 years ago
  76. 30323e2 VP9 screenshare: fix incorrect assumptions on buffer contents by Ilya Nikolaevskiy · 5 years ago
  77. 2b9dba3 Implement stable rate support in SimulcastRateAllocator by Erik Språng · 5 years ago
  78. 75e2290 Rollback to strict audio codec tests for libopus on android (neon). by Yves Gerey · 5 years ago
  79. ba5f8e9 Revert "Implemented screen enumeration and selection for desktop capture under X11 using the X Resize and Rotate entension version 1.5." by Guido Urdaneta · 5 years ago
  80. e715301 Implemented screen enumeration and selection for desktop capture under X11 using the X Resize and Rotate entension version 1.5. by Trevor Hayes · 5 years ago
  81. d4e6904 AEC3: Reducing the complexity and heap usage of the adaptive filter by Per Åhgren · 5 years ago
  82. f294d26 Delete deprecated method StreamStatistician::GetStatistics by Niels Möller · 5 years ago
  83. cfb9497 Add multi-channel to FftBuffer by Sam Zackrisson · 5 years ago
  84. 5b728cc Revert "Make relative arrival delay mode default in NetEq delay manager." by Alessio Bazzica · 5 years ago
  85. f3f6159 Rename VectorBuffer->SpectrumBuffer, MatrixBuffer->BlockBuffer, BlockBuffer->Aec2BlockBuffer by Sam Zackrisson · 5 years ago
  86. 77c71d1 Make relative arrival delay mode default in NetEq delay manager. by Jakob Ivarsson · 5 years ago
  87. a81c09d Make VectorBuffer in AEC3 multi-channel by Sam Zackrisson · 5 years ago
  88. cf9cbf5 Add support for stable bitrate target in SvcRateAllocator by Erik Språng · 5 years ago
  89. 1067d31 Make the stable target rate always less or equal than the target rate by Florent Castelli · 5 years ago
  90. 77d197f Make video_capture_internal_impl publicly visible. by Mirko Bonadei · 5 years ago
  91. 3247244 Delete unused method AudioCodingModule::GetDecodingCallStatistics by Niels Möller · 5 years ago
  92. a33dc01 AEC3: Propagate the number of channels to the adaptive filters by Per Åhgren · 5 years ago
  93. 1a3859c Simplify book-keeping of lost packets by Niels Möller · 5 years ago
  94. 59e1464 Fix 28 ClangTidy - Readability findings in modules/rtp_rtcp/ by Danil Chapovalov · 5 years ago
  95. 082696e Revert "Refactor FEC code to use COW buffers" by Ilya Nikolaevskiy · 5 years ago
  96. ce202a0 Reland "Reland "Add core multi-channel pipeline in AEC3 This CL adds basic the basic pipeline to support multi-channel processing in AEC3."" by Per Åhgren · 5 years ago
  97. a837030 Split out RtpSource from libjingle_peerconnection_api by Niels Möller · 5 years ago
  98. d112c75 Revert "Reland "Add core multi-channel pipeline in AEC3 This CL adds basic the basic pipeline to support multi-channel processing in AEC3."" by Per Åhgren · 5 years ago
  99. 65024d9 Remove clock drift metric from NetEq. by Jakob Ivarsson · 5 years ago
  100. eec5fff Refactor FEC code to use COW buffers by Ilya Nikolaevskiy · 5 years ago