1. f4673f9 Move webrtc::AudioDeviceModule include to api/ folder by Florent Castelli · 11 months ago
  2. 0afde76 Move webrtc::AudioProcessing include to api/ folder by Florent Castelli · 11 months ago
  3. 0242939 Reland "Deprecate old constructors and set_type() in Candidate and Port" by Tomas Gunnarsson · 1 year ago
  4. ed8390d Revert "Deprecate old constructors and set_type() in Candidate and Port" by Ilya Nikolaevskiy · 1 year ago
  5. aaa6851 Deprecate old constructors and set_type() in Candidate and Port by Tommi · 1 year ago
  6. f16e139 Generalize ssrc-group check to apply to groups other than SIM by Philipp Hancke · 1 year, 5 months ago
  7. 3756e29 Remove another ctor from BasicPortAllocator by Tommi · 1 year, 7 months ago
  8. 2206b63 Prevent SDP munging of duplicate SSRCs by Philipp Hancke · 1 year, 8 months ago
  9. c929ab4 Reland "[Stats] Remove enum-like structs in favor of strings." by Henrik Boström · 1 year, 9 months ago
  10. 45666d4 Revert "[Stats] Remove enum-like structs in favor of strings." by Christoffer Jansson · 1 year, 9 months ago
  11. ccc87ea [Stats] Remove enum-like structs in favor of strings. by Henrik Boström · 1 year, 9 months ago
  12. 098cfbd Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate. by philipel · 2 years ago
  13. d197e0b Reland "Don't create PacketSocketFactory inside BasicPortAllocatorSession" by Byoungchan Lee · 2 years, 10 months ago
  14. 25361a8 Revert "Reland "Don't create PacketSocketFactory inside BasicPortAllocatorSession"" by Christoffer Jansson · 2 years, 10 months ago
  15. a8be79c Reland "Don't create PacketSocketFactory inside BasicPortAllocatorSession" by Byoungchan Lee · 2 years, 10 months ago
  16. 6b9e040 Revert "Don't create PacketSocketFactory inside BasicPortAllocatorSession" by Christoffer Jansson · 2 years, 10 months ago
  17. 7d4634c Don't create PacketSocketFactory inside BasicPortAllocatorSession by Byoungchan Lee · 2 years, 10 months ago
  18. 2221144 Delete old versions of GetNetworks and GetAnyAddressNetworks by Niels Möller · 3 years ago
  19. 7242440 Remove calls to deprecated CreatePC() and CreateDC() by Florent Castelli · 3 years ago
  20. 15a38de Fix SdpSemantics::kPlanB deprecated usage by Florent Castelli · 3 years ago
  21. c24a218 Update IWYU tool with a mapping file by Harald Alvestrand · 3 years, 1 month ago
  22. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 4 months ago
  23. 8591eff Reland "Fix bug where we assume new m= sections will always be bundled." by Taylor Brandstetter · 3 years, 7 months ago
  24. b92f985 Revert "Reland "Fix bug where we assume new m= sections will always be bundled."" by Taylor Brandstetter · 3 years, 8 months ago
  25. 704a834 Reland "Fix bug where we assume new m= sections will always be bundled." by Taylor Brandstetter · 3 years, 8 months ago
  26. dc364e5 Revert "Fix bug where we assume new m= sections will always be bundled." by Björn Terelius · 3 years, 8 months ago
  27. d2b885f Fix bug where we assume new m= sections will always be bundled. by Taylor Brandstetter · 3 years, 8 months ago
  28. a1b8201 Move proxies into pc/. by Markus Handell · 3 years, 10 months ago
  29. f8187e0 [Unified Plan] Support multiple BUNDLE groups. by Henrik Boström · 3 years, 11 months ago
  30. bc959b6 Remove enable_rtp_data_channel by Harald Alvestrand · 4 years ago
  31. 5eb43b4 Prefix HAVE_SCTP macro with WEBRTC_. by Mirko Bonadei · 4 years, 2 months ago
  32. 6060df5 Reland "Implement transceiver.stop()" by Harald Alvestrand · 4 years, 7 months ago
  33. a88c977 Revert "Implement transceiver.stop()" by Harald Alvestrand · 4 years, 7 months ago
  34. 11dc657 Implement transceiver.stop() by Harald Alvestrand · 4 years, 7 months ago
  35. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 6 years ago
  36. 1716d39 Let SessionDescription take ownership of MediaDescription by Harald Alvestrand · 6 years ago
  37. 3a1b927 Remove rtp_ and rtcp_packet_transport() from the RtpTransport interface. by Bjorn A Mellem · 6 years ago
  38. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 6 years ago
  39. 649a4c2 [clang-tidy] Apply performance-inefficient-vector-operation fixes. by Mirko Bonadei · 6 years ago
  40. 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 6 years ago
  41. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  42. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/peerconnection_bundle_unittest.cc]
  43. ad88c88 Add API for returning a webrtc::DtlsTransport for a MID on a PC by Harald Alvestrand · 6 years ago
  44. 2ff3f49 Move webrtc::CreatePeerConnectionFactory definition next to decl. by Mirko Bonadei · 6 years ago
  45. 27ab0e5 Add CreateIceCandidate overload which takes a cricket::Candidate by Steve Anton · 7 years ago
  46. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
  47. 6753795 Built in video codec factories. by Anders Carlsson · 7 years ago
  48. 365381f Replace BundleFilter with RtpDemuxer in RtpTransport. by Zhi Huang · 7 years ago
  49. 0ab5651 Fix handling of empty BUNDLE groups. by Taylor Brandstetter · 7 years ago
  50. d2248f8 Handle the corner cases for BUNDLE. by Zhi Huang · 7 years ago
  51. e830e68 Use new TransportController implementation in PeerConnection. by Zhi Huang · 7 years ago
  52. 6e22137 Enable Unified Plan tests that were blocked on the stats collector by Steve Anton · 7 years ago
  53. b886711 Prepare StatsCollector to work with RtpTransceivers by Steve Anton · 7 years ago
  54. 6947025 Move media_type to RtpTransceiverInterface by Steve Anton · 7 years ago
  55. 7464fca Parameterize PeerConnection BUNDLE tests for Unified Plan by Steve Anton · 7 years ago
  56. b1c1de1 Use the SDP ContentInfo helpers to avoid downcasting by Steve Anton · 7 years ago
  57. e97de91 Use static_cast to get webrtc::Peerconnection in common workaround. by Mirko Bonadei · 7 years ago
  58. 32df86e Remove deprecated CreatePeerConnectionFactory() overloads by Karl Wiberg · 7 years ago
  59. 6f25b09 Reland "Rewrite WebRtcSession BUNDLE tests as PeerConnection tests" by Steve Anton · 7 years ago
  60. b49b661 Revert "Rewrite WebRtcSession BUNDLE tests as PeerConnection tests" by Olga Sharonova · 7 years ago
  61. 096e367 Rewrite WebRtcSession BUNDLE tests as PeerConnection tests by Steve Anton · 7 years ago