Sign in
webrtc
/
src.git
/
317a1f09ed232bc16e67f6588ecf1b5deabbf928
/
pc
/
webrtc_sdp.cc
317a1f0
Use std::make_unique instead of absl::make_unique.
by Mirko Bonadei
· 6 years ago
fa046b3
Remove unused using statements in webrtc_sdp.cc
by Elad Alon
· 6 years ago
e1795f4
Adds remote estimate RTCP packet.
by Sebastian Jansson
· 6 years ago
3ae59d3
Use the dummy address 0.0.0.0:9 in the c= and the m= lines if the
by Qingsi Wang
· 6 years ago
b60141b
Save and serialize the receive RIDs in MediaContentDescription
by Florent Castelli
· 6 years ago
c442197
Check the rid direction matches the direction in simulcast description
by Florent Castelli
· 6 years ago
c5effc2
Remove DataContentDescription shim
by Harald Alvestrand
· 6 years ago
c85ebbe
Reland: Implement true negotiation for DatagramTransport with fallback to RTP.
by Bjorn A Mellem
· 6 years ago
7e8de0b
Revert "Implement true negotiation for DatagramTransport with fallback to RTP."
by Bjorn Mellem
· 6 years ago
71c6482
Implement true negotiation for DatagramTransport with fallback to RTP.
by Bjorn A Mellem
· 6 years ago
479a3c0
Add support for enabling and negotiating raw RTP packetization.
by Mirta Dvornicic
· 6 years ago
1716d39
Let SessionDescription take ownership of MediaDescription
by Harald Alvestrand
· 6 years ago
198cf00
Reland "Change SimpleStringBuilder::Append to not use strcpyn and SIZE_UNKNOWN"
by Niels Möller
· 6 years ago
fbb45bd
Send and parse SCTP max-message-size in SDP
by Harald Alvestrand
· 6 years ago
5fc28b1
Reland "Reland "Version 2 "Refactoring DataContentDescription class"""
by Harald Alvestrand
· 6 years ago
46afbf9
Revert "Reland "Version 2 "Refactoring DataContentDescription class"""
by Steve Anton
· 6 years ago
fb8c856
Revert "Change SimpleStringBuilder::Append to not use strcpyn and SIZE_UNKNOWN"
by Niels Moller
· 6 years ago
e779847
Change SimpleStringBuilder::Append to not use strcpyn and SIZE_UNKNOWN
by Niels Möller
· 6 years ago
37f2b43
Reland "Version 2 "Refactoring DataContentDescription class""
by Harald Alvestrand
· 6 years ago
141c0ad
Revert "Version 2 "Refactoring DataContentDescription class""
by Harald Alvestrand
· 6 years ago
14b27587
Version 2 "Refactoring DataContentDescription class"
by Harald Alvestrand
· 6 years ago
c6d1d24
Revert "Reland "Refactoring DataContentDescription class""
by Danil Chapovalov
· 6 years ago
26bf7c4
Reland "Refactoring DataContentDescription class"
by Harald Alvestrand
· 6 years ago
1859dc0
Revert "Refactoring DataContentDescription class"
by Seth Hampson
· 6 years ago
8a9193c
Refactoring DataContentDescription class
by Harald Alvestrand
· 6 years ago
6df49d8
Fixing issue with creating StreamParams when track id is not signaled.
by Amit Hilbuch
· 6 years ago
4d7160e
Code cleanup: Make JsepSessionDescription::Initialize take std::unique_ptr
by Harald Alvestrand
· 6 years ago
48cce4d
Parse "max-message-size" parameter from SCTP SDP description
by Harald Alvestrand
· 6 years ago
b1ae10b
Add x-mt line to the offer.
by Piotr (Peter) Slatala
· 6 years ago
13e570f
Add a parser for the x-mt line.
by Piotr (Peter) Slatala
· 6 years ago
5699142
Use c=IN IP4 <hostname> to support the presence of hostname candidates.
by Qingsi Wang
· 6 years ago
64b626b
Use Abseil container algorithms in pc/
by Steve Anton
· 6 years ago
b7446ed
Removing receive RIDs and Simulcast Layers.
by Amit Hilbuch
· 6 years ago
da37473
Make webrtc::ParseCandidate() public.
by Guido Urdaneta
· 6 years ago
10542f2
(4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries
by Steve Anton
· 6 years ago
1c05765
(3) Rename files to snake_case: move the files
by Steve Anton
· 6 years ago
[Renamed from pc/webrtcsdp.cc]
31d8b52
Delete unneeded includes of rtc_base/stringutils.h.
by Niels Möller
· 6 years ago
06817cd
[Unified Plan] Support legacy endpoints that do not use a=mid
by Steve Anton
· 6 years ago
5a1de87
Use unique_ptr in webrtcsdp.cc
by Steve Anton
· 6 years ago
c57d573
RID parsing for Simulcast support.
by Amit Hilbuch
· 6 years ago
a201204
Adding SDP parsing for Simulcast.
by Amit Hilbuch
· 6 years ago
039743e
Reland "Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase"
by Niels Möller
· 6 years ago
6e8e299
Revert "Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase"
by Oleh Prypin
· 6 years ago
80cd25b
Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase
by Niels Möller
· 6 years ago
9581bc4
Rename too long variable name to extmap_allow_mixed
by Johannes Kron
· 6 years ago
7fa6ee6
Adds support for "-" to a=ssrc msid lines.
by Seth Hampson
· 6 years ago
4905edb
Reland: Use unique_ptr and ArrayView in SSLFingerprint
by Steve Anton
· 6 years ago
6932fb2
Revert "Reland: Use unique_ptr and ArrayView in SSLFingerprint"
by Mirko Bonadei
· 6 years ago
9ac3c91
Refactor of extmap-allow-mixed in SessionDescription
by Johannes Kron
· 6 years ago
47f3240
Reland: Use unique_ptr and ArrayView in SSLFingerprint
by Steve Anton
· 6 years ago
2b156263
Revert "Use unique_ptr and ArrayView in SSLFingerprint"
by Henrik Grunell
· 6 years ago
cc21e61
Use unique_ptr and ArrayView in SSLFingerprint
by Steve Anton
· 6 years ago
0854eb6
Respond to SDP request extmap-allow-mixed.
by Johannes Kron
· 6 years ago
211856b
Make HasAttribute handle partial matching of attribute names.
by Johannes Kron
· 7 years ago
4daf66e
Use C++11 style for loop in webrtcsdp.cc
by Steve Anton
· 7 years ago
ec9e492
Remove stringstreams from sdp parsing.
by Jonas Olsson
· 7 years ago
6b1985d
Reimplement rtc::ToString and rtc::FromString without streams.
by Jonas Olsson
· 7 years ago
b336c27
Implement serialization for ICE candidates with hostname addresses.
by Zach Stein
· 7 years ago
b6b29e0
Convert video quality test from a TEST_F to a TEST fixture.
by Patrik Höglund
· 7 years ago
66cadcc
Replace rtc::Optional with absl::optional in pc
by Danil Chapovalov
· 7 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 7 years ago
2f65ec5
Add serialization of a=ice-lite.
by Taylor Brandstetter
· 7 years ago
93a7b24
Accept session names of "s= " in SDP.
by Taylor Brandstetter
· 7 years ago
5897a6e
Adds support for signaling a=msid lines without a=ssrc lines.
by Seth Hampson
· 7 years ago
5b4f075
Reland "Reland "Adds support for multiple or no media stream ids.""
by Seth Hampson
· 7 years ago
191bf5c
Revert "Reland "Adds support for multiple or no media stream ids.""
by Tomas Gunnarsson
· 7 years ago
f351c34
Reland "Adds support for multiple or no media stream ids."
by Seth Hampson
· 7 years ago
bc609eaa
Revert "Adds support for multiple or no media stream ids."
by Emircan Uysaler
· 7 years ago
1550292
Adds support for multiple or no media stream ids.
by Seth Hampson
· 7 years ago
845e878
Name change from stream label to stream id for spec compliance.
by Seth Hampson
· 7 years ago
5a26a3a
Remove public sync_label from StreamParams
by Steve Anton
· 7 years ago
45cc890
Assorted logging pedantry
by Jonas Olsson
· 7 years ago
e831b8c
Add MSID signaling compatibility for Unified Plan endpoints
by Steve Anton
· 7 years ago
b1c1de1
Use the SDP ContentInfo helpers to avoid downcasting
by Steve Anton
· 7 years ago
5adfafd
Make ContentInfo/ContentDescription slightly more ergonomic
by Steve Anton
· 7 years ago
4e70a72
Replace MediaContentDirection with RtpTransceiverDirection
by Steve Anton
· 7 years ago
7aee3d5
Fix ortc_api circular deps.
by Patrik Höglund
· 7 years ago
675513b
Stop using LOG macros in favor of RTC_ prefixed macros.
by Mirko Bonadei
· 7 years ago
36b29d1
Enable cpplint in pc/
by Steve Anton
· 7 years ago
e2d6a06
Reland "Clean up libjingle API dependencies."
by Patrik Höglund
· 7 years ago
1af3d82
Revert "Reland "Clean up libjingle API dependencies.""
by Henrik Kjellander
· 7 years ago
9185aca
Reland "Clean up libjingle API dependencies."
by Patrik Höglund
· 7 years ago
581df61
Revert "Reland "Clean up libjingle API dependencies.""
by Patrik Höglund
· 7 years ago
5117b04
Reland "Clean up libjingle API dependencies."
by Patrik Höglund
· 7 years ago
7bcfc3b
Revert "Clean up libjingle API dependencies."
by Patrik Höglund
· 7 years ago
57fb315
Clean up libjingle API dependencies.
by Patrik Höglund
· 7 years ago
d45aea8
Serialize "a=x-google-flag:conference".
by deadbeef
· 8 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 8 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 8 years ago
[Renamed from webrtc/pc/webrtcsdp.cc]
1acbd68
Move RtpExtension to api/ directory and config.h/.cc to call/.
by Stefan Holmer
· 8 years ago
3e8016e
Ignore "b=AS:-1" instead of treating as a hard error.
by deadbeef
· 8 years ago
bc88c6b
Reject negative values for "b=AS".
by deadbeef
· 8 years ago
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
a80c16a
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 8 years ago
c3771cc
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 8 years ago
88af8b4
Fix -Wcomment warning in webrtcsdp.cc
by kjellander
· 8 years ago
5869f50
Support encrypted RTP extensions (RFC 6904)
by jbauch
· 8 years ago
38989e5
Parse the connection data in SDP (c= line).
by zhihuang
· 8 years ago
e814a0d
Adding "adapter" ORTC objects on top of ChannelManager/BaseChannel/etc.
by deadbeef
· 8 years ago
4b2e082
Use the same draft version in SDP data channel answers as used in the offer.
by zstein
· 8 years ago
Next »