aboutsummaryrefslogtreecommitdiff
path: root/pc/sdp_offer_answer.cc
AgeCommit message (Expand)Author
2021-06-09Disable PT based demuxing if MID header extension is present.Henrik Boström
2021-06-07Add more trace events to interesting places.Markus Handell
2021-06-02SdpOfferAnswerHandler: Significantly reduce audio impairment.Markus Handell
2021-05-27Move proxies into pc/.Markus Handell
2021-05-26Fix RTP header extension encryptionLennart Grahl
2021-05-17Remove check following SetChannel.Tommi
2021-05-04Move header negotiation state to transceivers.Tommi
2021-04-27Change the first-packet-received notification in Channel.Tommi
2021-04-27[Unified Plan] Support multiple BUNDLE groups.Henrik Boström
2021-04-26Make ChannelInterface::Enabled() be async.Tommi
2021-04-20Add threading assertions to TransceiverListHarald Alvestrand
2021-04-19Remove DataChannelType and deprecated option disable_sctp_data_channelsFlorent Castelli
2021-04-19Handle OnPacketSent on the network thread via MediaChannel.Tomas Gunnarsson
2021-04-18Slight code clarification in RemoveStoppedTransceivers.Tomas Gunnarsson
2021-04-16Remove RTP data implementationHarald Alvestrand
2021-04-14Make RTC_LOG_THREAD_BLOCK_COUNT less spammy for known call countsTomas Gunnarsson
2021-04-14Revert "Fix RTP header extension encryption"Björn Terelius
2021-04-14Fix RTP header extension encryptionLennart Grahl
2021-04-08Clean up error handling in ChannelManager.Tomas Gunnarsson
2021-04-07Disable RTC_DCHECK_BLOCK_COUNT_NO_MORE_THAN in DestroyChannelInterfaceTomas Gunnarsson
2021-04-07Set/clear the data channel pointers on the network threadTomas Gunnarsson
2021-04-07Remove unnecessary calls to BaseChannel::SetRtpTransportTomas Gunnarsson
2021-04-07Add utility to count the number of blocking thread invokes.Tommi
2021-04-06Add rollback for send encodingsEldar Rello
2021-04-06Remove has_transport check from ReadyToUseRemoteCandidate.Tomas Gunnarsson
2021-04-01Invalidate weak pointers in SdpOfferAnswerHandler::Close().Tomas Gunnarsson
2021-04-01Delete unused method SdpOfferAnswerHandler::GetTransportName.Tomas Gunnarsson
2021-03-01addIceCandidate: prefer ice candidate sdpMid over sdpMLineIndexPhilipp Hancke
2021-02-12Reverting to previous behavior due to a downstream test expectation.Tomas Gunnarsson
2021-02-11AddRemoteCandidate on the network threadTomas Gunnarsson
2021-02-11Reland "Remove thread hops from events provided by JsepTransportController."Tommi
2021-02-10Reland "Fix unsynchronized access to mid_to_transport_ in JsepTransportContro...Tomas Gunnarsson
2021-02-09Revert "Fix unsynchronized access to mid_to_transport_ in JsepTransportContro...Guido Urdaneta
2021-02-09Revert "Remove thread hops from events provided by JsepTransportController."Guido Urdaneta
2021-02-08Remove thread hops from events provided by JsepTransportController.Tomas Gunnarsson
2021-02-08Fix unsynchronized access to mid_to_transport_ in JsepTransportControllerTomas Gunnarsson
2021-01-29Revert "Do all BaseChannel operations within a single Thread::Invoke."Taylor Brandstetter
2021-01-29Running apply-iwyu on ~all files in pc/Harald Alvestrand
2021-01-29Delete rtc::BindNiels Möller
2021-01-28add metrics for bundle usagePhilipp Hancke
2021-01-18Update pc/ to use C++ lambdas instead of rtc::BindNiels Möller
2020-12-11Do all BaseChannel operations within a single Thread::Invoke.Taylor Brandstetter
2020-11-09Remove one use of sigslot from webrtc_session_description_factoryHarald Alvestrand
2020-11-04Move "options" from ConnectionContext to PeerConnectionFactoryHarald Alvestrand
2020-10-27Make SdpOfferAnswerHandler be owned, not contained.Harald Alvestrand
2020-10-26Break circular dependency on WebRtcSessionDescriptionFactoryHarald Alvestrand
2020-10-22Move initialization of WebRtcSessionDescriptionFactory to SdpHandlerHarald Alvestrand
2020-10-21Remove friendship between PeerConnection and SdpOfferAnswerHandlerHarald Alvestrand
2020-10-21Reland "introduce an unsupported content description type"Philipp Hancke
2020-10-19Separate RTP object handling (senders, receivers, transceivers)Harald Alvestrand