Sign in
webrtc
/
src
/
6b19b560ac2270bfd146b96bb9c2eab47a155339
/
webrtc
/
modules
/
pacing
b2540bb
Probing: Add support for exponential startup probing
by Irfan Sheriff
· 8 years ago
a41c13e
OWNERS: Make everyone able to change *.gn,*.gni files.
by Henrik Kjellander
· 8 years ago
e9cc686
GN Templates: Move common_inherited_config to the template.
by ehmaldonado
· 8 years ago
7a2ce0b
GN Templates: Move common_config to the template.
by ehmaldonado
· 8 years ago
38a2132
GN: Introduce templates.
by ehmaldonado
· 8 years ago
eb680ea
CongestionController::SetBweBitrates may now trigger probing.
by philipel
· 8 years ago
4a1ec1e
Added ProbeBitrate(bitrate_bps, num_probes) to BitrateProber.
by philipel
· 8 years ago
6e11efa
Bitrate prober and paced sender improvements
by Irfan Sheriff
· 8 years ago
8b70faf
Send audio packets immediately instead of pacing them.
by terelius
· 8 years ago
f39f7d9
Always take retransmissions into account when deciding pacing order
by terelius
· 9 years ago
71ee44c
This cl:
by perkj
· 9 years ago
1a93cde
BitrateProber now correctly change state to kWait when the last probing
by philipel
· 9 years ago
a1ed0b3
Revert "Revert of Propagate probing cluster id to SendTimeHistory. (patchset #5 id:80001 of https://codereview.webrtc.org/2005313003/ )"
by philipel
· 9 years ago
46948c1
Revert of Propagate probing cluster id to SendTimeHistory. (patchset #5 id:80001 of https://codereview.webrtc.org/2005313003/ )
by philipel
· 9 years ago
5be28c8
Propagate probing cluster id to SendTimeHistory, both for packets and padding.
by philipel
· 9 years ago
a3c2c3e
Remove unneccessary log in PacedSender.
by Stefan Holmer
· 9 years ago
29dca2c
Added cluster id to PacedSender::Callback::TimeToSendPacket.
by philipel
· 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
dd32486
Bitrate prober now keep track of probing cluster id.
by philipel
· 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
22feaa3
Replace scoped_ptr with unique_ptr in webrtc/modules/
by kwiberg
· 9 years ago
94a23f0
Reland "Add check_deps rules in DEPS files."
by kjellander@webrtc.org
· 9 years ago
56cf60e
Revert of Add check_deps rules in DEPS files. (patchset #2 id:60001 of https://codereview.webrtc.org/1796413002/ )
by kjellander
· 9 years ago
086f851
Add check_deps rules in DEPS files.
by kjellander@webrtc.org
· 9 years ago
7ecc163
Report all packets to bitrate probing.
by Peter Boström
· 9 years ago
dc29780
Re-enable DCHECKs for increasing timestamps in paced_sender
by sprang
· 9 years ago
3dd5d1d
Remove PacketRouter sender distinction.
by Peter Boström
· 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
bf66ae6
Remove thread check from PacketRouter::SendFeedback.
by Stefan Holmer
· 9 years ago
f14c47a
Remove ignored return code from modules.
by Peter Boström
· 9 years ago
0665f05
Fix OOB read in pacing test.
by stefan
· 9 years ago
0453ef8
Prevent busy-looping PacedSender on small packets.
by Peter Boström
· 9 years ago
d2a2296
Enable cpplint for webrtc/modules/pacing and fix all uncovered cpplint errors.
by jbauch
· 9 years ago
bba9dec
Use separate rtp module lists for send and receive in PacketRouter.
by stefan
· 9 years ago
38b39d5
Temporary hack to avoid assert errors when time moves backwards.
by sprang
· 9 years ago
c482eb3
Don't account for audio in the pacer budget.
by Stefan Holmer
· 9 years ago
46ad542
Revert of "Create rtc::AtomicInt POD struct." (patchset #3 id:40001 of https://codereview.webrtc.org/1498953002/ )
by pbos
· 9 years ago
84f0970
Reland of "Create rtc::AtomicInt POD struct."
by Peter Boström
· 9 years ago
b86d4e4
Prepare the AudioSendStream to be hooked up to send-side BWE.
by Stefan Holmer
· 9 years ago
7c704b8
Use webrtc/base/logging.h in stefan@'s ownership.
by Peter Boström
· 9 years ago
ad113e5
Fix bug in calculation of averge queue time in paced sender.
by Erik Språng
· 9 years ago
0a43fef
Allow pacer to boost bitrate in order to meet time constraints.
by sprang
· 9 years ago
3c12f4d
Revert of Create rtc::AtomicInt POD struct. (patchset #12 id:220001 of https://codereview.webrtc.org/1420043008/ )
by pbos
· 9 years ago
b27f590
Create rtc::AtomicInt POD struct.
by pbos
· 9 years ago
0b9e29c
Remove include dirs from modules/{media_file,pacing}
by Henrik Kjellander
· 9 years ago
ff761fb
modules: more interface -> include renames
by Henrik Kjellander
· 9 years ago
98f5351
system_wrappers: rename interface -> include
by Henrik Kjellander
· 9 years ago
e23e737
Disable pacer disabling.
by Peter Boström
· 9 years ago
ebbf8a8
Make sure rtp_rtcp module doesn't directly reference anything in the pacer module, and remove build dependencies on it.
by sprang
· 9 years ago
586b19b
Enable probing with repeated payload packets by default.
by Stefan Holmer
· 9 years ago
91d6ede
Add RTC_ prefix to (D)CHECKs and related macros.
by henrikg
· 9 years ago
3c089d7
Add RTC_ prefix to contructormagic macros.
by henrikg
· 9 years ago
233bd87
Add RemoteEstimatorProxy for capturing receive times
by sprang
· 9 years ago
867fb52
Add support for transport wide sequence numbers
by sprang
· 9 years ago
fe0c905
Improve probing by ignoring small packets which otherwise break the mechanism.
by stefan
· 10 years ago
c62642c
Make the BWE threshold adaptive.
by stefan
· 10 years ago
57e5fd2
PRESUBMIT: Improve PyLint check and add GN format check.
by Henrik Kjellander
· 10 years ago
01b4888
Use padding to achieve bitrate probing if the initial key frame has too few packets.
by Stefan Holmer
· 10 years ago
e590416
Moving the pacer and the pacer thread to ChannelGroup.
by Stefan Holmer
· 10 years ago
14665ff
Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro
by kjellander@webrtc.org
· 10 years ago
00b8f6b
Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away
by kwiberg@webrtc.org
· 10 years ago
e9f0f59
Enable bitrate probing by default in PacedSender.
by stefan@webrtc.org
· 10 years ago
0200f70
Set webrtc_rtp category to be disabled by default.
by sprang@webrtc.org
· 10 years ago
86e1e48
Move system_wrappers.gyp files to the proper directory.
by andresp@webrtc.org
· 10 years ago
0b1534c
Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess.
by pkasting@chromium.org
· 10 years ago
4591fbd
Use size_t more consistently for packet/payload lengths.
by pkasting@chromium.org
· 10 years ago
2656bf8
Fix ExpectedQueueTimeMs() to avoid truncation or overflow.
by pkasting@chromium.org
· 10 years ago
d839e0a
Reduce to 2 probes when probing for initial bandwidth.
by stefan@webrtc.org
· 10 years ago
dcebf2d
Reworked paced sender queue
by sprang@webrtc.org
· 10 years ago
82462aa
Adds support for sending first set of packets at increasingly higher bitrates to probe the link and faster ramp up to a high bitrate.
by stefan@webrtc.org
· 10 years ago
f21ea91
GN: Add common configs to all targets.
by kjellander@webrtc.org
· 10 years ago
38344ed
Move thread_annotations.h to webrtc/base/.
by pbos@webrtc.org
· 10 years ago
b96ea2a
Remove former team members from OWNERS and WATCHLISTS
by kjellander@webrtc.org
· 10 years ago
42ee5b5
GN: Disable Chromium clang plugins for standalone build.
by kjellander@webrtc.org
· 10 years ago
89fd1e8
Improvements to the pacer where it lost some budget due to truncation errors.
by stefan@webrtc.org
· 11 years ago
168f23f
Move pacer to fully use webrtc::Clock instead of webrtc::TickTime.
by stefan@webrtc.org
· 11 years ago
03c817e
Fix pacer to accept duplicate sequence numbers on different SSRCs.
by pbos@webrtc.org
· 11 years ago
bee164a
Fix test issues and a win compile error introduced with r6605.
by stefan@webrtc.org
· 11 years ago
875ad49
Revert conversion from TickTime to int64_t in paced sender.
by stefan@webrtc.org
· 11 years ago
88e0dda
Introduces PacedVideoSender to test framework and moves the Pacer to use Clock.
by stefan@webrtc.org
· 11 years ago
1227ab8
GN: Add BUILD.gn files + kjellander to OWNERS
by kjellander@webrtc.org
· 11 years ago
cb254aa
Enable pacing by default and remove the option to disable it from the new API.
by stefan@webrtc.org
· 11 years ago
2c89b5c
Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition.
by fischman@webrtc.org
· 11 years ago
709e297
Simplify pacer interface.
by pbos@webrtc.org
· 11 years ago
9fd8d87
Adds APIs for reporting pacer queuing delay.
by jiayl@webrtc.org
· 11 years ago
32c3247
Fix for libtalkmobile build error bug=b/12549061
by elham@webrtc.org
· 11 years ago
7fb75ec
Add thread_annotations for clang targets.
by andresp@webrtc.org
· 11 years ago
dd393e7
Measure pacer queue size based on when packets are inserted rather than captured.
by stefan@webrtc.org
· 11 years ago
b627f67
Fixes a crash in the pacer where it fails to find a normal prio packet if there are no high prio packets, given that the queue has grown too large.
by stefan@webrtc.org
· 11 years ago
19a40ff
Ensure that no packet stays in the pacer queue for longer than 2 seconds.
by stefan@webrtc.org
· 11 years ago
ef2d554
Increase size of pacer window to 500 ms as that better matches the encoder.
by stefan@webrtc.org
· 11 years ago
9b82f5a
Fix for RTX in combination with pacing.
by stefan@webrtc.org
· 11 years ago
04b6179
Remove include_dirs from pacing.
by pbos@webrtc.org
· 11 years ago
b2c8a95
Improving padding rules and breaking out bw allocation to ViEEncoder.
by stefan@webrtc.org
· 11 years ago
80865fd
Don't pace out packets or generate padding when the pacer is disabled.
by stefan@webrtc.org
· 11 years ago
0193158
Fix some chromium-style warnings in webrtc/modules/pacing/
by pbos@webrtc.org
· 11 years ago
Next »