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

Issue 1963413004: Reland of Delete webrtc::VideoFrame methods buffer and stride. (Closed)

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

Description

Reland of Delete webrtc::VideoFrame methods buffer and stride. (patchset #1 id:1 of https://codereview.webrtc.org/1935443002/ ) Reason for revert: I plan to reland this change in a week or two, after downstream users are updated. Original issue's description: > Revert of Delete webrtc::VideoFrame methods buffer and stride. (patchset #14 id:250001 of https://codereview.webrtc.org/1900673002/ ) > > Reason for revert: > Breaks chrome FYI bots. > > Original issue's description: > > Delete webrtc::VideoFrame methods buffer and stride. > > > > To make the HasOneRef/IsMutable hack work, also had to change the > > video_frame_buffer method to return a const ref to a scoped_ref_ptr, > > to not imply an AddRef. > > > > BUG=webrtc:5682 > > TBR=perkj@webrtc.org,magjed@webrtc.org,pbos@webrtc.org,pthatcher@webrtc.org,stefan@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:5682 > > Committed: https://crrev.com/5b3c443d301f2c2f18dac5b02652c08b91ea3828 > Cr-Commit-Position: refs/heads/master@{#12558} TBR=perkj@webrtc.org,magjed@webrtc.org,pbos@webrtc.org,pthatcher@webrtc.org,stefan@webrtc.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=webrtc:5682 Committed: https://crrev.com/d0dc66e0ea30c8614001e425a4ae0aa7dd56c2a7 Cr-Commit-Position: refs/heads/master@{#12721}

Patch Set 1 #

Patch Set 2 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+412 lines, -399 lines) Patch
M webrtc/api/java/jni/androidmediaencoder_jni.cc View 1 1 chunk +6 lines, -3 lines 0 comments Download
M webrtc/common_video/i420_video_frame_unittest.cc View 1 5 chunks +33 lines, -30 lines 0 comments Download
M webrtc/common_video/libyuv/libyuv_unittest.cc View 1 1 chunk +0 lines, -55 lines 0 comments Download
M webrtc/common_video/libyuv/scaler.cc View 1 2 chunks +30 lines, -25 lines 0 comments Download
M webrtc/common_video/libyuv/webrtc_libyuv.cc View 1 7 chunks +105 lines, -81 lines 0 comments Download
M webrtc/common_video/video_frame.cc View 1 4 chunks +27 lines, -20 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2.cc View 1 2 chunks +21 lines, -20 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/modules/video_capture/test/video_capture_unittest.cc View 1 6 chunks +9 lines, -32 lines 0 comments Download
M webrtc/modules/video_capture/video_capture.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc View 1 4 chunks +27 lines, -16 lines 0 comments Download
M webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.cc View 1 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.cc View 1 1 chunk +8 lines, -4 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/simulcast_encoder_adapter.cc View 1 1 chunk +15 lines, -8 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/simulcast_unittest.h View 1 12 chunks +47 lines, -33 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc View 1 2 chunks +15 lines, -9 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc View 1 1 chunk +9 lines, -6 lines 0 comments Download
M webrtc/modules/video_processing/test/video_processing_unittest.cc View 1 1 chunk +6 lines, -3 lines 0 comments Download
M webrtc/modules/video_processing/video_denoiser.cc View 1 2 chunks +16 lines, -13 lines 0 comments Download
M webrtc/test/frame_generator.cc View 1 2 chunks +15 lines, -12 lines 0 comments Download
M webrtc/test/frame_generator_unittest.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/video/video_capture_input_unittest.cc View 1 2 chunks +2 lines, -4 lines 0 comments Download
M webrtc/video/video_encoder_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/video_frame.h View 1 2 chunks +4 lines, -9 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
nisse-webrtc
Created Reland of Delete webrtc::VideoFrame methods buffer and stride.
4 years, 7 months ago (2016-05-11 06:11:05 UTC) #1
perkj_webrtc
On 2016/05/11 06:11:05, nisse-webrtc wrote: > Created Reland of Delete webrtc::VideoFrame methods buffer and stride. ...
4 years, 7 months ago (2016-05-11 09:10:21 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1963413004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1963413004/1
4 years, 7 months ago (2016-05-13 08:40:37 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_mips_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_compile_mips_dbg/builds/1912) android_gn_dbg on ...
4 years, 7 months ago (2016-05-13 08:41:48 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1963413004/290001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1963413004/290001
4 years, 7 months ago (2016-05-13 09:58:26 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-13 10:58:40 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1963413004/290001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1963413004/290001
4 years, 7 months ago (2016-05-13 11:10:22 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:290001)
4 years, 7 months ago (2016-05-13 11:12:46 UTC) #14
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/d0dc66e0ea30c8614001e425a4ae0aa7dd56c2a7 Cr-Commit-Position: refs/heads/master@{#12721}
4 years, 7 months ago (2016-05-13 11:12:52 UTC) #16
tommi
4 years, 7 months ago (2016-05-14 10:17:49 UTC) #17
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:290001) has been created in
https://codereview.webrtc.org/1983583002/ by tommi@webrtc.org.

The reason for reverting is: Speculative revert to see if failures on the
DrMemory bot are related to this cl.  See e.g. here:
https://build.chromium.org/p/client.webrtc/builders/Win%20DrMemory%20Full/bui...

UNINITIALIZED READ: reading 0x04980040-0x04980060 32 byte(s) within
0x04980040-0x04980060
# 0 CopyRow_AVX
# 1 CopyPlane
# 2 I420Copy
# 3 webrtc::ExtractBuffer
# 4 cricket::WebRtcVideoCapturer::SignalFrameCapturedOnStartThread
# 5 cricket::WebRtcVideoCapturer::OnIncomingCapturedFrame
# 6 FakeWebRtcVideoCaptureModule::SendFrame
# 7 WebRtcVideoCapturerTest_TestCaptureVcm_Test::TestBody
# 8 testing::internal::HandleSehExceptionsInMethodIfSupported<>.

Powered by Google App Engine
This is Rietveld 408576698