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

Issue 1713683003: Simplify SSRC usage inside ViEEncoder. (Closed)

Created:
4 years, 10 months ago by pbos-webrtc
Modified:
4 years, 10 months ago
Reviewers:
danilchap
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, andresp, the sun, perkj_webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Simplify SSRC usage inside ViEEncoder. Since SSRCs can no longer change on the fly, SSRC code can be made a lot simpler (and faster). Resulting code has less and shorter locking. BUG=webrtc:5494 R=danilchap@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/0013dcc0c1b541acc51394b91c559a26db3bf4bc

Patch Set 1 #

Total comments: 5

Patch Set 2 : remove inheritance #

Patch Set 3 : Remove OnLocalSsrcChange from test and suppressions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -80 lines) Patch
M webrtc/build/sanitizers/tsan_suppressions_webrtc.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/video/encoder_state_feedback_unittest.cc View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M webrtc/video/video_send_stream.cc View 3 chunks +1 line, -8 lines 0 comments Download
M webrtc/video/vie_encoder.h View 1 7 chunks +8 lines, -14 lines 0 comments Download
M webrtc/video/vie_encoder.cc View 1 6 chunks +17 lines, -55 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
pbos-webrtc
PTAL
4 years, 10 months ago (2016-02-19 18:08:01 UTC) #1
danilchap
looks good, but can be a bit better https://codereview.webrtc.org/1713683003/diff/1/webrtc/video/vie_encoder.cc File webrtc/video/vie_encoder.cc (right): https://codereview.webrtc.org/1713683003/diff/1/webrtc/video/vie_encoder.cc#newcode507 webrtc/video/vie_encoder.cc:507: if ...
4 years, 10 months ago (2016-02-19 19:25:56 UTC) #2
pbos-webrtc
https://codereview.webrtc.org/1713683003/diff/1/webrtc/video/vie_encoder.cc File webrtc/video/vie_encoder.cc (right): https://codereview.webrtc.org/1713683003/diff/1/webrtc/video/vie_encoder.cc#newcode507 webrtc/video/vie_encoder.cc:507: if (time_last_intra_request_ms_[i] + kMinKeyFrameRequestIntervalMs > On 2016/02/19 19:25:56, danilchap ...
4 years, 10 months ago (2016-02-19 19:30:07 UTC) #3
pbos-webrtc
remove inheritance
4 years, 10 months ago (2016-02-19 19:30:20 UTC) #4
pbos-webrtc
Remove OnLocalSsrcChange from test and suppressions
4 years, 10 months ago (2016-02-19 19:33:22 UTC) #5
danilchap
lgtm https://codereview.webrtc.org/1713683003/diff/1/webrtc/video/vie_encoder.cc File webrtc/video/vie_encoder.cc (right): https://codereview.webrtc.org/1713683003/diff/1/webrtc/video/vie_encoder.cc#newcode507 webrtc/video/vie_encoder.cc:507: if (time_last_intra_request_ms_[i] + kMinKeyFrameRequestIntervalMs > On 2016/02/19 19:30:07, ...
4 years, 10 months ago (2016-02-19 19:39:36 UTC) #6
pbos-webrtc
On 2016/02/19 19:39:36, danilchap wrote: > lgtm > > https://codereview.webrtc.org/1713683003/diff/1/webrtc/video/vie_encoder.cc > File webrtc/video/vie_encoder.cc (right): > ...
4 years, 10 months ago (2016-02-19 19:40:56 UTC) #7
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/0013dcc0c1b541acc51394b91c559a26db3bf4bc Cr-Commit-Position: refs/heads/master@{#11691}
4 years, 10 months ago (2016-02-19 19:42:38 UTC) #10
pbos-webrtc
4 years, 10 months ago (2016-02-19 19:42:39 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
0013dcc0c1b541acc51394b91c559a26db3bf4bc (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698