1. d0321c5 Deduplicate set of the rtp header extension uri constants by Danil Chapovalov · 3 years, 6 months ago
  2. dc8fc72 Fix potential crash during SimulcastEncoderAdapter tear down. by Johnny · 3 years, 6 months ago
  3. 99c6ca0 Add danilchap@webrtc.org as owner of test/fuzzers/ by saza · 3 years, 6 months ago
  4. 6b19d82 Replace AV1X with AV1 by Sergey Silkin · 3 years, 6 months ago
  5. 52b9e1e Ensure RtpVideoLayersAllocationExtension::Parse validate sanity of the output by Per Kjellander · 3 years, 6 months ago
  6. f1384af Update WebRTC code version (2021-09-14T04:04:50). by webrtc-version-updater · 3 years, 6 months ago
  7. 018cd3d Avoid NACKing after DTX. by Jakob Ivarsson · 3 years, 6 months ago
  8. 593b4d5 Pipewire: Use xdg-portal provided file descriptor by Robert Mader · 3 years, 6 months ago
  9. 7f876c8 Allow full SVC to reference T0 frame only after it has been encoded by Emil Lundmark · 3 years, 6 months ago
  10. 9103e8e Fuzz explicitly configured spatial layers with VP9 encoder by Emil Lundmark · 3 years, 6 months ago
  11. baa6090 Fix SVC controller's bitrate allocation in VP9 encoder by Emil Lundmark · 3 years, 6 months ago
  12. e130084 Fix integer overflow in rtcp::TransportFeedback::IsConsistent by Danil Chapovalov · 3 years, 6 months ago
  13. 4d4f62f VideoSendStreamTest: Add tests for encoder reconfiguration. by Åsa Persson · 3 years, 6 months ago
  14. a43ffb3 Remove unnecessary static_cast in rtp_video_stream_receiver2 by Evan Shrubsole · 3 years, 6 months ago
  15. 7a4ab1a red: handle 0-redundancy encoding case by Philipp Hancke · 3 years, 6 months ago
  16. 6ee8a69 Update WebRTC code version (2021-09-13T04:03:47). by webrtc-version-updater · 3 years, 6 months ago
  17. eb2ccc9 Update WebRTC code version (2021-09-12T04:02:50). by webrtc-version-updater · 3 years, 6 months ago
  18. 06defc4 QualityRampupExperiment: SetMaxBitrate may not be set correctly. by Åsa Persson · 3 years, 6 months ago
  19. 3808ffe Update WebRTC code version (2021-09-11T04:04:19). by webrtc-version-updater · 3 years, 6 months ago
  20. b9b0890 Fix error adding receive stream after packet received from non-primary SSRC. by Taylor Brandstetter · 3 years, 6 months ago
  21. 3a9640a Improve nacking logic by Ivo Creusen · 3 years, 6 months ago
  22. 32b917a With Svc controller do not produce frame that will be dropped anyway by Danil Chapovalov · 3 years, 6 months ago
  23. 5d3bf6a Add helper to query scalability structure configuration by Danil Chapovalov · 3 years, 6 months ago
  24. b32650e Improve SSLVerifyCallback variable naming by Harald Alvestrand · 3 years, 6 months ago
  25. 5eb5bb5 AEC3: Using a more conservative frequency response representation of the tails. by Jesús de Vicente Peña · 3 years, 6 months ago
  26. 885ba07 Reland "red: generate and parse the red fmtp format" by Philipp Hancke · 3 years, 6 months ago
  27. 5e7a3ae Let EmulatedNetworkManagerInterface own and expose a PacketSocketFactory by Niels Möller · 3 years, 6 months ago
  28. 824eeba Improve points visualization in metrics_plotter. by Mirko Bonadei · 3 years, 6 months ago
  29. a47d91b Update WebRTC code version (2021-09-10T04:04:33). by webrtc-version-updater · 3 years, 6 months ago
  30. f7fcfb7 Fix payload type assignment issue with SetCodecPreferences by Taylor Brandstetter · 3 years, 6 months ago
  31. fb50179 Convert WebRtcVoiceEngine tests to rtc::make_ref_counted by Niels Möller · 3 years, 6 months ago
  32. 66e0605 Change kDefaultMaximumPreStreamDecoders to 1 by Johannes Kron · 3 years, 6 months ago
  33. 552c831 Update nack tracker when receiving empty packets. by Jakob Ivarsson · 3 years, 6 months ago
  34. 11ddcf8 Update WebRTC code version (2021-09-09T04:03:59). by webrtc-version-updater · 3 years, 6 months ago
  35. 3ed2b8d dcsctp: Use integer math in RTO calculations by Victor Boivie · 3 years, 6 months ago
  36. 211bf7b Trigger bots by Artem Titov · 3 years, 6 months ago
  37. 58ed02e Improve adaptation to reordered packets in delay manager. by Jakob Ivarsson · 3 years, 6 months ago
  38. 1f38a38 Add ability to set rtp header extensions without recreating streams. by Tommi · 3 years, 6 months ago
  39. 9af2d92 Replace RTC_DLOG with RTC_LOG in SetRecvParameters by Sergey Silkin · 3 years, 6 months ago
  40. 50f7c2c Update socket unittests to not use rtc::Thread::socketserver() by Niels Möller · 3 years, 6 months ago
  41. 32b6bc4 [PCLF] In SFU emulation mode check that we have only one codec by Artem Titov · 3 years, 6 months ago
  42. 8e99c01 Remove CHECK for number of supported codecs in e2e test by Per Kjellander · 3 years, 6 months ago
  43. 034abc9 [DVQA] Enforce state checks before any API calls by Artem Titov · 3 years, 6 months ago
  44. 7d0203c AEC3: adding a milder exponential decay parameter that is used for dominant nearend regions when enabled. by Jesús de Vicente Peña · 3 years, 6 months ago
  45. 634f279 Delete redundant function rtc::tokenize_with_empty_tokens by Niels Möller · 3 years, 6 months ago
  46. 4f0a919 Delete PeerConnectionIntegrationWrapper::CreateWithDtlsIdentityStore by Niels Möller · 3 years, 6 months ago
  47. 0734560 Update WebRTC code version (2021-09-08T04:04:58). by webrtc-version-updater · 3 years, 6 months ago
  48. f6b4056 Avoid accessing uninitialized memory when RTCP block fails to parse. by Ivo Creusen · 3 years, 6 months ago
  49. f6c6b4a ClippingPredictorEvaluator: predictions only match future detections by Alessio Bazzica · 3 years, 6 months ago
  50. bc93575 Delete unused class PairHash by Niels Möller · 3 years, 6 months ago
  51. 61a5bcb Migrate Dependency Descriptor parser from BitBuffer to BitstreamReader by Danil Chapovalov · 3 years, 6 months ago
  52. 707e3d1 Migrate rtc event log from rtc::BitBuffer to BitstreamReader by Danil Chapovalov · 3 years, 6 months ago
  53. 74158ff Refactor delay manager. by Jakob Ivarsson · 3 years, 6 months ago
  54. 0dfd69b AgcManagerDirect: Fix the use of `use_clipping_predictor_step_` by Hanna Silen · 3 years, 6 months ago
  55. 7b5fca4 Delete left-over method SocketFactory::CreateAsyncSocket by Niels Möller · 3 years, 6 months ago
  56. b8dce95 Migrate VideoRtpDepacketizerVp9 implementation from BitBuffer to BitstreamReader by Danil Chapovalov · 3 years, 6 months ago
  57. f2b7396 Update WebRTC code version (2021-09-07T04:02:35). by webrtc-version-updater · 3 years, 6 months ago
  58. 1ce81d6 AGC clipping predictor eval: add `ComputeClippingPredictionMetrics()` by Alessio Bazzica · 3 years, 6 months ago
  59. 2986e6a AgcManagerDirect: Refine unit tests by Hanna Silen · 3 years, 6 months ago
  60. cfee054 dcsctp: Refactor socket test to allow recreation of the sockets. by Sergey Sukhanov · 3 years, 6 months ago
  61. 2562cf0 Reland "Wire up non-sender RTT for audio, and implement related standardized stats." by Ivo Creusen · 3 years, 6 months ago
  62. 767235d media: sctp: Convert frequent logs to RTC_DLOG by Victor Boivie · 3 years, 6 months ago
  63. 5498676 Revert "Reland "Enable WebRTC-Vp9DependencyDescriptor by default"" by Emil Lundmark · 3 years, 6 months ago
  64. 2e78f09 dcsctp: Increase RTO limits by Victor Boivie · 3 years, 6 months ago
  65. b02ed8f Update WebRTC code version (2021-09-06T04:04:57). by webrtc-version-updater · 3 years, 6 months ago
  66. ab77b65 Update WebRTC code version (2021-09-05T04:04:19). by webrtc-version-updater · 3 years, 6 months ago
  67. 200cfd6 [PCLF] Add ability to add peers on the fly into stats network reporter by Artem Titov · 3 years, 6 months ago
  68. cff2de4 Update WebRTC code version (2021-09-04T04:03:23). by webrtc-version-updater · 3 years, 6 months ago
  69. 749f709 [PCLF] Remove temporary AddAndReturnPeer method by Artem Titov · 3 years, 6 months ago
  70. 15157ab [PCLF] Make AddPeer return PeerHandle* by Artem Titov · 3 years, 6 months ago
  71. 79f82c1 [PCLF] introduce a Peer class which later will be used to perform in-call actions by Artem Titov · 3 years, 6 months ago
  72. 463d69a Update X11 RANDR monitors on ConfigureNotify event. by Lambros Lambrou · 3 years, 6 months ago
  73. 2bd1fad Delete unused variants of rtc::tokenize by Niels Möller · 3 years, 6 months ago
  74. 0bf94aa Fix race condition in RTCNetworkMonitor/objc_network_monitor. by Peter Hanspers · 3 years, 6 months ago
  75. c4152a3 Add TSAN suppression for usrsctp by Florent Castelli · 3 years, 6 months ago
  76. 4d6a76d Revert "Reland "PipeWire capturer: implement proper DMA-BUFs support""" by Artem Titov · 3 years, 6 months ago
  77. 66be895 Delete BasicPacketSocketFactory default constructor by Niels Möller · 3 years, 6 months ago
  78. cebbff7 dcsctp: Specify the max timer backoff duration by Victor Boivie · 3 years, 6 months ago
  79. c788fea Update WebRTC code version (2021-09-03T04:04:41). by webrtc-version-updater · 3 years, 6 months ago
  80. 99c1799 Roll chromium_revision 58d05cfd21..48501b3f18 (917624:917742) by chromium-webrtc-autoroll · 3 years, 6 months ago
  81. 7add207 Remove DCHECK when overwriting shared DesktopFrame. by Lambros Lambrou · 3 years, 6 months ago
  82. 3c9f41d Refactor network_monitor_java out of peerconnection_java. by Tim Na · 3 years, 6 months ago
  83. cd4ab49 in Vp9UncompressedHeaderParser fix reading delta quantization parameter by Danil Chapovalov · 3 years, 6 months ago
  84. d3bf4d4 CallPerfTest: Add encode framerate test with lower input fps. by Åsa Persson · 3 years, 6 months ago
  85. cf24573 Roll chromium_revision bb929fdac1..58d05cfd21 (914881:917624) by chromium-webrtc-autoroll · 3 years, 6 months ago
  86. c01f58a Trigger bots by Mirko Bonadei · 3 years, 6 months ago
  87. e3ff914 Use implicit instead of explicit defaulted constructor for SendDataParams by Björn Terelius · 3 years, 6 months ago
  88. 677195d Reland "PipeWire capturer: implement proper DMA-BUFs support"" by Jan Grulich · 3 years, 6 months ago
  89. ebb01cc Remove unreachable return statements. by Björn Terelius · 3 years, 6 months ago
  90. 92e9ff6 Reland "frame transformer: make GetPayloadType pure virtual again" by Olga Sharonova · 3 years, 6 months ago
  91. cc2294d Remove references to xstream from WebRTC codebase. by Mirko Bonadei · 3 years, 6 months ago
  92. faba0fa Change ParseUncompressedVp9Header implementation to use BitstreamReader by Danil Chapovalov · 3 years, 6 months ago
  93. 7cca016 Hard code rtx handling option in NetEq. by Jakob Ivarsson · 3 years, 6 months ago
  94. 2c41cba Revert "Wire up non-sender RTT for audio, and implement related standardized stats." by Björn Terelius · 3 years, 6 months ago
  95. 78a8ce0 Delete decoder specific buffer_pool_size from webrtc::VideoCodec by Danil Chapovalov · 3 years, 6 months ago
  96. 84d1595 Rename VirtualSocketServer::SetDefaultRoute --> SetDefaultSourceAddress by Niels Möller · 3 years, 6 months ago
  97. 5b231de Make RtpPayloadParams::MinimalisticVp9Structure codec agnostic. by philipel · 3 years, 6 months ago
  98. b8a19df AGC2: removed unused noise estimator implementation by Alessio Bazzica · 3 years, 7 months ago
  99. 0d51a5f Revert "PipeWire capturer: implement proper DMA-BUFs support" by Olga Sharonova · 3 years, 7 months ago
  100. eb89027 Revert "frame transformer: make GetPayloadType pure virtual again" by Olga Sharonova · 3 years, 7 months ago