- d708677 Cleans up WebRTC-Pacer-SmallFirstProbePacket flag by Erik Språng · 4 years, 4 months ago
- ccbc216 Avoids potential rounding of -inf time delta in TaskQueuePacedSender. by Erik Språng · 4 years, 5 months ago
- c95b939 Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED() by Karl Wiberg · 4 years, 5 months ago
- f8b5bfe Fix "control reaches end of non-void function" warnings by Fabien Vallée · 4 years, 5 months ago
- 7026287 Makes aborting probes after a > 10ms scheduling timeout the default. by Erik Språng · 4 years, 5 months ago
- 279f370 Makes WebRTC-Pacer-SmallFirstProbePacket default enabled. by Erik Språng · 4 years, 5 months ago
- b647785 Cleans up code related to legacy pre-pacing fec generation. by Erik Språng · 4 years, 6 months ago
- 022082f Revert "Makes aborting delayed probes default enabled." by Erik Språng · 4 years, 8 months ago
- b898cee Makes aborting delayed probes default enabled. by Erik Språng · 4 years, 8 months ago
- 7d0cde5 Minimizes risk of probes being late when using TaskQueuePacedSender. by Erik Språng · 4 years, 8 months ago
- b9d3809 Allows bitrate prober to discard delayed probes, unit type refactorings by Erik Språng · 4 years, 8 months ago
- 3cb525b Rename CriticalSection to RecursiveCriticalSection. by Markus Handell · 4 years, 8 months ago
- 3d22108 Remove unused critical section includes. by Markus Handell · 4 years, 8 months ago
- 1d50cb6 Reland "Reland "Allows FEC generation after pacer step."" by Erik Språng · 4 years, 9 months ago
- a1888ae Revert "Reland "Allows FEC generation after pacer step."" by Erik Språng · 4 years, 9 months ago
- 19df870 Reland "Allows FEC generation after pacer step." by Erik Språng · 4 years, 9 months ago
- ed1fb19 Reland "Lets PacingController call PacketRouter directly." by Erik Språng · 4 years, 9 months ago
- 4b5792c Reland "Reland "Removes lock release in PacedSender callback."" by Erik Språng · 4 years, 9 months ago
- 118d01a Revert "Reland "Removes lock release in PacedSender callback."" by Erik Språng · 4 years, 9 months ago
- 980cadd Revert "Lets PacingController call PacketRouter directly." by Erik Språng · 4 years, 9 months ago
- 1b48532 Revert "Allows FEC generation after pacer step." by Erik Språng · 4 years, 9 months ago
- 75fd127 Allows FEC generation after pacer step. by Erik Språng · 4 years, 9 months ago
- 1e79c9b Migrate modules/pacing to webrtc::Mutex. by Markus Handell · 4 years, 10 months ago
- 9cbdd69 Revert "Migrate modules/pacing to webrtc::Mutex." by Markus Handell · 4 years, 10 months ago
- 11ae285 Migrate modules/pacing to webrtc::Mutex. by Markus Handell · 4 years, 10 months ago
- 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 10 months ago
- f25761d Remove dependency from RtpRtcp on the Module interface. by Tomas Gunnarsson · 4 years, 10 months ago
- 913ea5d Reland "Add trace of enqueued and sent RTP packets" by Johannes Kron · 4 years, 10 months ago
- 45bb717 Revert "Add trace of enqueued and sent RTP packets" by Casey Fischer · 4 years, 10 months ago
- 998524a Fixes issue with excessive stats updating in TaskQueuePacedSender. by Erik Språng · 4 years, 10 months ago
- 45b9192 Add trace of enqueued and sent RTP packets by Johannes Kron · 4 years, 10 months ago
- 014197b In modules/ replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 4 years, 10 months ago
- a5e07cc Rename more death test to *DeathTest by Tommi · 4 years, 10 months ago
- 848ea9f Lets PacingController call PacketRouter directly. by Erik Språng · 4 years, 10 months ago
- b46df3d Reland "Removes lock release in PacedSender callback." by Erik Språng · 4 years, 10 months ago
- 4ab61cb Optionally allows TaskQueuePacedSender to coalesce send events. by Erik Språng · 4 years, 10 months ago
- 3a65dba Revert "Removes lock release in PacedSender callback." by Erik Språng · 4 years, 11 months ago
- 6b9c60b Removes lock release in PacedSender callback. by Erik Språng · 4 years, 11 months ago
- f2b06ce Reduces unnecessary thread wakeups in TaskQueuePacedSender. by Erik Språng · 5 years ago
- 9acc18d Makes dynamic pacer select paddig target based on rate. by Erik Språng · 5 years ago
- be152f5 Optimizes thread usage with task queue pacer. by Erik Språng · 5 years ago
- b571ff4 Fixes issue with non-paced audio send time in dynamic pacer. by Erik Språng · 5 years ago
- 2e3e363 Adds fast-path optimization for single packet in pacer queue. by Erik Språng · 5 years ago
- 06d3559 Replace std::string::find() == 0 with absl::StartsWith (part 2). by Mirko Bonadei · 5 years ago
- 0920d5d Fixes TaskQueuePacedSender padding while only sending non-paced audio. by Erik Språng · 5 years ago
- 9cb58d5 Fixes issue where dynamic pacer could pace audio. by Erik Språng · 5 years ago
- 4bdd873 Make BitrateProber::IsProbing() inline. by Erik Språng · 5 years ago
- 4a14f49 Remove wildcard ownership for build files. by Mirko Bonadei · 5 years ago
- cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 5 years ago
- 5528402 Use newer version of TimeDelta and TimeStamp factories in modules/ by Danil Chapovalov · 5 years ago
- 31d0f7c Move packet type enum from RtpPacketToSend to rtp_rtcp_defines.h by Björn Terelius · 5 years ago
- bef818d Default disables legacy overhead calculation. by Sebastian Jansson · 5 years ago
- e7bc3a3 Reland "Adds trial to use correct overhead calculation in pacer." by Mirko Bonadei · 5 years ago
- c3eb9fd Reland "Reland "Only include overhead if using send side bandwidth estimation."" by Sebastian Jansson · 5 years ago
- 4356490 Revert "Reland "Only include overhead if using send side bandwidth estimation."" by Mirko Bonadei · 5 years ago
- 7affd9b Revert "Adds trial to use correct overhead calculation in pacer." by Mirko Bonadei · 5 years ago
- 48be482 Fix spelling. by Rikard Lundmark · 5 years ago
- 71a77c4 Adds trial to use correct overhead calculation in pacer. by Sebastian Jansson · 5 years ago
- 086055d Reland "Only include overhead if using send side bandwidth estimation." by Sebastian Jansson · 5 years ago
- c709412 Revert "Only include overhead if using send side bandwidth estimation." by Sebastian Jansson · 5 years ago
- 8c79c6e Only include overhead if using send side bandwidth estimation. by Sebastian Jansson · 5 years ago
- 629de6f Merge RtpPacket HasExtension and IsExtensionReserved functions by Danil Chapovalov · 5 years ago
- 6ef59d1 Don't pace audio by default by Evan Shrubsole · 5 years ago
- b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 5 years ago
- ae10029 Prevents probing while paused. by Erik Språng · 5 years ago
- 1e51a38 Makes padding prefer video SSRCs instead of audio. by Erik Språng · 5 years ago
- 486cc55 TimeController: Rename Sleep to AdvanceTime. by Markus Handell · 5 years ago
- 4314a49 Implements a task-queue based PacedSender, wires it up for field trials by Erik Språng · 5 years ago
- b1ccae2 Reland "Fixes dynamic mode pacing issues." by Erik Språng · 5 years ago
- 3967389 Revert "Fixes dynamic mode pacing issues." by Erik Språng · 5 years ago
- 72e6cb0 Fixes dynamic mode pacing issues. by Erik Språng · 5 years ago
- c421f3e Makes sprang@ owner in modules/pacing by Erik Språng · 5 years ago
- 4995f87 Cleans up the round robin packet queue. by Erik Språng · 5 years ago
- b0df593 Reland "Prepares PacingController for simplified packet queue." by Erik Språng · 5 years ago
- dca1449 Makes RoundRobinPacketQueue use same field trials as PacingController. by Erik Språng · 5 years ago
- 3b1a8bb Account for rounding errors in dyanmic pacing mode. by Erik Språng · 5 years ago
- fa7a8ca Revert "Prepares PacingController for simplified packet queue." by Erik Språng · 5 years ago
- acdc22d Prepares PacingController for simplified packet queue. by Erik Språng · 5 years ago
- 74f35e4 Add support for dynamic processing mode in PacedSender. by Erik Språng · 5 years ago
- eb48799 Prepares PacingController for scheduled send tasks. by Erik Språng · 5 years ago
- 22fd5d7 Fixes incorrect probe timing check. by Erik Språng · 5 years ago
- b210eeb Reland "Refactors BitrateProber with unit types and absolute probe time." by Erik Språng · 5 years ago
- bb56d4b Revert "Refactors BitrateProber with unit types and absolute probe time." by Erik Språng · 5 years ago
- 739a5b3 Refactors BitrateProber with unit types and absolute probe time. by Erik Språng · 5 years ago
- 9c71e49 Remove redundant BitrateProber::OnIncomingPacket() call by Erik Språng · 5 years ago
- 13a8e16 Cleanup use of deprecated PacketRouter methods by Erik Språng · 5 years ago
- 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
- c06aef2 Reland "Use just a lookup map of RTP modules in PacketRouter" by Erik Språng · 5 years ago
- fbe84ef Revert "Use just a lookup map of RTP modules in PacketRouter" by Erik Språng · 5 years ago
- 96f3de0 Use just a lookup map of RTP modules in PacketRouter by Erik Språng · 5 years ago
- 5f01bf6 Refactor handling of TransportSequenceNumber in PacketRouter by Erik Språng · 5 years ago
- 04671b0 Delete unused method PacedSender::QueueSizePackets by Niels Möller · 5 years ago
- ee153c9 Send rtcp::RemoteEstimate and rtcp::TransportFeedback in one packet by Per Kjellander · 5 years ago
- 955f8fd Add virtual method rtcp::RtcpPacket::SetSenderSsrc by Per Kjellander · 5 years ago
- ea55b08 Adds support for passing a vector of packets to the paced sender. by Erik Språng · 5 years ago
- 78c82a4 Adds trial to always start probes with a small padding packet. by Erik Språng · 5 years ago
- 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 6 years ago
- a74e477 Deprecate legacy RtpHeaderExtensionMap::Register function by Danil Chapovalov · 6 years ago
- 16cb1f6 Stop using rtc_event.h forward header by Danil Chapovalov · 6 years ago
- 52f7ae7 Make NetworkStateEstimator injectable in RemoteBitrateEstimator by Per Kjellander · 6 years ago