1. f2a4ec1 sdp: parse and serialize non-key=value fmtp lines by Philipp Hancke · 4 years, 1 month ago
  2. efc55b0 sdp: test media type mismatch behaviour by Philipp Hancke · 4 years, 1 month ago
  3. dc80aaf Delete SDP x-alt-protocol by Niels Möller · 4 years, 1 month ago
  4. c6d6e06 Delete OpaqueTransportParameters and SDP attribute x-otp by Niels Möller · 4 years, 1 month ago
  5. 67f80ce test: remove obsolete comment by Philipp Hancke · 4 years, 1 month ago
  6. 8206bc0 Handle missing tcptype on TCP ICE candidates. by Taylor Brandstetter · 4 years, 4 months ago
  7. f0a34f2 Revert "remove mslabel and mslabel ssrc-specific attributes" by Artem Titov · 4 years, 4 months ago
  8. e3f257c remove mslabel and mslabel ssrc-specific attributes by Philipp Hancke · 4 years, 5 months ago
  9. b97d2fe Remove cricket::SessionDescription::Copy() by Harald Alvestrand · 4 years, 5 months ago
  10. 45c104b RtpTransceiver: add kStopped enumeration value. by Markus Handell · 4 years, 4 months ago
  11. 4256df0 Make CNAME optional. by Taylor Brandstetter · 4 years, 5 months ago
  12. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 4 years, 6 months ago
  13. 7a9a092 Delete media transport integration. by Bjorn A Mellem · 4 years, 8 months ago
  14. 8e1343a Add an alt-protocol to SDP to indicate which m= sections use a plugin transport. by Bjorn A Mellem · 4 years, 10 months ago
  15. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 10 months ago
  16. 97321b6 Adds test for experimental remote estimate SDP negotiation. by Sebastian Jansson · 5 years ago
  17. 3ae59d3 Use the dummy address 0.0.0.0:9 in the c= and the m= lines if the by Qingsi Wang · 5 years ago
  18. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  19. b60141b Save and serialize the receive RIDs in MediaContentDescription by Florent Castelli · 5 years ago
  20. c442197 Check the rid direction matches the direction in simulcast description by Florent Castelli · 5 years ago
  21. c85ebbe Reland: Implement true negotiation for DatagramTransport with fallback to RTP. by Bjorn A Mellem · 5 years ago
  22. 7e8de0b Revert "Implement true negotiation for DatagramTransport with fallback to RTP." by Bjorn Mellem · 5 years ago
  23. 71c6482 Implement true negotiation for DatagramTransport with fallback to RTP. by Bjorn A Mellem · 5 years ago
  24. 479a3c0 Add support for enabling and negotiating raw RTP packetization. by Mirta Dvornicic · 5 years ago
  25. 1716d39 Let SessionDescription take ownership of MediaDescription by Harald Alvestrand · 5 years ago
  26. cecf87f Reland "Change default secure SCTP protocol to UDP/DTLS/SCTP" by Guido Urdaneta · 5 years ago
  27. 4436887 Revert "Change default secure SCTP protocol to UDP/DTLS/SCTP" by Guido Urdaneta · 5 years ago
  28. fadb181 Negotiate use of RTCP loss notification feedback (LNTF) by Elad Alon · 5 years ago
  29. fbb45bd Send and parse SCTP max-message-size in SDP by Harald Alvestrand · 5 years ago
  30. c3f4820 Change default secure SCTP protocol to UDP/DTLS/SCTP by Harald Alvestrand · 5 years ago
  31. 5fc28b1 Reland "Reland "Version 2 "Refactoring DataContentDescription class""" by Harald Alvestrand · 5 years ago
  32. 46afbf9 Revert "Reland "Version 2 "Refactoring DataContentDescription class""" by Steve Anton · 5 years ago
  33. 8da35a6 Deprecate owned naked pointers to cricket::SessionDescription by Harald Alvestrand · 5 years ago
  34. 37f2b43 Reland "Version 2 "Refactoring DataContentDescription class"" by Harald Alvestrand · 5 years ago
  35. 141c0ad Revert "Version 2 "Refactoring DataContentDescription class"" by Harald Alvestrand · 5 years ago
  36. 14b2758 Version 2 "Refactoring DataContentDescription class" by Harald Alvestrand · 5 years ago
  37. c6d1d24 Revert "Reland "Refactoring DataContentDescription class"" by Danil Chapovalov · 5 years ago
  38. 26bf7c4 Reland "Refactoring DataContentDescription class" by Harald Alvestrand · 5 years ago
  39. 1859dc0 Revert "Refactoring DataContentDescription class" by Seth Hampson · 5 years ago
  40. 8a9193c Refactoring DataContentDescription class by Harald Alvestrand · 5 years ago
  41. 4d7160e Code cleanup: Make JsepSessionDescription::Initialize take std::unique_ptr by Harald Alvestrand · 5 years ago
  42. 48cce4d Parse "max-message-size" parameter from SCTP SDP description by Harald Alvestrand · 5 years ago
  43. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 5 years ago
  44. b1ae10b Add x-mt line to the offer. by Piotr (Peter) Slatala · 5 years ago
  45. 13e570f Add a parser for the x-mt line. by Piotr (Peter) Slatala · 5 years ago
  46. 1c9c9fc Replace replace_substrs with Abseil by Steve Anton · 5 years ago
  47. 5699142 Use c=IN IP4 <hostname> to support the presence of hostname candidates. by Qingsi Wang · 5 years ago
  48. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 5 years ago
  49. 64b626b Use Abseil container algorithms in pc/ by Steve Anton · 5 years ago
  50. b7446ed Removing receive RIDs and Simulcast Layers. by Amit Hilbuch · 5 years ago
  51. 37ec55e [clang-tidy] Apply performance-faster-string-find fixes. by Mirko Bonadei · 5 years ago
  52. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  53. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/webrtcsdp_unittest.cc]
  54. 06817cd [Unified Plan] Support legacy endpoints that do not use a=mid by Steve Anton · 6 years ago
  55. c57d573 RID parsing for Simulcast support. by Amit Hilbuch · 6 years ago
  56. 5b14778 [Unified Plan] If "a=msid" is missing, create default stream. by Henrik Boström · 6 years ago
  57. a201204 Adding SDP parsing for Simulcast. by Amit Hilbuch · 6 years ago
  58. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  59. 9581bc4 Rename too long variable name to extmap_allow_mixed by Johannes Kron · 6 years ago
  60. 7fa6ee6 Adds support for "-" to a=ssrc msid lines. by Seth Hampson · 6 years ago
  61. 4905edb Reland: Use unique_ptr and ArrayView in SSLFingerprint by Steve Anton · 6 years ago
  62. aba0633 Delete wrappers for snprintf and vsnprintf by Niels Möller · 6 years ago
  63. 6932fb2 Revert "Reland: Use unique_ptr and ArrayView in SSLFingerprint" by Mirko Bonadei · 6 years ago
  64. 9ac3c91 Refactor of extmap-allow-mixed in SessionDescription by Johannes Kron · 6 years ago
  65. 47f3240 Reland: Use unique_ptr and ArrayView in SSLFingerprint by Steve Anton · 6 years ago
  66. 2b15626 Revert "Use unique_ptr and ArrayView in SSLFingerprint" by Henrik Grunell · 6 years ago
  67. cc21e61 Use unique_ptr and ArrayView in SSLFingerprint by Steve Anton · 6 years ago
  68. 0854eb6 Respond to SDP request extmap-allow-mixed. by Johannes Kron · 6 years ago
  69. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  70. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  71. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  72. 211856b Make HasAttribute handle partial matching of attribute names. by Johannes Kron · 6 years ago
  73. 6b1985d Reimplement rtc::ToString and rtc::FromString without streams. by Jonas Olsson · 6 years ago
  74. b336c27 Implement serialization for ICE candidates with hostname addresses. by Zach Stein · 6 years ago
  75. e12c1fe Removing warning suppression flags from pc/. by Mirko Bonadei · 6 years ago
  76. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  77. 2f65ec5 Add serialization of a=ice-lite. by Taylor Brandstetter · 6 years ago
  78. 93a7b24 Accept session names of "s= " in SDP. by Taylor Brandstetter · 6 years ago
  79. 5897a6e Adds support for signaling a=msid lines without a=ssrc lines. by Seth Hampson · 6 years ago
  80. 5b4f075 Reland "Reland "Adds support for multiple or no media stream ids."" by Seth Hampson · 6 years ago
  81. 191bf5c Revert "Reland "Adds support for multiple or no media stream ids."" by Tomas Gunnarsson · 6 years ago
  82. f351c34 Reland "Adds support for multiple or no media stream ids." by Seth Hampson · 6 years ago
  83. bc609ea Revert "Adds support for multiple or no media stream ids." by Emircan Uysaler · 6 years ago
  84. 1550292 Adds support for multiple or no media stream ids. by Seth Hampson · 6 years ago
  85. 845e878 Name change from stream label to stream id for spec compliance. by Seth Hampson · 6 years ago
  86. 5a26a3a Remove public sync_label from StreamParams by Steve Anton · 6 years ago
  87. e831b8c Add MSID signaling compatibility for Unified Plan endpoints by Steve Anton · 6 years ago
  88. b1c1de1 Use the SDP ContentInfo helpers to avoid downcasting by Steve Anton · 7 years ago
  89. 5adfafd Make ContentInfo/ContentDescription slightly more ergonomic by Steve Anton · 7 years ago
  90. a3a92c2 Replace string type with SdpType enum by Steve Anton · 7 years ago
  91. 4e70a72 Replace MediaContentDirection with RtpTransceiverDirection by Steve Anton · 7 years ago
  92. aba85d1 Resolve circular dependency in rtc_media_base. by Patrik Höglund · 7 years ago
  93. 36b29d1 Enable cpplint in pc/ by Steve Anton · 7 years ago
  94. d45aea8 Serialize "a=x-google-flag:conference". by deadbeef · 7 years ago
  95. 563934e Clean up dependencies of peerconnection_unittest. by Patrik Höglund · 7 years ago
  96. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  97. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/pc/webrtcsdp_unittest.cc]
  98. 3e8016e Ignore "b=AS:-1" instead of treating as a hard error. by deadbeef · 7 years ago
  99. bc88c6b Reject negative values for "b=AS". by deadbeef · 7 years ago
  100. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago