Sign in
webrtc
/
src
/
9ffb5df04e12fa644502731ee258934b1b67a328
/
modules
/
congestion_controller
/
transport_feedback_adapter_unittest.cc
9ffb5df
Removes unused mock_bitrate_controller.
by Sebastian Jansson
· 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
665174f
Reformat the WebRTC code base
by Yves Gerey
· 7 years ago
172fd85
Replaces redundant congestion controller components
by Sebastian Jansson
· 7 years ago
56da2f7
Added unit tests for new congestion controller.
by Sebastian Jansson
· 7 years ago
e40468b
Move some numeric utility code from rtc_base/ to rtc_base/numerics/
by Karl Wiberg
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
[Renamed from webrtc/modules/congestion_controller/transport_feedback_adapter_unittest.cc]
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
dca1e09
Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)"
by Henrik Kjellander
· 8 years ago
c8fa692
Update includes for webrtc/{base => rtc_base} rename (1/3)
by kjellander
· 8 years ago
d12a8e1
Attach TransportFeedbackPacketLossTracker to ANA (PLR only)
by elad.alon
· 8 years ago
9ea46b5
Ignore packets sent on old network route when receiving feedback.
by Stefan Holmer
· 8 years ago
5bbf43f
Move delay_based_bwe_ into CongestionController
by elad.alon
· 8 years ago
ec304f9
GetTransportFeedbackVector return vector with lost packets too, sorted by seq-num
by elad.alon
· 8 years ago
f949000
Rename webrtc::PacketInfo to webrtc::PacketFeedback. This resolves ambiguity with a similarly named RTCPReceiver::PacketInformation and RtpPacketizerVp9::PacketInfo.
by elad.alon
· 8 years ago
f7c26d4
Small TransportFeedbackAdapterTest efficiency boost and TODO resolved
by elad.alon
· 8 years ago
8aadd50
Propagate packet pacing information to SendTimeHistory.
by philipel
· 8 years ago
c7bf32a
Propagate packet pacing information to SenTimeHistory.
by philipel
· 8 years ago
0baf55d
Add logging of delay-based bandwidth estimate.
by terelius
· 8 years ago
e3a5567
Reduce the BWE with 50% when feedback is received too late.
by stefan
· 8 years ago
e9ad271
Increase the send-time history to 60 seconds.
by stefan
· 8 years ago
ac9f876
Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/
by kwiberg
· 8 years ago
280de9e
Reland: Fix race / crash in OnNetworkRouteChanged().
by Stefan Holmer
· 8 years ago
[Renamed (78%) from webrtc/modules/remote_bitrate_estimator/transport_feedback_adapter_unittest.cc]
5614566
Fix faulty include paths that break the build
by Henrik Lundin
· 8 years ago
5ec85fb
Revert of Fix race / crash in OnNetworkRouteChanged(). (patchset #5 id:80001 of https://codereview.webrtc.org/2366333003/ )
by stefan
· 8 years ago
[Renamed (77%) from webrtc/modules/congestion_controller/transport_feedback_adapter_unittest.cc]
fd0d426
Fix race / crash in OnNetworkRouteChanged().
by stefan
· 8 years ago
[Renamed (78%) from webrtc/modules/remote_bitrate_estimator/transport_feedback_adapter_unittest.cc]
77eab70
Enable the -Wundef warning for clang
by kwiberg
· 8 years ago
822a16f
Reland of Unify rtcp packet setters (patchset #1 id:1 of https://codereview.webrtc.org/2372713005/ )
by danilchap
· 8 years ago
efc6e41
Revert of Unify rtcp packet setters (patchset #8 id:130001 of https://codereview.webrtc.org/2348623003/ )
by kjellander
· 8 years ago
20e77c7
Unify rtcp packet setters
by danilchap
· 8 years ago
b2540bb
Probing: Add support for exponential startup probing
by Irfan Sheriff
· 9 years ago
2169d8b
Reland of move audio/video distinction for probe packets. (patchset #1 id:1 of https://codereview.webrtc.org/2086633002/ )
by pbos
· 9 years ago
17bde8c
Revert of Remove audio/video distinction for probe packets. (patchset #2 id:20001 of https://codereview.webrtc.org/2061193002/ )
by honghaiz
· 9 years ago
a7d88d3
Remove audio/video distinction for probe packets.
by Peter Boström
· 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
daeb892
Reland: Deliver reordered packets in arrival time order after parsing feedback message.
by stefan
· 9 years ago
0415a56
Revert of Deliver reordered packets in arrival time order after parsing feedback message. (patchset #2 id:20001 of https://codereview.webrtc.org/1915993002/ )
by stefan
· 9 years ago
ed9535e
Deliver reordered packets in arrival time order after parsing feedback message.
by Stefan Holmer
· 9 years ago
1c7fdd8
Remove calls to ScopedToUnique and UniqueToScoped
by kwiberg
· 9 years ago
92931b1
Replace scoped_ptr with unique_ptr in webrtc/modules/remote_bitrate_estimator/
by kwiberg
· 9 years ago
789ba92
Simplify CongestionController.
by Stefan Holmer
· 9 years ago
69e59e6
[rtp_rtcp] rtc::scoped_ptr<rtcp::RawPacket> replaced with rtc::Buffer
by danilchap
· 9 years ago
32f8154
Support REMB in combination with send-side BWE.
by stefan
· 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
bbe876f
Set send times in send time history via OnSentPacket.
by stefan
· 9 years ago
c1aeaf0
Wire up packet_id / send time callbacks to webrtc via libjingle.
by stefan
· 9 years ago
5e023eb
Add TransportFeedback adapter, adapting remote feedback to bwe estiamtor
by sprang
· 10 years ago