aboutsummaryrefslogtreecommitdiff
path: root/pc
AgeCommit message (Expand)Author
2020-06-17Delete MediaTransportInterface and DatagramTransportInterfaceNiels Möller
2020-06-17Consolidate creation of DataChannel proxy to a single placeTomas Gunnarsson
2020-06-16Add GetSctpStats to PeerConnectionInternal, remove sctp_data_channels()Tomas Gunnarsson
2020-06-16Inject signaling and network threads to DataChannel.Tomas Gunnarsson
2020-06-15test: remove obsolete commentPhilipp Hancke
2020-06-12Revert "RtpTransceiverInterface: introduce SetOfferedRtpHeaderExtensions."Markus Handell
2020-06-11[Adaptation] Add ability to inject resources on the PeerConnection.Henrik Boström
2020-06-10Remove enable_simulcast_stats config flag as not needed anymoreEldar Rello
2020-06-10Introduce BYPASS_PROXY_CONSTMETHOD0.Tomas Gunnarsson
2020-06-10RtpTransceiverInterface: introduce SetOfferedRtpHeaderExtensions.Markus Handell
2020-06-10test: use kCnCodecName instead of hardcoding "CN"Philipp Hancke
2020-06-10[Stats flake] Mark outbound-rtp.framesPerSecond as optional.Henrik Boström
2020-06-08Use absl_deps in order to preapre to the Abseil component build release.Mirko Bonadei
2020-06-07Correct name of DC.dataChannelIdentifier stats memberHarald Alvestrand
2020-06-04Reland "Added mid to error messages reported during SDP apply."Yura Yaroshevich
2020-06-03Revert "Added mid to error messages reported during SDP apply."Olga Sharonova
2020-06-03Added mid to error messages reported during SDP apply.Yura Yaroshevich
2020-06-02Cleanup: Remove non-required helper function to remove codecsHarald Alvestrand
2020-05-30Remove leftover SCTP "codec name" constantsHarald Alvestrand
2020-05-28fix typos in commentsPhilipp Hancke
2020-05-27Don't SetNeedsIceRestartFlag if widening candidate filter when surface_ice_ca...Jonas Oreland
2020-05-26test: fix typoPhilipp Hancke
2020-05-18FakeAudioCaptureModule: remove lock recursions.Markus Handell
2020-05-18In pc/ replace mock macros with unified MOCK_METHOD macroDanil Chapovalov
2020-05-18Log content name (aka mid) in messages from channel.ccYura Yaroshevich
2020-05-18JsepTransport: remove lock recursions.Markus Handell
2020-05-18Give correct error code when SCTP is abruptly terminated.Harald Alvestrand
2020-05-17Don't wrap the main thread when running death tests.Tommi
2020-05-17Pass datachannel priority in DC open messagesHarald Alvestrand
2020-05-15Clear address:port in icecandidateerror for tcp servers with private IPEldar Rello
2020-05-12reorder sdes suites to not prefer gcmPhilipp Hancke
2020-05-11VideoTrackSourceInterface: make some newly introduced methods pure virtual.Markus Handell
2020-05-05Reland "Improve outbound-rtp statistics for simulcast"Henrik Boström
2020-05-05Revert "Improve outbound-rtp statistics for simulcast"Henrik Boström
2020-05-05Revert "disallow pairing ICE-TCP with a local ip address"Philipp Hancke
2020-04-26APM: Add build flag to allow building WebRTC without APMPer Åhgren
2020-04-20Remove some TODOs from pc/.Mirko Bonadei
2020-04-17Remove DetermineIceRole workaround.Mirko Bonadei
2020-04-17Improve outbound-rtp statistics for simulcastEldar Rello
2020-04-16Remove deprecated ssl_identity methodsHarald Alvestrand
2020-04-15Remove WebRTC-ExcludeTransportSequenceNumberFromFec.Mirko Bonadei
2020-04-11[InsertableStreams] Fix video receiver simulcast.Marina Ciocea
2020-04-07Handle missing tcptype on TCP ICE candidates.Taylor Brandstetter
2020-04-03Apply performance-for-range-copy fixes.Mirko Bonadei
2020-04-02[InsertableStreams] Save the transformer to be set on Reconfigure.Marina Ciocea
2020-04-02Extend rtc::AdapterType with 2g, 3G, 4G & 5G enum values.Jonas Oreland
2020-04-01Remove unnecessary breaks after return.Mirko Bonadei
2020-04-01Replace std::string::find() == 0 with absl::StartsWith.Mirko Bonadei
2020-04-01Insert audio frame transformer between depacketizer and decoder.Marina Ciocea
2020-03-31PeerConnection owns the PacketSocketFactory dependency.Jorge E. Moreira