1. 6a3bbef Reland "Enable DD and VLA header extensions by default for Simulcast/SVC" by Philipp Hancke · 1 year, 3 months ago
  2. 5e3eb52 Revert "Enable DD and VLA header extensions by default for Simulcast/SVC" by Emil Lundmark · 1 year, 3 months ago
  3. 33c7edd Enable DD and VLA header extensions by default for Simulcast/SVC by Philipp Hancke · 1 year, 4 months ago
  4. 7eaa9dc Use Environment to keep peer connection factory field trials in ConnectionContext by Danil Chapovalov · 1 year, 3 months ago
  5. a654437 Remove not-needed webrtc:: prefixes in pc/ by Harald Alvestrand · 1 year, 4 months ago
  6. c63120a Migrate PeerConnection tests to EnableMedia api by Danil Chapovalov · 1 year, 4 months ago
  7. d797cb6 Remove all split channels related code by Florent Castelli · 1 year, 9 months ago
  8. 016bd75 Make GetNegotiatedHeaderExtensions return all header extensions by Philipp Hancke · 2 years ago
  9. c8c25e5 Update SetHeaderExtensionsToNegotiate to match specification by Philipp Hancke · 2 years ago
  10. 9f6ae37 Rename header extension API methods by Philipp Hancke · 2 years ago
  11. 51dbe82 setOfferedHeaderExtensions: stop any filtered extension by Philipp Hancke · 2 years, 1 month ago
  12. 36fafc8 Split MediaChannel class to sender and receiver by Harald Alvestrand · 2 years, 3 months ago
  13. c3fa7c3 Remove remaining trampoline functions from channel_manager by Harald Alvestrand · 2 years, 10 months ago
  14. 83830f3 Delete TestListener and top-level thread wrapping. by Niels Möller · 2 years, 10 months ago
  15. 0ac50b9 Move ownership of objects from channel_manager to connection_context by Harald Alvestrand · 2 years, 10 months ago
  16. 35f4b4c Remove more trampoline functions from ChannelManager by Harald Alvestrand · 2 years, 10 months ago
  17. c6c02ef Revert "Don't create channel_manager when media_engine is not set" by Artem Titov · 2 years, 10 months ago
  18. c48ad73 Don't create channel_manager when media_engine is not set by Harald Alvestrand · 2 years, 10 months ago
  19. 9e334b7 Remove channel_manager.h from most .h files by Harald Alvestrand · 2 years, 10 months ago
  20. 3af79d1 Move ownership of the Channel class to RTCRtpTransceiver by Harald Alvestrand · 2 years, 11 months ago
  21. daee870 Remove ability to do SetChannel() without ClearChannel() by Harald Alvestrand · 2 years, 11 months ago
  22. 19ebabc Separate setting a cricket::Channel from clearing the channel. by Harald Alvestrand · 2 years, 11 months ago
  23. 0d5ce62 Make RtpTransceiver not inherit from RefCountedObject. by Tomas Gunnarsson · 3 years ago
  24. c24a218 Update IWYU tool with a mapping file by Harald Alvestrand · 3 years, 1 month ago
  25. 6589def Align sender/receiver teardown in RtpTransceiver. by Tommi · 3 years, 1 month ago
  26. 16de216 Delete channel objects asynchronously from the transceiver. by Tomas Gunnarsson · 3 years, 1 month ago
  27. 5411b17 Add a channel factory interface. by Tomas Gunnarsson · 3 years, 2 months ago
  28. 4f8a58c Remove 2 Invokes to the network thread when creating a channel. by Tomas Gunnarsson · 3 years, 2 months ago
  29. 880fa81 Reland "Use backticks not vertical bars to denote variables in comments for /pc" by Artem Titov · 3 years, 7 months ago
  30. fd05d6f Revert "Use backticks not vertical bars to denote variables in comments for /pc" by Björn Terelius · 3 years, 8 months ago
  31. 37ee0f5 Use backticks not vertical bars to denote variables in comments for /pc by Artem Titov · 3 years, 8 months ago
  32. 4ccdf932 VideoRtpReceiver & AudioRtpReceiver threading fixes. by Tommi · 3 years, 10 months ago
  33. cc7a368 Move header negotiation state to transceivers. by Tommi · 3 years, 10 months ago
  34. 99c8a80 Change the first-packet-received notification in Channel. by Tommi · 3 years, 11 months ago
  35. 7af57c6 Remove RTP data implementation by Harald Alvestrand · 3 years, 11 months ago
  36. 0b5ec18 Simplify ChannelManager initialization. by Tomas Gunnarsson · 4 years ago
  37. c17bca7 SetOfferedRtpHeaderExtensions: fix error code. by Markus Handell · 4 years, 2 months ago
  38. 5932fe1 RtpTransceiverInterface: introduce HeaderExtensionsNegotiated. by Markus Handell · 4 years, 3 months ago
  39. 280054f Eliminate sigslot from RtpTransmissionManager by Harald Alvestrand · 4 years, 4 months ago
  40. c75c428 Fix current_direction() when stopping_ but not stopped_ by Harald Alvestrand · 4 years, 7 months ago
  41. 6060df5 Reland "Implement transceiver.stop()" by Harald Alvestrand · 4 years, 7 months ago
  42. a88c977 Revert "Implement transceiver.stop()" by Harald Alvestrand · 4 years, 7 months ago
  43. 11dc657 Implement transceiver.stop() by Harald Alvestrand · 4 years, 7 months ago
  44. 755c65d Reland RtpTransceiverInterface: introduce SetOfferedRtpHeaderExtensions. by Markus Handell · 4 years, 9 months ago
  45. 6f727da Revert "RtpTransceiverInterface: introduce SetOfferedRtpHeaderExtensions." by Markus Handell · 4 years, 9 months ago
  46. 71db9ac RtpTransceiverInterface: introduce SetOfferedRtpHeaderExtensions. by Markus Handell · 4 years, 9 months ago
  47. 0357b3e RtpTransceiverInterface: add header_extensions_to_offer() by Markus Handell · 5 years ago
  48. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  49. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/rtptransceiver_unittest.cc]
  50. 7e0978c Use project-level include path in rtptransceiver_unittest.cc by Steve Anton · 6 years ago
  51. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  52. dd9390c Prevent channels being set on stopped transceiver. by Amit Hilbuch · 6 years ago