Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
webrtc.googlesource.com
/
src
/
43cb716e55eab1cf1ae8afd2ac79b51a604d0fa5
/
webrtc
/
modules
/
bitrate_controller
/
bitrate_controller_impl.cc
26b6756
Fix BitrateControllerImpl not to ignore BW probe results mid-call.
by sergeyu
· 9 years ago
492ee28
Use bayesian estimate of acked bitrate.
by Stefan Holmer
· 9 years ago
61050f6
Fixig issues in BWE dynamics plot scripts.
by gaetano.carlucci
· 9 years ago
280de9e
Reland: Fix race / crash in OnNetworkRouteChanged().
by Stefan Holmer
· 9 years ago
5ec85fb
Revert of Fix race / crash in OnNetworkRouteChanged(). (patchset #5 id:80001 of https://codereview.webrtc.org/2366333003/ )
by stefan
· 9 years ago
fd0d426
Fix race / crash in OnNetworkRouteChanged().
by stefan
· 9 years ago
52a5703
Enable BWE logging to command line when rtc_enable_bwe_test_logging is set to true
by gaetano.carlucci
· 9 years ago
b2540bb
Probing: Add support for exponential startup probing
by Irfan Sheriff
· 9 years ago
0aa9d18
Set send side bitrate estimate on successful probing attempt.
by philipel
· 9 years ago
d48717b
Fix issue where the number of packets reported in tests/simulations sometimes are negative.
by stefan
· 9 years ago
14d5dbe
Reland of "Move RtcEventLog object from inside VoiceEngine to Call.", "Fix to make the start/stop functions for the Rtc Eventlog non-virtual." and "Fix for RtcEventLog ObjC interface"
by ivoc
· 9 years ago
9e03c3b
Revert of Move RtcEventLog object from inside VoiceEngine to Call. (patchset #16 id:420001 of https://codereview.webrtc.org/1748403002/ )
by ivoc
· 9 years ago
1895526
Move RtcEventLog object from inside VoiceEngine to Call.
by Ivo Creusen
· 9 years ago
059e183
Reland of "Revert of Update the BWE when the network route changes. (patchset #5 id:180001 of https://… (patchset #1 id:1 of https://codereview.webrtc.org/2098703004/ )
by honghaiz
· 9 years ago
ae4d0d9
Revert of Revert "Revert of Update the BWE when the network route changes. (patchset #5 id:180001 of https://… (patchset #5 id:120001 of https://codereview.webrtc.org/2041593002/ )
by honghaiz
· 9 years ago
5b5d2cd
Revert "Revert of Update the BWE when the network route changes. (patchset #5 id:180001 of https://codereview.webrtc.org/2000063003/ )"
by Honghai Zhang
· 9 years ago
72d41aa
Revert of Update the BWE when the network route changes. (patchset #5 id:180001 of https://codereview.webrtc.org/2000063003/ )
by guidou
· 9 years ago
2221e1c
Update the BWE when the network route changes.
by honghaiz
· 9 years ago
ec81bcd
Remove SendPacer from ViEEncoder and make sure SendPacer starts at a valid bitrate
by perkj
· 9 years ago
e30c272
Revert "Reland of Remove SendPacer from ViEEncoder
by perkj
· 9 years ago
28a4456
Revert "Revert of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.webrtc.org/1917793002/ )"
by Per
· 9 years ago
825eb58
Revert of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.webrtc.org/1917793002/ )
by perkj
· 9 years ago
857c5cc
Remove SendPacer from ViEEncoder
by perkj
· 9 years ago
c6957c7
De-flake VideoSendStreamTest.ReconfigureBitratesSetsEncoderBitratesCorrectly
by philipel
· 9 years ago
a26ac92
Reland of move ignored return code from modules. (patchset #1 id:1 of https://codereview.webrtc.org/1736663004/ )
by pbos
· 9 years ago
da33a8a
Revert of Remove ignored return code from modules. (patchset #3 id:40001 of https://codereview.webrtc.org/1703833002/ )
by torbjorng
· 9 years ago
f14c47a
Remove ignored return code from modules.
by Peter Boström
· 9 years ago
f91e6d0
Enable cpplint for webrtc/modules/bitrate_controller and fix all uncovered cpplint errors.
by jbauch
· 9 years ago
32f8154
Support REMB in combination with send-side BWE.
by stefan
· 10 years ago
006d93d
Added protobuf message for loss-based BWE events, and wired it up to the send side bandwidth estimator.
by terelius
· 10 years ago
ff761fb
modules: more interface -> include renames
by Henrik Kjellander
· 10 years ago
b6b0b92
Rate limit the low bandwidth / min bitrate warning to once every 10 seconds.
by stefan
· 10 years ago
867fb52
Add support for transport wide sequence numbers
by sprang
· 10 years ago
e590416
Moving the pacer and the pacer thread to ChannelGroup.
by Stefan Holmer
· 10 years ago
8bd2f40
Remove code related to REMB suppressor experiment.
by sprang@webrtc.org
· 10 years ago
14665ff
Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro
by kjellander@webrtc.org
· 10 years ago
792f1a1
Break out allocation from BitrateController into a BitrateAllocator.
by stefan@webrtc.org
· 10 years ago
16825b1
Use int64_t more consistently for times, in particular for RTT values.
by pkasting@chromium.org
· 11 years ago
9b79197
Suppress REMB in bitrate ctrl if it seems lika a short network glitch.
by sprang@webrtc.org
· 11 years ago
0b1534c
Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess.
by pkasting@chromium.org
· 11 years ago
edeea91
Change all system clock types to int64_t in bitrate_controller.
by stefan@webrtc.org
· 11 years ago
077593b
Ensure that the start bitrate can be set multiple times.
by stefan@webrtc.org
· 11 years ago
44caf01
Re-submit: rev5775
by andresp@webrtc.org
· 11 years ago
4e65602
Add API to allow deducting bitrate from incoming estimates before the capacity is distributed among outgoing video streams. For example, this can be used to reserve space for audio streams.
by solenberg@webrtc.org
· 11 years ago
6cd201c
Revert 5775 "Modify bitrate controller to update bitrate based o..."
by andrew@webrtc.org
· 11 years ago
da07737
Modify bitrate controller to update bitrate based on process call and not
by andresp@webrtc.org
· 11 years ago
07bc734
Refactor in BitrateController module.
by andresp@webrtc.org
· 11 years ago
16b75c2
Remove locks in SendSideBandwidthEstimation since those are only accessed while owning locks in
by andresp@webrtc.org
· 11 years ago
845862f
Adding a new ramp-up-down-up test
by henrik.lundin@webrtc.org
· 11 years ago
b56d0e3
Change the low-bitrate handling in BitrateControllerImpl
by henrik.lundin@webrtc.org
· 12 years ago
29dd0de
Changing the bitrate clamping in BitrateControllerImpl
by henrik.lundin@webrtc.org
· 12 years ago
28a331e
Add support for multiple report blocks.
by stefan@webrtc.org
· 12 years ago
4fac8a4
Fix some chromium-style warnings in webrtc/modules/bitrate_controller/
by pbos@webrtc.org
· 12 years ago
2e10b8e
Include files from webrtc/.. paths in bitrate_controller/.
by pbos@webrtc.org
· 12 years ago
14b43be
Move src/ -> webrtc/
by andrew@webrtc.org
· 13 years ago
[Renamed from src/modules/bitrate_controller/bitrate_controller_impl.cc]
1281dc0
Fixes issue 555 by replacing the bitrate/observer map with a list.
by stefan@webrtc.org
· 13 years ago
e9727cd
Fixed some memory leaks.
by pwestin@webrtc.org
· 13 years ago
a2cd732
Fix for calling OnNetworkChanged too often.
by pwestin@webrtc.org
· 13 years ago
1cd1162
Break out of send side bandwidth estimation and controll.
by pwestin@webrtc.org
· 13 years ago