1. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  2. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/peerconnection_rtp_unittest.cc]
  3. ae3df54 Refactoring MID generation to use unique string generator. by Amit Hilbuch · 6 years ago
  4. 47e38b7 Revert "Refactoring MID generation to use unique string generator." by Amit Hilbuch · 6 years ago
  5. 1c37676 Refactoring MID generation to use unique string generator. by Amit Hilbuch · 6 years ago
  6. afa07dd [Unified Plan] SRD: Always set associated remote streams. by Henrik Boström · 6 years ago
  7. e1301a8 Revert "Implement read-only codecPayloadType in RtpParameters" by Henrik Grunell · 6 years ago
  8. 806e06d Implement read-only codecPayloadType in RtpParameters by Florent Castelli · 6 years ago
  9. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  10. 2ff3f49 Move webrtc::CreatePeerConnectionFactory definition next to decl. by Mirko Bonadei · 6 years ago
  11. 4e93329 Properly setup MockPeerConnectionObserver in tests (continued). by Yves Gerey · 6 years ago
  12. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  13. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  14. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  15. 892acf0 Add support for send_encodings parameters in addTransceiver by Florent Castelli · 6 years ago
  16. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  17. 0f5400a [Unified Plan] Implement FiredDirection for RtpTransceiver by Steve Anton · 6 years ago
  18. 7fc821d Reland "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 6 years ago
  19. 78fef76 Revert "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 6 years ago
  20. 1a2cc0a Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 6 years ago
  21. 13f4c89 Revert "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 6 years ago
  22. 870bca1 Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*. by Qingsi Wang · 6 years ago
  23. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  24. 0756373 [Unified Plan] Avoid offering two senders with the same ID by Steve Anton · 6 years ago
  25. 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 6 years ago
  26. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  27. 60b6c1d [Unified Plan] Clear RtpSender "SSRC" when the SDP has no send streams by Steve Anton · 6 years ago
  28. abe301f Add HeaderExtensions to RtpParameters by Florent Castelli · 6 years ago
  29. 3172c03 Implement OnRemoveTrack and OnRemoveStream for Unified Plan by Steve Anton · 7 years ago
  30. 6753795 Built in video codec factories. by Anders Carlsson · 7 years ago
  31. ba42e99 Report an error when trying to set complex Plan B SDP on Unified Plan by Steve Anton · 7 years ago
  32. 5897a6e Adds support for signaling a=msid lines without a=ssrc lines. by Seth Hampson · 7 years ago
  33. 5b4f075 Reland "Reland "Adds support for multiple or no media stream ids."" by Seth Hampson · 7 years ago
  34. 191bf5c Revert "Reland "Adds support for multiple or no media stream ids."" by Tomas Gunnarsson · 7 years ago
  35. f351c34 Reland "Adds support for multiple or no media stream ids." by Seth Hampson · 7 years ago
  36. bc609ea Revert "Adds support for multiple or no media stream ids." by Emircan Uysaler · 7 years ago
  37. 1550292 Adds support for multiple or no media stream ids. by Seth Hampson · 7 years ago
  38. 13b8bad Final name changing of MediaStreamInterface.label() to id(). by Seth Hampson · 7 years ago
  39. 8e20f17 Report UMA metrics for received SDP format by Steve Anton · 7 years ago
  40. 845e878 Name change from stream label to stream id for spec compliance. by Seth Hampson · 7 years ago
  41. 52d8677 Fire OnRenegotiationNeeded when changing transceiver direction by Steve Anton · 7 years ago
  42. 8b815cd Add OnTrack PeerConnection callback for Unified Plan by Steve Anton · 7 years ago
  43. 5dbb586 Add UMA counters for type of SDP semantic in use. by Harald Alvestrand · 7 years ago
  44. 6947025 Move media_type to RtpTransceiverInterface by Steve Anton · 7 years ago
  45. e831b8c Add MSID signaling compatibility for Unified Plan endpoints by Steve Anton · 7 years ago
  46. 91d039b Test creating two senders with the same track. by Henrik Boström · 7 years ago
  47. 02ee47c Signal track ID correctly when Unified Plan semantics selected by Steve Anton · 7 years ago
  48. 2d6c76a Switch to using AddTrack with stream labels by Steve Anton · 7 years ago
  49. f9381f0 Implement PeerConnection::AddTrack/RemoveTrack for Unified Plan by Steve Anton · 7 years ago
  50. 3fe1b15 Fix PeerConnection crashing on Close() when Unified Plan enabled by Steve Anton · 7 years ago
  51. 9158ef6 Reland "Add AddTransceiver and GetTransceivers to PeerConnection" by Steve Anton · 7 years ago
  52. 8b13f96 Revert "Add AddTransceiver and GetTransceivers to PeerConnection" by Steve Anton · 7 years ago
  53. f93d280 Add AddTransceiver and GetTransceivers to PeerConnection by Steve Anton · 7 years ago
  54. 3163867 Reland "SetRemoteDescriptionObserverInterface added." by Henrik Boström · 7 years ago
  55. a4ecf55 Revert "SetRemoteDescriptionObserverInterface added." by Henrik Boström · 7 years ago
  56. 6c7ec32 SetRemoteDescriptionObserverInterface added. by Henrik Boström · 7 years ago
  57. 9e6fd2b Add streams() to RtpReceiverInterface and implementations. by Henrik Boström · 7 years ago
  58. 1b0eae3 Don't call deprecated CreatePeerConnectionFactory() overloads by Karl Wiberg · 7 years ago
  59. 933d8b0 Reland "Added PeerConnectionObserver::OnRemoveTrack." by Henrik Boström · 7 years ago
  60. 6c0c55c Revert "Added PeerConnectionObserver::OnRemoveTrack." by Alex Loiko · 7 years ago
  61. ba97ba7 Added PeerConnectionObserver::OnRemoveTrack. by Henrik Boström · 7 years ago