- 4d25a77 Deprecate AsyncResolver config fields and remove internal usage. by Harald Alvestrand · 1 year, 7 months ago
- 45a985c Check use_rtx() in PeerConnectionFactory::GetRtpSenderCapabilities by Joachim Reiersen · 1 year, 7 months ago
- 0606eaf Make WebRTC-EventLogNewFormat default. by Lionel Koenig · 1 year, 9 months ago
- 041ecb8 New PeerConnectionFactory::CreateVideoTrack with refcounted source by Harald Alvestrand · 2 years ago
- da4c102 Refactor some config plumbing in call/. by Henrik Boström · 2 years, 4 months ago
- cf2856b Add parameter to control the pacer's burst outside of field trials. by Henrik Boström · 2 years, 4 months ago
- 15a82c9 Metronome: complete API migration. by Markus Handell · 2 years, 4 months ago
- be400e4 Metronome: disable & refactor for single-threaded operation. by Markus Handell · 2 years, 5 months ago
- 9e09a1f Replace Thread::Invoke with Thread::BlockingCall by Danil Chapovalov · 2 years, 7 months ago
- 9068f456 Improve IPv6 selection logic when gathering candidates. by Diep Bui · 2 years, 7 months ago
- 90af4c1 Change RTCEventLogFactory to have a const Create function by Harald Alvestrand · 2 years, 9 months ago
- 573b145 Reland "Move injection of PacketSocketFactory from PC to PCF" by Niels Möller · 2 years, 9 months ago
- 3627d57 Revert "Move injection of PacketSocketFactory from PC to PCF" by Niels Moller · 2 years, 9 months ago
- 905c3a6 Move injection of PacketSocketFactory from PC to PCF by Niels Möller · 2 years, 9 months ago
- 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 2 years, 9 months ago
- 485457f Delete ChannelManager class by Harald Alvestrand · 2 years, 10 months ago
- c3fa7c3 Remove remaining trampoline functions from channel_manager by Harald Alvestrand · 2 years, 10 months ago
- 35f4b4c Remove more trampoline functions from ChannelManager by Harald Alvestrand · 2 years, 10 months ago
- c6c02ef Revert "Don't create channel_manager when media_engine is not set" by Artem Titov · 2 years, 11 months ago
- c48ad73 Don't create channel_manager when media_engine is not set by Harald Alvestrand · 2 years, 11 months ago
- 9e334b7 Remove channel_manager.h from most .h files by Harald Alvestrand · 2 years, 11 months ago
- 6c7f984 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 16/inf by Jonas Oreland · 3 years ago
- 769de49 Update VideoTrack::Create to use rtc::scoped_refptr. by Niels Möller · 3 years ago
- c24a218 Update IWYU tool with a mapping file by Harald Alvestrand · 3 years, 1 month ago
- 5723d85 Integrate sync decoding in video_receive_stream by Evan Shrubsole · 3 years, 1 month ago
- e7cc883 Update pc/ to not use implicit T* --> scoped_refptr<T> conversion by Niels Möller · 3 years, 3 months ago
- 73d0774 Add PortAllocator configuration to RTCConfiguration by Niels Möller · 3 years, 4 months ago
- 2ee0e64 Add support for manually configuring subnets as VPN by Jonas Oreland · 3 years, 7 months ago
- 880fa81 Reland "Use backticks not vertical bars to denote variables in comments for /pc" by Artem Titov · 3 years, 8 months ago
- fd05d6f Revert "Use backticks not vertical bars to denote variables in comments for /pc" by Björn Terelius · 3 years, 8 months ago
- 37ee0f5 Use backticks not vertical bars to denote variables in comments for /pc by Artem Titov · 3 years, 8 months ago
- 504fc19 Add ability to pass factory for RtpTransportControllerSend to PeerConnectionFactoryDependencies. by Vojin Ilic · 3 years, 10 months ago
- a1b8201 Move proxies into pc/. by Markus Handell · 3 years, 10 months ago
- 86bd92f Add test for many non-dropped packets in unreliable mode. by Harald Alvestrand · 3 years, 10 months ago
- f33f7a2 Deprecate PeerConnectionFactory::CreatePeerConnection by Harald Alvestrand · 3 years, 11 months ago
- 87f7090 Replace more instances of rtc::RefCountedObject with make_ref_counted. by Tommi · 3 years, 11 months ago
- 95d2f47 Call ChannelManager aec dump methods on the worker thread. by Tomas Gunnarsson · 4 years ago
- d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 1 month ago
- 92eebef Reland "Fix unsynchronized access to mid_to_transport_ in JsepTransportController" by Tomas Gunnarsson · 4 years, 1 month ago
- 6b143c1 Revert "Fix unsynchronized access to mid_to_transport_ in JsepTransportController" by Guido Urdaneta · 4 years, 1 month ago
- 6cd4058 Fix unsynchronized access to mid_to_transport_ in JsepTransportController by Tomas Gunnarsson · 4 years, 1 month ago
- 41bfcf4 Inject network thread to Call. by Tomas Gunnarsson · 4 years, 2 months ago
- 5761e7b Running apply-iwyu on ~all files in pc/ by Harald Alvestrand · 4 years, 2 months ago
- 4bab23f Update pc/ to use C++ lambdas instead of rtc::Bind by Niels Möller · 4 years, 2 months ago
- a3dd772 Add create function for PeerConnection that can return an error. by Harald Alvestrand · 4 years, 4 months ago
- c95b939 Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED() by Karl Wiberg · 4 years, 4 months ago
- 4da4a87 Move "options" from ConnectionContext to PeerConnectionFactory by Harald Alvestrand · 4 years, 5 months ago
- 05f9ccd unify "control reaches end of non-void function" style by Philipp Hancke · 4 years, 5 months ago
- 6216693 Change PeerConnection creation to use a static "Create" method by Harald Alvestrand · 4 years, 5 months ago
- 4e8c115 Reland "introduce an unsupported content description type" by Philipp Hancke · 4 years, 5 months ago
- ffd5dc7 Delete the "initialize" method of PeerConnectionFactory by Harald Alvestrand · 4 years, 5 months ago
- a39689c Separate PC resources required at runtime from PCfactory by Harald Alvestrand · 4 years, 5 months ago
- ad2ec76 Revert "introduce an unsupported content description type" by Ilya Nikolaevskiy · 4 years, 5 months ago
- 239f92e introduce an unsupported content description type by Philipp Hancke · 4 years, 5 months ago
- 2bca008 Reland "Make cricket::SctpTransportInternalFactory injectable through PeerConnectionFactory Deps" by Per Kjellander · 4 years, 7 months ago
- 1f580a9 Revert "Make cricket::SctpTransportInternalFactory injectable through PeerConnectionFactory Deps" by Björn Terelius · 4 years, 7 months ago
- 4c0a381 Make cricket::SctpTransportInternalFactory injectable through PeerConnectionFactory Deps by Per Kjellander · 4 years, 7 months ago
- 239ac8a Reland "Pass NetworkMonitorFactory through PeerConnectionFactory." by Taylor Brandstetter · 4 years, 8 months ago
- cfba4ff Revert "Reland "Pass NetworkMonitorFactory through PeerConnectionFactory."" by Taylor · 4 years, 8 months ago
- 7ded733 Reland "Pass NetworkMonitorFactory through PeerConnectionFactory." by Taylor Brandstetter · 4 years, 8 months ago
- 7d62754 Revert "Pass NetworkMonitorFactory through PeerConnectionFactory." by Taylor · 4 years, 8 months ago
- 003c9be Pass NetworkMonitorFactory through PeerConnectionFactory. by Taylor Brandstetter · 4 years, 8 months ago
- 397cd82 Create port allocator on signaling thread and init on network by Artem Titov · 4 years, 8 months ago
- dfc5f0d Reland "Add rtc::Thread invoke policy." by Artem Titov · 4 years, 9 months ago
- f37e9a3 Revert "Add rtc::Thread invoke policy." by Artem Titov · 4 years, 9 months ago
- 26d4f9c Add rtc::Thread invoke policy. by Artem Titov · 4 years, 9 months ago
- 2a70703 Delete MediaTransportInterface and DatagramTransportInterface by Niels Möller · 4 years, 9 months ago
- 57cabed Replace std::string::find() == 0 with absl::StartsWith. by Mirko Bonadei · 5 years ago
- 3e98368 Reland "Distinguish between send and receive codecs" by Johannes Kron · 5 years ago
- 0357b3e RtpTransceiverInterface: add header_extensions_to_offer() by Markus Handell · 5 years ago
- cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 5 years ago
- 8e8b36a Revert "Reland "Reland "Reland "Distinguish between send and receive codecs"""" by Johannes Kron · 5 years ago
- 184ea66 Reland "Reland "Reland "Distinguish between send and receive codecs""" by Johannes Kron · 5 years ago
- a104ceb Revert "Reland "Reland "Distinguish between send and receive codecs""" by Johannes Kron · 5 years ago
- 9bac68c Reland "Reland "Distinguish between send and receive codecs"" by Johannes Kron · 5 years ago
- 00a3087 Revert "Reland "Distinguish between send and receive codecs"" by Johannes Kron · 5 years ago
- 133bf2b Reland "Distinguish between send and receive codecs" by Johannes Kron · 5 years ago
- e57b266 Revert "Distinguish between send and receive codecs" by Steve Anton · 5 years ago
- c0f25cf Distinguish between send and receive codecs by Johannes Kron · 5 years ago
- ccab06f Revert "Replaces SynchronousMethodCall with rtc::Thread::Invoke." by Guido Urdaneta · 5 years ago
- b0e0728 Replaces SynchronousMethodCall with rtc::Thread::Invoke. by Sebastian Jansson · 5 years ago
- e8d54b9 Provide a default async resolver factory if none injected to PeerConnection. by Qingsi Wang · 5 years ago
- c363982 Convert proxy.h helper classes to variadic templates by Steve Anton · 5 years ago
- 662678d Adds injectable trials from peerconnection down to transport controller. by Erik Språng · 5 years ago
- 25ec888 Make ICE transports injectable. by Qingsi Wang · 5 years ago
- c3d1f9b Enable injection of a custom NetEqFactory into PeerConnectionFactory. by Ivo Creusen · 5 years ago
- 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 6 years ago
- 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 6 years ago
- 662e31f Prepare to move packet_socket_factory to api/. by Patrik Höglund · 6 years ago
- 9cfdb20 Control PeerConnectionFactory's default min/starting/max bitrates from experiment by Elad Alon · 6 years ago
- 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 6 years ago
- e4ac723 Delete deprecated version of PeerConnectionFactoryInterface::StartAecDump by Niels Möller · 6 years ago
- e8e4dc4 Change StartAecDump methods to work with FILE* and FileWrapper by Niels Möller · 6 years ago
- 3b112e2 Delete multi-parameter CreateModularPeerConnectionFactory by Danil Chapovalov · 6 years ago
- 0810a7c Add base class NetworkPredictor and NetworkPredictorFactory and wire up. by Ying Wang · 6 years ago
- 9435c610 Expose TaskQueueFactory for webrtc::Call in peer connection api by Danil Chapovalov · 6 years ago
- f5258be Make PeerConnectionFactory constructor taking dependency the only constructor by Danil Chapovalov · 6 years ago
- 4ae6347 Use `final` so that the compiler will be able to inline calls by Karl Wiberg · 6 years ago
- dac03d9 Move MediaConstraintsInterface to sdk/, and make it a concrete class by Niels Möller · 6 years ago
- 260a71d Delete deprecated method PeerConnectionFactory::CreateVideoSource by Niels Möller · 6 years ago