Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
8acdd1a1dc9fc28dbdf079c89ef6ea93d1567aeb
/
pc
8acdd1a
Parameterize PeerConnection signaling tests for Unified Plan
by Steve Anton
· 7 years ago
8e545ee
Revert "Use SRTP_AES128_CM_SHA1_80 by default instead of SRTP_AES128_CM_SHA1_32."
by Tommi
· 7 years ago
6f7bc08
Rewrite FakeVideoTrackSource to not use VideoCapturer.
by Niels Möller
· 7 years ago
8595993
Update several tests: FakeVideoCapturer -> FakeVideoCapturerWithTaskQueue.
by Tommi
· 7 years ago
6780c51
Use SRTP_AES128_CM_SHA1_80 by default instead of SRTP_AES128_CM_SHA1_32.
by Joachim Bauch
· 7 years ago
8b0ebb9
Change FakePeriodicVideoCapturer to use a TaskQueue instead of Thread.
by Tommi
· 7 years ago
1829af6
Extend FakePeriodicVideoCapturer with FakeVideoCapturerWithTaskQueue.
by Tommi
· 7 years ago
1f432e0
Update VideoCapturerTrackSourceTest to deliver frames via TaskQueue.
by Tommi
· 7 years ago
dffead8
Fail CreateAnswer if signaling state is not correct
by Steve Anton
· 7 years ago
2870b0a
Expose a link-local network interfaces enumeration option
by Daniel Lazarenko
· 7 years ago
5dfde18
Change PeerConnection stats interface to be more flexible
by Steve Anton
· 7 years ago
96a48ef
Reland "Removing forward headers in modules/audio_coding/codecs.""
by Mirko Bonadei
· 7 years ago
6b375dd
Clean up the pc/OWNERS file.
by Zhi Huang
· 7 years ago
93a8439
Bind the structured ICE logging with P2PTransportChannel.
by Qingsi Wang
· 7 years ago
5b38731
Use fake PeerConnection for RTCStatsCollector tests
by Steve Anton
· 7 years ago
1d0b9d0
Revert "Removing forward headers in modules/audio_coding/codecs."
by Mirko Bonadei
· 7 years ago
2279aec
Removing forward headers in modules/audio_coding/codecs.
by Mirko Bonadei
· 7 years ago
c22d6a8
Revert "Reland "Parameterize PeerConnection signaling tests for Unified Plan""
by Oleh Prypin
· 7 years ago
c7b964c
Report cipher usage to UMA for all media types on a transport
by Steve Anton
· 7 years ago
970b088
Reland "Break up rtc_event_log_api to solve circular dependencies."
by Qingsi Wang
· 7 years ago
7b581eb
Reland "Parameterize PeerConnection signaling tests for Unified Plan"
by Steve Anton
· 7 years ago
e831b8c
Add MSID signaling compatibility for Unified Plan endpoints
by Steve Anton
· 7 years ago
5f94aa2
Correct MSID behavior with Unified Plan
by Steve Anton
· 7 years ago
9a5c6f8
Add the network preference to RTCConfiguration.
by Qingsi Wang
· 7 years ago
75df728
Revert "Break up rtc_event_log_api to solve circular dependencies."
by Mirko Bonadei
· 7 years ago
dd8c165
Enable building WebRTC without built-in software codecs
by Anders Carlsson
· 7 years ago
3518e7b
Add the rejected TransportInfo when creating an answer.
by Zhi Huang
· 7 years ago
76d2952
Don't crash when sender info has been discarded by lower layers.
by Harald Alvestrand
· 7 years ago
001546d
Break up rtc_event_log_api to solve circular dependencies.
by Qingsi Wang
· 7 years ago
f120cba
Delete AudioMonitor and related code.
by Niels Möller
· 7 years ago
70b820f
Implemented the GetRemoteAudioSSLCertificate method.
by Zhi Huang
· 7 years ago
22da89f
Implement legacy offer_to_receive options for Unified Plan
by Steve Anton
· 7 years ago
74255ff
Add PeerConnection interop integration tests
by Steve Anton
· 7 years ago
94d8cce
Revert "Parameterize PeerConnection signaling tests for Unified Plan"
by Taylor Brandstetter
· 7 years ago
65c0a60
Parameterize PeerConnection signaling tests for Unified Plan
by Steve Anton
· 7 years ago
3871f6f
Rewrite StatsCollector tests to use a fake PeerConnection
by Steve Anton
· 7 years ago
65ce311
Removing useless dependencies on //testing/gmock.
by Mirko Bonadei
· 7 years ago
ba37b4b
Change return type of RtpSenderInterface::SetParameters from bool to RTCError
by Zach Stein
· 7 years ago
191c39f
Parameterize PeerConnection end to end tests for Unified Plan
by Steve Anton
· 7 years ago
ad7bffc
Parameterize PeerConnection media tests for Unified Plan
by Steve Anton
· 7 years ago
be5e208
Add FakePeerConnectionBase
by Steve Anton
· 7 years ago
46d926a
Parameterize PeerConnection ICE tests for Unified Plan
by Steve Anton
· 7 years ago
2d8609c
Move internal PeerConnection methods to PeerConnectionInternal
by Steve Anton
· 7 years ago
194939b
Added UMA counters for SDES vs DTLS key agreement
by Harald Alvestrand
· 7 years ago
b8e1201
Generate track stats when SSRC=0
by Harald Alvestrand
· 7 years ago
6daa278
Move MediaConfig to its own header file and target.
by Niels Möller
· 7 years ago
1d7ecd2
Rename a few MediaConfig::Video flags for consistency.
by Niels Möller
· 7 years ago
dbf9d03
Parameterize PeerConnection data channel tests for Unified Plan
by Steve Anton
· 7 years ago
71182f4
Parameterize PeerConnection crypto tests for Unified Plan
by Steve Anton
· 7 years ago
7464fca
Parameterize PeerConnection BUNDLE tests for Unified Plan
by Steve Anton
· 7 years ago
215fda7
Make PeerConnection take reference to UMA observer.
by Taylor Brandstetter
· 7 years ago
42805f3
Revert "Remove nogncheck and add proper dependencies."
by Patrik Höglund
· 7 years ago
d367921
Configure media flow correctly with Unified Plan
by Steve Anton
· 7 years ago
9b045fa
Remove nogncheck and add proper dependencies.
by Patrik Höglund
· 7 years ago
2ffe3e8
Reland Use runtime enabled features API to enable dual stream mode
by Ilya Nikolaevskiy
· 7 years ago
6539f69
Add VideoSendStream::Config::EncoderSettings::experiment_cpu_load_estimator.
by Niels Möller
· 7 years ago
e2a9318
Delete ConnectionMonitor.
by Niels Möller
· 7 years ago
1532477
Convert PeerConnection integration tests to the track-based API
by Steve Anton
· 7 years ago
c1094eb
Revert "Use runtime enabled features API to enable dual stream mode"
by Lu Liu
· 7 years ago
6f011df
Use runtime enabled features API to enable dual stream mode
by Ilya Nikolaevskiy
· 7 years ago
a8b7c7f
Move remaining traces of VoiceEngine
by Fredrik Solenberg
· 7 years ago
91d039b
Test creating two senders with the same track.
by Henrik Boström
· 7 years ago
0228485
Delete MediaMonitor.
by Niels Möller
· 7 years ago
053c1f8
Delete unused signal VoiceChannel::SignalAudioMonitor.
by Niels Möller
· 7 years ago
a3dab84
Refactor stream stats generation
by Harald Alvestrand
· 7 years ago
47136dd
Change RtpSenders to interact with the media channel directly
by Steve Anton
· 7 years ago
aaaf1cf
Revert "Remove nogncheck and add proper dependencies."
by Patrik Höglund
· 7 years ago
eefd543
Remove nogncheck and add proper dependencies.
by Patrik Höglund
· 7 years ago
75baa49
Stop using public_deps in media/.
by Mirko Bonadei
· 7 years ago
c72af93
Reland "Move stats ID generation from SSRC to local ID"
by Harald Alvestrand
· 7 years ago
c0092c3
Revert "Move stats ID generation from SSRC to local ID"
by Erik Språng
· 7 years ago
34814c7
Stop using public_deps in api/.
by Mirko Bonadei
· 7 years ago
e357a4d
Move stats ID generation from SSRC to local ID
by Harald Alvestrand
· 7 years ago
ef65ef1
Fire OnAddTrack when Unified Plan is enabled
by Steve Anton
· 7 years ago
02ee47c
Signal track ID correctly when Unified Plan semantics selected
by Steve Anton
· 7 years ago
6077675
Change RtpReceivers to interact with the media channel directly
by Steve Anton
· 7 years ago
a7f2d84
Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"""
by Per Kjellander
· 7 years ago
c73e1f4
Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""
by Per Kjellander
· 7 years ago
588c548
GN rtc_* templates: Set default visibility to webrtc_root + "/*"
by Karl Wiberg
· 7 years ago
62337e5
Use AudioProcessingBuilder everywhere AudioProcessing is created.
by Ivo Creusen
· 7 years ago
24722b3
Reland "Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator."
by Seth Hampson
· 7 years ago
2d6c76a
Switch to using AddTrack with stream labels
by Steve Anton
· 7 years ago
43a723a
Move AddTrack stats update to submethod
by Steve Anton
· 7 years ago
dc8b5ab
Remove dead code for media channel errors
by Steve Anton
· 7 years ago
8171211
Fix shadowed variable in ContentInfo
by Steve Anton
· 7 years ago
9e19403
Move videosourceinterface to api.
by Patrik Höglund
· 7 years ago
75ceef2
Pivot old stats generation to iterate senders/receivers
by Harald Alvestrand
· 7 years ago
be214a2
Move videosinkinterface.h to common_video to solve a circular dep.
by Patrik Höglund
· 7 years ago
389a97c
Fixing leaked reference from SCTP transport to DTLS/ICE transport.
by Taylor Brandstetter
· 7 years ago
fa2260d
Add support for data channels with Unified Plan
by Steve Anton
· 7 years ago
8906187
Pivot generation of stats to iterate senders/receivers
by Harald Alvestrand
· 7 years ago
dcc3c02
Add support for JSEP offer/answer with transceivers
by Steve Anton
· 7 years ago
ad596a4
Remove unnecessary "memset".
by Joachim Bauch
· 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
8b77aea
Revert "Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator."
by Lu Liu
· 7 years ago
d2b912a
Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator.
by Seth Hampson
· 7 years ago
afd8e8c
Move MediaContentDescription into sessiondescription.h
by Steve Anton
· 7 years ago
4ab68ee
Move sessiondescription.h/cc from p2p/base to pc/
by Steve Anton
· 7 years ago
6e2e7ce
Reland "Move JsepTransport from p2p/base to pc/."
by Taylor Brandstetter
· 7 years ago
Next »