1. d9ebe01 Improve rollback for rtp data channel by Eldar Rello · 4 years, 5 months ago
  2. d85ea75 Rollback transport created by data channel by Eldar Rello · 4 years, 6 months ago
  3. 353a718 Address failing wpt test cases for the rollback feature by Eldar Rello · 4 years, 9 months ago
  4. ead0ec9 Add firing of OnRemoveTrack and OnRenegotationNeeded during rollback by Eldar Rello · 4 years, 10 months ago
  5. 5ab79e6 Reland "Implement rollback for setRemoteDescription" by Eldar Rello · 4 years, 11 months ago
  6. 907f154 Revert "Implement rollback for setRemoteDescription" by Alex Loiko · 4 years, 11 months ago
  7. 16d4c4d Implement rollback for setRemoteDescription by Eldar Rello · 4 years, 11 months ago
  8. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  9. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  10. 9da25bd In PeerConnection unittests set TaskQueueFactory explicitly by Danil Chapovalov · 5 years ago
  11. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 5 years ago
  12. f5258be Make PeerConnectionFactory constructor taking dependency the only constructor by Danil Chapovalov · 5 years ago
  13. d7180cc Also check the pending remote description when generating MIDs for legacy remote offers by Steve Anton · 6 years ago
  14. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 6 years ago
  15. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  16. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/peerconnection_jsep_unittest.cc]
  17. ceac015 Fail SetLocalDescription if a=mid lines are missing by Steve Anton · 6 years ago
  18. 06817cd [Unified Plan] Support legacy endpoints that do not use a=mid by Steve Anton · 6 years ago
  19. 5c72e71 [Unified Plan] Fix issues with recycling m= sections by Steve Anton · 6 years ago
  20. 4e93329 Properly setup MockPeerConnectionObserver in tests (continued). by Yves Gerey · 6 years ago
  21. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
  22. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
  23. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  24. 1bc9716 [Unified Plan] Do not initialize recvonly transceivers with any send streams by Steve Anton · 6 years ago
  25. 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 6 years ago
  26. b330688 Fix build errors when rtc_use_builtin_sw_codecs is set to false. by Anders Carlsson · 6 years ago
  27. ba42e99 Report an error when trying to set complex Plan B SDP on Unified Plan by Steve Anton · 6 years ago
  28. 5b4f075 Reland "Reland "Adds support for multiple or no media stream ids."" by Seth Hampson · 6 years ago
  29. 191bf5c Revert "Reland "Adds support for multiple or no media stream ids."" by Tomas Gunnarsson · 6 years ago
  30. f351c34 Reland "Adds support for multiple or no media stream ids." by Seth Hampson · 6 years ago
  31. bc609ea Revert "Adds support for multiple or no media stream ids." by Emircan Uysaler · 6 years ago
  32. 1550292 Adds support for multiple or no media stream ids. by Seth Hampson · 6 years ago
  33. 13b8bad Final name changing of MediaStreamInterface.label() to id(). by Seth Hampson · 6 years ago
  34. 5081c0c Change error handlers for Set*Description to use RTCError by Harald Alvestrand · 6 years ago
  35. 845e878 Name change from stream label to stream id for spec compliance. by Seth Hampson · 6 years ago
  36. 54b8407 Clear current_direction when the RtpTransceiver is stopped by Steve Anton · 7 years ago
  37. ae8a90a Fixes to PeerConnection for Unified Plan sdp & transceiver logic. by Seth Hampson · 7 years ago
  38. 6947025 Move media_type to RtpTransceiverInterface by Steve Anton · 7 years ago
  39. 5f94aa2 Correct MSID behavior with Unified Plan by Steve Anton · 7 years ago
  40. 74255ff Add PeerConnection interop integration tests by Steve Anton · 7 years ago
  41. ef65ef1 Fire OnAddTrack when Unified Plan is enabled by Steve Anton · 7 years ago
  42. 02ee47c Signal track ID correctly when Unified Plan semantics selected by Steve Anton · 7 years ago
  43. 62337e5 Use AudioProcessingBuilder everywhere AudioProcessing is created. by Ivo Creusen · 7 years ago
  44. fa2260d Add support for data channels with Unified Plan by Steve Anton · 7 years ago
  45. dcc3c02 Add support for JSEP offer/answer with transceivers by Steve Anton · 7 years ago