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

Issue 2517173004: Move VideoFrame and related declarations to webrtc/api/video. (Closed)

Created:
4 years ago by nisse-webrtc
Modified:
3 years, 11 months ago
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, sdk-team_agora.io, peah-webrtc, perkj_webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Move VideoFrame and related declarations to webrtc/api/video. Moves webrtc/common_video/rotation.h and parts of webrtc/common_video/include/video_frame_buffer.h and webrtc/video_frame.h, and adds to a new GN target api:video_frame_api. BUG=webrtc:5880 Review-Url: https://codereview.webrtc.org/2517173004 Cr-Commit-Position: refs/heads/master@{#15993} Committed: https://chromium.googlesource.com/external/webrtc/+/af916899cc8ec685ebeaf414d5aa86ca83e1fca6

Patch Set 1 #

Total comments: 22

Patch Set 2 : Address include and comment nits. #

Total comments: 19

Patch Set 3 : Rebase. #

Patch Set 4 : Rename rotation.h --> video_rotation.h. #

Patch Set 5 : Address nits. #

Patch Set 6 : Move I420Buffer from common_video/ to api/. #

Patch Set 7 : New Rotate method, deprecate old version. #

Patch Set 8 : Update includes for mac and windows builds. #

Patch Set 9 : Fix setting of gn include_dirs variable. #

Patch Set 10 : Rebased. #

Total comments: 17

Patch Set 11 : Rebase. Including deletion of IsZeroSize. #

Patch Set 12 : Address comments. #

Patch Set 13 : Rebased. #

Patch Set 14 : Fix gn dependencies. #

Total comments: 2

Patch Set 15 : Include I420Buffer declaration from webrtc/video_frame.h. TODO comments. #

Patch Set 16 : Include I420Buffer declaration also from videocapturer.h. #

Patch Set 17 : Include NativeHandleBuffer declaration from videocapturer.h. #

Patch Set 18 : Include base/timeutils.h from api/video_frame.h. #

Total comments: 2

Patch Set 19 : Rebased. #

Patch Set 20 : Delete unneeded include of video_rotation.h. #

Patch Set 21 : Another transition hack, to not break Chrome build. #

Patch Set 22 : Rebase. #

Total comments: 4

Patch Set 23 : Make rotation check clearer. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+533 lines, -777 lines) Patch
M webrtc/DEPS View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/api/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +6 lines, -0 lines 0 comments Download
M webrtc/api/mediastreaminterface.h 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, -1 line 0 comments Download
A webrtc/api/video/i420_buffer.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +116 lines, -0 lines 0 comments Download
A + webrtc/api/video/i420_buffer.cc View 1 2 3 4 5 6 7 8 9 10 11 7 chunks +41 lines, -143 lines 0 comments Download
A webrtc/api/video/video_frame.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +119 lines, -0 lines 0 comments Download
A + webrtc/api/video/video_frame.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +15 lines, -27 lines 0 comments Download
A webrtc/api/video/video_frame_buffer.h View 1 chunk +55 lines, -0 lines 0 comments Download
M webrtc/common_types.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_video/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -3 lines 0 comments Download
M webrtc/common_video/i420_video_frame_unittest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +19 lines, -2 lines 0 comments Download
M webrtc/common_video/include/corevideo_frame_buffer.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/common_video/include/i420_buffer_pool.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_video/include/video_frame_buffer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +4 lines, -122 lines 0 comments Download
M webrtc/common_video/libyuv/include/webrtc_libyuv.h View 2 chunks +7 lines, -5 lines 0 comments Download
M webrtc/common_video/libyuv/libyuv_unittest.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/common_video/libyuv/webrtc_libyuv.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -1 line 0 comments Download
M webrtc/common_video/rotation.h View 1 2 3 1 chunk +3 lines, -11 lines 0 comments Download
M webrtc/common_video/video_frame.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -33 lines 0 comments Download
M webrtc/common_video/video_frame_buffer.cc View 1 2 3 4 5 1 chunk +0 lines, -230 lines 0 comments Download
M webrtc/common_video/video_render_frames.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/peerconnection/client/linux/main_wnd.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -3 lines 0 comments Download
M webrtc/examples/peerconnection/client/main_wnd.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/peerconnection/client/main_wnd.cc View 1 2 3 4 5 6 7 2 chunks +5 lines, -2 lines 0 comments Download
M webrtc/media/base/adaptedvideotracksource.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/media/base/fakevideocapturer.h View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/media/base/fakevideorenderer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/media/base/testutils.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M webrtc/media/base/videobroadcaster.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/media/base/videobroadcaster.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/media/base/videobroadcaster_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +4 lines, -3 lines 0 comments Download
M webrtc/media/base/videocapturer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +6 lines, -0 lines 0 comments Download
M webrtc/media/base/videocapturer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/media/base/videoframe.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/media/base/videosourcebase.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/media/devices/gtkvideorenderer.cc View 1 2 3 4 5 6 2 chunks +6 lines, -3 lines 0 comments Download
M webrtc/media/engine/fakewebrtccall.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M webrtc/media/engine/fakewebrtcvideocapturemodule.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/media/engine/videoencodersoftwarefallbackwrapper_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/media/engine/webrtcvideoengine2.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +1 line, -1 line 0 comments Download
M webrtc/media/engine/webrtcvideoengine2.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/media/engine/webrtcvideoengine2_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/include/module_common_types.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_cvo.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_capture/test/video_capture_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/modules/video_capture/video_capture.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_capture/video_capture_defines.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_capture/video_capture_impl.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/modules/video_capture/video_capture_impl.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/i420/i420.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/interface/video_codec_interface.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/test/videoprocessor.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/test/videoprocessor.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/test/videoprocessor_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/simulcast_encoder_adapter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/simulcast_unittest.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/test/vp8_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/vp8_impl.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/vp8_sequence_coder.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/video_coding/generic_encoder.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/video_coding/include/video_codec_interface.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/include/video_coding.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/include/video_coding_defines.h View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/video_sender_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/sdk/android/src/jni/native_handle_impl.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/sdk/android/src/jni/surfacetexturehelper_jni.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/sdk/objc/Framework/Classes/RTCI420Shader.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/sdk/objc/Framework/Classes/RTCNativeNV12Shader.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/sdk/objc/Framework/Classes/RTCShader+Private.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/sdk/objc/Framework/Classes/RTCVideoFrame.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/sdk/objc/Framework/Classes/RTCVideoFrame+Private.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +6 lines, -19 lines 0 comments Download
M webrtc/sdk/objc/Framework/Classes/h264_video_toolbox_decoder.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/sdk/objc/Framework/Classes/h264_video_toolbox_encoder.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/fake_decoder.cc View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/test/fake_texture_frame.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -6 lines 0 comments Download
M webrtc/test/fake_videorenderer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/frame_generator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/frame_generator.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/test/frame_generator_capturer.h View 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/test/frame_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5 lines, -1 line 0 comments Download
M webrtc/test/testsupport/frame_reader.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/testsupport/frame_reader_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/testsupport/metrics/video_metrics.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/test/video_capturer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/overuse_frame_detector.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/overuse_frame_detector_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/video/vie_encoder.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +1 line, -1 line 0 comments Download
M webrtc/video/vie_encoder_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/video_frame.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +8 lines, -106 lines 0 comments Download

Messages

Total messages: 61 (24 generated)
nisse-webrtc
This moves VideoFrame and VideoFrameBuffer into webrtc/api/video/ VideoFrameBuffer subclasses are left under common_video. Which is ...
4 years ago (2016-11-23 14:28:18 UTC) #2
the sun
On 2016/11/23 14:28:18, nisse-webrtc wrote: > This moves VideoFrame and VideoFrameBuffer into webrtc/api/video/ > > ...
4 years ago (2016-11-24 10:34:26 UTC) #3
the sun
Great stuff! https://codereview.webrtc.org/2517173004/diff/1/webrtc/api/android/jni/native_handle_impl.h File webrtc/api/android/jni/native_handle_impl.h (right): https://codereview.webrtc.org/2517173004/diff/1/webrtc/api/android/jni/native_handle_impl.h#newcode17 webrtc/api/android/jni/native_handle_impl.h:17: #include "webrtc/api/video/rotation.h" nit: include order https://codereview.webrtc.org/2517173004/diff/1/webrtc/api/android/jni/surfacetexturehelper_jni.h File ...
4 years ago (2016-11-24 10:36:59 UTC) #4
nisse-webrtc
https://codereview.webrtc.org/2517173004/diff/1/webrtc/api/android/jni/native_handle_impl.h File webrtc/api/android/jni/native_handle_impl.h (right): https://codereview.webrtc.org/2517173004/diff/1/webrtc/api/android/jni/native_handle_impl.h#newcode17 webrtc/api/android/jni/native_handle_impl.h:17: #include "webrtc/api/video/rotation.h" On 2016/11/24 10:36:59, the sun wrote: > ...
4 years ago (2016-11-25 08:58:03 UTC) #5
kjellander_webrtc
lgtm. Do you plan to move EncodedImage (or rename webrtc/video_frame.h) in a future CL?
4 years ago (2016-11-29 08:14:47 UTC) #7
nisse-webrtc
On 2016/11/29 08:14:47, kjellander_webrtc wrote: > lgtm. > Do you plan to move EncodedImage (or ...
4 years ago (2016-11-29 08:26:22 UTC) #8
magjed_webrtc
I also think we should move I420Buffer to webrtc/api/video/. https://codereview.webrtc.org/2517173004/diff/20001/webrtc/api/video/video_frame.cc File webrtc/api/video/video_frame.cc (right): https://codereview.webrtc.org/2517173004/diff/20001/webrtc/api/video/video_frame.cc#newcode2 webrtc/api/video/video_frame.cc:2: ...
4 years ago (2016-11-29 15:43:49 UTC) #9
nisse-webrtc
Replying to some comments, no new patchset yes. I'll get to moving I420Buffer, but I'd ...
4 years ago (2016-11-29 15:56:15 UTC) #10
magjed_webrtc
https://codereview.webrtc.org/2517173004/diff/20001/webrtc/api/video/video_frame.cc File webrtc/api/video/video_frame.cc (right): https://codereview.webrtc.org/2517173004/diff/20001/webrtc/api/video/video_frame.cc#newcode2 webrtc/api/video/video_frame.cc:2: * Copyright (c) 2014 The WebRTC project authors. All ...
4 years ago (2016-11-29 16:40:26 UTC) #11
pthatcher1
lgtm, modulo some things that could be addressed in follow-up CLs, if we choose. https://codereview.webrtc.org/2517173004/diff/20001/webrtc/api/BUILD.gn ...
4 years ago (2016-11-30 00:48:28 UTC) #12
kjellander_webrtc
Replied only on the year discussion. https://codereview.webrtc.org/2517173004/diff/20001/webrtc/api/video/video_frame.cc File webrtc/api/video/video_frame.cc (right): https://codereview.webrtc.org/2517173004/diff/20001/webrtc/api/video/video_frame.cc#newcode2 webrtc/api/video/video_frame.cc:2: * Copyright (c) ...
4 years ago (2016-11-30 07:19:12 UTC) #13
nisse-webrtc
Addressed nits. Will look into moving I420Buffer next. https://codereview.webrtc.org/2517173004/diff/20001/webrtc/api/BUILD.gn File webrtc/api/BUILD.gn (right): https://codereview.webrtc.org/2517173004/diff/20001/webrtc/api/BUILD.gn#newcode346 webrtc/api/BUILD.gn:346: "video/rotation.h", ...
4 years ago (2016-11-30 11:26:03 UTC) #14
nisse-webrtc
New version, moving I420Buffer, and tweaking the signature of the Rotate method. What about SetToBlack, ...
4 years ago (2016-11-30 12:56:54 UTC) #15
the sun
lgtm % comments In particular, consider moving utilities out of I420Buffer to avoid pushing a ...
4 years ago (2016-12-05 22:36:29 UTC) #20
nisse-webrtc
Comments only, no updated patchset yet. https://codereview.webrtc.org/2517173004/diff/180001/webrtc/api/video/i420_buffer.h File webrtc/api/video/i420_buffer.h (right): https://codereview.webrtc.org/2517173004/diff/180001/webrtc/api/video/i420_buffer.h#newcode42 webrtc/api/video/i420_buffer.h:42: static rtc::scoped_refptr<I420Buffer> Rotate(const ...
4 years ago (2016-12-06 12:02:15 UTC) #21
magjed_webrtc
lgtm
4 years ago (2016-12-06 16:52:14 UTC) #22
the sun
https://codereview.webrtc.org/2517173004/diff/180001/webrtc/api/video/i420_buffer.h File webrtc/api/video/i420_buffer.h (right): https://codereview.webrtc.org/2517173004/diff/180001/webrtc/api/video/i420_buffer.h#newcode42 webrtc/api/video/i420_buffer.h:42: static rtc::scoped_refptr<I420Buffer> Rotate(const VideoFrameBuffer& src, On 2016/12/06 12:02:15, nisse-webrtc ...
4 years ago (2016-12-07 15:43:51 UTC) #23
nisse-webrtc
https://codereview.webrtc.org/2517173004/diff/180001/webrtc/api/video/i420_buffer.h File webrtc/api/video/i420_buffer.h (right): https://codereview.webrtc.org/2517173004/diff/180001/webrtc/api/video/i420_buffer.h#newcode63 webrtc/api/video/i420_buffer.h:63: uint8_t* MutableDataY(); On 2016/12/05 22:36:29, the sun wrote: > ...
4 years ago (2016-12-13 15:08:02 UTC) #24
the sun
still lgtm https://codereview.webrtc.org/2517173004/diff/180001/webrtc/test/fake_texture_frame.h File webrtc/test/fake_texture_frame.h (right): https://codereview.webrtc.org/2517173004/diff/180001/webrtc/test/fake_texture_frame.h#newcode42 webrtc/test/fake_texture_frame.h:42: buffer->InitializeData(); On 2016/12/13 15:08:02, nisse-webrtc wrote: > ...
4 years ago (2016-12-13 15:29:29 UTC) #25
nisse-webrtc
https://codereview.webrtc.org/2517173004/diff/260001/webrtc/common_video/BUILD.gn File webrtc/common_video/BUILD.gn (right): https://codereview.webrtc.org/2517173004/diff/260001/webrtc/common_video/BUILD.gn#newcode68 webrtc/common_video/BUILD.gn:68: deps += [ "$rtc_libyuv_dir" ] Adding the same value ...
4 years ago (2016-12-16 08:42:54 UTC) #30
kjellander_webrtc
https://codereview.webrtc.org/2517173004/diff/260001/webrtc/common_video/BUILD.gn File webrtc/common_video/BUILD.gn (right): https://codereview.webrtc.org/2517173004/diff/260001/webrtc/common_video/BUILD.gn#newcode68 webrtc/common_video/BUILD.gn:68: deps += [ "$rtc_libyuv_dir" ] On 2016/12/16 08:42:53, nisse-webrtc ...
4 years ago (2016-12-16 08:46:48 UTC) #31
nisse-webrtc
Seems to work now. I had to add a couple of extra includes to not ...
4 years ago (2016-12-16 14:01:24 UTC) #32
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/2517173004/330001
4 years ago (2016-12-19 09:00:23 UTC) #35
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/11543)
4 years ago (2016-12-19 09:03:59 UTC) #37
nisse-webrtc
Magnus: This pretty large cl needs root owner's approval, and since it's about video, I ...
4 years ago (2016-12-19 09:35:54 UTC) #39
mflodman
One minor comment, then LGTM. https://codereview.webrtc.org/2517173004/diff/330001/webrtc/common_video/include/video_frame_buffer.h File webrtc/common_video/include/video_frame_buffer.h (right): https://codereview.webrtc.org/2517173004/diff/330001/webrtc/common_video/include/video_frame_buffer.h#newcode18 webrtc/common_video/include/video_frame_buffer.h:18: // expect it to ...
4 years ago (2016-12-22 06:10:37 UTC) #40
nisse-webrtc
On 2016/12/22 06:10:37, mflodman wrote: > One minor comment, then LGTM. > > https://codereview.webrtc.org/2517173004/diff/330001/webrtc/common_video/include/video_frame_buffer.h > ...
4 years ago (2016-12-22 09:47:08 UTC) #41
nisse-webrtc
https://codereview.webrtc.org/2517173004/diff/330001/webrtc/common_video/include/video_frame_buffer.h File webrtc/common_video/include/video_frame_buffer.h (right): https://codereview.webrtc.org/2517173004/diff/330001/webrtc/common_video/include/video_frame_buffer.h#newcode18 webrtc/common_video/include/video_frame_buffer.h:18: // expect it to declare I420Buffer. Delete after callers ...
3 years, 11 months ago (2017-01-09 11:41:18 UTC) #42
nisse-webrtc
I've tried applying the cl to my chromium tree. It builds fine, after the final(?) ...
3 years, 11 months ago (2017-01-09 14:45:50 UTC) #43
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/2517173004/390001
3 years, 11 months ago (2017-01-09 14:46:23 UTC) #46
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on master.tryserver.webrtc (JOB_FAILED, no build URL)
3 years, 11 months ago (2017-01-09 15:13:01 UTC) #48
nisse-webrtc
https://codereview.webrtc.org/2517173004/diff/410001/webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm File webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm (right): https://codereview.webrtc.org/2517173004/diff/410001/webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm#newcode163 webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm:163: buffer = I420Buffer::Rotate(buffer->NativeToI420Buffer(), Magnus: Does this rebase with your ...
3 years, 11 months ago (2017-01-09 15:31:06 UTC) #49
magjed_webrtc
https://codereview.webrtc.org/2517173004/diff/410001/webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm File webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm (right): https://codereview.webrtc.org/2517173004/diff/410001/webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm#newcode163 webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm:163: buffer = I420Buffer::Rotate(buffer->NativeToI420Buffer(), On 2017/01/09 15:31:06, nisse-webrtc wrote: > ...
3 years, 11 months ago (2017-01-10 13:48:37 UTC) #50
nisse-webrtc
https://codereview.webrtc.org/2517173004/diff/410001/webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm File webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm (right): https://codereview.webrtc.org/2517173004/diff/410001/webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm#newcode165 webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm:165: if (rotation != kVideoRotation_180) { On 2017/01/10 13:48:37, magjed_webrtc ...
3 years, 11 months ago (2017-01-10 14:09:00 UTC) #51
magjed_webrtc
On 2017/01/10 14:09:00, nisse-webrtc wrote: > https://codereview.webrtc.org/2517173004/diff/410001/webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm > File webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm (right): > > https://codereview.webrtc.org/2517173004/diff/410001/webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm#newcode165 > ...
3 years, 11 months ago (2017-01-10 14:24:05 UTC) #54
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/2517173004/430001
3 years, 11 months ago (2017-01-10 15:15:22 UTC) #58
commit-bot: I haz the power
3 years, 11 months ago (2017-01-10 15:44:34 UTC) #61
Message was sent while issue was closed.
Committed patchset #23 (id:430001) as
https://chromium.googlesource.com/external/webrtc/+/af916899cc8ec685ebeaf414d...

Powered by Google App Engine
This is Rietveld 408576698