Sign in
webrtc
/
src
/
webrtc
/
eac9d2aff9b97d1de43cebb0fcaee90f6dd49240
/
modules
/
bitrate_controller
/
bitrate_controller_impl.h
c4ae80f
Update thread annotiation macros in modules to use RTC_ prefix
by danilchap
· 7 years ago
76de83e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
a67d960
Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)"
by Henrik Kjellander
· 8 years ago
ae2f9a7
Update includes for webrtc/{base => rtc_base} rename (1/3)
by kjellander
· 8 years ago
4fd1b9b
Merge BitrateControllerImpl::RtcpBandwidthObserverImpl into BitrateControllerImpl
by Danil Chapovalov
· 8 years ago
3422f07
Mark |Clock*| as |const Clock*| (for some CongestionController and BWE related modules)
by elad.alon
· 8 years ago
bd2a918
Reland: Fix race / crash in OnNetworkRouteChanged().
by Stefan Holmer
· 8 years ago
8a98322
Revert of Fix race / crash in OnNetworkRouteChanged(). (patchset #5 id:80001 of https://codereview.webrtc.org/2366333003/ )
by stefan
· 8 years ago
d7b2d14
Fix race / crash in OnNetworkRouteChanged().
by stefan
· 8 years ago
bc20603
Probing: Add support for exponential startup probing
by Irfan Sheriff
· 8 years ago
482a074
Set send side bitrate estimate on successful probing attempt.
by philipel
· 8 years ago
23ea12e
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
822f09e
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
1e2f1e5
Move RtcEventLog object from inside VoiceEngine to Call.
by Ivo Creusen
· 9 years ago
0e15799
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
632995d
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
cb624fd
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
eb7760d
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
0792056
Update the BWE when the network route changes.
by honghaiz
· 9 years ago
d6e6c8d
Remove SendPacer from ViEEncoder and make sure SendPacer starts at a valid bitrate
by perkj
· 9 years ago
fe59b8e
Revert "Reland of Remove SendPacer from ViEEncoder
by perkj
· 9 years ago
760fe89
Revert "Revert of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.webrtc.org/1917793002/ )"
by Per
· 9 years ago
737cc97
Revert of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.webrtc.org/1917793002/ )
by perkj
· 9 years ago
94dd955
Remove SendPacer from ViEEncoder
by perkj
· 9 years ago
5a49e6a
De-flake VideoSendStreamTest.ReconfigureBitratesSetsEncoderBitratesCorrectly
by philipel
· 9 years ago
5fb5bd2
#include "webrtc/base/constructormagic.h" where appropriate
by kwiberg
· 9 years ago
7958832
Replace scoped_ptr with unique_ptr in webrtc/modules/
by kwiberg
· 9 years ago
36df4c4
Reland of move ignored return code from modules. (patchset #1 id:1 of https://codereview.webrtc.org/1736663004/ )
by pbos
· 9 years ago
eccded4
Revert of Remove ignored return code from modules. (patchset #3 id:40001 of https://codereview.webrtc.org/1703833002/ )
by torbjorng
· 9 years ago
d8e75e5
Remove ignored return code from modules.
by Peter Boström
· 9 years ago
1e5b805
Remove mutable from rtc::CriticalSection members.
by pbos
· 9 years ago
10a9538
Support REMB in combination with send-side BWE.
by stefan
· 9 years ago
cfdad3c
Added protobuf message for loss-based BWE events, and wired it up to the send side bandwidth estimator.
by terelius
· 9 years ago
9199c0e
Add RTC_ prefix to contructormagic macros.
by henrikg
· 9 years ago
374a570
Add support for transport wide sequence numbers
by sprang
· 9 years ago
ca55fa1
Moving the pacer and the pacer thread to ChannelGroup.
by Stefan Holmer
· 10 years ago
ae790fe
Remove code related to REMB suppressor experiment.
by sprang@webrtc.org
· 10 years ago
860ac53
Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro
by kjellander@webrtc.org
· 10 years ago
3ada29b
Break out allocation from BitrateController into a BitrateAllocator.
by stefan@webrtc.org
· 10 years ago
deb9dae
Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away
by kwiberg@webrtc.org
· 10 years ago
a3166c4
Use int64_t more consistently for times, in particular for RTT values.
by pkasting@chromium.org
· 10 years ago
16d3b5a
Suppress REMB in bitrate ctrl if it seems lika a short network glitch.
by sprang@webrtc.org
· 10 years ago
25834b8
Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess.
by pkasting@chromium.org
· 10 years ago
a5f17c8
Change all system clock types to int64_t in bitrate_controller.
by stefan@webrtc.org
· 10 years ago
d7aa228
Re-submit: rev5775
by andresp@webrtc.org
· 11 years ago
2f0c5f7
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
ca28c29
Revert 5775 "Modify bitrate controller to update bitrate based o..."
by andrew@webrtc.org
· 11 years ago
a0320c2
Modify bitrate controller to update bitrate based on process call and not
by andresp@webrtc.org
· 11 years ago
3b6c0e5
Refactor in BitrateController module.
by andresp@webrtc.org
· 11 years ago
f2b62a8
Remove locks in SendSideBandwidthEstimation since those are only accessed while owning locks in
by andresp@webrtc.org
· 11 years ago
c766098
Adding a new ramp-up-down-up test
by henrik.lundin@webrtc.org
· 11 years ago
191f4fe
Change the low-bitrate handling in BitrateControllerImpl
by henrik.lundin@webrtc.org
· 11 years ago
4633e15
Changing the bitrate clamping in BitrateControllerImpl
by henrik.lundin@webrtc.org
· 11 years ago
51cd3c7
Fix some chromium-style warnings in webrtc/modules/bitrate_controller/
by pbos@webrtc.org
· 11 years ago
4736a26
Include files from webrtc/.. paths in bitrate_controller/.
by pbos@webrtc.org
· 11 years ago
b015cbe
Move src/ -> webrtc/
by andrew@webrtc.org
· 12 years ago