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

Issue 2793303003: Refactor VideoTrackRecorder into smaller classes (Closed)

Created:
3 years, 8 months ago by emircan
Modified:
3 years, 8 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, emircan+watch+mediarecorder_chromium.org, posciak+watch_chromium.org, jam, darin-cc_chromium.org, mcasas+mediarecorder_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Refactor VideoTrackRecorder into smaller classes This CL does a refactor taking each encoder implementation into its own file. Additionally, CanEncodeAlphaChannelForTesting() is removed as it is no longer necessary. BUG=700433 Review-Url: https://codereview.chromium.org/2793303003 Cr-Commit-Position: refs/heads/master@{#463015} Committed: https://chromium.googlesource.com/chromium/src/+/7f9c1f75fc3ddb2d9be2d7de0c8954fc0bb6dcfa

Patch Set 1 #

Total comments: 8

Patch Set 2 : mcasas@ comments. #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1125 lines, -966 lines) Patch
M content/renderer/BUILD.gn View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
A content/renderer/media_recorder/h264_encoder.h View 1 1 chunk +58 lines, -0 lines 0 comments Download
A content/renderer/media_recorder/h264_encoder.cc View 1 1 chunk +179 lines, -0 lines 0 comments Download
A content/renderer/media_recorder/vea_encoder.h View 1 2 1 chunk +99 lines, -0 lines 0 comments Download
A content/renderer/media_recorder/vea_encoder.cc View 1 2 1 chunk +247 lines, -0 lines 0 comments Download
M content/renderer/media_recorder/video_track_recorder.h View 1 2 4 chunks +93 lines, -4 lines 0 comments Download
M content/renderer/media_recorder/video_track_recorder.cc View 1 2 7 chunks +31 lines, -961 lines 0 comments Download
M content/renderer/media_recorder/video_track_recorder_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A content/renderer/media_recorder/vpx_encoder.h View 1 1 chunk +101 lines, -0 lines 0 comments Download
A content/renderer/media_recorder/vpx_encoder.cc View 1 chunk +308 lines, -0 lines 0 comments Download

Messages

Total messages: 41 (33 generated)
emircan
PTAL.
3 years, 8 months ago (2017-04-04 23:45:54 UTC) #5
mcasas
Few comments otherwise lgtm (please re-read all comments once again) -- having no individual diffs ...
3 years, 8 months ago (2017-04-05 01:23:59 UTC) #6
mcasas
On 2017/04/05 01:23:59, mcasas wrote: > Few comments otherwise lgtm > > (please re-read all ...
3 years, 8 months ago (2017-04-05 01:24:35 UTC) #7
emircan
https://codereview.chromium.org/2793303003/diff/1/content/renderer/BUILD.gn File content/renderer/BUILD.gn (right): https://codereview.chromium.org/2793303003/diff/1/content/renderer/BUILD.gn#newcode700 content/renderer/BUILD.gn:700: "media_recorder/h264_encoder.h", On 2017/04/05 01:23:59, mcasas wrote: > These two ...
3 years, 8 months ago (2017-04-05 21:13:44 UTC) #12
emircan
avi@ PTAL at content/renderer/BUILD.gn.
3 years, 8 months ago (2017-04-05 21:17:03 UTC) #18
Avi (use Gerrit)
lgtm stamp
3 years, 8 months ago (2017-04-07 20:53:42 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2793303003/80001
3 years, 8 months ago (2017-04-07 21:03:21 UTC) #38
commit-bot: I haz the power
3 years, 8 months ago (2017-04-07 21:54:19 UTC) #41
Message was sent while issue was closed.
Committed patchset #3 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/7f9c1f75fc3ddb2d9be2d7de0c89...

Powered by Google App Engine
This is Rietveld 408576698