Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(713)

Issue 2638083002: Attach TransportFeedbackPacketLossTracker to ANA (PLR only) (Closed)

Created:
3 years, 11 months ago by elad.alon
Modified:
3 years, 9 months ago
CC:
webrtc-reviews_webrtc.org, danilchap, zhuangzesen_agora.io, Andrew MacDonald, henrika_webrtc, stefan-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Attach TransportFeedbackPacketLossTracker to ANA (PLR only) This CL is one in a series. To finish the work, the following CLs will be added: 1. CL for connecting RPLR as well 2. CL for RPLR-based FecController 3. CL for allowing experiment-driven configuration of the above (through both field-trials and protobuf) BUG=webrtc:7058 Review-Url: https://codereview.webrtc.org/2638083002 Cr-Commit-Position: refs/heads/master@{#17365} Committed: https://chromium.googlesource.com/external/webrtc/+/d12a8e1c8eff2f721da702b4d22c44d7d7b1a13a

Patch Set 1 #

Patch Set 2 : Rebased #

Patch Set 3 : nit #

Patch Set 4 : Fix UT #

Total comments: 6

Patch Set 5 : Rebased #

Total comments: 7

Patch Set 6 : TODO replaced by task (7173). #

Total comments: 12

Patch Set 7 : Rebased #

Patch Set 8 : event_log_visualizer #

Total comments: 12

Patch Set 9 : 1. Rebased. 2. Move tracker ownership. #

Patch Set 10 : . #

Patch Set 11 : SSRC() #

Total comments: 14

Patch Set 12 : Rebased #

Total comments: 2

Patch Set 13 : Rebased #

Patch Set 14 : Rebased #

Total comments: 5

Patch Set 15 : Check added #

Total comments: 9

Patch Set 16 : TODO shuffle #

Total comments: 2

Patch Set 17 : . #

Patch Set 18 : 1. Rebased. 2. Observer UT added. #

Total comments: 4

Patch Set 19 : DeathTest fix. #

Total comments: 4

Patch Set 20 : CR response #

Total comments: 49

Patch Set 21 : CR response #

Patch Set 22 : git cl format :-) #

Patch Set 23 : Style nit #

Patch Set 24 : #include <vector> #

Total comments: 2

Patch Set 25 : Rebased (and minor changes to comments) #

Patch Set 26 : Fix UT #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+285 lines, -55 lines) Patch
M webrtc/audio/audio_send_stream.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 5 chunks +16 lines, -2 lines 0 comments Download
M webrtc/audio/audio_send_stream.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 10 chunks +54 lines, -11 lines 0 comments Download
M webrtc/modules/congestion_controller/congestion_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +3 lines, -2 lines 0 comments Download
M webrtc/modules/congestion_controller/congestion_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -1 line 2 comments Download
M webrtc/modules/congestion_controller/include/congestion_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/modules/congestion_controller/include/send_side_congestion_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +5 lines, -1 line 0 comments Download
M webrtc/modules/congestion_controller/send_side_congestion_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +13 lines, -1 line 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +12 lines, -3 lines 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +45 lines, -9 lines 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +66 lines, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +11 lines, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +3 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc View 1 2 3 4 5 6 4 chunks +5 lines, -4 lines 0 comments Download
M webrtc/test/fuzzers/transport_feedback_packet_loss_tracker_fuzzer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/mock_voe_channel_proxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/tools/event_log_visualizer/analyzer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -2 lines 0 comments Download
M webrtc/voice_engine/channel.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +9 lines, -2 lines 0 comments Download
M webrtc/voice_engine/channel.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 4 chunks +23 lines, -7 lines 0 comments Download
M webrtc/voice_engine/channel_proxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/voice_engine/channel_proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/voice_engine/transport_feedback_packet_loss_tracker.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/transport_feedback_packet_loss_tracker.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/transport_feedback_packet_loss_tracker_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 81 (26 generated)
elad.alon_webrtc.org
Review, please? :-) Please note the description, which explains the upcoming CLs in the series ...
3 years, 10 months ago (2017-01-31 14:36:51 UTC) #4
sprang_webrtc
https://codereview.webrtc.org/2638083002/diff/60001/webrtc/audio/audio_send_stream.h File webrtc/audio/audio_send_stream.h (right): https://codereview.webrtc.org/2638083002/diff/60001/webrtc/audio/audio_send_stream.h#newcode89 webrtc/audio/audio_send_stream.h:89: // TODO(elad.alon): How come the GUARDED_BY has no effect ...
3 years, 10 months ago (2017-02-03 11:57:04 UTC) #6
elad.alon_webrtc.org
https://codereview.webrtc.org/2638083002/diff/60001/webrtc/audio/audio_send_stream.h File webrtc/audio/audio_send_stream.h (right): https://codereview.webrtc.org/2638083002/diff/60001/webrtc/audio/audio_send_stream.h#newcode89 webrtc/audio/audio_send_stream.h:89: // TODO(elad.alon): How come the GUARDED_BY has no effect ...
3 years, 10 months ago (2017-02-03 15:54:02 UTC) #7
michaelt
https://codereview.webrtc.org/2638083002/diff/80001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (left): https://codereview.webrtc.org/2638083002/diff/80001/webrtc/audio/audio_send_stream.cc#oldcode255 webrtc/audio/audio_send_stream.cc:255: Woudnt it be simpler to let AudioSendStream own packet_loss_tracker_ ...
3 years, 10 months ago (2017-02-09 13:29:00 UTC) #8
elad.alon_webrtc.org
https://codereview.webrtc.org/2638083002/diff/80001/webrtc/audio/audio_send_stream.h File webrtc/audio/audio_send_stream.h (right): https://codereview.webrtc.org/2638083002/diff/80001/webrtc/audio/audio_send_stream.h#newcode89 webrtc/audio/audio_send_stream.h:89: // TODO(elad.alon): How come the GUARDED_BY has no effect ...
3 years, 10 months ago (2017-02-09 15:10:21 UTC) #9
minyue-webrtc
https://codereview.webrtc.org/2638083002/diff/80001/webrtc/modules/congestion_controller/transport_feedback_adapter.cc File webrtc/modules/congestion_controller/transport_feedback_adapter.cc (right): https://codereview.webrtc.org/2638083002/diff/80001/webrtc/modules/congestion_controller/transport_feedback_adapter.cc#newcode88 webrtc/modules/congestion_controller/transport_feedback_adapter.cc:88: send_time_history_.OnSentPacket(sequence_number, send_time_ms); why not adding observer here?
3 years, 10 months ago (2017-02-16 09:59:09 UTC) #11
elad.alon_webrtc.org
https://codereview.webrtc.org/2638083002/diff/80001/webrtc/modules/congestion_controller/transport_feedback_adapter.cc File webrtc/modules/congestion_controller/transport_feedback_adapter.cc (right): https://codereview.webrtc.org/2638083002/diff/80001/webrtc/modules/congestion_controller/transport_feedback_adapter.cc#newcode88 webrtc/modules/congestion_controller/transport_feedback_adapter.cc:88: send_time_history_.OnSentPacket(sequence_number, send_time_ms); On 2017/02/16 09:59:09, minyue-webrtc wrote: > why ...
3 years, 10 months ago (2017-02-16 17:02:10 UTC) #12
minyue-webrtc
On 2017/02/16 17:02:10, elad.alon wrote: > https://codereview.webrtc.org/2638083002/diff/80001/webrtc/modules/congestion_controller/transport_feedback_adapter.cc > File webrtc/modules/congestion_controller/transport_feedback_adapter.cc (right): > > https://codereview.webrtc.org/2638083002/diff/80001/webrtc/modules/congestion_controller/transport_feedback_adapter.cc#newcode88 > ...
3 years, 10 months ago (2017-02-17 10:11:44 UTC) #13
elad.alon_webrtc.org
On 2017/02/17 10:11:44, minyue-webrtc wrote: > On 2017/02/16 17:02:10, elad.alon wrote: > > > https://codereview.webrtc.org/2638083002/diff/80001/webrtc/modules/congestion_controller/transport_feedback_adapter.cc ...
3 years, 10 months ago (2017-02-17 11:07:33 UTC) #14
minyue-webrtc
I think the most important consideration here is the design: Current solution sounds to re-invent ...
3 years, 10 months ago (2017-02-22 11:47:55 UTC) #15
elad.alon_webrtc.org
TransportFeedbackProxy doesn't seem to me like the right place to me, because it's an object ...
3 years, 9 months ago (2017-03-10 12:03:26 UTC) #16
michaelt
https://codereview.webrtc.org/2638083002/diff/80001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (left): https://codereview.webrtc.org/2638083002/diff/80001/webrtc/audio/audio_send_stream.cc#oldcode255 webrtc/audio/audio_send_stream.cc:255: Is this still under consideration ?
3 years, 9 months ago (2017-03-13 09:57:43 UTC) #17
elad.alon_webrtc.org
https://codereview.webrtc.org/2638083002/diff/80001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (left): https://codereview.webrtc.org/2638083002/diff/80001/webrtc/audio/audio_send_stream.cc#oldcode255 webrtc/audio/audio_send_stream.cc:255: On 2017/03/13 09:57:43, michaelt wrote: > Is this still ...
3 years, 9 months ago (2017-03-13 10:04:03 UTC) #18
minyue-webrtc
A few comments for now https://codereview.webrtc.org/2638083002/diff/140001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2638083002/diff/140001/webrtc/audio/audio_send_stream.cc#newcode264 webrtc/audio/audio_send_stream.cc:264: // which is called ...
3 years, 9 months ago (2017-03-15 10:54:14 UTC) #19
elad.alon_webrtc.org
The previous design, with the buffering in AudioSendStream, was necessary because I was working with ...
3 years, 9 months ago (2017-03-16 18:37:35 UTC) #20
minyue-webrtc
This is much cleaner. Thanks for the work! some comments from me. https://codereview.webrtc.org/2638083002/diff/100001/webrtc/modules/congestion_controller/transport_feedback_adapter.cc File webrtc/modules/congestion_controller/transport_feedback_adapter.cc ...
3 years, 9 months ago (2017-03-17 09:20:32 UTC) #21
elad.alon_webrtc.org
https://codereview.webrtc.org/2638083002/diff/100001/webrtc/modules/congestion_controller/transport_feedback_adapter.cc File webrtc/modules/congestion_controller/transport_feedback_adapter.cc (right): https://codereview.webrtc.org/2638083002/diff/100001/webrtc/modules/congestion_controller/transport_feedback_adapter.cc#newcode116 webrtc/modules/congestion_controller/transport_feedback_adapter.cc:116: if (std::find(observers_.begin(), On 2017/03/17 09:20:31, minyue-webrtc(OOO_until_Mar19) wrote: > On ...
3 years, 9 months ago (2017-03-17 10:10:33 UTC) #22
elad.alon_webrtc.org
https://codereview.webrtc.org/2638083002/diff/200001/webrtc/modules/congestion_controller/transport_feedback_adapter.cc File webrtc/modules/congestion_controller/transport_feedback_adapter.cc (right): https://codereview.webrtc.org/2638083002/diff/200001/webrtc/modules/congestion_controller/transport_feedback_adapter.cc#newcode60 webrtc/modules/congestion_controller/transport_feedback_adapter.cc:60: if (elem != observers_.end()) { On 2017/03/17 10:10:33, elad.alon ...
3 years, 9 months ago (2017-03-17 13:40:06 UTC) #23
minyue-webrtc
https://codereview.webrtc.org/2638083002/diff/100001/webrtc/modules/congestion_controller/transport_feedback_adapter.cc File webrtc/modules/congestion_controller/transport_feedback_adapter.cc (right): https://codereview.webrtc.org/2638083002/diff/100001/webrtc/modules/congestion_controller/transport_feedback_adapter.cc#newcode116 webrtc/modules/congestion_controller/transport_feedback_adapter.cc:116: if (std::find(observers_.begin(), On 2017/03/17 10:10:32, elad.alon wrote: > On ...
3 years, 9 months ago (2017-03-21 09:22:59 UTC) #24
elad.alon_webrtc.org
3 years, 9 months ago (2017-03-21 09:46:01 UTC) #26
minyue-webrtc
https://codereview.webrtc.org/2638083002/diff/260001/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h File webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h (right): https://codereview.webrtc.org/2638083002/diff/260001/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h#newcode341 webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h:341: // and is removed, use that name for this ...
3 years, 9 months ago (2017-03-21 10:02:23 UTC) #27
elad.alon_webrtc.org
PTAL https://codereview.webrtc.org/2638083002/diff/220001/webrtc/modules/congestion_controller/transport_feedback_adapter.cc File webrtc/modules/congestion_controller/transport_feedback_adapter.cc (right): https://codereview.webrtc.org/2638083002/diff/220001/webrtc/modules/congestion_controller/transport_feedback_adapter.cc#newcode58 webrtc/modules/congestion_controller/transport_feedback_adapter.cc:58: observers_.erase(it); On 2017/03/21 09:22:58, minyue-webrtc wrote: > extra ...
3 years, 9 months ago (2017-03-21 10:44:23 UTC) #28
minyue-webrtc
https://codereview.webrtc.org/2638083002/diff/260001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2638083002/diff/260001/webrtc/audio/audio_send_stream.cc#newcode267 webrtc/audio/audio_send_stream.cc:267: // potentially reset the window, sending both PLR and ...
3 years, 9 months ago (2017-03-21 10:50:39 UTC) #29
michaelt
https://codereview.webrtc.org/2638083002/diff/280001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2638083002/diff/280001/webrtc/audio/audio_send_stream.cc#newcode57 webrtc/audio/audio_send_stream.cc:57: : clock_(Clock::GetRealTimeClock()), I think the code would be better ...
3 years, 9 months ago (2017-03-21 10:53:26 UTC) #30
minyue-webrtc
On 2017/03/21 10:53:26, michaelt wrote: > https://codereview.webrtc.org/2638083002/diff/280001/webrtc/audio/audio_send_stream.cc > File webrtc/audio/audio_send_stream.cc (right): > > https://codereview.webrtc.org/2638083002/diff/280001/webrtc/audio/audio_send_stream.cc#newcode57 > ...
3 years, 9 months ago (2017-03-21 10:55:32 UTC) #31
elad.alon_webrtc.org
https://codereview.webrtc.org/2638083002/diff/260001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2638083002/diff/260001/webrtc/audio/audio_send_stream.cc#newcode267 webrtc/audio/audio_send_stream.cc:267: // potentially reset the window, sending both PLR and ...
3 years, 9 months ago (2017-03-21 10:56:55 UTC) #32
stefan-webrtc
https://codereview.webrtc.org/2638083002/diff/200001/webrtc/modules/congestion_controller/transport_feedback_adapter.cc File webrtc/modules/congestion_controller/transport_feedback_adapter.cc (right): https://codereview.webrtc.org/2638083002/diff/200001/webrtc/modules/congestion_controller/transport_feedback_adapter.cc#newcode72 webrtc/modules/congestion_controller/transport_feedback_adapter.cc:72: rtc::CritScope cs(&lock_); On 2017/03/17 10:10:33, elad.alon wrote: > On ...
3 years, 9 months ago (2017-03-21 11:35:47 UTC) #33
minyue-webrtc
https://codereview.webrtc.org/2638083002/diff/200001/webrtc/modules/congestion_controller/transport_feedback_adapter.cc File webrtc/modules/congestion_controller/transport_feedback_adapter.cc (right): https://codereview.webrtc.org/2638083002/diff/200001/webrtc/modules/congestion_controller/transport_feedback_adapter.cc#newcode72 webrtc/modules/congestion_controller/transport_feedback_adapter.cc:72: rtc::CritScope cs(&lock_); On 2017/03/21 11:35:47, stefan-webrtc wrote: > On ...
3 years, 9 months ago (2017-03-21 11:36:51 UTC) #34
elad.alon_webrtc.org
PTAL https://codereview.webrtc.org/2638083002/diff/200001/webrtc/modules/congestion_controller/transport_feedback_adapter.h File webrtc/modules/congestion_controller/transport_feedback_adapter.h (right): https://codereview.webrtc.org/2638083002/diff/200001/webrtc/modules/congestion_controller/transport_feedback_adapter.h#newcode69 webrtc/modules/congestion_controller/transport_feedback_adapter.h:69: uint16_t remote_net_id_; On 2017/03/21 11:35:47, stefan-webrtc wrote: > ...
3 years, 9 months ago (2017-03-21 17:23:14 UTC) #35
minyue-webrtc
one comment + one nit But I would say lgtm. https://codereview.webrtc.org/2638083002/diff/280001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2638083002/diff/280001/webrtc/audio/audio_send_stream.cc#newcode57 ...
3 years, 9 months ago (2017-03-22 07:51:39 UTC) #40
elad.alon_webrtc.org
https://codereview.webrtc.org/2638083002/diff/280001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2638083002/diff/280001/webrtc/audio/audio_send_stream.cc#newcode57 webrtc/audio/audio_send_stream.cc:57: : clock_(Clock::GetRealTimeClock()), On 2017/03/22 07:51:39, minyue-webrtc wrote: > On ...
3 years, 9 months ago (2017-03-22 09:36:31 UTC) #41
stefan-webrtc
https://codereview.webrtc.org/2638083002/diff/380001/webrtc/audio/audio_send_stream.h File webrtc/audio/audio_send_stream.h (right): https://codereview.webrtc.org/2638083002/diff/380001/webrtc/audio/audio_send_stream.h#newcode70 webrtc/audio/audio_send_stream.h:70: void OnNewTransportFeedbackVector( Let's drop "New" if you don't think ...
3 years, 9 months ago (2017-03-22 12:03:01 UTC) #42
the sun
https://codereview.webrtc.org/2638083002/diff/380001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2638083002/diff/380001/webrtc/audio/audio_send_stream.cc#newcode45 webrtc/audio/audio_send_stream.cc:45: constexpr size_t kPlrMinNumAckedPackets = 50; In this context, the ...
3 years, 9 months ago (2017-03-22 12:06:43 UTC) #43
minyue-webrtc
https://codereview.webrtc.org/2638083002/diff/380001/webrtc/modules/congestion_controller/transport_feedback_adapter.cc File webrtc/modules/congestion_controller/transport_feedback_adapter.cc (right): https://codereview.webrtc.org/2638083002/diff/380001/webrtc/modules/congestion_controller/transport_feedback_adapter.cc#newcode60 webrtc/modules/congestion_controller/transport_feedback_adapter.cc:60: observers_.end()); On 2017/03/22 12:03:01, stefan-webrtc wrote: > This seems ...
3 years, 9 months ago (2017-03-22 12:14:48 UTC) #44
ossu
https://codereview.webrtc.org/2638083002/diff/380001/webrtc/voice_engine/channel.cc File webrtc/voice_engine/channel.cc (right): https://codereview.webrtc.org/2638083002/diff/380001/webrtc/voice_engine/channel.cc#newcode1307 webrtc/voice_engine/channel.cc:1307: void Channel::OnTwccBasedUplinkPacketLossRate(float packet_loss_rate) { On 2017/03/22 12:06:42, the sun ...
3 years, 9 months ago (2017-03-22 14:05:17 UTC) #45
elad.alon_webrtc.org
https://codereview.webrtc.org/2638083002/diff/380001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2638083002/diff/380001/webrtc/audio/audio_send_stream.cc#newcode45 webrtc/audio/audio_send_stream.cc:45: constexpr size_t kPlrMinNumAckedPackets = 50; On 2017/03/22 12:06:42, the ...
3 years, 9 months ago (2017-03-22 14:34:47 UTC) #46
terelius
lgtm for analyzer https://codereview.webrtc.org/2638083002/diff/460001/webrtc/modules/congestion_controller/congestion_controller.cc File webrtc/modules/congestion_controller/congestion_controller.cc (right): https://codereview.webrtc.org/2638083002/diff/460001/webrtc/modules/congestion_controller/congestion_controller.cc#newcode109 webrtc/modules/congestion_controller/congestion_controller.cc:109: void CongestionController::AddPacket(uint32_t ssrc, If we're changing ...
3 years, 9 months ago (2017-03-22 16:03:32 UTC) #48
elad.alon_webrtc.org
https://codereview.webrtc.org/2638083002/diff/460001/webrtc/modules/congestion_controller/congestion_controller.cc File webrtc/modules/congestion_controller/congestion_controller.cc (right): https://codereview.webrtc.org/2638083002/diff/460001/webrtc/modules/congestion_controller/congestion_controller.cc#newcode109 webrtc/modules/congestion_controller/congestion_controller.cc:109: void CongestionController::AddPacket(uint32_t ssrc, On 2017/03/22 16:03:32, terelius wrote: > ...
3 years, 9 months ago (2017-03-22 16:05:16 UTC) #49
minyue-webrtc
https://codereview.webrtc.org/2638083002/diff/380001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2638083002/diff/380001/webrtc/audio/audio_send_stream.cc#newcode266 webrtc/audio/audio_send_stream.cc:266: // TODO(elad.alon): Take care of the following known issue ...
3 years, 9 months ago (2017-03-22 16:27:40 UTC) #50
elad.alon_webrtc.org
https://codereview.webrtc.org/2638083002/diff/380001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2638083002/diff/380001/webrtc/audio/audio_send_stream.cc#newcode266 webrtc/audio/audio_send_stream.cc:266: // TODO(elad.alon): Take care of the following known issue ...
3 years, 9 months ago (2017-03-22 16:34:20 UTC) #51
michaelt
https://codereview.webrtc.org/2638083002/diff/280001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2638083002/diff/280001/webrtc/audio/audio_send_stream.cc#newcode57 webrtc/audio/audio_send_stream.cc:57: : clock_(Clock::GetRealTimeClock()), I was talking about audio_send_stream_unittest :). I'm ...
3 years, 9 months ago (2017-03-23 09:57:45 UTC) #52
elad.alon_webrtc.org
https://codereview.webrtc.org/2638083002/diff/280001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2638083002/diff/280001/webrtc/audio/audio_send_stream.cc#newcode57 webrtc/audio/audio_send_stream.cc:57: : clock_(Clock::GetRealTimeClock()), On 2017/03/23 09:57:45, michaelt wrote: > I ...
3 years, 9 months ago (2017-03-23 10:00:16 UTC) #53
michaelt
lgtm
3 years, 9 months ago (2017-03-23 10:07:19 UTC) #54
the sun
https://codereview.webrtc.org/2638083002/diff/380001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2638083002/diff/380001/webrtc/audio/audio_send_stream.cc#newcode266 webrtc/audio/audio_send_stream.cc:266: // TODO(elad.alon): Take care of the following known issue ...
3 years, 9 months ago (2017-03-23 11:11:14 UTC) #55
elad.alon_webrtc.org
https://codereview.webrtc.org/2638083002/diff/380001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2638083002/diff/380001/webrtc/audio/audio_send_stream.cc#newcode266 webrtc/audio/audio_send_stream.cc:266: // TODO(elad.alon): Take care of the following known issue ...
3 years, 9 months ago (2017-03-23 13:37:30 UTC) #56
minyue-webrtc
https://codereview.webrtc.org/2638083002/diff/380001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2638083002/diff/380001/webrtc/audio/audio_send_stream.cc#newcode266 webrtc/audio/audio_send_stream.cc:266: // TODO(elad.alon): Take care of the following known issue ...
3 years, 9 months ago (2017-03-23 13:57:16 UTC) #57
the sun
On 2017/03/23 13:57:16, minyue-webrtc wrote: > https://codereview.webrtc.org/2638083002/diff/380001/webrtc/audio/audio_send_stream.cc > File webrtc/audio/audio_send_stream.cc (right): > > https://codereview.webrtc.org/2638083002/diff/380001/webrtc/audio/audio_send_stream.cc#newcode266 > ...
3 years, 9 months ago (2017-03-23 14:15:32 UTC) #58
elad.alon_webrtc.org
On 2017/03/23 14:15:32, the sun wrote: > On 2017/03/23 13:57:16, minyue-webrtc wrote: > > > ...
3 years, 9 months ago (2017-03-23 14:17:58 UTC) #59
the sun
On 2017/03/23 14:17:58, elad.alon wrote: > On 2017/03/23 14:15:32, the sun wrote: > > On ...
3 years, 9 months ago (2017-03-23 14:25:44 UTC) #60
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2638083002/480001
3 years, 9 months ago (2017-03-23 15:42:38 UTC) #63
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/15294)
3 years, 9 months ago (2017-03-23 15:48:16 UTC) #65
stefan-webrtc
lgtm Feel free to add the test separately if you agree that it makes sense ...
3 years, 9 months ago (2017-03-23 17:55:06 UTC) #74
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2638083002/500001
3 years, 9 months ago (2017-03-23 18:01:39 UTC) #77
elad.alon_webrtc.org
https://codereview.webrtc.org/2638083002/diff/380001/webrtc/audio/audio_send_stream.cc File webrtc/audio/audio_send_stream.cc (right): https://codereview.webrtc.org/2638083002/diff/380001/webrtc/audio/audio_send_stream.cc#newcode266 webrtc/audio/audio_send_stream.cc:266: // TODO(elad.alon): Take care of the following known issue ...
3 years, 9 months ago (2017-03-23 18:04:24 UTC) #78
commit-bot: I haz the power
3 years, 9 months ago (2017-03-23 18:04:56 UTC) #81
Message was sent while issue was closed.
Committed patchset #26 (id:500001) as
https://chromium.googlesource.com/external/webrtc/+/d12a8e1c8eff2f721da702b4d...

Powered by Google App Engine
This is Rietveld 408576698