Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
b935d489914099f33e2e474b022978dfab91f301
/
pc
/
webrtc_sdp_unittest.cc
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
1c9c9fc
Replace replace_substrs with Abseil
by Steve Anton
· 6 years ago
5699142
Use c=IN IP4 <hostname> to support the presence of hostname candidates.
by Qingsi Wang
· 6 years ago
c84f661
Stop using Googletest legacy APIs.
by Mirko Bonadei
· 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
37ec55e
[clang-tidy] Apply performance-faster-string-find fixes.
by Mirko Bonadei
· 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_unittest.cc]
06817cd
[Unified Plan] Support legacy endpoints that do not use a=mid
by Steve Anton
· 6 years ago
c57d573
RID parsing for Simulcast support.
by Amit Hilbuch
· 6 years ago
5b14778
[Unified Plan] If "a=msid" is missing, create default stream.
by Henrik Boström
· 6 years ago
a201204
Adding SDP parsing for Simulcast.
by Amit Hilbuch
· 6 years ago
3e70781
[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.
by Yves Gerey
· 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
aba0633
Delete wrappers for snprintf and vsnprintf
by Niels Möller
· 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
2b15626
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
2e00abc
Reland "[cleanup] Remove useless includes."
by Yves Gerey
· 6 years ago
96a0f61
Revert "[cleanup] Remove useless includes."
by Oleh Prypin
· 6 years ago
be8b534
[cleanup] Remove useless includes.
by Yves Gerey
· 6 years ago
211856b
Make HasAttribute handle partial matching of attribute names.
by Johannes Kron
· 6 years ago
6b1985d
Reimplement rtc::ToString and rtc::FromString without streams.
by Jonas Olsson
· 6 years ago
b336c27
Implement serialization for ICE candidates with hostname addresses.
by Zach Stein
· 6 years ago
e12c1fe
Removing warning suppression flags from pc/.
by Mirko Bonadei
· 6 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
bc609ea
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
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
a3a92c2
Replace string type with SdpType enum
by Steve Anton
· 7 years ago
4e70a72
Replace MediaContentDirection with RtpTransceiverDirection
by Steve Anton
· 7 years ago
aba85d1
Resolve circular dependency in rtc_media_base.
by Patrik Höglund
· 7 years ago
36b29d1
Enable cpplint in pc/
by Steve Anton
· 7 years ago
d45aea8
Serialize "a=x-google-flag:conference".
by deadbeef
· 7 years ago
563934e
Clean up dependencies of peerconnection_unittest.
by Patrik Höglund
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
[Renamed from webrtc/pc/webrtcsdp_unittest.cc]
3e8016e
Ignore "b=AS:-1" instead of treating as a hard error.
by deadbeef
· 7 years ago
bc88c6b
Reject negative values for "b=AS".
by deadbeef
· 7 years ago
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 7 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
5869f50
Support encrypted RTP extensions (RFC 6904)
by jbauch
· 8 years ago
f184138
s/WebRtcVideoChannel2/WebRtcVideoChannel and s/WebRtcVideoEngine2/WebRtcVideoEngine
by eladalon
· 8 years ago
121cabb
Fix webrtcsdp_unittest.
by ehmaldonado
· 8 years ago
38989e5
Parse the connection data in SDP (c= line).
by zhihuang
· 8 years ago
4b2e082
Use the same draft version in SDP data channel answers as used in the offer.
by zstein
· 8 years ago
a4549d6
Fix SDP parsing crash due to missing track ID in "a=msid".
by deadbeef
· 8 years ago
90f1e1e
Fixing SDP parsing crash due to invalid port numbers.
by deadbeef
· 8 years ago
aa4b077
Simplify IsFmtpParam according to RFC 4855.
by ossu
· 8 years ago
e1405ad
Removed double-special-casing of ISAC in libjingle and WebRtcVoE.
by ossu
· 8 years ago
7bb87ee
Create //webrtc/api:libjingle_peerconnection_api + refactorings.
by ossu
· 8 years ago
[Renamed (99%) from webrtc/api/webrtcsdp_unittest.cc]
7bcdb69
Ignore ufrag/password in "a=candidate" lines in SDP.
by deadbeef
· 8 years ago
c80e741
Replace ASSERT(false) by RTC_NOTREACHED().
by nisse
· 8 years ago
12771a1
Relax parsing of a=bundle-only with a nonzero port.
by deadbeef
· 8 years ago
b236257
Fixing integer overflow when parsing bandwidth attribute.
by deadbeef
· 8 years ago
25ed435
Implement parsing/serialization of a=bundle-only.
by deadbeef
· 8 years ago
509e4fe
Reland of Stop using hardcoded payload types for video codecs (patchset #1 id:1 of https://codereview.webrtc.org/2513633002/ )
by magjed
· 8 years ago
eacbaea
Revert of Stop using hardcoded payload types for video codecs (patchset #6 id:210001 of https://codereview.webrtc.org/2493133002/ )
by magjed
· 8 years ago
42043b9
Stop using hardcoded payload types for video codecs
by Magnus Jedvert
· 8 years ago
2675274
Remove cricket::VideoCodec with, height and framerate properties
by perkj
· 8 years ago
9fa4975
- Filter data channel codecs based on codec name instead of payload type, which may have been remapped.
by solenberg
· 8 years ago
7e146cb
Fixing heap read overflow when "sctp-port" is in a video description.
by deadbeef
· 8 years ago
2d8d23e
RFC 3984 sprop-parameter-sets SDP unit test
by johan
· 9 years ago
6f8d686
Remove use of RtpHeaderExtension and clean up
by isheriff
· 9 years ago
d1fe281
Replace scoped_ptr with unique_ptr in webrtc/api/
by kwiberg
· 9 years ago
62a216e
Don't write spaces after semicolons in FMTP lines.
by hta
· 9 years ago
67cf2c1
Removing `preference` field from `cricket::Codec`.
by deadbeef
· 9 years ago
a6b9944
Generate FMTP parameters for the H.264 codec.
by hta
· 9 years ago
a0c44ea
Add 16-bit network id to the candidate signaling.
by honghaiz
· 9 years ago
5de6b75
If MSID is encoded in both ways, make the SSRC-level one take priority.
by Taylor Brandstetter
· 9 years ago
f475277
Rename constants files in webrtc/{media,p2p}
by kjellander
· 9 years ago
9d3584c
Implementing unified plan encoding of msid.
by deadbeef
· 9 years ago
9b8df25
Move talk/session/media -> webrtc/pc
by kjellander@webrtc.org
· 9 years ago
b24317b
Fix license headers in webrtc/api.
by kjellander
· 9 years ago
15583c1
Move talk/app/webrtc to webrtc/api
by Henrik Kjellander
· 9 years ago
[Renamed (99%) from talk/app/webrtc/webrtcsdp_unittest.cc]
a96e2d7
Move talk/media to webrtc/media
by kjellander
· 9 years ago
46eed76
Removing "candidates" attribute from TransportDescription.
by deadbeef
· 9 years ago
37ebcf0
Reland "Add APK targets to build libjingle tests for Android."
by phoglund
· 9 years ago
3f7219b
Fixing issue where description contains empty ICE ufrag/pwd.
by deadbeef
· 9 years ago
a54a080
Add ufrag to the ICE candidate signaling.
by honghaiz
· 9 years ago
bc14164
Revert of Add APK targets to build libjingle tests for Android. (patchset #10 id:180001 of https://codereview.webrtc.org/1511633002/ )
by stefan
· 9 years ago
a78c021
Add APK targets to build libjingle_peerconnection_unittests for Android.
by perkj
· 9 years ago
Next »