1. fcf79cc Add estimatedPlayoutTimestamp to RTCInboundRTPStreamStats. by Åsa Persson · 4 years, 9 months ago
  2. 0855e2d Delete unused members of MediaReceiverInfo and MediaSenderInfo by Niels Möller · 4 years, 9 months ago
  3. 03fbace Remove apm_helpers, consolidate audio config in WebRtcVoiceEngine by Sam Zackrisson · 4 years, 9 months ago
  4. 3f7e0ed Add option to make first scale factor depend on input resolution. by Åsa Persson · 4 years, 9 months ago
  5. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 4 years, 9 months ago
  6. 9429888 Delete deprecated bytes_sent/bytes_rcvd stat values by Niels Möller · 4 years, 9 months ago
  7. 0bad15f Remove the noise_suppression() pointer to submodule interface by saza · 4 years, 9 months ago
  8. 8038541 Update the header extensions capabilities with mid, rid and rrid by Florent Castelli · 4 years, 9 months ago
  9. ac0a4cb Reland "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received" by Niels Möller · 4 years, 9 months ago
  10. 41478c7 Remove AudioProcessing::gain_control() getter by Sam Zackrisson · 4 years, 9 months ago
  11. 35214fc Add missing RTC_EXPORT for the component build. by Mirko Bonadei · 4 years, 10 months ago
  12. ef0627f Revert "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received" by Mirko Bonadei · 4 years, 9 months ago
  13. fbde32e Fix GetStats bytesSent/Received, wireup headerBytesSent/Received by Niels Möller · 4 years, 9 months ago
  14. 80f53b7 Extend WebRTC-Video-MinVideoBitrate to experiment per-codec by Elad Alon · 4 years, 9 months ago
  15. 5740f3e Clarify expectation on GlobalLock by Danil Chapovalov · 4 years, 9 months ago
  16. ff27da5 Add/remove receive streams with SSRC 0 from media channels by Saurav Das · 4 years, 10 months ago
  17. f4e0c29 SimulcastEncoderAdapter: support per layer fallback and single encoder proxying by Erik Språng · 4 years, 9 months ago
  18. 9d7eb28 Don't limit simulcast layers number for screenshare based on resolution by Ilya Nikolaevskiy · 4 years, 9 months ago
  19. 09f1195 Always pass arguments to INSTANTIATE_TEST_SUITE_P. by Mirko Bonadei · 4 years, 10 months ago
  20. 27b0e0d Remove obsolete todo comment in simulcast.h by Åsa Persson · 4 years, 10 months ago
  21. e942b14 New build target api:media_interface by Niels Möller · 4 years, 10 months ago
  22. 1b83a9e Only handle each RTCP once. by Sebastian Jansson · 4 years, 10 months ago
  23. 53227cc Remove webrtc::MinPositive from api/. by Mirko Bonadei · 4 years, 10 months ago
  24. 738bfa7 Remove api/bitrate_constraints.h. by Mirko Bonadei · 4 years, 10 months ago
  25. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 10 months ago
  26. d9cc8c0 Encoder switching based on network and/or resolution conditions. by philipel · 4 years, 10 months ago
  27. 73ceed5 Update simulcast bitrate calculations for non-standard resolutions. by Ilya Nikolaevskiy · 4 years, 10 months ago
  28. 7bf7a42 Delete flag VideoReceiveStream::Config::Rtp::remb by Niels Möller · 4 years, 10 months ago
  29. eaaaf41 Introduce api/crypto/BUILD.gn. by Mirko Bonadei · 4 years, 10 months ago
  30. 70dd165 Delete CoreAudio include from media_engine.h by Niels Möller · 4 years, 11 months ago
  31. 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 4 years, 10 months ago
  32. fcfeefe Move rtc_error.{h,cc} to its own build target. by Mirko Bonadei · 4 years, 10 months ago
  33. cc62b16 Add qualityLimitationResolutionChanges stat by Evan Shrubsole · 4 years, 10 months ago
  34. 0bd2eff Reland "New build target p2p:stun_types" by Niels Möller · 4 years, 10 months ago
  35. 91c824f Revert "New build target p2p:stun_types" by Hannes Landeholm · 4 years, 10 months ago
  36. 66d6c3b Buffers non atomic message send with usrsctp lib. by Seth Hampson · 4 years, 11 months ago
  37. 8c5520c Reland "Make the min video bitrate in VideoSendStream configurable." by Ying Wang · 4 years, 10 months ago
  38. 1d2149c Revert "Make the min video bitrate in VideoSendStream configurable." by Alessio Bazzica · 4 years, 10 months ago
  39. b2fb0b9 Make the min video bitrate in VideoSendStream configurable. by Ying Wang · 4 years, 10 months ago
  40. a837030 Split out RtpSource from libjingle_peerconnection_api by Niels Möller · 4 years, 10 months ago
  41. 5b4fcb5 New build target p2p:stun_types by Niels Möller · 4 years, 10 months ago
  42. 25eb47c Make the RtpHeaderParserImpl available to tests and tools only. by Tommi · 4 years, 11 months ago
  43. b4a6128 Delete unneeded dependencies on libjingle_peerconnection_api by Niels Möller · 4 years, 11 months ago
  44. 6dcd4dc New target for api/rtp_parameters.h and api/media_types.h. by Niels Möller · 4 years, 11 months ago
  45. 4271afb Fix the bug and reland "Make min video target bitrate configurable." by Ying Wang · 4 years, 11 months ago
  46. 0c141c5 Fix frames dropped statistics by Johannes Kron · 4 years, 11 months ago
  47. 7e896d0 Revert "Make min video target bitrate configurable." by Mirko Bonadei · 4 years, 11 months ago
  48. a471e79 Make min video target bitrate configurable. by Ying Wang · 4 years, 11 months ago
  49. d77cc24 New const method StreamStatistician::GetStats by Niels Möller · 4 years, 11 months ago
  50. 224c69d Delete ext_seqnum member from VoiceSenderInfo and VoiceReceiverInfo by Niels Möller · 5 years ago
  51. b689af4 Changes to enable use of DatagramTransport as a data channel transport. by Bjorn A Mellem · 4 years, 11 months ago
  52. 70efdde Set local ssrc at construction of Rtp module by Erik Språng · 4 years, 11 months ago
  53. 587991c Remove jeroendb@webrtc.org from OWNERS by Steve Anton · 5 years ago
  54. 6b43086 Reland "[GetStats] Expose video codec implementation in standardized metrics." by Henrik Boström · 5 years ago
  55. df625f4 Revert "[GetStats] Expose video codec implementation in standardized metrics." by Henrik Andreassson · 5 years ago
  56. 2b9fa09 [GetStats] Expose video codec implementation in standardized metrics. by Henrik Boström · 5 years ago
  57. bbeb109 Reporting audio device underrun counter by Alex Narest · 5 years ago
  58. 71c6b56 Allow sending abs-send-time for audio streams. by Sebastian Jansson · 5 years ago
  59. 78a7138 Remove MediaTransport from Call. by Tommi · 5 years ago
  60. 5b5d97c Reland of "Reporting of decoding_codec_plc events"" by Alex Narest · 5 years ago
  61. 2d2bbb1 Filter out duplicate receive codecs in the media engine by Steve Anton · 5 years ago
  62. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  63. f40a340 Remove deprecated code related to AEC2 by Per Åhgren · 5 years ago
  64. d2845f8 Removes unused AudioAllocationSettings from voice engine. by Sebastian Jansson · 5 years ago
  65. 9b1700c Enable field trial LegacySimulcastLayerLimit by default by Florent Castelli · 5 years ago
  66. d7ee76c Wire up field trials for some experimental screenshare settings by Erik Språng · 5 years ago
  67. 8bbdb5b Update VideoBitrateAllocator allocate to take a struct with more fields by Florent Castelli · 5 years ago
  68. da4f093 Reland "Only include payload in bytes sent/received." by Bjorn A Mellem · 5 years ago
  69. bedb7a8 Revert "Reporting of decoding_codec_plc events" by Mirko Bonadei · 5 years ago
  70. bcd068d Revert "Only include payload in bytes sent/received." by Bjorn Mellem · 5 years ago
  71. 0a88ea0 Reporting of decoding_codec_plc events by Alex Narest · 5 years ago
  72. a9fbb22 Add a field trial for older applications to reduce the simulcast layer count by Florent Castelli · 5 years ago
  73. e1795f4 Adds remote estimate RTCP packet. by Sebastian Jansson · 5 years ago
  74. 74a1b4b Only include payload in bytes sent/received. by Bjorn A Mellem · 5 years ago
  75. 0182a03 Reland "Remove the injectable bitrate allocation strategy API." by Jonas Olsson · 5 years ago
  76. e95b57c Revert "Remove the injectable bitrate allocation strategy API." by Mirko Bonadei · 5 years ago
  77. 0bb0881 Add VideoEncoderFactory::GetImplementations function. by philipel · 5 years ago
  78. 66b3860 Remove WebRTC-SimulcastScreenshare and enable it by default by Florent Castelli · 5 years ago
  79. 41300af Poison default task queue factory by Danil Chapovalov · 5 years ago
  80. 80cb3f6 Remove the injectable bitrate allocation strategy API. by Jonas Olsson · 5 years ago
  81. 495a1ae Remove cricket::WebRtcMediaEngineFactory as now unused by Danil Chapovalov · 5 years ago
  82. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  83. 668ce0c Remove trial WebRTC-SimulcastMaxLayers and make its behavior default by Florent Castelli · 5 years ago
  84. fdf74bd Remove non implemented function from WebRtcVideoChannel. by philipel · 5 years ago
  85. d2c336f [getStats] Implement "media-source" audio levels, fixing Chrome bug. by Henrik Boström · 5 years ago
  86. 53d45ba Make TaskQueueFactory required construction parameter for Call by Danil Chapovalov · 5 years ago
  87. e8ed830 WebRtcVideoChannel encoder fallback. by philipel · 5 years ago
  88. 5ee6967 Don't reset encoder on max/min bitrate change. by Sergey Silkin · 5 years ago
  89. bfd343b Add totalDecodeTime to RTCInboundRTPStreamStats by Johannes Kron · 5 years ago
  90. 5983087 Forced vp8 sw encoder fallback: only use min bitrate config if codec type is vp8. by Åsa Persson · 5 years ago
  91. 65764e4 Add missing overrides in VideoEncoder proxies/adapters by Elad Alon · 5 years ago
  92. 8f01c4e Define FecControllerOverride and plumb it down to VideoEncoder by Elad Alon · 5 years ago
  93. 2efae77 Add RTCStats for keyFramesEncoded, keyFramesDecoded. by Rasmus Brandt · 5 years ago
  94. 4ba04b7 Delete RtcEventLogFactory factory as now unused by Danil Chapovalov · 5 years ago
  95. 90f3b89 Replace the implementation of `GetContributingSources()` on the video side. by Chen Xing · 5 years ago
  96. 3472b9a Delete RTCInboundRTPStreamStats::fraction_lost by Niels Möller · 5 years ago
  97. c538506 Enable H.264 temporal scalability in simulcast. by Johnny Lee · 5 years ago
  98. f00bf42 Add plumbing of RtpPacketInfos to each VideoFrame as input for SourceTracker. by Chen Xing · 5 years ago
  99. 98cbb22 Moved AsyncInvoker to be destructed first in WebRtcVideoSendStream. by philipel · 5 years ago
  100. 6e9c2fd Delete StartRtcEventLog and StopRtcEventLog methods from FakeVoiceEngine by Niels Möller · 5 years ago