- b3d424c Preserve mid of sections added with AddTrack after a rollback by Florent Castelli · 2 years ago
- faf3387 Always require a valid controller when constructing an SctpDataChannel by Tommi · 2 years ago
- b3e5969 stats: use uint64_t for RTCSentRtpStreamStats.packetsSent by Philipp Hancke · 2 years ago
- 5da3eb0 Always ask for an SCTP m-section if datachannels have been used by Harald Alvestrand · 2 years ago
- df3e4ca Remove SctpDataChannelControllerInterface::DisconnectDataChannel by Tommi · 2 years ago
- 4e1c957 Remove cricket::ReceiveDataParams by Tommi · 2 years ago
- 00264ca Remove remaining sigslots from DataChannelController by Tommi · 2 years ago
- 9a5de95 Add a flag to control legacy vs spec-compliant scalability mode. by Henrik Boström · 2 years ago
- 51edb56 Remove SignalDataChannelTransportChannelClosed_s by Tommi · 2 years ago
- 22005ab Remove obsolete header extension API names by Philipp Hancke · 2 years ago
- 492296c Remove the `SctpDataChannel::config_` member variable. by Tommi · 2 years ago
- 9e74e57 De-flake SendingThreeEncodings_VP8_Simulcast test. by Henrik Boström · 2 years ago
- d3289d2 Reland "stats: remove RTCRtpInboundRTPStream and RTCRtpoutboundRTPStream aliases" by Philipp Hancke · 2 years ago
- 4463ff0 Revert "stats: remove RTCRtpInboundRTPStream and RTCRtpoutboundRTPStream aliases" by Henrik Boström · 2 years ago
- 2a44872 Remove DataChannelController::sctp_data_channels_to_free_ by Tommi · 2 years ago
- 9671d60 stats: remove RTCRtpInboundRTPStream and RTCRtpoutboundRTPStream aliases by Philipp Hancke · 2 years ago
- f21354c Transition data channnel to kClosed when not connected to a transport. by Tommi · 2 years ago
- c8c25e5 Update SetHeaderExtensionsToNegotiate to match specification by Philipp Hancke · 2 years ago
- 1f98b46 stats: rename RTCInboundRTPStreamStats and RTCOutboundRTPStreamStats by Philipp Hancke · 2 years ago
- 2f55370 Reland "Use two MediaChannels for 2 directions." by Harald Alvestrand · 2 years ago
- ff16f5f Add a new test binary to check if split-channel works by Harald Alvestrand · 2 years ago
- 9f6ae37 Rename header extension API methods by Philipp Hancke · 2 years ago
- 13759ba Add safety flag to DataChannelController for PostTask. by Tommi · 2 years ago
- 1f80451 Fix stats inheritance and rename RTP to Rtp by Philipp Hancke · 2 years ago
- 5bbfb00 Check for sctp open messages on the network thread. by Tommi · 2 years ago
- 8d951ad Test that configuring SVC with the modern API works as expected. by Henrik Boström · 2 years ago
- 6b539c8 Add API layer tests for SVC reject and SVC fallback paths. by Henrik Boström · 2 years ago
- e16942b Confirm that L1T1 is the default for VP8 singlecast. by Henrik Boström · 2 years ago
- 60d4adc Use void* instead of uintptr_t for tracking pointers. by Tommi · 2 years ago
- c2429a0 Simplify SctpDataChannel construction a bit. by Tommi · 2 years ago
- ca6481d Make scalability mode expectations more explicit in tests. by Henrik Boström · 2 years ago
- 1c0d91f Use WeakPtr in SctpDataChannel. by Tommi · 2 years ago
- a76487f Relax string parameters in pclf api to absl::string_view by Danil Chapovalov · 2 years ago
- d2afbaf Remove sigslot from PeerConnectionInternal and RTCStatsCollector. by Tommi · 2 years ago
- 2d71807 Revert "ConnectionContext: remove media engine without blocking." by Markus Handell · 2 years ago
- 7f4270d Remove JsepSessionDescription::kDefaultVideoCodecName by Philipp Hancke · 2 years ago
- 18c869b Revert "Use two MediaChannels for 2 directions." by Harald Alvestrand · 2 years ago
- 4e86aa0 Remove mentions of already deleted field trials by Emil Lundmark · 2 years ago
- 0925fe3 Follow-up CL to deflake RTCStatsIntegrationTest.GetStatsFromCallee by Johannes Kron · 2 years ago
- c1dc4fd Remove sigslot dependency from RtpTransceiver by Tommi · 2 years ago
- bff2e27 Deflake RTCStatsIntegrationTest::GetStatsFromCallee by Johannes Kron · 2 years ago
- f6afb3f Disable flaky AudioKeepsFlowingAfterImplicitRollback test. by Henrik Boström · 2 years ago
- ba088b1 Revert "Add plumbing for video NACK to be coupled between channels." by Harald Alvestrand · 2 years ago
- 8fa48f4 Revert "Change FakeMediaEngine to use send/receive channels" by Harald Alvestrand · 2 years ago
- 3d6e7f8 Add simulcast test coverage for H264. by Henrik Boström · 2 years ago
- 80663cd Expect VP9 legacy SVC test to ramp up eventually. by Henrik Boström · 2 years ago
- c65f5fd VP9 Simulcast test: Update comments to reflect L1T3. by Henrik Boström · 2 years ago
- 95250db Improve simulcast tests: resolution expectations and parameters fix. by Henrik Boström · 2 years ago
- 5b4c651 Add integration test for NACK functionality by Harald Alvestrand · 2 years ago
- a087f6f Add plumbing for video NACK to be coupled between channels. by Harald Alvestrand · 2 years ago
- fe1b39a stats: Deprecate RTCStatsReport(int64 timestamp_us) by Philipp Hancke · 2 years ago
- 39dab96 Verify GetSources is not flaky for unsignaled SSRCs. by Henrik Boström · 2 years ago
- 5561599 sdp: add test coverage for handling of session-level extmap attributes by Philipp Hancke · 2 years ago
- 70429d4 Change FakeMediaEngine to use send/receive channels by Harald Alvestrand · 2 years, 1 month ago
- 8981a6f Use two MediaChannels for 2 directions. by Harald Alvestrand · 2 years, 1 month ago
- 55c5173 Revert "sdp: add rtcp-fb:* lines for common feedback" by Mikhail Pavlov · 2 years, 1 month ago
- 5ad491e Remove call operator from UniqueIdGenerator classes by Harald Alvestrand · 2 years, 1 month ago
- eccd93e Enable the use of CreateDataChannel with a DataChannelInit config. by Jeremy Leconte · 2 years, 1 month ago
- 16579cc Change MediaChannel to have a Role parameter by Harald Alvestrand · 2 years, 1 month ago
- 24f7b2f Test what happens when asking for simulcast VP9 (not yet supported). by Henrik Boström · 2 years, 1 month ago
- bce135a Add test coverage for legacy VP9 SVC with media flow. by Henrik Boström · 2 years, 1 month ago
- 88ddfdb Verify codec and scalability mode in simulcast test. by Henrik Boström · 2 years, 1 month ago
- fd4ddd1 Add a simulcast test that verifies media is flowing on all layers. by Henrik Boström · 2 years, 1 month ago
- 51dbe82 setOfferedHeaderExtensions: stop any filtered extension by Philipp Hancke · 2 years, 1 month ago
- d1831cb Treat non DTLS/SCTP Protocol Based Data Channels as Unsupported Media by Dor Hen · 2 years, 1 month ago
- be03c09 Only serialize non-stopped RTP header extensions by Philipp Hancke · 2 years, 1 month ago
- a617867 Reland "Migrate WebRTC documentation to new renderer" by Artem Titov · 2 years, 1 month ago
- 3963a95 Enforce policy that SDP munging requires special approval by Harald Alvestrand · 2 years, 1 month ago
- 8155227 sdp: add rtcp-fb:* lines for common feedback by Philipp Hancke · 2 years, 2 months ago
- 0f2ce5c Revert "Migrate WebRTC documentation to new renderer" by Artem Titov · 2 years, 1 month ago
- 3eceaf4 Migrate WebRTC documentation to new renderer by Artem Titov · 2 years, 2 months ago
- 66efab2 Measure RTCPMuxPolicy at time of connect by Philipp Hancke · 2 years, 1 month ago
- 5adc2b6 Correct RTCAudioPlayoutStats type and add kind field. by Fredrik Hernqvist · 2 years, 1 month ago
- 0540627 SVC: Add test for SVC fallback by Florent Castelli · 2 years, 3 months ago
- 0793ee7 Remove FakePortAllocator's dependency on ScopedKeyValueConfig. by Sameer Vijaykar · 2 years, 1 month ago
- 46053e4 Handle the case of missing certificates. by Henrik Boström · 2 years, 2 months ago
- 124d7c3 [Stats] Handle the case of missing certificates. by Henrik Boström · 2 years, 2 months ago
- bd1e5d5 Reland "Ensure RTCRtpSenders are always created with one encoding" by Florent Castelli · 2 years, 2 months ago
- 828de80 Populate RTCInboundRtpStreamStats::playoutId when appropriate by Fredrik Hernqvist · 2 years, 2 months ago
- 9f9671f Revert "Reland "Ensure RTCRtpSenders are always created with one encoding"" by Evan Shrubsole · 2 years, 2 months ago
- fc5d627 Reland "Ensure RTCRtpSenders are always created with one encoding" by Florent Castelli · 2 years, 2 months ago
- 44e5d5a Revert "Ensure RTCRtpSenders are always created with one encoding" by Evan Shrubsole · 2 years, 2 months ago
- b802369 Ensure RTCRtpSenders are always created with one encoding by Florent Castelli · 2 years, 2 months ago
- a6b9924 Remove all usage of //rtc_base target by Florent Castelli · 2 years, 2 months ago
- efbe753 Add RTCAudioPlayoutStats to GetStats(). by Fredrik Hernqvist · 2 years, 2 months ago
- 89ca299 Use parsed packet from RtpTransport::DemuxPacket in engine and call by Per K · 2 years, 2 months ago
- 4df20ba Implement GetParameters/GetSources support for unsignaled SSRCs. by Henrik Boström · 2 years, 2 months ago
- a138c6c Split rtc_base into multiple targets by Florent Castelli · 2 years, 2 months ago
- 2852ab9 stats: prefer rvalues in stats creation by Philipp Hancke · 2 years, 2 months ago
- cf439a0 Introduce PacketReceiver::DeliverRtpPacket and PacketReceier::DeliverRtcpPacket by Per K · 2 years, 2 months ago
- 175f06f Reland "Remove 'trackId' dependency in stats selector algorithm." by Henrik Boström · 2 years, 2 months ago
- b81823a stats: use Timestamp instead of uint64_t by Philipp Hancke · 2 years, 2 months ago
- 1251c64 Split stats generation for MediaChannel into sender and receiver APIs by Harald Alvestrand · 2 years, 2 months ago
- 07d64b4 Revert "Remove 'trackId' dependency in stats selector algorithm." by Henrik Boström · 2 years, 2 months ago
- 5ed4da7 In preparation for track deletion, fix some more tests. by Henrik Boström · 2 years, 2 months ago
- 323e9df Remove dependencies on 'track' stats from PC integration tests. by Henrik Boström · 2 years, 2 months ago
- 81aab48 Remove 'trackId' dependency in stats selector algorithm. by Henrik Boström · 2 years, 2 months ago
- bf0223b sdp: move serialization of ice, dtls and header extensions to helpers by Philipp Hancke · 2 years, 3 months ago
- e04c397 Enforce stream id uniqueness in RtpSender::set_stream_ids by Philipp Hancke · 2 years, 3 months ago
- 68a7c41 Revert "Enforce stream id uniqueness in RtpSender::set_stream_ids" by Ilya Nikolaevskiy · 2 years, 3 months ago