1. d257b4a Minor ClearChannel() and SetChannel() simplifications by Tommi · 4 months ago
  2. 98b3588 Make CreateSendChannel and CreateReceiveChannel methods pure virtual by Tommi · 4 months ago
  3. 7a79d68 Remove WebRTC-SetCodecPreferences-ReceiveOnlyFilterInsteadOfThrow killswitch by Philipp Hancke · 4 months ago
  4. 68f4e27 Add RtpSender OnFirstPacketSent callback. by Jakob Ivarsson · 5 months ago
  5. 8037fc6 Migrate absl::optional to std::optional by Florent Castelli · 6 months ago
  6. 6431a64 Reland "Run IWYU on some files I intend to work on" by Harald Alvestrand · 9 months ago
  7. fe34363 Revert "Run IWYU on some files I intend to work on" by Mirko Bonadei · 9 months ago
  8. 827da15 Run IWYU on some files I intend to work on by Harald Alvestrand · 9 months ago
  9. a5cd664 Add killswitch for receive-only setCodecPreferences change by Philipp Hancke · 1 year ago
  10. db2f52b Reland "Make setCodecPreferences only look at receive codecs" by Philipp Hancke · 1 year, 1 month ago
  11. 1e7a6f3 Revert "Make setCodecPreferences only look at receive codecs" by Henrik Boström · 1 year, 1 month ago
  12. 1cce1d7 Make setCodecPreferences only look at receive codecs by Philipp Hancke · 1 year, 1 month ago
  13. 6a3bbef Reland "Enable DD and VLA header extensions by default for Simulcast/SVC" by Philipp Hancke · 1 year, 2 months ago
  14. b9405c4 Fix list of resiliency mechanisms in setCodecPreferences by Philipp Hancke · 1 year, 2 months ago
  15. 5e3eb52 Revert "Enable DD and VLA header extensions by default for Simulcast/SVC" by Emil Lundmark · 1 year, 3 months ago
  16. 33c7edd Enable DD and VLA header extensions by default for Simulcast/SVC by Philipp Hancke · 1 year, 3 months ago
  17. a654437 Remove not-needed webrtc:: prefixes in pc/ by Harald Alvestrand · 1 year, 4 months ago
  18. 43a5dd8 Implement codec selection api by Florent Castelli · 1 year, 7 months ago
  19. 7bd90ba Remove templating from RtpTransceiver by Philipp Hancke · 1 year, 7 months ago
  20. d797cb6 Remove all split channels related code by Florent Castelli · 1 year, 9 months ago
  21. 1f31c20 Split fake media channel classes by Florent Castelli · 1 year, 9 months ago
  22. 61bacd1 Enable WebRTC-SplitMediaChannel by default by Harald Alvestrand · 1 year, 10 months ago
  23. 13897e6 Change SSRC-passing for MediaChannel from external to callback by Harald Alvestrand · 1 year, 10 months ago
  24. 016bd75 Make GetNegotiatedHeaderExtensions return all header extensions by Philipp Hancke · 2 years ago
  25. 22005ab Remove obsolete header extension API names by Philipp Hancke · 2 years ago
  26. c8c25e5 Update SetHeaderExtensionsToNegotiate to match specification by Philipp Hancke · 2 years ago
  27. 2f55370 Reland "Use two MediaChannels for 2 directions." by Harald Alvestrand · 2 years ago
  28. 9f6ae37 Rename header extension API methods by Philipp Hancke · 2 years ago
  29. 18c869b Revert "Use two MediaChannels for 2 directions." by Harald Alvestrand · 2 years ago
  30. 8981a6f Use two MediaChannels for 2 directions. by Harald Alvestrand · 2 years, 1 month ago
  31. 16579cc Change MediaChannel to have a Role parameter by Harald Alvestrand · 2 years, 1 month ago
  32. 51dbe82 setOfferedHeaderExtensions: stop any filtered extension by Philipp Hancke · 2 years, 1 month ago
  33. 36fafc8 Split MediaChannel class to sender and receiver by Harald Alvestrand · 2 years, 3 months ago
  34. 725ee24 SVC: Check scalability in AddTransceiver and SetParameters by Florent Castelli · 2 years, 5 months ago
  35. 9e09a1f Replace Thread::Invoke with Thread::BlockingCall by Danil Chapovalov · 2 years, 6 months ago
  36. a30439b Migrate pc/ to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 8 months ago
  37. c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 9 months ago
  38. 8101e7b Reland "Don't create channel_manager++ when media_engine is not set" by Harald Alvestrand · 2 years, 10 months ago
  39. 485457f Delete ChannelManager class by Harald Alvestrand · 2 years, 10 months ago
  40. c3fa7c3 Remove remaining trampoline functions from channel_manager by Harald Alvestrand · 2 years, 10 months ago
  41. c6c02ef Revert "Don't create channel_manager when media_engine is not set" by Artem Titov · 2 years, 10 months ago
  42. c48ad73 Don't create channel_manager when media_engine is not set by Harald Alvestrand · 2 years, 10 months ago
  43. 8f42992 Move channel creation functions into RtpTransceiver by Harald Alvestrand · 2 years, 10 months ago
  44. 0a16276 Restore FiredDirection and maybe fire OnTrack in Rollback. by Henrik Boström · 2 years, 11 months ago
  45. 3af79d1 Move ownership of the Channel class to RTCRtpTransceiver by Harald Alvestrand · 2 years, 11 months ago
  46. daee870 Remove ability to do SetChannel() without ClearChannel() by Harald Alvestrand · 2 years, 11 months ago
  47. 19ebabc Separate setting a cricket::Channel from clearing the channel. by Harald Alvestrand · 2 years, 11 months ago
  48. a8ad11d [Rollback] Don't end tracks when transceiver is still in use. by Henrik Boström · 2 years, 11 months ago
  49. c24a218 Update IWYU tool with a mapping file by Harald Alvestrand · 3 years, 1 month ago
  50. 6589def Align sender/receiver teardown in RtpTransceiver. by Tommi · 3 years, 1 month ago
  51. 16de216 Delete channel objects asynchronously from the transceiver. by Tomas Gunnarsson · 3 years, 2 months ago
  52. 5411b17 Add a channel factory interface. by Tomas Gunnarsson · 3 years, 2 months ago
  53. 4f8a58c Remove 2 Invokes to the network thread when creating a channel. by Tomas Gunnarsson · 3 years, 2 months ago
  54. e7cc883 Update pc/ to not use implicit T* --> scoped_refptr<T> conversion by Niels Möller · 3 years, 2 months ago
  55. 4ccdf932 VideoRtpReceiver & AudioRtpReceiver threading fixes. by Tommi · 3 years, 10 months ago
  56. cc7a368 Move header negotiation state to transceivers. by Tommi · 3 years, 10 months ago
  57. 99c8a80 Change the first-packet-received notification in Channel. by Tommi · 3 years, 11 months ago
  58. 8546666 Add threading assertions to TransceiverList by Harald Alvestrand · 3 years, 11 months ago
  59. fe04164 Add utility to count the number of blocking thread invokes. by Tommi · 4 years ago
  60. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 1 month ago
  61. 5761e7b Running apply-iwyu on ~all files in pc/ by Harald Alvestrand · 4 years, 1 month ago
  62. c17bca7 SetOfferedRtpHeaderExtensions: fix error code. by Markus Handell · 4 years, 2 months ago
  63. 5932fe1 RtpTransceiverInterface: introduce HeaderExtensionsNegotiated. by Markus Handell · 4 years, 3 months ago
  64. 280054f Eliminate sigslot from RtpTransmissionManager by Harald Alvestrand · 4 years, 4 months ago
  65. 1ee3325 When stopping a transceiver, end the receiver's track. by Harald Alvestrand · 4 years, 6 months ago
  66. c75c428 Fix current_direction() when stopping_ but not stopped_ by Harald Alvestrand · 4 years, 7 months ago
  67. fcf5e7b Make Objective-C interface use SetDirectionWithError by Harald Alvestrand · 4 years, 7 months ago
  68. 6060df5 Reland "Implement transceiver.stop()" by Harald Alvestrand · 4 years, 7 months ago
  69. a88c977 Revert "Implement transceiver.stop()" by Harald Alvestrand · 4 years, 7 months ago
  70. 11dc657 Implement transceiver.stop() by Harald Alvestrand · 4 years, 7 months ago
  71. 755c65d Reland RtpTransceiverInterface: introduce SetOfferedRtpHeaderExtensions. by Markus Handell · 4 years, 9 months ago
  72. 6f727da Revert "RtpTransceiverInterface: introduce SetOfferedRtpHeaderExtensions." by Markus Handell · 4 years, 9 months ago
  73. 71db9ac RtpTransceiverInterface: introduce SetOfferedRtpHeaderExtensions. by Markus Handell · 4 years, 9 months ago
  74. 3e98368 Reland "Distinguish between send and receive codecs" by Johannes Kron · 5 years ago
  75. 0357b3e RtpTransceiverInterface: add header_extensions_to_offer() by Markus Handell · 5 years ago
  76. 8e8b36a Revert "Reland "Reland "Reland "Distinguish between send and receive codecs"""" by Johannes Kron · 5 years ago
  77. 184ea66 Reland "Reland "Reland "Distinguish between send and receive codecs""" by Johannes Kron · 5 years ago
  78. a104ceb Revert "Reland "Reland "Distinguish between send and receive codecs""" by Johannes Kron · 5 years ago
  79. 9bac68c Reland "Reland "Distinguish between send and receive codecs"" by Johannes Kron · 5 years ago
  80. 00a3087 Revert "Reland "Distinguish between send and receive codecs"" by Johannes Kron · 5 years ago
  81. 133bf2b Reland "Distinguish between send and receive codecs" by Johannes Kron · 5 years ago
  82. e57b266 Revert "Distinguish between send and receive codecs" by Steve Anton · 5 years ago
  83. c0f25cf Distinguish between send and receive codecs by Johannes Kron · 5 years ago
  84. 43e62fc Fix Heap-use-after-free. by Markus Handell · 5 years ago
  85. 2d9d82e Implement RTCRtpTransceiver.setCodecPreferences by Florent Castelli · 6 years ago
  86. 64b626b Use Abseil container algorithms in pc/ by Steve Anton · 6 years ago
  87. 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 6 years ago
  88. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  89. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/rtptransceiver.cc]
  90. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  91. dd9390c Prevent channels being set on stopped transceiver. by Amit Hilbuch · 6 years ago
  92. 0f5400a [Unified Plan] Implement FiredDirection for RtpTransceiver by Steve Anton · 7 years ago
  93. 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 7 years ago
  94. 3e18c82 Reland "Reland "Remove our stream << overloads from non-test build targets."" by Jonas Olsson · 7 years ago
  95. bd73928 Revert "Reland "Remove our stream << overloads from non-test build targets."" by Taylor Brandstetter · 7 years ago
  96. d7ee720 Reland "Remove our stream << overloads from non-test build targets." by Jonas Olsson · 7 years ago
  97. 31ef5f0 Revert "Remove our stream << overloads from non-test build targets." by Jonas Olsson · 7 years ago
  98. c841d18 Remove our stream << overloads from non-test build targets. by Jonas Olsson · 7 years ago
  99. 3d954a6 Add log messages for Unified Plan processing by Steve Anton · 7 years ago
  100. 52d8677 Fire OnRenegotiationNeeded when changing transceiver direction by Steve Anton · 7 years ago