Sign in
webrtc
/
src
/
1b63db956fb1131c540b701403acce9107f45148
/
modules
/
congestion_controller
/
include
fe2063e
Remove REMB throttling funcionality from PacketRouter
by Per Kjellander
· 3 years, 10 months ago
898f091
Replace interfaces for sending RTCP with std::functions in ReceiveSideCongestionController
by Per Kjellander
· 4 years ago
de95329
Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORS
by Niels Möller
· 4 years, 6 months ago
9c96250
Migrate modules/congestion_controller to webrtc::Mutex.
by Markus Handell
· 4 years, 8 months ago
52f7ae7
Make NetworkStateEstimator injectable in RemoteBitrateEstimator
by Per Kjellander
· 6 years ago
4ad51d8
Removes SendSideCongestionController.
by Sebastian Jansson
· 6 years ago
30a276b
Add RTP sequence number to TransportFeedbackObserver::AddPacket()
by Erik Språng
· 6 years ago
decc076
Expose send parameters for RemoteEstimatorProxy for field trial.
by Niels Möller
· 6 years ago
412dc5f
Clean-up of unused PacingBufferPushback feature.
by Christoffer Rodbro
· 6 years ago
f59666b
Fix potential bug due to malformed input
by Johannes Kron
· 6 years ago
9d8eaac
Delete unneeded direct includes of common_types.h
by Niels Möller
· 6 years ago
7ff164e
Plumbing of feedback on request setting
by Johannes Kron
· 6 years ago
aa01f27
Removes all const Clock*.
by Sebastian Jansson
· 6 years ago
7121564
Move congestion window field trial parsing to new class.
by Erik Språng
· 6 years ago
95edb03
Adds WebRtcKeyValueConfig interface
by Sebastian Jansson
· 6 years ago
10542f2
(4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries
by Steve Anton
· 6 years ago
791d43c
Add ability to set max probing bitrate in SendSideCongestionController.
by Erik Språng
· 6 years ago
b3564c1
Back off relative to current estimate rather than ack rate when in ALR.
by Erik Språng
· 6 years ago
7d92de6
Deprecating legacy SendSideCongestionController.
by Sebastian Jansson
· 6 years ago
3e70781
[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.
by Yves Gerey
· 6 years ago
885cf60
Moves ProbeBitrateEstimator from DelayBasedBwe.
by Sebastian Jansson
· 6 years ago
0f08d22
Add a function for enabling the congestion window and pushback controller in the webrtc::SendSideCongestionController.
by erikvarga@webrtc.org
· 6 years ago
a39a007
Reland "Deprecates legacy transport feedback adapter."
by Sebastian Jansson
· 6 years ago
f714ee1
Revert "Deprecates legacy transport feedback adapter."
by Mirko Bonadei
· 6 years ago
a5778e0
Deprecates legacy transport feedback adapter.
by Sebastian Jansson
· 6 years ago
287cfde
Removes deprecated functions from legacy SendSideCongestionController.
by Sebastian Jansson
· 6 years ago
8fdcac3
Remove clang:find_bad_constructs suppression from call:call.
by Mirko Bonadei
· 7 years ago
da2ec40
Always sends probes when they are generated.
by Sebastian Jansson
· 7 years ago
e1d7b23
Implement congestion window direct pushback to encoders. (Without TaskQueue)
by Ying Wang
· 7 years ago
b2ecc3d
Removes old probe controller.
by Sebastian Jansson
· 7 years ago
04b18cb
Removes redundant delay based bwe.
by Sebastian Jansson
· 7 years ago
bcf9180
Allows audio bitrate allocation in video calls without enabling TWCC (Transport Wide Congestion Control as defined at https://tools.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01.html) for audio stream.
by Alex Narest
· 7 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 7 years ago
1d430f7
Interface for packet feedback availability in SSCC
by Sebastian Jansson
· 7 years ago
a03585f
Removing SetTransportOverhead from SSCC Interface.
by Sebastian Jansson
· 7 years ago
68ee465
Moving SetPacingFactor and allocation limits to SSCC.
by Sebastian Jansson
· 7 years ago
19704ec
Removing AvailableBandwidth method on transport controller.
by Sebastian Jansson
· 7 years ago
8493594
Cleanup of TransportFeedbackObserver interface
by Erik Språng
· 7 years ago
a06e919
Removing interface to access pacer via SSCC.
by Sebastian Jansson
· 7 years ago
db4fa4b
Propagating total_bitrate_bps from BitrateAllocator to ProbeController, part 3.
by philipel
· 7 years ago
45087cd
Moved retransmission rate limiter to Call class.
by Sebastian Jansson
· 7 years ago
0f9d9a9
Removed unused DeRegisterNetworkObserver.
by Sebastian Jansson
· 7 years ago
98e0111
Implementing interface with new SSCC
by Sebastian Jansson
· 7 years ago
3c24ea8
Removed SetTransportOverhead in transport controller.
by Sebastian Jansson
· 7 years ago
dfde334
Adding SendSideCongestionControllerInterface.
by Sebastian Jansson
· 7 years ago
e5447fb
Removed fake rtp transport controller send.
by Sebastian Jansson
· 7 years ago
e4be6da
Removing access to send side cc in rtp controller.
by Sebastian Jansson
· 7 years ago
ea86bb7
Revert "Revert "Revert "Reland "Moved congestion controller to task queue.""""
by Sebastian Jansson
· 7 years ago
65792c5
Revert "Revert "Reland "Moved congestion controller to task queue."""
by Sebastian Jansson
· 7 years ago
4e849f6
Revert "Reland "Moved congestion controller to task queue.""
by Danil Chapovalov
· 7 years ago
bda5068
Revert "Moved congestion controller to goog_cc folder."
by Danil Chapovalov
· 7 years ago
e6cefdf
Moved congestion controller to goog_cc folder.
by Sebastian Jansson
· 7 years ago
57daeb7
Reland "Moved congestion controller to task queue."
by Sebastian Jansson
· 7 years ago
5a503b0
Revert "Moved congestion controller to task queue."
by Sebastian Jansson
· 7 years ago
0cbcba7
Moved congestion controller to task queue.
by Sebastian Jansson
· 7 years ago
4dbc7e4
Move transport feedback adapter into its own target.
by Stefan Holmer
· 7 years ago
87f3a14
Revert "Now calculates RTT in SendSideCongestionController."
by Björn Terelius
· 7 years ago
8c319e9
Now calculates RTT in SendSideCongestionController.
by srte
· 7 years ago
a6092a9
Deprecated the Get BitrateController method
by srte
· 7 years ago
8d9c540
Deprecated BitrateController::CreateRtcpBandwidthObserver.
by Sebastian Jansson
· 7 years ago
2416f89
Update comments on SendSideCongestionController::RegisterNetworkObserver
by Niels Möller
· 7 years ago
fd6c091
Delete deprecated constructor of SendSideCongestionController.
by Niels Möller
· 7 years ago
a420551
Push back on the video encoder to avoid building queues in the pacer.
by philipel
· 7 years ago
7120742
Adding NOLINT for typedefs.h and common_types.h
by Mirko Bonadei
· 8 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 8 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 8 years ago