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/peerconnectioninterface_unittest.cc]
  3. b8b3c99 Clean up visibility and dependencies of RTC event log build targets. by Bjorn Terelius · 6 years ago
  4. ab64e8a Using fully qualified names for using declarations. by Mirko Bonadei · 6 years ago
  5. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  6. 2ff3f49 Move webrtc::CreatePeerConnectionFactory definition next to decl. by Mirko Bonadei · 6 years ago
  7. 37227be Add check for media transport and bundle policy by Piotr (Peter) Slatala · 6 years ago
  8. 89f874e Add offer_extmap_allow_mixed to RTCConfiguration by Johannes Kron · 6 years ago
  9. a9bbd86 Add a configuration parameter for using the media transport for data channels. by Bjorn Mellem · 6 years ago
  10. 4e93329 Properly setup MockPeerConnectionObserver in tests (continued). by Yves Gerey · 6 years ago
  11. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
  12. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
  13. f3ff14c Properly setup MockPeerConnectionObserver in tests. by Yves Gerey · 6 years ago
  14. aa1e7c2 Allow 'use_media_transport' to be modified on PeerConnection before local/remote description are set. by Piotr (Peter) Slatala · 6 years ago
  15. 16e27a1 Reland "Delete leftover includes and declarations for MediaConstraintsInterface" by Niels Möller · 6 years ago
  16. ec4a060 Revert "Delete leftover includes and declarations for MediaConstraintsInterface" by Niels Moller · 6 years ago
  17. a1e4ae2 Delete leftover includes and declarations for MediaConstraintsInterface by Niels Möller · 6 years ago
  18. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 6 years ago
  19. d9e4a06 Add CreateSessionDescription overload which takes a cricket::SessionDescription by Steve Anton · 6 years ago
  20. 0f5400a [Unified Plan] Implement FiredDirection for RtpTransceiver by Steve Anton · 6 years ago
  21. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  22. e12c1fe Removing warning suppression flags from pc/. by Mirko Bonadei · 6 years ago
  23. 0756373 [Unified Plan] Avoid offering two senders with the same ID by Steve Anton · 6 years ago
  24. b983bae Remove unused/deprecated DTMF methods 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. fc9dcb6 Remove wire-up for cancelled experement on VAAPI VP8 encoding by Ilya Nikolaevskiy · 6 years ago
  28. 97b4ee5 Wire up VAAPI VP8 experimental support in WebRTC. by Ilya Nikolaevskiy · 6 years ago
  29. b330688 Fix build errors when rtc_use_builtin_sw_codecs is set to false. by Anders Carlsson · 6 years ago
  30. 0c4f7be New api struct BitrateSettings. by Niels Möller · 6 years ago
  31. 6753795 Built in video codec factories. by Anders Carlsson · 6 years ago
  32. c79268f Add IsClosed checks to various PeerConnection methods by Steve Anton · 6 years ago
  33. a2d6067 Reland "Add thread checker to PortAllocator and its subclasses and fix a bug causing memory contention by threads." by Qingsi Wang · 6 years ago
  34. 3dc4106 Revert "Add thread checker to PortAllocator and its subclasses and fix a bug" by Patrik Höglund · 6 years ago
  35. fc43d11 Add thread checker to PortAllocator and its subclasses and fix a bug by Qingsi Wang · 6 years ago
  36. 83d676b Bug fix for applying a remote description twice without stream IDs. by Seth Hampson · 6 years ago
  37. fd350d7 By default, don't use SRTP_AES128_CM_SHA1_32 protection profile. by Taylor Brandstetter · 6 years ago
  38. 5897a6e Adds support for signaling a=msid lines without a=ssrc lines. by Seth Hampson · 6 years ago
  39. 644fde4 Add nullptr check in SctpTransport. by Zhi Huang · 6 years ago
  40. 5b4f075 Reland "Reland "Adds support for multiple or no media stream ids."" by Seth Hampson · 6 years ago
  41. e830e68 Use new TransportController implementation in PeerConnection. by Zhi Huang · 6 years ago
  42. 191bf5c Revert "Reland "Adds support for multiple or no media stream ids."" by Tomas Gunnarsson · 6 years ago
  43. f351c34 Reland "Adds support for multiple or no media stream ids." by Seth Hampson · 6 years ago
  44. bc609ea Revert "Adds support for multiple or no media stream ids." by Emircan Uysaler · 6 years ago
  45. 1550292 Adds support for multiple or no media stream ids. by Seth Hampson · 6 years ago
  46. 13b8bad Final name changing of MediaStreamInterface.label() to id(). by Seth Hampson · 7 years ago
  47. 845e878 Name change from stream label to stream id for spec compliance. by Seth Hampson · 7 years ago
  48. 5a26a3a Remove public sync_label from StreamParams by Steve Anton · 7 years ago
  49. fc8d26b Reland "Moved BitrateConfig out of Call::Config." by Sebastian Jansson · 7 years ago
  50. 6e22137 Enable Unified Plan tests that were blocked on the stats collector by Steve Anton · 7 years ago
  51. e4bf600 Revert "Moved BitrateConfig out of Call::Config." by Lu Liu · 7 years ago
  52. 5897fe2 Moved BitrateConfig out of Call::Config. by Sebastian Jansson · 7 years ago
  53. 36da6ff Parameterize PeerConnection interface tests for Unified Plan by Steve Anton · 7 years ago
  54. 57858b3 Reland "Update RTCStatsCollector to work with RtpTransceivers" by Steve Anton · 7 years ago
  55. ee2388f Revert "Update RTCStatsCollector to work with RtpTransceivers" by Guido Urdaneta · 7 years ago
  56. 56bae8d Update RTCStatsCollector to work with RtpTransceivers by Steve Anton · 7 years ago
  57. 8e545ee Revert "Use SRTP_AES128_CM_SHA1_80 by default instead of SRTP_AES128_CM_SHA1_32." by Tommi · 7 years ago
  58. 6780c51 Use SRTP_AES128_CM_SHA1_80 by default instead of SRTP_AES128_CM_SHA1_32. by Joachim Bauch · 7 years ago
  59. 93a8439 Bind the structured ICE logging with P2PTransportChannel. by Qingsi Wang · 7 years ago
  60. 1d7ecd2 Rename a few MediaConfig::Video flags for consistency. by Niels Möller · 7 years ago
  61. 6539f69 Add VideoSendStream::Config::EncoderSettings::experiment_cpu_load_estimator. by Niels Möller · 7 years ago
  62. c72af93 Reland "Move stats ID generation from SSRC to local ID" by Harald Alvestrand · 7 years ago
  63. c0092c3 Revert "Move stats ID generation from SSRC to local ID" by Erik Språng · 7 years ago
  64. e357a4d Move stats ID generation from SSRC to local ID by Harald Alvestrand · 7 years ago
  65. 62337e5 Use AudioProcessingBuilder everywhere AudioProcessing is created. by Ivo Creusen · 7 years ago
  66. 2d6c76a Switch to using AddTrack with stream labels by Steve Anton · 7 years ago
  67. 8906187 Pivot generation of stats to iterate senders/receivers by Harald Alvestrand · 7 years ago
  68. b1c1de1 Use the SDP ContentInfo helpers to avoid downcasting by Steve Anton · 7 years ago
  69. 74cefe1 Removing dependency on JsepTransport from DtlsTransport tests. by Taylor Brandstetter · 7 years ago
  70. a3a92c2 Replace string type with SdpType enum by Steve Anton · 7 years ago
  71. 4e70a72 Replace MediaContentDirection with RtpTransceiverDirection by Steve Anton · 7 years ago
  72. b95fd2c Optional: Use nullopt and implicit construction in /pc/peerconnectioninterface_unittest.cc by Oskar Sundbom · 7 years ago
  73. c61ce0d Fixing some clang-tidy findings. by Mirko Bonadei · 7 years ago
  74. de93943 Revert "Revert "Encode log events periodically instead of for every event."" by Bjorn Terelius · 7 years ago
  75. b2d355e Reland: Reject the description with fewer m= sections. by Zhi Huang · 7 years ago
  76. 6f25b09 Reland "Rewrite WebRtcSession BUNDLE tests as PeerConnection tests" by Steve Anton · 7 years ago
  77. 8d3444d Reland "Rewrite WebRtcSession media tests as PeerConnection tests" by Steve Anton · 7 years ago
  78. f2662f0 Revert "Rewrite WebRtcSession media tests as PeerConnection tests" by Olga Sharonova · 7 years ago
  79. b49b661 Revert "Rewrite WebRtcSession BUNDLE tests as PeerConnection tests" by Olga Sharonova · 7 years ago
  80. 096e367 Rewrite WebRtcSession BUNDLE tests as PeerConnection tests by Steve Anton · 7 years ago
  81. 3df5dca Rewrite WebRtcSession media tests as PeerConnection tests by Steve Anton · 7 years ago
  82. 1b0eae3 Don't call deprecated CreatePeerConnectionFactory() overloads by Karl Wiberg · 7 years ago
  83. 919dc2e Removes fallback from Linux PulseAudio to ALSA. by henrika · 7 years ago
  84. 589ae45 Revert "Reject the subsequent offer with fewer m= sections." by Tommi · 7 years ago
  85. a8264db Reject the subsequent offer with fewer m= sections. by Zhi Huang · 7 years ago
  86. f1c6db1 Rewrite WebRtcSession ICE tests as PeerConnection tests by Steve Anton · 7 years ago
  87. 99c3fe5 Add PeerConnection::StartRtcEventLog version that takes RtcEventLogOutput as parameter by Elad Alon · 7 years ago
  88. 9e6565b Fix PeerConnectionInterfaceTest_StartAndStopLoggingAfterPeerConnectionClosed by Elad Alon · 7 years ago
  89. 94286cb Add base fixture and PeerConnection wrapper for unit tests by Steve Anton · 7 years ago
  90. 02e7a19 Remove unnecessary video factory references in PeerConnectionFactory by Magnus Jedvert · 7 years ago
  91. 835cc0c Remove unnecessary audio references in PeerConnectionFactory by Magnus Jedvert · 7 years ago
  92. b19012e Remove the support of fallback from DTLS to SDES. by zhihuang · 7 years ago
  93. 563934e Clean up dependencies of peerconnection_unittest. by Patrik Höglund · 7 years ago
  94. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  95. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/pc/peerconnectioninterface_unittest.cc]
  96. 2a5e426 Reject the descriptions that attempt to change the order of m= sections by Zhi Huang · 7 years ago
  97. db45ca8 Change PeerConnection test helpers to take unique_ptr by Steve Anton · 7 years ago
  98. 141aacb Fix the Chromium crash when creating an answer without a remote description. by zhihuang · 7 years ago
  99. d7850b2 Use fake audio device in peerconnectioninterface_unittest.cc. by deadbeef · 7 years ago
  100. 1c378ed Relanding: Adding support for Unified Plan offer/answer negotiation to the mediasession layer. by zhihuang · 7 years ago