Sign in
webrtc
/
src.git
/
741daaf0393c4ba42c1bfc9c88907aaa09349987
/
pc
741daaf
Move rtc::FunctionView to the public API
by Artem Titov
· 6 years ago
94b57c0
Cleanup BUILD.gn files from imports like foo:foo
by Artem Titov
· 6 years ago
ef1052a
Reland "Move api/rtp_headers.h to its own build target."
by Niels Möller
· 6 years ago
2baef35
Revert "Move api/rtp_headers.h to its own build target."
by Steve Anton
· 6 years ago
a67050d
Move api/rtp_headers.h to its own build target.
by Niels Möller
· 6 years ago
4e2d76c
Replace deprecated std::not2 with a lambda
by tzik
· 6 years ago
f5258be
Make PeerConnectionFactory constructor taking dependency the only constructor
by Danil Chapovalov
· 6 years ago
edd2054
Minor fixes and refactoring for RtpTransport until the Demux.
by Amit Hilbuch
· 6 years ago
db4def9
Update parsing of stun and turn urls for RFC 7064-7065
by Niels Möller
· 6 years ago
7fbfaa4
PeerConnection::SetBitrate now also configures media transport.
by Piotr (Peter) Slatala
· 6 years ago
e7a5f7b
Modifying MediaChannel to accept CopyOnWriteBuffer by value.
by Amit Hilbuch
· 6 years ago
d155d68
Removes rtp level keep alive support.
by Sebastian Jansson
· 6 years ago
e448a3f
Update DataChannel bufferedamount implementation.
by Marina Ciocea
· 6 years ago
8cc711a
Update URI of TransportSequenceNumberV2
by Johannes Kron
· 6 years ago
abea6e5
Delete always-true member is_media_transport_factory_enabled_
by Niels Möller
· 6 years ago
4423c36
Migrate RepeatingTask to take raw pointer to TaskQueueBase instead of TaskQueue
by Danil Chapovalov
· 6 years ago
232b3fd
Expose relative packet arrival delay metric in stats API.
by Jakob Ivarsson
· 6 years ago
b443dfe
Use metrics::Samples in a couple pc/ tests
by Steve Anton
· 6 years ago
e2a284d
Adding metrics to measure usage of simulcast API.
by Amit Hilbuch
· 6 years ago
c1e6e86
Add metrics::Samples to facilitate easier testing
by Steve Anton
· 6 years ago
15845af
Reland "Another mock for GetSctpTransport" (and add test)
by Harald Alvestrand
· 6 years ago
acd8ae7
Reinstate old iceConnectionState "completed" behavior
by Jonas Olsson
· 6 years ago
727504c
Revert "Another mock for GetSctpTransport"
by Harald Alvestrand
· 6 years ago
b2c4700
Another mock for GetSctpTransport
by Harald Alvestrand
· 6 years ago
aabd036
Simulcast should be disabled if RID header extension is not supported.
by Amit Hilbuch
· 6 years ago
b1ae10b
Add x-mt line to the offer.
by Piotr (Peter) Slatala
· 6 years ago
fc52b91
Implicitly suppress //build/config/clang:find_bad_constructs.
by Mirko Bonadei
· 6 years ago
970f2f7
[clang-tidy] Apply bugprone-argument-comment fixes.
by Mirko Bonadei
· 6 years ago
40b030e
Reland "Fix getStats() freeze bug affecting Chromium but not WebRTC standalone."
by Henrik Boström
· 6 years ago
c85328f
Add SCTP transport to the public API.
by Harald Alvestrand
· 6 years ago
105ded3
Pass the x-mt line from SDP to the media transport
by Piotr (Peter) Slatala
· 6 years ago
13e570f
Add a parser for the x-mt line.
by Piotr (Peter) Slatala
· 6 years ago
4f6ef18
Added underscore to dtls_transport_unittest.cc.
by Benjamin Wright
· 6 years ago
493a650
Propagate base minimum delay from video jitter buffer to webrtc/api.
by Ruslan Burakov
· 6 years ago
619b294
RtpSender's RtpParameters were invalidated in a call to SLD/SRD.
by Amit Hilbuch
· 6 years ago
1a16da1
Remove deprecated CreateMediaTransport method
by Piotr (Peter) Slatala
· 6 years ago
e2da931
Remove a leftover audio codec poison immutinty declaration
by Karl Wiberg
· 6 years ago
c4dd730
Fix -Wextra-semi warnings.
by Mirko Bonadei
· 6 years ago
f58e43e
Add an OpenChannel method to MediaTransportInterface and call it whenever PeerConnection opens a new data channel.
by Bjorn Mellem
· 6 years ago
ce8e867
Add support for TransportSequenceNumberV2 in SDP negotiation
by Johannes Kron
· 6 years ago
b75d9e9
Allow IceConnectionState to become failed without ever connecting.
by Jonas Olsson
· 6 years ago
4ae6347
Use `final` so that the compiler will be able to inline calls
by Karl Wiberg
· 6 years ago
5966c50
Add thread safety annotations for PeerConnection::configuration_
by Karl Wiberg
· 6 years ago
2645193
DtlsTransport::ice_transport is const and can be called off thread
by Harald Alvestrand
· 6 years ago
3256225
"Remove" loophole in rtc::Thread::ScopedDisallowBlockingCalls
by Karl Wiberg
· 6 years ago
00c57e3
Delete unused class RtpTransportInternalAdapter
by Niels Möller
· 6 years ago
22f9925
webrtc: Remove semicolons.
by Nico Weber
· 6 years ago
01fe309
Do not use RtcEventLogs in media transport when used only for data channel.
by Piotr (Peter) Slatala
· 6 years ago
ea7ef2a
Refactoring RtpSenderInternal to share implementation for Audio & Video.
by Amit Hilbuch
· 6 years ago
2297d33
Rejected simulcast layers will no longer appear in GetParameters().
by Amit Hilbuch
· 6 years ago
8d2e228
Add thread safety annotations for PeerConnection::*_state_
by Karl Wiberg
· 6 years ago
7ea4605
Add latency to remote source api.
by Ruslan Burakov
· 6 years ago
ca890ee
Revert "Fix getStats() freeze bug affecting Chromium but not WebRTC standalone."
by Mirko Bonadei
· 6 years ago
b03ab71
Add thread safety annotation for PeerConnection::event_log_
by Karl Wiberg
· 6 years ago
744310f
Add thread safety annotation for PeerConnection::observer_ and factory_
by Karl Wiberg
· 6 years ago
05d43c6
Fix getStats() freeze bug affecting Chromium but not WebRTC standalone.
by Henrik Boström
· 6 years ago
106d92d
Add thread safety annotation for PeerConnection::SignalDataChannelCreated_
by Karl Wiberg
· 6 years ago
1c9c9fc
Replace replace_substrs with Abseil
by Steve Anton
· 6 years ago
aa58415
Reland "Enabling Simulcast use via AddTransceiver."
by Amit Hilbuch
· 6 years ago
69fb6c8
Allow DtlsTransport::Information() to be called off-thread
by Harald Alvestrand
· 6 years ago
dac03d9
Move MediaConstraintsInterface to sdk/, and make it a concrete class
by Niels Möller
· 6 years ago
5c4ddad
Delete obsolete usage of FakeConstraints
by Niels Möller
· 6 years ago
501bfba
Split rtp_receiver for readability.
by Ruslan Burakov
· 6 years ago
157540a
Stop hard-coding default IDs for RTP extensions
by Elad Alon
· 6 years ago
5699142
Use c=IN IP4 <hostname> to support the presence of hostname candidates.
by Qingsi Wang
· 6 years ago
7832343
Revert "Enabling Simulcast use via AddTransceiver."
by Emircan Uysaler
· 6 years ago
9f3aabb
Delete obsolete class cricket::VideoCapturer
by Niels Möller
· 6 years ago
d7180cc
Also check the pending remote description when generating MIDs for legacy remote offers
by Steve Anton
· 6 years ago
ce470aa
Enabling Simulcast use via AddTransceiver.
by Amit Hilbuch
· 6 years ago
260a71d
Delete deprecated method PeerConnectionFactory::CreateVideoSource
by Niels Möller
· 6 years ago
fe6e50f
Allow more than one registered network change callback in MediaTransport
by Niels Möller
· 6 years ago
1c54605
[clang-tidy] Apply performance-move-const-arg fixes (misc).
by Mirko Bonadei
· 6 years ago
eee110d
Remove nogncheck from pc/.
by Mirko Bonadei
· 6 years ago
0237106
Expose video freeze metrics in GetStats.
by Sergey Silkin
· 6 years ago
05cf6be
[clang-tidy] Apply performance-move-const-arg fixes.
by Mirko Bonadei
· 6 years ago
c84f661
Stop using Googletest legacy APIs.
by Mirko Bonadei
· 6 years ago
042bb00
Fix RTP transport accepting invalid RTCP headers.
by Piotr (Peter) Slatala
· 6 years ago
9846262
Add IceTransportInterface object
by Harald Alvestrand
· 6 years ago
9f3a44f
Introcuce RTCError(const T&) constructor.
by Mirko Bonadei
· 6 years ago
4de1783
Create visible fake_ice_transport target
by Piotr (Peter) Slatala
· 6 years ago
c1a0bcb
Implement the encoding RtpParameter scaleResolutionDownBy
by Florent Castelli
· 6 years ago
649a4c2
[clang-tidy] Apply performance-inefficient-vector-operation fixes.
by Mirko Bonadei
· 6 years ago
3d02384
Fix inverted DCHECK conditional
by Steve Anton
· 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
bcd39d4
Creating Simulcast offer and answer in Peer Connection.
by Amit Hilbuch
· 6 years ago
37ec55e
[clang-tidy] Apply performance-faster-string-find fixes.
by Mirko Bonadei
· 6 years ago
190713c
Remove +api from internal DEPS files.
by Mirko Bonadei
· 6 years ago
739baf0
[clang-tidy] Apply performance-for-range-copy fixes.
by Mirko Bonadei
· 6 years ago
f380284
(7) Rename files to snake_case: remove forwarding headers
by Steve Anton
· 6 years ago
55b91b9
Only create no-op DTLS if media transport is used for both media and data
by Piotr (Peter) Slatala
· 6 years ago
d970807
Remove rtc_base/scoped_ref_ptr.h.
by Mirko Bonadei
· 6 years ago
63a176b
Do not modify media transport config when falling back to RTP
by Piotr (Peter) Slatala
· 6 years ago
da37473
Make webrtc::ParseCandidate() public.
by Guido Urdaneta
· 6 years ago
dbb49df
Moving UniqueIdGenerator into rtc_base.
by Amit Hilbuch
· 6 years ago
ae6e0b2
[CodeHealth] Fix use after std::move instances.
by Yves Gerey
· 6 years ago
df919fb
Don't pretend we've received an end-of-candidates indication.
by Jonas Olsson
· 6 years ago
4241cf5
Add 2 new virtual methods to IceTransportInternal
by Harald Alvestrand
· 6 years ago
dd6633b
Refactor VideoTrackTest to not depend on cricket::VideoCapturer
by Niels Möller
· 6 years ago
215ba60
Refactor PeerConnectionInterfaceTest to not depend on cricket::VideoCapturer
by Niels Möller
· 6 years ago
Next »