1. 1e12f2a Add an option to avoid early initialization of audio capture by Xavier Lepaul · 3 years, 3 months ago
  2. 3babb8a Added support for H264 YUV444 (I444) decoding. by Stefan Mitic · 3 years, 3 months ago
  3. 961f382 Update api/ to not use implicit T* --> scoped_refptr<T> conversion by Niels Möller · 3 years, 3 months ago
  4. bb57de2 Extend make_ref_counted to interoperate with RefCountedNonVirtual by Niels Möller · 3 years, 3 months ago
  5. 62995db Change default sdp_semantics to kNotSpecified. by Henrik Boström · 3 years, 3 months ago
  6. c69453d Change SetLocalContent in channel classes to avoid Invoke. by Tomas Gunnarsson · 3 years, 3 months ago
  7. 09a0d01 Deprecate RemoveTrack (old signature) by Harald Alvestrand · 3 years, 3 months ago
  8. e7cc883 Update pc/ to not use implicit T* --> scoped_refptr<T> conversion by Niels Möller · 3 years, 3 months ago
  9. 2e0f4f0 ZeroHertzAdapterMode: handle key frame requests. by Markus Handell · 3 years, 3 months ago
  10. 875df7e AEC3: Changing the default for the use_conservative_tail_frequency_response flag. by Jesús de Vicente Peña · 3 years, 3 months ago
  11. 03cb7e5 APM: Make echo detector an optionally compilable and injectable component by Sam Zackrisson · 3 years, 4 months ago
  12. 8d87c46 ZeroHertzAdapterMode: slow down repeats on quality convergence. by Markus Handell · 3 years, 4 months ago
  13. 1fe08e1 Remove unused 4-argument version of OnIceCandidateError. by Byoungchan Lee · 3 years, 4 months ago
  14. e252a12 Fix use-after-move in RTCErrorOr by Maksim Ivanov · 3 years, 4 months ago
  15. fa67aef Declare Plan B DEPRECATED by Harald Alvestrand · 3 years, 4 months ago
  16. 73d0774 Add PortAllocator configuration to RTCConfiguration by Niels Möller · 3 years, 4 months ago
  17. 0ee4422 Add reporting of relay protocol by Jonas Oreland · 3 years, 4 months ago
  18. 6c167d8 Remove NetEq::Create. by Ivo Creusen · 3 years, 4 months ago
  19. deb1b1b Always call IsOk() to ensure audio codec configuration is valid when negotiating. by Ivo Creusen · 3 years, 4 months ago
  20. 789a0f3 Delete deprecated RtpExtension::FindHeaderExtensionByUri variant by Danil Chapovalov · 3 years, 4 months ago
  21. 707e5a0 Make test framework create portallocator with an explicit PacketSocketFactory. by Niels Möller · 3 years, 4 months ago
  22. 45e15e3 Prepare for migrating to new AddPeer method by Niels Möller · 3 years, 4 months ago
  23. f47a724 New struct PeerNetworkDependencies by Niels Möller · 3 years, 4 months ago
  24. 984cf9b Explicitly set encoder and decoder format in codec tests. by Sergey Silkin · 3 years, 4 months ago
  25. 50b9552 Reintroduce enable_dtls_srtp option by Harald Alvestrand · 3 years, 4 months ago
  26. cabc3e5 Delete obsolete method QueryVideoEncoder by Niels Möller · 3 years, 4 months ago
  27. be9c40f Fix documentation for VideoQualityAnalyzerInterface::GetStreamLabel by Artem Titov · 3 years, 4 months ago
  28. d823259 Set the maximum number of audio channels to 24 by Ivo Creusen · 3 years, 5 months ago
  29. 13d1636 Delete support for has_internal_source by Niels Möller · 3 years, 5 months ago
  30. efe46b6 Change the type of RTCVideoSourceStats.framesPerSecond by Byoungchan Lee · 3 years, 5 months ago
  31. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 5 months ago
  32. bf08745 Implement RTCOutboundRtpStreamStats.targetBitrate for audio. by Jakob Ivarsson · 3 years, 5 months ago
  33. 4a97d72 Remove NetEq extra delay option. by Jakob Ivarsson · 3 years, 5 months ago
  34. b4e96d4 VideoStreamEncoder: Introduce frame cadence adapter. by Markus Handell · 3 years, 5 months ago
  35. 0d01841 Revert "Remove code supporting the SDES crypto mode in SDP" by Harald Alvestrand · 3 years, 5 months ago
  36. 97597c0 Remove usage of INFO alias for LS_INFO in log messages by Harald Alvestrand · 3 years, 5 months ago
  37. 0134303 datachannel: Don't close a data channel when the queue is full by Florent Castelli · 3 years, 5 months ago
  38. ee212a7 Remove code supporting the SDES crypto mode in SDP by Harald Alvestrand · 3 years, 5 months ago
  39. 31b03e9 Add static AsString functions for PeerConnectionInterface enums by Harald Alvestrand · 3 years, 5 months ago
  40. 08a6e35 Reland "Revert "Reland "remove stun origin support""" by Philipp Hancke · 3 years, 5 months ago
  41. 7194d83 Make AV1X constants private by Emil Lundmark · 3 years, 5 months ago
  42. 711a4f7 Remove unused IXXXBuffer::PasteFrom by Ilya Nikolaevskiy · 3 years, 5 months ago
  43. f9e502d Remove enable_dtls_srtp option by Harald Alvestrand · 3 years, 5 months ago
  44. 3791d33 Proper assignment of FEC setting to encoders in SoftwareFallbackWrapper. by Jiwon Jung · 3 years, 5 months ago
  45. a563a2a datachannel: Add a MaxSendQueueSize() accessor in the API by Florent Castelli · 3 years, 5 months ago
  46. 3b18208 Revert "Reland "remove stun origin support"" by Taylor Brandstetter · 3 years, 6 months ago
  47. 11a89c9 Reland "remove stun origin support" by Philipp Hancke · 3 years, 6 months ago
  48. 6aa61a3 Return first and last RTP packet sequence number for completed frames. by philipel · 3 years, 6 months ago
  49. ff70925 Check (correctly) if packet is a padding packet based on payload size rather than the (incorrect) parsed payload size. by philipel · 3 years, 6 months ago
  50. 41205b3 Revert "remove stun origin support" by Artem Titov · 3 years, 6 months ago
  51. 54f3773 Revert "Added support for H264 YUV444 (I444) decoding." by Ilya Nikolaevskiy · 3 years, 6 months ago
  52. ba29ce3 remove stun origin support by Philipp Hancke · 3 years, 6 months ago
  53. 7d8ed34 Added support for H264 YUV444 (I444) decoding. by Stefan Mitic · 3 years, 6 months ago
  54. 6fa9e68 Route min/max FPS constraints to VideoStreamEncoder. by Markus Handell · 3 years, 6 months ago
  55. 468bf9a AEC3: Enable unbounded echo spectrum for dominant nearend detection by default by Gustaf Ullberg · 3 years, 6 months ago
  56. 6d19d14 Add AsyncListenSocket, as alias for AsyncPacketSocket by Niels Möller · 3 years, 6 months ago
  57. b7b306b Use AsyncDnsResolver in UDPPort class by Harald Alvestrand · 3 years, 6 months ago
  58. 985310e Add CreateAsyncDnsResolver to PacketSocketFactory API by Harald Alvestrand · 3 years, 6 months ago
  59. ee4c930 ice: fix comment about relay preference by Philipp Hancke · 3 years, 6 months ago
  60. d4aa3a3 Use absl::string_view in SDP-related utilities by Niels Möller · 3 years, 6 months ago
  61. 79326ea Implement missing candidate pair packets/bytes sent/received stats. by Taylor Brandstetter · 3 years, 6 months ago
  62. 8fb41a3 Add Direction indicator to TransformableFrames by Tony Herre · 3 years, 6 months ago
  63. f7a7698 Mark toI420 as Nullable by Fabian Bergmark · 3 years, 6 months ago
  64. 10dc1a6 New H264PacketBuffer consolidating a bunch of H264 specific hacks into one class. by philipel · 3 years, 7 months ago
  65. d0321c5 Deduplicate set of the rtp header extension uri constants by Danil Chapovalov · 3 years, 7 months ago
  66. 6b19d82 Replace AV1X with AV1 by Sergey Silkin · 3 years, 7 months ago
  67. 5eb5bb5 AEC3: Using a more conservative frequency response representation of the tails. by Jesús de Vicente Peña · 3 years, 7 months ago
  68. 5e7a3ae Let EmulatedNetworkManagerInterface own and expose a PacketSocketFactory by Niels Möller · 3 years, 7 months ago
  69. 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, 7 months ago
  70. 2562cf0 Reland "Wire up non-sender RTT for audio, and implement related standardized stats." by Ivo Creusen · 3 years, 7 months ago
  71. 749f709 [PCLF] Remove temporary AddAndReturnPeer method by Artem Titov · 3 years, 7 months ago
  72. 15157ab [PCLF] Make AddPeer return PeerHandle* by Artem Titov · 3 years, 7 months ago
  73. 79f82c1 [PCLF] introduce a Peer class which later will be used to perform in-call actions by Artem Titov · 3 years, 7 months ago
  74. e3ff914 Use implicit instead of explicit defaulted constructor for SendDataParams by Björn Terelius · 3 years, 7 months ago
  75. 92e9ff6 Reland "frame transformer: make GetPayloadType pure virtual again" by Olga Sharonova · 3 years, 7 months ago
  76. 2c41cba Revert "Wire up non-sender RTT for audio, and implement related standardized stats." by Björn Terelius · 3 years, 7 months ago
  77. 78a8ce0 Delete decoder specific buffer_pool_size from webrtc::VideoCodec by Danil Chapovalov · 3 years, 7 months ago
  78. eb89027 Revert "frame transformer: make GetPayloadType pure virtual again" by Olga Sharonova · 3 years, 7 months ago
  79. b7a74c3 Remove inactive owners. by Mirko Bonadei · 3 years, 7 months ago
  80. 00dd5ce Delete deprecated VideoDecoder::InitDecode by Danil Chapovalov · 3 years, 7 months ago
  81. 209ac5f frame transformer: make GetPayloadType pure virtual again by Philipp Hancke · 3 years, 7 months ago
  82. 3cd7a0f Remove media/base/h264_profile_level_id.* and media/base/vp9_profile.h by Johannes Kron · 3 years, 7 months ago
  83. 9ad972d Remove deprecated signature of VideoDecoderFactory::QueryCodecSupport by Johannes Kron · 3 years, 7 months ago
  84. 8177f58 [PCLF] Add support for dumping video with multiple receivers by Artem Titov · 3 years, 7 months ago
  85. fb0dca6 Wire up non-sender RTT for audio, and implement related standardized stats. by Ivo Creusen · 3 years, 7 months ago
  86. 2ee0e64 Add support for manually configuring subnets as VPN by Jonas Oreland · 3 years, 7 months ago
  87. 2ace42f frame transformer: expose payload type by Philipp Hancke · 3 years, 7 months ago
  88. c8fa1ee Add and implement VPN preference by Jonas Oreland · 3 years, 7 months ago
  89. 4c4c744 [DVQA] Move video quality analyzer from webrtc::webrtc_pc_e2e to webrtc by Artem Titov · 3 years, 7 months ago
  90. 3bb74f3 Change VideoDecoderFactory::QueryCodecSupport to use reference_scaling by Johannes Kron · 3 years, 7 months ago
  91. fb19596 Allow setting different number of temporal layers per simulcast layer. by Åsa Persson · 3 years, 8 months ago
  92. 1fdafae Calculate bitrate and frame rate mismatches in video codec tests by Sergey Silkin · 3 years, 8 months ago
  93. 6b89130 Fix array_view nested namespace. by Mirko Bonadei · 3 years, 8 months ago
  94. ba0a306 Move check for number_of_cores parameter validitity by Danil Chapovalov · 3 years, 8 months ago
  95. 355b8d2 Use VideoDecoder::Configure interface when setting up decoder by Danil Chapovalov · 3 years, 8 months ago
  96. 7fa3f40 Migrate software fallback wrapper to new VideoDecoder::Configure by Danil Chapovalov · 3 years, 8 months ago
  97. 647d326 Add tracking of video encoder/decoder used for stream in DVQA by Artem Titov · 3 years, 8 months ago
  98. bf75041 Update stats_types.cc to use make_ref_counted. by Niels Möller · 3 years, 8 months ago
  99. cfea218 Use backticks not vertical bars to denote variables in comments by Artem Titov · 3 years, 8 months ago
  100. ecc46ef Introduce new api to initialize VideoDecoder by Danil Chapovalov · 3 years, 8 months ago