Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
5a6ae02e90dd02193b69129da025d9812d95dd2d
/
pc
/
peer_connection_rtp_unittest.cc
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/peerconnection_rtp_unittest.cc]
ae3df54
Refactoring MID generation to use unique string generator.
by Amit Hilbuch
· 6 years ago
47e38b7
Revert "Refactoring MID generation to use unique string generator."
by Amit Hilbuch
· 6 years ago
1c37676
Refactoring MID generation to use unique string generator.
by Amit Hilbuch
· 6 years ago
afa07dd
[Unified Plan] SRD: Always set associated remote streams.
by Henrik Boström
· 6 years ago
e1301a8
Revert "Implement read-only codecPayloadType in RtpParameters"
by Henrik Grunell
· 6 years ago
806e06d
Implement read-only codecPayloadType in RtpParameters
by Florent Castelli
· 6 years ago
3e70781
[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.
by Yves Gerey
· 6 years ago
2ff3f49
Move webrtc::CreatePeerConnectionFactory definition next to decl.
by Mirko Bonadei
· 6 years ago
4e93329
Properly setup MockPeerConnectionObserver in tests (continued).
by Yves Gerey
· 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
892acf0
Add support for send_encodings parameters in addTransceiver
by Florent Castelli
· 6 years ago
17f4878
Remove deprecated field_trial_default and metrics_default.
by Mirko Bonadei
· 6 years ago
0f5400a
[Unified Plan] Implement FiredDirection for RtpTransceiver
by Steve Anton
· 6 years ago
7fc821d
Reland "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*.""
by Qingsi Wang
· 6 years ago
78fef76
Revert "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*.""
by Qingsi Wang
· 6 years ago
1a2cc0a
Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."
by Qingsi Wang
· 6 years ago
13f4c89
Revert "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."
by Qingsi Wang
· 6 years ago
870bca1
Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*.
by Qingsi Wang
· 6 years ago
918f50c
Use absl::make_unique and absl::WrapUnique directly
by Karl Wiberg
· 6 years ago
0756373
[Unified Plan] Avoid offering two senders with the same ID
by Steve Anton
· 6 years ago
66cadcc
Replace rtc::Optional with absl::optional in pc
by Danil Chapovalov
· 6 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 6 years ago
60b6c1d
[Unified Plan] Clear RtpSender "SSRC" when the SDP has no send streams
by Steve Anton
· 6 years ago
abe301f
Add HeaderExtensions to RtpParameters
by Florent Castelli
· 6 years ago
3172c03
Implement OnRemoveTrack and OnRemoveStream for Unified Plan
by Steve Anton
· 7 years ago
6753795
Built in video codec factories.
by Anders Carlsson
· 7 years ago
ba42e99
Report an error when trying to set complex Plan B SDP on Unified Plan
by Steve Anton
· 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
13b8bad
Final name changing of MediaStreamInterface.label() to id().
by Seth Hampson
· 7 years ago
8e20f17
Report UMA metrics for received SDP format
by Steve Anton
· 7 years ago
845e878
Name change from stream label to stream id for spec compliance.
by Seth Hampson
· 7 years ago
52d8677
Fire OnRenegotiationNeeded when changing transceiver direction
by Steve Anton
· 7 years ago
8b815cd
Add OnTrack PeerConnection callback for Unified Plan
by Steve Anton
· 7 years ago
5dbb586
Add UMA counters for type of SDP semantic in use.
by Harald Alvestrand
· 7 years ago
6947025
Move media_type to RtpTransceiverInterface
by Steve Anton
· 7 years ago
e831b8c
Add MSID signaling compatibility for Unified Plan endpoints
by Steve Anton
· 7 years ago
91d039b
Test creating two senders with the same track.
by Henrik Boström
· 7 years ago
02ee47c
Signal track ID correctly when Unified Plan semantics selected
by Steve Anton
· 7 years ago
2d6c76a
Switch to using AddTrack with stream labels
by Steve Anton
· 7 years ago
f9381f0
Implement PeerConnection::AddTrack/RemoveTrack for Unified Plan
by Steve Anton
· 7 years ago
3fe1b15
Fix PeerConnection crashing on Close() when Unified Plan enabled
by Steve Anton
· 7 years ago
9158ef6
Reland "Add AddTransceiver and GetTransceivers to PeerConnection"
by Steve Anton
· 7 years ago
8b13f96
Revert "Add AddTransceiver and GetTransceivers to PeerConnection"
by Steve Anton
· 7 years ago
f93d280
Add AddTransceiver and GetTransceivers to PeerConnection
by Steve Anton
· 7 years ago
3163867
Reland "SetRemoteDescriptionObserverInterface added."
by Henrik Boström
· 7 years ago
a4ecf55
Revert "SetRemoteDescriptionObserverInterface added."
by Henrik Boström
· 7 years ago
6c7ec32
SetRemoteDescriptionObserverInterface added.
by Henrik Boström
· 7 years ago
9e6fd2b
Add streams() to RtpReceiverInterface and implementations.
by Henrik Boström
· 7 years ago
1b0eae3
Don't call deprecated CreatePeerConnectionFactory() overloads
by Karl Wiberg
· 7 years ago
933d8b0
Reland "Added PeerConnectionObserver::OnRemoveTrack."
by Henrik Boström
· 7 years ago
6c0c55c
Revert "Added PeerConnectionObserver::OnRemoveTrack."
by Alex Loiko
· 7 years ago
ba97ba7
Added PeerConnectionObserver::OnRemoveTrack.
by Henrik Boström
· 7 years ago