1. 7098d11 Revert "p2p: separate ICE tie breaker and foundation seed" by Christoffer Dewerin · 11 months ago
  2. 1461363 Make PeerConnectionInteface methods pure virtual. by Per K · 11 months ago
  3. 97df932 Remove multiplex codec. by Markus Handell · 11 months ago
  4. d99499a p2p: separate ICE tie breaker and foundation seed by Philipp Hancke · 11 months ago
  5. c7a4b2a Change internal candidate type to enum by Tommi · 11 months ago
  6. 3fe69c5 Update MockPeerConnectionInterface and fake with missing methods. by Per K · 11 months ago
  7. de3b1cd Revert "Make PeerConnectionInteface methods pure virtual." by Mirko Bonadei · 11 months ago
  8. 9cd5c3f Pass webrtc::Environment through VideoDecoderFactoryTemplate::Create by Danil Chapovalov · 11 months ago
  9. bff6858 Make PeerConnectionInteface methods pure virtual. by Per K · 11 months ago
  10. fa01e3f Delete deprecated variant of the VideoDecoderSoftwareFallbackWrapper without Environment by Danil Chapovalov · 11 months ago
  11. 56d3cf0 Make VideoDecoderFactory::CreateVideoDecoder private by Danil Chapovalov · 11 months ago
  12. f2431a9 Move ComputeFoundation to Candidate. by Tommi · 11 months ago
  13. bc9af41 Sync definitions of IsSameCodecSpecific by Philipp Hancke · 11 months ago
  14. bde80e3 Deprecate Candidate::set_id(), offer generate_id() instead by Tommi · 11 months ago
  15. d99da2c Allow to use propagated field trials in VideoDecoderSoftwareFallbackWrapper by Danil Chapovalov · 11 months ago
  16. 0ba663c Change a few uses of Candidate::type() to Candidate::type_name() by Tommi · 11 months ago
  17. b158537 Allow to propagate field trials into Vp8 Decoder by Danil Chapovalov · 11 months ago
  18. f7b22c6 Add Candidate::type_name() by Tommi · 11 months ago
  19. 4efc830 Provide test output path with `OutputPathWithRandomDirectory` 1/n by Dor Hen · 11 months ago
  20. 414c942 Reland "Extends WebRTC logs for software encoder fallback" by henrika · 11 months ago
  21. 23c32da Revert "Extends WebRTC logs for software encoder fallback" by Mirko Bonadei · 11 months ago
  22. 050ffef Extends WebRTC logs for software encoder fallback by henrika · 11 months ago
  23. 521b863 Change type of candidate type names from char[] to string_view by Tommi · 11 months ago
  24. 32f2a30 Move IceCandidateType to candidate.h by Tommi · 11 months ago
  25. 61b1f53 Extend test::FunctionVideoDecoderFactory to propagate Environment by Danil Chapovalov · 12 months ago
  26. 974044e Remove code for supporting SDES by Harald Alvestrand · 11 months ago
  27. aaa123d Reland "Remove post-decode VAD" by Tomas Lundqvist · 11 months ago
  28. 39ac25d Add PeerConnectionInterface::ReconfigureBandwidthEstimation by Per K · 11 months ago
  29. 2425c8d Added EnableVad() and DisableVad() default implementations by Tomas Lundqvist · 11 months ago
  30. 3bddaed rtc_p2p: Split turn port and basic port allocator by Harald Alvestrand · 11 months ago
  31. 9d9b3a3 Add option for the audio encoder to allocate a bitrate range. by Jakob Ivarsson · 11 months ago
  32. 6de9d6a Add default AV1 parameters to SdpVideoFormat comparison by Philipp Hancke · 11 months ago
  33. 8c371f2 Reland "Take out Fuchsia-only SDES-enabling parameters" by Harald Alvestrand · 12 months ago
  34. 687ef0a Revert "Remove post-decode VAD" by Jeremy Leconte · 11 months ago
  35. c1cc6a3 sdp: backfill default codec parameters for AV1 by Philipp Hancke · 1 year ago
  36. 89cf26f Remove post-decode VAD by Tomas Lundqvist · 12 months ago
  37. c0741e9 Revert "Take out Fuchsia-only SDES-enabling parameters" by Olga Sharonova · 11 months ago
  38. 59f3b35 Take out Fuchsia-only SDES-enabling parameters by Harald Alvestrand · 12 months ago
  39. 7aa7972 Propagate sequence number to cloned encoded audio frames by Tony Herre · 12 months ago
  40. 9c687460 Consolidate encoded transform mocks into api/test/ by Tony Herre · 12 months ago
  41. 9a953b2 Detangle p2p/connection.cc and port.cc by Harald Alvestrand · 12 months ago
  42. 523eff6 [Stats] Delete unused RTCStatsMember type alias. by Henrik Boström · 12 months ago
  43. ac58a33 [Stats] Migrate from the RTCStatsMember type alias to absl::optional. by Henrik Boström · 12 months ago
  44. a310d78 Refactor a lot of the p2p:rtc_p2p target by Harald Alvestrand · 12 months ago
  45. 5372bce Reland "[Stats] Make RTCStatsMember<T> a type alias for absl::optional<T>." by Henrik Boström · 12 months ago
  46. c708c00 Add VideoDecoderFactory function to pass Environment for VideoDecoder construction by Danil Chapovalov · 12 months ago
  47. be2786c Move candidate type preference defaults to the Candidate class by Tommi · 12 months ago
  48. fd54a61 Revert "[Stats] Make RTCStatsMember<T> a type alias for absl::optional<T>." by Henrik Boström · 12 months ago
  49. 79ac694 [Stats] Make RTCStatsMember<T> a type alias for absl::optional<T>. by Henrik Boström · 12 months ago
  50. 3484381 [Stats] Delete ValueToString/ToJson, ToString does the job. by Henrik Boström · 12 months ago
  51. 25be2f8 Remove legacy, unused, preference() property from Candidate by Tommi · 12 months ago
  52. 7209548 Reland "[Stats] Attribute::ToString(), to replace member ValueToString/ToJson." by Henrik Boström · 12 months ago
  53. ed1d084 [Stats] Replace all uses of is_defined() with has_value(). by Henrik Boström · 12 months ago
  54. 3b2b2af Move candidate types from port to candidate.h by Tommi · 12 months ago
  55. 4d706a9 Revert "Reland "[Stats] Attribute::ToString(), to replace member ValueToString/ToJson."" by Mirko Bonadei · 12 months ago
  56. 55cdc29 Reland "[Stats] Attribute::ToString(), to replace member ValueToString/ToJson." by Henrik Boström · 12 months ago
  57. df0b363 Reland "[Stats] Add value_or() and migrate from ValueOrDefault()." by Henrik Boström · 12 months ago
  58. 7d637a9 Cleanup include and dependencies in api/metronome by Danil Chapovalov · 12 months ago
  59. c0ac4df Reland "[Stats] Move metric names to Attribute, constructed via AttributeInit." by Henrik Boström · 12 months ago
  60. 7aff4d1 Stash and retry packets that are waiting for the dependency descriptor template structure. by philipel · 12 months ago
  61. df3b3bd Revert "[Stats] Move metric names to Attribute, constructed via AttributeInit." by Mirko Bonadei · 12 months ago
  62. 111e381 Revert "[Stats] Add value_or() and migrate from ValueOrDefault()." by Mirko Bonadei · 12 months ago
  63. 1fee69c Revert "[Stats] Attribute::ToString(), to replace member ValueToString/ToJson." by Mirko Bonadei · 12 months ago
  64. 54be708 [Stats] Attribute::ToString(), to replace member ValueToString/ToJson. by Henrik Boström · 12 months ago
  65. 9e4a97b [Stats] Add value_or() and migrate from ValueOrDefault(). by Henrik Boström · 12 months ago
  66. 84c48ae [Stats] Move metric names to Attribute, constructed via AttributeInit. by Henrik Boström · 12 months ago
  67. 1ac0bea [Stats] Delete unused method RTCStats::Members(). by Henrik Boström · 12 months ago
  68. eb4a314 Add ReadStringView() to ByteBufferReader by Tommi · 12 months ago
  69. 40dcdf7 [Stats] Migrate integration test to Attributes(). by Henrik Boström · 12 months ago
  70. bfee961 [Stats] Migrate RTCStats/Test to Attributes. by Henrik Boström · 12 months ago
  71. 7978cf1 [Stats] Introduce Attribute, implementing RTCStatsMemberInterface. by Henrik Boström · 12 months ago
  72. b330a79 video_codecs: fix h265_profile line-endings by Alfred E. Heggestad · 1 year ago
  73. 98b0da1 Move RTCStatsMember+Interface to a separate file. by Henrik Boström · 1 year ago
  74. c95ad5fe9 Delete deprecated FecControllerFactoryInterface::CreateFecController variant by Danil Chapovalov · 1 year ago
  75. b9405c4 Fix list of resiliency mechanisms in setCodecPreferences by Philipp Hancke · 1 year, 1 month ago
  76. f089d7e Reland "FrameCadenceAdapter: align video encoding to metronome" by Zhaoliang Ma · 1 year ago
  77. 55a6189 Pass Environment to custom FecController at construction by Danil Chapovalov · 1 year ago
  78. c41977d Propagate Environment into RtcEventLogImpl by Danil Chapovalov · 1 year ago
  79. 78a57ef Revert "FrameCadenceAdapter: align video encoding to metronome" by Björn Terelius · 1 year ago
  80. b39c2a8 FrameCadenceAdapter: align video encoding to metronome by Zhaoliang Ma · 1 year, 1 month ago
  81. 8e2ab67 Do not use Windows default task queue when building with Chromium by Philipp Hancke · 1 year ago
  82. de17252 Reland "Unify access to SDP codec parameters" by Philipp Hancke · 1 year, 1 month ago
  83. 764ac7e Allowing to set PCF options via peer configurer by Dor Hen · 1 year ago
  84. 5692649 Revert^2 "Remove deprecated ByteBufferReader and ByteBufferWriter functions" by Harald Alvestrand · 1 year, 1 month ago
  85. ca58f0e Revert "Remove deprecated ByteBufferReader and ByteBufferWriter functions" by Mirko Bonadei · 1 year, 1 month ago
  86. e0e03ba Remove deprecated ByteBufferReader and ByteBufferWriter functions by Harald Alvestrand · 1 year, 1 month ago
  87. f0ddae8 Convert ByteBufferWriter to be type uint8_t by Harald Alvestrand · 1 year, 1 month ago
  88. 6c9c958 Revert "Unify access to SDP codec parameters" by Mirko Bonadei · 1 year, 1 month ago
  89. 63d03f5 Unify access to SDP codec parameters by Philipp Hancke · 1 year, 1 month ago
  90. b3488d0 Add SDP negotiation support for HEVC. by Qiu Jianlin · 1 year, 1 month ago
  91. 86b1cf7 Allow configuring pacer burst through RtcConfiguration by Per K · 1 year, 1 month ago
  92. 151003d Deprecate RtcEventLogFactory constructor taking unused parameter by Danil Chapovalov · 1 year, 1 month ago
  93. 65bee96 Delete old "metronome" name, API users should use "decode_metronome". by Henrik Boström · 1 year, 1 month ago
  94. abd7814 Pass Clock through Environment when constructing Call by Danil Chapovalov · 1 year, 1 month ago
  95. 3d9c368 Delete CallFactoryInterface as no longer needed by Danil Chapovalov · 1 year, 1 month ago
  96. 242ed95 Add a FieldTrialsView argument to the NetworkEmulationManager ctor. by Jeremy Leconte · 1 year, 1 month ago
  97. f887e07 Rename "metronome" to "decode_metronome". by Henrik Boström · 1 year, 1 month ago
  98. fe66dda Delete deprecated call_factory and media_engine by Danil Chapovalov · 1 year, 1 month ago
  99. 623bcd7 Delete deprecated CreateTimeControllerBasedCallFactory by Danil Chapovalov · 1 year, 2 months ago
  100. 2ca1d0f Delete legacy RtcEventLogFactory Create functions by Danil Chapovalov · 1 year, 1 month ago