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

Issue 2877703002: Move webrtc/video_frame to common_video/include. (Closed)

Created:
3 years, 7 months ago by nisse-webrtc
Modified:
3 years, 7 months ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, yujie_mao (webrtc), tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Move webrtc/video_frame to common_video/include. BUG=webrtc:7616 Review-Url: https://codereview.webrtc.org/2877703002 Cr-Commit-Position: refs/heads/master@{#18147} Committed: https://chromium.googlesource.com/external/webrtc/+/ea3a7987d247c2b63ada71b9e3ac076e2e10f387

Patch Set 1 #

Patch Set 2 : Update internal includes. Delete video_image.h. #

Total comments: 3

Patch Set 3 : Tweak BUILD.gn file. #

Total comments: 1

Patch Set 4 : New top-level gn target video_frame_deprecated. #

Total comments: 3

Patch Set 5 : Add gn dependency. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -100 lines) Patch
M webrtc/BUILD.gn View 1 2 3 4 1 chunk +14 lines, -0 lines 0 comments Download
M webrtc/DEPS View 1 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/api/video_codecs/BUILD.gn View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M webrtc/api/video_codecs/video_decoder.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/video_codecs/video_encoder.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_video/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
A + webrtc/common_video/include/video_frame.h View 2 chunks +8 lines, -8 lines 0 comments Download
D webrtc/common_video/include/video_image.h View 1 1 chunk +0 lines, -17 lines 0 comments Download
M webrtc/common_video/video_frame.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/test/mock/mock_packet_manipulator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/test/stats.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/simulcast_unittest.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/temporal_layers.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/vp8_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/encoded_frame.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/include/video_coding_defines.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/utility/ivf_file_writer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/sdk/objc/Framework/Classes/h264_video_toolbox_decoder.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/configurable_frame_size_encoder.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/overuse_frame_detector_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/video_send_stream_tests.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M webrtc/video/vie_encoder.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/video_frame.h View 1 chunk +3 lines, -54 lines 0 comments Download

Messages

Total messages: 32 (14 generated)
nisse-webrtc
This moves the header file, updates internal includes, and while at it, also deleted the ...
3 years, 7 months ago (2017-05-11 07:13:34 UTC) #2
kwiberg-webrtc
https://codereview.webrtc.org/2877703002/diff/20001/webrtc/api/video_codecs/BUILD.gn File webrtc/api/video_codecs/BUILD.gn (right): https://codereview.webrtc.org/2877703002/diff/20001/webrtc/api/video_codecs/BUILD.gn#newcode27 webrtc/api/video_codecs/BUILD.gn:27: "../../common_video:common_video", On 2017/05/11 07:13:34, nisse-webrtc wrote: > Is this ...
3 years, 7 months ago (2017-05-12 09:06:24 UTC) #3
nisse-webrtc
https://codereview.webrtc.org/2877703002/diff/20001/webrtc/api/video_codecs/BUILD.gn File webrtc/api/video_codecs/BUILD.gn (right): https://codereview.webrtc.org/2877703002/diff/20001/webrtc/api/video_codecs/BUILD.gn#newcode27 webrtc/api/video_codecs/BUILD.gn:27: "../../common_video:common_video", On 2017/05/12 09:06:24, kwiberg-webrtc wrote: > On 2017/05/11 ...
3 years, 7 months ago (2017-05-12 10:42:20 UTC) #4
mbonadei
On 2017/05/12 10:42:20, nisse-webrtc wrote: > https://codereview.webrtc.org/2877703002/diff/20001/webrtc/api/video_codecs/BUILD.gn > File webrtc/api/video_codecs/BUILD.gn (right): > > https://codereview.webrtc.org/2877703002/diff/20001/webrtc/api/video_codecs/BUILD.gn#newcode27 > ...
3 years, 7 months ago (2017-05-12 12:01:49 UTC) #5
mbonadei
https://codereview.webrtc.org/2877703002/diff/40001/webrtc/video_frame.h File webrtc/video_frame.h (right): https://codereview.webrtc.org/2877703002/diff/40001/webrtc/video_frame.h#newcode14 webrtc/video_frame.h:14: // TODO(nisse): Delete this wrapper file, as soon as ...
3 years, 7 months ago (2017-05-12 13:36:32 UTC) #10
nisse-webrtc
On 2017/05/12 13:36:32, mbonadei wrote: > https://codereview.webrtc.org/2877703002/diff/40001/webrtc/video_frame.h > File webrtc/video_frame.h (right): > > https://codereview.webrtc.org/2877703002/diff/40001/webrtc/video_frame.h#newcode14 > ...
3 years, 7 months ago (2017-05-12 15:07:44 UTC) #11
mbonadei
On 2017/05/12 15:07:44, nisse-webrtc wrote: > On 2017/05/12 13:36:32, mbonadei wrote: > > https://codereview.webrtc.org/2877703002/diff/40001/webrtc/video_frame.h > ...
3 years, 7 months ago (2017-05-12 15:16:44 UTC) #12
nisse-webrtc
On 2017/05/12 15:16:44, mbonadei wrote: > Yep, it is better if they start to depend ...
3 years, 7 months ago (2017-05-15 06:25:31 UTC) #13
mbonadei
On 2017/05/15 06:25:31, nisse-webrtc wrote: > On 2017/05/12 15:16:44, mbonadei wrote: > > Yep, it ...
3 years, 7 months ago (2017-05-15 06:58:48 UTC) #14
nisse-webrtc
On 2017/05/15 06:58:48, mbonadei wrote: > On 2017/05/15 06:25:31, nisse-webrtc wrote: > > On 2017/05/12 ...
3 years, 7 months ago (2017-05-15 07:06:14 UTC) #15
kwiberg-webrtc
https://codereview.webrtc.org/2877703002/diff/60001/webrtc/BUILD.gn File webrtc/BUILD.gn (right): https://codereview.webrtc.org/2877703002/diff/60001/webrtc/BUILD.gn#newcode243 webrtc/BUILD.gn:243: } Hmm. This source_set should have a dep on ...
3 years, 7 months ago (2017-05-15 07:27:04 UTC) #16
mbonadei
https://codereview.webrtc.org/2877703002/diff/60001/webrtc/BUILD.gn File webrtc/BUILD.gn (right): https://codereview.webrtc.org/2877703002/diff/60001/webrtc/BUILD.gn#newcode243 webrtc/BUILD.gn:243: } On 2017/05/15 07:27:04, kwiberg-webrtc wrote: > Hmm. This ...
3 years, 7 months ago (2017-05-15 07:31:56 UTC) #17
nisse-webrtc
https://codereview.webrtc.org/2877703002/diff/60001/webrtc/BUILD.gn File webrtc/BUILD.gn (right): https://codereview.webrtc.org/2877703002/diff/60001/webrtc/BUILD.gn#newcode243 webrtc/BUILD.gn:243: } On 2017/05/15 07:27:04, kwiberg-webrtc wrote: > Hmm. This ...
3 years, 7 months ago (2017-05-15 08:32:55 UTC) #18
kwiberg-webrtc
lgtm
3 years, 7 months ago (2017-05-15 08:45:56 UTC) #19
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/2877703002/80001
3 years, 7 months ago (2017-05-15 08:46:15 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: win_x64_clang_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_clang_rel/builds/13465)
3 years, 7 months ago (2017-05-15 09:04:22 UTC) #27
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/2877703002/80001
3 years, 7 months ago (2017-05-15 09:34:47 UTC) #29
commit-bot: I haz the power
3 years, 7 months ago (2017-05-15 09:42:18 UTC) #32
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/external/webrtc/+/ea3a7987d247c2b63ada71b9e...

Powered by Google App Engine
This is Rietveld 408576698