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

Issue 2130423002: Revert of Reland Issue 2061423003: Refactor NACK bitrate allocation (Closed)

Created:
4 years, 5 months ago by aluebs-webrtc
Modified:
4 years, 5 months ago
Reviewers:
tommi, sprang_webrtc
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, video-team_agora.io, danilchap, yujie_mao (webrtc), zhuangzesen_agora.io, zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc, the sun, pbos-webrtc, perkj_webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Revert of Reland Issue 2061423003: Refactor NACK bitrate allocation (patchset #1 id:1 of https://codereview.webrtc.org/2131313002/ ) Reason for revert: It keeps breaking upstream. Original issue's description: > Reland Issue 2061423003: Refactor NACK bitrate allocation > > This is a reland of https://codereview.webrtc.org/2061423003/ > Which was reverted in https://codereview.webrtc.org/2131913003/ > > The reason for the revert was that some upstream code used > RtpSender::SetTargetBitrate(). I've added that back as a no-op until we > it's been brought up to date. > > TBR=tommi@webrtc.org > > Committed: https://chromium.googlesource.com/external/webrtc/+/05ce4ae31f635c16e10b68601e7e07fdf7bbb29b TBR=tommi@webrtc.org,sprang@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Committed: https://crrev.com/a49f1105eb7d5169588ac2876bf59fba2dd06125 Cr-Commit-Position: refs/heads/master@{#13419}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+621 lines, -609 lines) Patch
M webrtc/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/base/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/base/base.gyp View 1 chunk +0 lines, -2 lines 0 comments Download
D webrtc/base/rate_limiter.h View 1 chunk +0 lines, -56 lines 0 comments Download
D webrtc/base/rate_limiter.cc View 1 chunk +0 lines, -65 lines 0 comments Download
D webrtc/base/rate_limiter_unittest.cc View 1 chunk +0 lines, -205 lines 0 comments Download
M webrtc/base/rate_statistics.h View 1 chunk +4 lines, -19 lines 0 comments Download
M webrtc/base/rate_statistics.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M webrtc/call/rtc_event_log_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/common_types.h View 2 chunks +4 lines, -3 lines 0 comments Download
M webrtc/modules/congestion_controller/congestion_controller.cc View 7 chunks +1 line, -22 lines 0 comments Download
M webrtc/modules/congestion_controller/include/congestion_controller.h View 3 chunks +0 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/include/receive_statistics.h View 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_rtcp.h View 3 chunks +6 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/rtp_rtcp.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/bitrate.h View 1 chunk +77 lines, -0 lines 0 comments Download
A webrtc/modules/rtp_rtcp/source/bitrate.cc View 1 chunk +121 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/nack_rtx_unittest.cc View 5 chunks +2 lines, -7 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/receive_statistics_impl.h View 5 chunks +10 lines, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/receive_statistics_impl.cc View 7 chunks +31 lines, -5 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc View 5 chunks +1 line, -7 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.h View 10 chunks +54 lines, -8 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.cc View 18 chunks +160 lines, -51 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc View 17 chunks +32 lines, -43 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_video.h View 4 chunks +7 lines, -7 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc View 6 chunks +12 lines, -14 lines 0 comments Download
M webrtc/video/end_to_end_tests.cc View 8 chunks +9 lines, -42 lines 0 comments Download
M webrtc/video/payload_router.h View 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/video/payload_router.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M webrtc/video/payload_router_unittest.cc View 1 chunk +21 lines, -0 lines 0 comments Download
M webrtc/video/rtp_stream_receiver.cc View 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/video/send_statistics_proxy.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video/send_statistics_proxy.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/video/send_statistics_proxy_unittest.cc View 4 chunks +18 lines, -17 lines 0 comments Download
M webrtc/video/video_send_stream.cc View 4 chunks +1 line, -3 lines 0 comments Download
M webrtc/webrtc_tests.gypi View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 7 (2 generated)
aluebs-webrtc
Created Revert of Reland Issue 2061423003: Refactor NACK bitrate allocation
4 years, 5 months ago (2016-07-08 18:01:26 UTC) #2
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/2130423002/1
4 years, 5 months ago (2016-07-08 18:01:29 UTC) #3
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 5 months ago (2016-07-08 18:02:04 UTC) #4
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-08 18:02:06 UTC) #5
commit-bot: I haz the power
4 years, 5 months ago (2016-07-08 18:02:32 UTC) #7
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/a49f1105eb7d5169588ac2876bf59fba2dd06125
Cr-Commit-Position: refs/heads/master@{#13419}

Powered by Google App Engine
This is Rietveld 408576698