1. 35cf9e7 Replaces static modifier functions in AudioSendStream. by Sebastian Jansson · 5 years ago
  2. db0b3bc Roll chromium_revision 35431c5114..10156469d6 (703133:703248) by chromium-webrtc-autoroll · 5 years ago
  3. b441acf AEC3: Add support in the echo subtractor for handling multiple channels by Per Åhgren · 5 years ago
  4. d21db5d Roll chromium_revision e2b55cc552..35431c5114 (703005:703133) by chromium-webrtc-autoroll · 5 years ago
  5. 0e0a04c Roll chromium_revision b5ead1daa2..e2b55cc552 (702047:703005) by chromium-webrtc-autoroll · 5 years ago
  6. 2b84dad Fixed issue with H264 packet buffer where it was not detecting presence of sps/pps for idr frames by Shyam Sadhwani · 5 years ago
  7. 4f2e940 ACM: Adding support for more than 2 channels in the send pipeline by Per Åhgren · 5 years ago
  8. dc34a25 Adds RTPSenderVideo::Config struct with red/ulpfec config by Erik Språng · 5 years ago
  9. b9bfe65 Delete VCMEncodedFrame::VerifyAndAllocate by Niels Möller · 5 years ago
  10. 7536bc5 Account for IP and UDP headers in emulated network by Niels Möller · 5 years ago
  11. ed8eadc Update RTC_LOGs in DtlsTransport to be able to distinguish errors. by Henrik Boström · 5 years ago
  12. f83d0ef Revert "Remove an old hack from test_main_lib.cc." by Patrik Höglund · 5 years ago
  13. 82a5100 Replacing /target:target with /target in BUILD autofix. by Sebastian Jansson · 5 years ago
  14. ea55b08 Adds support for passing a vector of packets to the paced sender. by Erik Språng · 5 years ago
  15. 79f3287 Cleanup of simple TODO(srte) comments. by Sebastian Jansson · 5 years ago
  16. 5114a92 Remove an old hack from test_main_lib.cc. by Patrik Höglund · 5 years ago
  17. 0429f78 Base overhead calculation for audio priority rate on available data. by Sebastian Jansson · 5 years ago
  18. 78c82a4 Adds trial to always start probes with a small padding packet. by Erik Språng · 5 years ago
  19. 608083b Reset QP sum when QP is not reported on decoded frame. by Mirta Dvornicic · 5 years ago
  20. 6cf554e Reduces locking in RtpSenderVideo. by Erik Språng · 5 years ago
  21. f23131f Removing AudioAllocationSettings moving functionality to AudioSendStream. by Sebastian Jansson · 5 years ago
  22. b96a311 Sum byte counts for all reports of type kStatsReportTypeSsrc by Niels Möller · 5 years ago
  23. 2077542 Roll chromium_revision 1fdb019b56..b5ead1daa2 (701929:702047) by chromium-webrtc-autoroll · 5 years ago
  24. 62aee93 Adds trial to calculate audio overhead based on available data. by Sebastian Jansson · 5 years ago
  25. f1e97b9 Reland "Prepares RtpSenderVideo for batch forwarding of generated packets" by Erik Språng · 5 years ago
  26. 1413ede Roll chromium_revision 4ce9e096a5..1fdb019b56 (701829:701929) by chromium-webrtc-autoroll · 5 years ago
  27. 2e70719 Roll chromium_revision 443491f487..4ce9e096a5 (701518:701829) by chromium-webrtc-autoroll · 5 years ago
  28. f4e0c29 SimulcastEncoderAdapter: support per layer fallback and single encoder proxying by Erik Språng · 5 years ago
  29. fddbe6c Improve readability in GoogCcNetworkController::OnSentPacket by Elad Alon · 5 years ago
  30. 9d7eb28 Don't limit simulcast layers number for screenshare based on resolution by Ilya Nikolaevskiy · 5 years ago
  31. 64672dc Adds log output to peer connection level scenario framework. by Sebastian Jansson · 5 years ago
  32. 65235d3 Add GetStats at end of PeerConnection quality tests by Niels Möller · 5 years ago
  33. 7c2bed8 Avoid memcpy in JavaToNativeEncodedImage by Niels Möller · 5 years ago
  34. 55377fe Roll chromium_revision aa4c7d6aab..443491f487 (701411:701518) by chromium-webrtc-autoroll · 5 years ago
  35. bfcec4c Delete old placeholders for moved api/ header files by Niels Möller · 5 years ago
  36. 7c079f6 Reland "Fix minor regression caused by a8336d3" by Evan Shrubsole · 5 years ago
  37. 8f736c0 AEC3: Analyze multi-channel SubtractorOutput in AecState by Sam Zackrisson · 5 years ago
  38. b3bb204 Remove unused RtpFrameObject ctor. by philipel · 5 years ago
  39. 2f7d779 Use new RtpFrameObject ctor for fuzzing. by philipel · 5 years ago
  40. 2be50f5 Roll chromium_revision a935474316..aa4c7d6aab (701308:701411) by chromium-webrtc-autoroll · 5 years ago
  41. 8e1343a Add an alt-protocol to SDP to indicate which m= sections use a plugin transport. by Bjorn A Mellem · 5 years ago
  42. 894eb8b Roll chromium_revision 1d84c1e780..a935474316 (701137:701308) by chromium-webrtc-autoroll · 5 years ago
  43. 4aded80 Roll chromium_revision bd70e4cf18..1d84c1e780 (701000:701137) by chromium-webrtc-autoroll · 5 years ago
  44. 1e91551 Fix -Wtautological-constant-compare in test/fuzzers. by Mirko Bonadei · 5 years ago
  45. ef3dbad New class ScopedJavaRefCounted by Niels Möller · 5 years ago
  46. e00ea5e Refactoring CapBitrateToThresholds in SendSideBandwidthEstimation. by Sebastian Jansson · 5 years ago
  47. 002b6f4 Fixes for support of disabling lower spatial layers in VP9 by Ilya Nikolaevskiy · 5 years ago
  48. 32eae4c AEC3: use different seed for different channels in CNG by Sam Zackrisson · 5 years ago
  49. 09f1195 Always pass arguments to INSTANTIATE_TEST_SUITE_P. by Mirko Bonadei · 5 years ago
  50. 45b176f Downgrade fps in same step as resolution in initial drop due to size. by Åsa Persson · 5 years ago
  51. 08a9f98 Revert "Prepares RtpSenderVideo for batch forwarding of generated packets" by Erik Språng · 5 years ago
  52. e7314cd In ulpfec receiver check for malformed packets to avoid DCHECKS tirggering by Ilya Nikolaevskiy · 5 years ago
  53. 2449d7a Refactor legacy FrameBuffer to use EncodedImageBuffer::Realloc by Niels Möller · 5 years ago
  54. fbf75a7 Video: Log scalability configuration on encoder reconfigure by Ilya Nikolaevskiy · 5 years ago
  55. fc35874 Use new RtpFrameObject ctor for unittests. by philipel · 5 years ago
  56. ff2e215 Change FrameBuffer::CombineAndDeleteFrames to allocate a new buffer by Niels Möller · 5 years ago
  57. 44db436 Propagate task queue to create test::DirectTransport by TaskQueueBase interface by Danil Chapovalov · 5 years ago
  58. 578270d Roll chromium_revision 929ce7dfed..bd70e4cf18 (700900:701000) by chromium-webrtc-autoroll · 5 years ago
  59. 0e3517d Roll chromium_revision 15c33f453d..929ce7dfed (700783:700900) by chromium-webrtc-autoroll · 5 years ago
  60. 68e92ce Roll chromium_revision e76bf0b809..15c33f453d (700610:700783) by chromium-webrtc-autoroll · 5 years ago
  61. ba2ba59 Rewrite test::DirectTransport to work with any TaskQueue implementation by Danil Chapovalov · 5 years ago
  62. bc8049e Reland "VP9 encoder: handle disabled layers correctly" by Ilya Nikolaevskiy · 5 years ago
  63. e72a78e Roll chromium_revision 42b9d99dab..e76bf0b809 (700503:700610) by chromium-webrtc-autoroll · 5 years ago
  64. 1903a35 Roll chromium_revision ecfd30c363..42b9d99dab (700332:700503) by chromium-webrtc-autoroll · 5 years ago
  65. 7da4e56 Allow receive-only use of datagram transport for data channels. by Bjorn A Mellem · 5 years ago
  66. 63173d5 pipewire: handle deleting the capturer while a D-Bus call is in progress by Michael Olbrich · 5 years ago
  67. c6d7d58 Roll chromium_revision 2d2f043b9a..ecfd30c363 (700199:700332) by chromium-webrtc-autoroll · 5 years ago
  68. ee8ee2f Avoids update of WebRTC.Audio.SourceMatchesRecordingSession for Android < N by henrika · 5 years ago
  69. a21d50c Prepares RtpSenderVideo for batch forwarding of generated packets by Erik Språng · 5 years ago
  70. d27a0c1 Report payload byte counts in PC-level quality tests by Niels Möller · 5 years ago
  71. b4ffe88 Roll chromium_revision fbc0a229ff..2d2f043b9a (700084:700199) by chromium-webrtc-autoroll · 5 years ago
  72. 89e7fcb Revert "Enable capturing from camera in PC framework" by Artem Titov · 5 years ago
  73. abd9e0f VideoStreamEncoder: Don't crop and scales frames for external encoders by Ilya Nikolaevskiy · 5 years ago
  74. 482d26c Enable capturing from camera in PC framework by Artem Titov · 5 years ago
  75. 7acc4a4 Reset |reference_finder_| on codec switch. by philipel · 5 years ago
  76. 5dacece Removed unused _rotation_set variable from EncodedFrame. by philipel · 5 years ago
  77. 741bab0 Add Slice method to CopyOnWriteBuffer and use it in FEC code. by Ilya Nikolaevskiy · 5 years ago
  78. 85d5c19 Added RtpFrameObject ctor with no PacketBuffer pointer. by philipel · 5 years ago
  79. 2bc5558 Renaming variables in SendSideBandwidthEstimation. by Sebastian Jansson · 5 years ago
  80. ccfb340 Update balanced tests to use BalancedDegradationTest fixture. by Åsa Persson · 5 years ago
  81. ace2a2b Roll chromium_revision 1fa0f66d36..fbc0a229ff (699974:700084) by chromium-webrtc-autoroll · 5 years ago
  82. d6eab9e Roll chromium_revision 489dde9b43..1fa0f66d36 (699869:699974) by chromium-webrtc-autoroll · 5 years ago
  83. c5bc9d6 Treat wlan as a WiFi adapter name on all platforms. by Qingsi Wang · 5 years ago
  84. 30c2b66 Roll chromium_revision edf70056b5..489dde9b43 (699748:699869) by chromium-webrtc-autoroll · 5 years ago
  85. 71037a8 Implement TaskQueueBase interface by SingleThreadedTaskQueueForTesting by Danil Chapovalov · 5 years ago
  86. ad10222 Cleanup of unused field trials and options in SendSideBandwidthEstimation by Sebastian Jansson · 5 years ago
  87. d63f8f8 Roll chromium_revision b3fb292c9b..edf70056b5 (699622:699748) by chromium-webrtc-autoroll · 5 years ago
  88. 461ee85 Cleanup of target rates in GoogCC/SendSideBandwidthEstimation. by Sebastian Jansson · 5 years ago
  89. 7bdf073 First step of adding multi-channel support to the echo subtractor by Per Åhgren · 5 years ago
  90. 538ca57 Converts const methods in BitrateAllocator to non-member functions. by Sebastian Jansson · 5 years ago
  91. e32ae4f Invalidate encoder rates on VideoStreamEncoder::ReconfigureEncoder by Evan Shrubsole · 5 years ago
  92. 0e3b1ff Moving e to comply to the rest of the stack/heap storage scheme by Per Åhgren · 5 years ago
  93. 90d6efb Revert "VP9 encoder: handle disabled layers correctly" by Ilya Nikolaevskiy · 5 years ago
  94. 7911d37 AEC3: Simplify use of SignalTransition by Gustaf Ullberg · 5 years ago
  95. 01dd885 Moves contents of bitrate_controller to goog_cc by Sebastian Jansson · 5 years ago
  96. 88fe84b VP9 encoder: handle disabled layers correctly by Ilya Nikolaevskiy · 5 years ago
  97. b67c44c Add unit tests for balanced degradation settings. by Åsa Persson · 5 years ago
  98. 70bc753 Add comments to MultiCodecReceiveTest. by Åsa Persson · 5 years ago
  99. 84004c4 Roll chromium_revision f24b5ede72..b3fb292c9b (699513:699622) by chromium-webrtc-autoroll · 5 years ago
  100. fc604aa Unset sinks when deleting CompositeDataChannelTransport. by Bjorn A Mellem · 5 years ago