Thanks to visit codestin.com
Credit goes to webrtc.googlesource.com
Sign in
webrtc
/
src
/
refs/heads/lkgr
/
api
/
webrtc_sdp_unittest.cc
7fc962d
snap: wire up SDP generation and parsing
by Philipp Hancke
· 3 weeks ago
e7e460a
Move webrtc_sdp serialization methods and SessionDescriptionInterface
by Tommi
· 5 weeks ago
[Renamed (99%) from pc/webrtc_sdp_unittest.cc]
932f274
Reland: Move CodecParameterMap functions to rtp_parameters
by Tommi
· 5 weeks ago
6a6959e
pc: Add missing dependencies and remove unused includes
by Tommi
· 5 weeks ago
3a563ce
Revert "Move CodecParameterMap functions to rtp_parameters"
by Taylor Brandstetter
· 5 weeks ago
882b287
Move CodecParameterMap functions to rtp_parameters
by Tommi
· 6 weeks ago
85fe805
Remove now-redundant SdpSerializeCandidate from webrtc_sdp.*
by Tommi
· 6 weeks ago
7a191b1
Refactor WebRTC SDP tests and deprecate old APIs
by Tommi
· 10 weeks ago
f2bd937
Move a few (ok, a lot of) call sites over to the new SdpDeserialize
by Tommi
· 2 months ago
15bb3e5
Exchange JsepSessionDescription for SessionDescriptionInterface
by Tommi
· 2 months ago
e46a5d6
Add a clock rate for illegal static audio codecs
by Harald Alvestrand
· 3 months ago
c8abb04
Reject non-token char in BUNDLE (and other) groups
by Philipp Hancke
· 3 months ago
afbc6b3
Merge RemoveIceCandidates and RemoveIceCandidate (singular) code paths
by Tommi
· 4 months ago
efc58a5
Propagate transport name together with candidates
by Tommi
· 4 months ago
b2ea936
Modernize deprecated headers in api/, pc/ and rtc_base/
by Philipp Hancke
· 4 months ago
81f4e78
constexpr-ify unit tests
by Philipp Hancke
· 4 months ago
2eca959
clang-tidy: llvm-namespace-comment,readability-static-definition-in-anonymous-namespace
by Philipp Hancke
· 5 months ago
92413da
Merge JsepIceCandidate and IceCandidateInterface into IceCandidate
by Tommi
· 6 months ago
bb3b636
Simplify JsepIceCandidate construction and state
by Tommi
· 6 months ago
c3d0524
Improve SDP SCTP handling
by Philipp Hancke
· 6 months ago
410c1ba
[cleanup] Replace uses of NULL with nullptr
by Evan Shrubsole
· 6 months ago
035b490
Take out some superfluous webrtc:: prefixes
by Harald Alvestrand
· 6 months ago
e6a1f70
Use webrtc name specifier instead of rtc/cricket in pc
by Evan Shrubsole
· 7 months ago
945e517
Move cricket namespace to webrtc
by Evan Shrubsole
· 7 months ago
0b212e3
Move cricket::Codec to webrtc namespace
by Evan Shrubsole
· 7 months ago
f0d5caf
IWYU pc/
by Harald Alvestrand
· 7 months ago
3c825f1
Move pc/ to webrtc namespace
by Evan Shrubsole
· 7 months ago
4bf1067
Inline and deprecate rtc::ToString
by Evan Shrubsole
· 8 months ago
daf96cf
Migrate most of rtc_base/ to webrtc namespace
by Evan Shrubsole
· 8 months ago
9f03369
Rename cricket::MEDIA_TYPE_(AUDIO/VIDEO)
by Harald Alvestrand
· 8 months ago
080cdac
Move forward includes in ice_transport_interface to webrtc namespace
by Evan Shrubsole
· 8 months ago
05eb774
Fix shadowing issues in some unit tests
by Philipp Hancke
· 8 months ago
64b076f4
Move socket_address.h to webrtc namespace
by Evan Shrubsole
· 8 months ago
ef88a62
Rename test: TestDeserializeIgnoresInvalidPayloadTypesInRid.
by Henrik Boström
· 9 months ago
a416f1c
Fix rid 'send pt=X' bug and re-enable test.
by Henrik Boström
· 9 months ago
76c8f30
Replace use of .name in test code with .mid()
by Tommi
· 10 months ago
6aab4cc
Change cricket::Codec default id from 0 to -1
by Harald Alvestrand
· 1 year, 2 months ago
8037fc6
Migrate absl::optional to std::optional
by Florent Castelli
· 1 year, 2 months ago
c6c6971
Break out parsing of FMTP lines so that others can use it
by Harald Alvestrand
· 1 year, 6 months ago
d78e30e
Deprecate cricket::VideoCodec and cricket::AudioCodec
by Harald Alvestrand
· 1 year, 7 months ago
0242939
Reland "Deprecate old constructors and set_type() in Candidate and Port"
by Tomas Gunnarsson
· 1 year, 8 months ago
ed8390d
Revert "Deprecate old constructors and set_type() in Candidate and Port"
by Ilya Nikolaevskiy
· 1 year, 8 months ago
aaa6851
Deprecate old constructors and set_type() in Candidate and Port
by Tommi
· 1 year, 8 months ago
6a82366
Reject SDP with duplicate msid lines
by Harald Alvestrand
· 1 year, 9 months ago
7a6a8eb
sdp: backfill default codec parameters for H265
by Philipp Hancke
· 1 year, 9 months ago
974044e
Remove code for supporting SDES
by Harald Alvestrand
· 1 year, 9 months ago
c1cc6a3
sdp: backfill default codec parameters for AV1
by Philipp Hancke
· 1 year, 10 months ago
27a452d
Rewrite webrtc_sdp unittest to use DTLS not SDES
by Harald Alvestrand
· 1 year, 10 months ago
80a8683
sdp: tweak msid signaling further
by Philipp Hancke
· 1 year, 10 months ago
de17252
Reland "Unify access to SDP codec parameters"
by Philipp Hancke
· 1 year, 11 months ago
6f0f158
sdp: make msid support parsing more robust
by Philipp Hancke
· 1 year, 11 months ago
6c9c958
Revert "Unify access to SDP codec parameters"
by Mirko Bonadei
· 1 year, 11 months ago
63d03f5
Unify access to SDP codec parameters
by Philipp Hancke
· 1 year, 11 months ago
cdd92da
sdp: backfill default codec parameters for H264 and VP9
by Philipp Hancke
· 2 years ago
d0f0f38
Remove most usage of MediaContentDescription::as_audio()/as_video()
by Philipp Hancke
· 2 years ago
581dc09
Add more tests for SDP parsing
by Philipp Hancke
· 2 years, 1 month ago
b527699
Reduce usage of audio/video codec specifics
by Philipp Hancke
· 2 years, 1 month ago
6a38a3e
sdp: reject duplicate ssrcs in ssrc-groups
by Philipp Hancke
· 2 years, 5 months ago
8c4b9ea
Remove references to AudioCodec and VideoCodec constructors
by Florent Castelli
· 2 years, 5 months ago
7f4270d
Remove JsepSessionDescription::kDefaultVideoCodecName
by Philipp Hancke
· 2 years, 9 months ago
5561599
sdp: add test coverage for handling of session-level extmap attributes
by Philipp Hancke
· 2 years, 9 months ago
55c5173
Revert "sdp: add rtcp-fb:* lines for common feedback"
by Mikhail Pavlov
· 2 years, 9 months ago
d1831cb
Treat non DTLS/SCTP Protocol Based Data Channels as Unsupported Media
by Dor Hen
· 2 years, 10 months ago
8155227
sdp: add rtcp-fb:* lines for common feedback
by Philipp Hancke
· 2 years, 10 months ago
b493db9
sdp: add tests for ParseMsidAttribute
by Philipp Hancke
· 3 years ago
3c52989
sdp: ignore duplicate stream ids in msid parsing
by Philipp Hancke
· 3 years ago
e093c48
sdp: parse a=msid:<stream_id> w/o msid-appdata
by Philipp Hancke
· 3 years ago
62c20f3
sdp: temporarily relax clockrate requirements for statically assigned payload types
by Philipp Hancke
· 3 years, 4 months ago
1d848e1
Reland "pc: make codec comparison for static codecs case-insensitive"
by Andrey Logvin
· 3 years, 5 months ago
e130f29
Revert "pc: make codec comparison for static codecs case-insensitive"
by Andrey Logvin
· 3 years, 5 months ago
dcc3d04
pc: make codec comparison for static codecs case-insensitive
by Philipp Hancke
· 3 years, 5 months ago
32c60b8
Reland "sdp: reject duplicate codecs with the same id but different name or clockrate"
by Philipp Hancke
· 3 years, 6 months ago
874517b
Revert "sdp: reject duplicate codecs with the same id but different name or clockrate"
by Henrik Boström
· 3 years, 6 months ago
ad68078
sdp: reject duplicate codecs with the same id but different name or clockrate
by Philipp Hancke
· 3 years, 6 months ago
88b8dec1
Reland "remove mslabel and mslabel ssrc-specific attributes"
by Harald Alvestrand
· 3 years, 7 months ago
60c588d
Fixed typos, candiate -> candidate
by David Sanders
· 3 years, 8 months ago
c24a218
Update IWYU tool with a mapping file
by Harald Alvestrand
· 3 years, 9 months ago
d58ac5a
sdp: reject large number of channels
by Philipp Hancke
· 4 years ago
d325196
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
by Artem Titov
· 4 years ago
0d01841
Revert "Remove code supporting the SDES crypto mode in SDP"
by Harald Alvestrand
· 4 years ago
ee212a7
Remove code supporting the SDES crypto mode in SDP
by Harald Alvestrand
· 4 years ago
efece42
Allow remote SDP offers to be "active" or "passive"
by Harald Alvestrand
· 4 years, 3 months ago
880fa81
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
by Artem Titov
· 4 years, 4 months ago
fd05d6f
Revert "Use backticks not vertical bars to denote variables in comments for /pc"
by Björn Terelius
· 4 years, 4 months ago
37ee0f5
Use backticks not vertical bars to denote variables in comments for /pc
by Artem Titov
· 4 years, 4 months ago
f8187e0
[Unified Plan] Support multiple BUNDLE groups.
by Henrik Boström
· 4 years, 7 months ago
b7bc243
flexfec: add signaling unit tests
by Philipp Hancke
· 4 years, 7 months ago
48171ec
Remove more mentions of RTP datachannels
by Harald Alvestrand
· 4 years, 7 months ago
7af57c6
Remove RTP data implementation
by Harald Alvestrand
· 4 years, 7 months ago
99bcf60
Check MID for illegal token characters.
by Harald Alvestrand
· 4 years, 9 months ago
cd467b5
sdp: check that sctp is on a application content type
by Philipp Hancke
· 4 years, 10 months ago
b70c953
sdp: cross-check media type and protocol earlier
by Philipp Hancke
· 4 years, 10 months ago
801c999
Signal extmap-allow-mixed by default on session level
by Emil Lundmark
· 4 years, 10 months ago
4e8c115
Reland "introduce an unsupported content description type"
by Philipp Hancke
· 5 years ago
ad2ec76
Revert "introduce an unsupported content description type"
by Ilya Nikolaevskiy
· 5 years ago
239f92e
introduce an unsupported content description type
by Philipp Hancke
· 5 years ago
fbbfc02
sdp: reject sdp with malformed b= lines
by Philipp Hancke
· 5 years ago
ee8c246
Reland "sdp: parse and serialize b=TIAS"
by Taylor Brandstetter
· 5 years ago
20b701f
Revert "sdp: parse and serialize b=TIAS"
by Taylor
· 5 years ago
c6801d4
sdp: parse and serialize b=TIAS
by Philipp Hancke
· 5 years ago
Next »