1. 2a11b24 Enable using a custom NetEqFactory in simulations by Ivo Creusen · 5 years ago
  2. c0f25cf Distinguish between send and receive codecs by Johannes Kron · 5 years ago
  3. 64f1f3f Replace RTC_FALLTHROUGH with ABSL_FALLTHROUGH_INTENTED by Danil Chapovalov · 5 years ago
  4. 05f8487 Add processing time to VideoFrame by Johannes Kron · 5 years ago
  5. c7bce99 Make it possible to inject IceTransport in pc quality test fixture by Jonas Oreland · 5 years ago
  6. 219d8ce GOOG_PING: improve handshake by Jonas Oreland · 5 years ago
  7. ccab06f Revert "Replaces SynchronousMethodCall with rtc::Thread::Invoke." by Guido Urdaneta · 5 years ago
  8. f1173f4 Revert "Using simulated rtc::Thread for peer connection scenario tests." by Sebastian Jansson · 5 years ago
  9. b70c5c5 Using simulated rtc::Thread for peer connection scenario tests. by Sebastian Jansson · 5 years ago
  10. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 5 years ago
  11. f5ecb5f Revert "Reland "Reland "Reland "Distinguish between send and receive video codecs"""" by Mirko Bonadei · 5 years ago
  12. 9cad4dc Reland "Reland "Reland "Distinguish between send and receive video codecs""" by Johannes Kron · 5 years ago
  13. b0e0728 Replaces SynchronousMethodCall with rtc::Thread::Invoke. by Sebastian Jansson · 5 years ago
  14. b19eb39 Delete obsolete unused rtp header extension conversion by Danil Chapovalov · 5 years ago
  15. 2a3190f Re-introduce the RTCError move constructor/assignment by Steve Anton · 5 years ago
  16. 4db28b5 Cleanup: Removes redundant includes on message_queue.h by Sebastian Jansson · 5 years ago
  17. 4f40fa5 Implement RTCOutboundRtpStreamStats::remoteId. by Henrik Boström · 5 years ago
  18. 4442871 Adds srte to api/test/OWNERS. by Sebastian Jansson · 5 years ago
  19. 2257c08 [Cleanup/Optim] Pass IPAddress by const reference. by Yves Gerey · 5 years ago
  20. b5159fe Revert "Reland "Reland "Distinguish between send and receive video codecs""" by Olga Sharonova · 5 years ago
  21. 4e64e60 Reland "Reland "Distinguish between send and receive video codecs"" by Johannes Kron · 5 years ago
  22. 9136abb AEC3: Ensure that the data size in the reverb computer is not fixed by Per Åhgren · 5 years ago
  23. 5cad55b Signal requested resolution alignment requirements from sinks to sources. by Rasmus Brandt · 5 years ago
  24. f9d92ed Revert "Reland "Distinguish between send and receive video codecs"" by Ilya Nikolaevskiy · 5 years ago
  25. 2697ac1 Stop an SCTP connection when the DTLS transport closes. by Harald Alvestrand · 5 years ago
  26. 8525a80 Add ability to resize buffers pool in decoder and use it in IVF generator by Artem Titov · 5 years ago
  27. 77eb338 Reland "Distinguish between send and receive video codecs" by Johannes Kron · 5 years ago
  28. f2d6fe6 Revert "Reland "Distinguish between send and receive video codecs"" by Johannes Kron · 5 years ago
  29. 26e6afe Reland "Distinguish between send and receive video codecs" by Johannes Kron · 5 years ago
  30. 3927298 Adds queue length setter to simulated network node builder. by Sebastian Jansson · 5 years ago
  31. ce91126 Allows creating a test network node builder without manager. by Sebastian Jansson · 5 years ago
  32. 1154915 video_encoder: Add RTC_EXPORT ScalingSettings by Hirokazu Honda · 5 years ago
  33. 9a52bd7 STUN PING request by Jonas Oreland · 5 years ago
  34. f22af3c Revert "Distinguish between send and receive video codecs" by Johannes Kron · 5 years ago
  35. 18314bd Distinguish between send and receive video codecs by Johannes Kron · 5 years ago
  36. dfbfb46 Return an error when datachannel closes due to network error by Harald Alvestrand · 5 years ago
  37. 33f9d2b Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class by Artem Titov · 5 years ago
  38. 907dc80 Reland "Add support for RtpEncodingParameters::max_framerate" by Florent Castelli · 5 years ago
  39. 1518fd3 Add support for setting a custom NetEqFactory in PeerConnection level tests. by Ivo Creusen · 5 years ago
  40. cec2433 Exposing more features in the network emulation manager API. by Sebastian Jansson · 5 years ago
  41. 78782a8 Fix IVF FrameGenerator factory method name by Artem Titov · 5 years ago
  42. 0020226 Replace VideoSourceInterface with FrameGeneratorInterface in AddVideoConfig by Artem Titov · 5 years ago
  43. fd76b5f Introduce factory method for IVF frame generator by Artem Titov · 5 years ago
  44. 503d723 Introduce FrameGeneratorInterface by Artem Titov · 5 years ago
  45. 340af97 Always enter yield policy scope using simulated TimeControllers. by Sebastian Jansson · 5 years ago
  46. 0095d37 Replace hostCandidate with address and port in RTCPeerConnectionIceErrorEvent by Eldar Rello · 5 years ago
  47. 9c27ed2 VideoRtpReceiver: Enable encoded frame sink. by Markus Handell · 5 years ago
  48. 934afc6 Deprecate RtpReceiver's SetParameters method by Saurav Das · 5 years ago
  49. 831ce5f Export more symbols to fix Chromecast component build by Ken MacKay · 5 years ago
  50. 486cc55 TimeController: Rename Sleep to AdvanceTime. by Markus Handell · 5 years ago
  51. 269ac81 VideoReceiveStream: Enable encoded frame sink. by Markus Handell · 5 years ago
  52. 5d3a418 Add explicit copy constructors and assign operators for some classes. by Artem Titov · 5 years ago
  53. a8c2f51 Remove unused non-standard RtpEncodingParameters members by Florent Castelli · 5 years ago
  54. 6a05bb1 AEC3: Add signal dependent mixing before alignment by Per Åhgren · 5 years ago
  55. 67d3bc2 Changed parameter name to match the use of it in AEC3 by Per Åhgren · 5 years ago
  56. 4647412 Make new method pure virtual in the EchoControl interface by Per Åhgren · 5 years ago
  57. 5256d8b Refactor FrameGenerator to return VideoFrameBuffer with VideoFrame::UpdateRect by Artem Titov · 5 years ago
  58. 39cf3c7 Clean up the NetEqFactory API. by Ivo Creusen · 5 years ago
  59. c7a3b08 Prefix ENABLE_RTC_EVENT_LOG with WEBRTC_. by Mirko Bonadei · 5 years ago
  60. 9750e84 AEC3:Turning off default downmix in surround alignment by Per Åhgren · 5 years ago
  61. 253d50f Add new Stun utility functions by Jonas Oreland · 5 years ago
  62. 7968530 Removes caching SimulcastEncoderAdapter::GetEncoderInfo() by Erik Språng · 5 years ago
  63. b529b7a Add string<->VideoCodecType conversion for all codec types. by Danil Chapovalov · 5 years ago
  64. 5cef9c3 Revert "Add support for RtpEncodingParameters::max_framerate" by Florent Castelli · 5 years ago
  65. 17e4c58 Adding parametrization of the AEC3 howling mitigation behavior by Per Åhgren · 5 years ago
  66. dc36829 Add VideoCodecType::kVideoCodecAV1 value by Danil Chapovalov · 5 years ago
  67. c363982 Convert proxy.h helper classes to variadic templates by Steve Anton · 5 years ago
  68. 7a9a092 Delete media transport integration. by Bjorn A Mellem · 5 years ago
  69. 44d7ec0 Add Opus-only audio codec factories by Karl Wiberg · 5 years ago
  70. 68c6572 Add a CreateNetEq method that takes an AudioDecoderFactory by Ivo Creusen · 5 years ago
  71. d5e2f21 VideoRtpTrackSource: implement encoded source methods. by Markus Handell · 5 years ago
  72. 15be528 Add support for RtpEncodingParameters::max_framerate by Florent Castelli · 5 years ago
  73. f534a64 AEC3: Sub-band nearend detector by Gustaf Ullberg · 5 years ago
  74. c7a46c4 Fix VideoStreamEncoder to not reference encoded data from the RunPostEncode task. by philipel · 5 years ago
  75. 00376e1 Add totalInterFrameDelay to RTCInboundRTPStreamStats by Johannes Kron · 5 years ago
  76. c4f8654 Add TimeController to api/test/ and add a CreateTimeController API. by Bjorn A Mellem · 5 years ago
  77. e43b531 Nuke p2p/base/stun.h by Patrik Höglund · 5 years ago
  78. 63737a9 Add new GOOG_PING and GOOG_MESSAGE_INTEGRITY_32 by Jonas Oreland · 5 years ago
  79. 026f64f Revert "VideoFrame: Store a reference to an encoded frame" by Markus Handell · 5 years ago
  80. 662678d Adds injectable trials from peerconnection down to transport controller. by Erik Språng · 5 years ago
  81. 9982efa MediaStreamInterface: introduce encoded sinks. by Markus Handell · 5 years ago
  82. d51cc7b Add absolute capture time property to rtp sources. by Ruslan Burakov · 5 years ago
  83. 6dd488b RTC_EXPORT RTCStatsMember's specialized members. by Mirko Bonadei · 5 years ago
  84. 1721de1 Add STUN_ATTR_GOOG_MISC_INFO by Jonas Oreland · 5 years ago
  85. 0660cee Add scale and compare methods to VideoFrame::UpdateRect by Ilya Nikolaevskiy · 5 years ago
  86. 56d9452 Move stun.h to api/. by Patrik Höglund · 5 years ago
  87. 92dd35d Reland "Force Chromium deps on the WebRTC component." by Mirko Bonadei · 5 years ago
  88. 2419dc9 Revert "Force Chromium deps on the WebRTC component." by Mirko Bonadei · 5 years ago
  89. e6eded3 VideoFrame: Store a reference to an encoded frame by Markus Handell · 5 years ago
  90. 25ec888 Make ICE transports injectable. by Qingsi Wang · 5 years ago
  91. 53e157d Force Chromium deps on the WebRTC component. by Mirko Bonadei · 5 years ago
  92. c20a19c Allow extracting the linear AEC output by Per Åhgren · 5 years ago
  93. 759f161 Use explicit template decl/def for RTCNonStandardStatsMember. by Mirko Bonadei · 5 years ago
  94. d4002a7 RTC_EXPORT missing symbols for Chromium's component build. by Mirko Bonadei · 5 years ago
  95. f47c2ab RTC_EXPORT webrtc::RTCNonStandardStatsMember<T>. by Mirko Bonadei · 5 years ago
  96. b4463ee Add ability to specify custom video source for PC framework. by Artem Titov · 5 years ago
  97. 051cae5 RTC_EXPORT IceServer, StatsReport::{IdBase,Value}. by Mirko Bonadei · 5 years ago
  98. ba916b7 Mark scoped_refptr move and swap operations as noexcept by Danil Chapovalov · 5 years ago
  99. 8fa616f Add 2 more RTC_EXPORT. by Mirko Bonadei · 5 years ago
  100. 62a19d0 RTC_EXPORT RTCStatsMember::StaticType and VideoFrame::Builder. by Mirko Bonadei · 5 years ago