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

Issue 383893002: Zero initialize the first allocation of a VideoFrame. (Closed)

Created:
6 years, 5 months ago by DaleCurtis
Modified:
6 years, 5 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Project:
chromium
Visibility:
Public.

Description

Zero initialize the first allocation of a VideoFrame. Replicates FFmpeg's behavior for frame allocation. They do not zero the frame on subsequent pool reuse, so I have not done so either. BUG=390941, 390944, 390945 TEST=new unittest. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282775

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -3 lines) Patch
M media/base/video_frame.cc View 1 chunk +6 lines, -3 lines 0 comments Download
M media/base/video_frame_unittest.cc View 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
DaleCurtis
It's a little tricky to follow the flow to where FFmpeg eventually zeros out the ...
6 years, 5 months ago (2014-07-10 23:00:32 UTC) #1
scherkus (not reviewing)
OOC did we confirm the msan reports are fixed?
6 years, 5 months ago (2014-07-11 00:57:48 UTC) #2
DaleCurtis
Yeah, I built an msan build locally and confirmed the third bug is fixed. The ...
6 years, 5 months ago (2014-07-11 01:11:07 UTC) #3
scherkus (not reviewing)
lgtm
6 years, 5 months ago (2014-07-11 19:26:28 UTC) #4
DaleCurtis
The CQ bit was checked by dalecurtis@chromium.org
6 years, 5 months ago (2014-07-11 20:23:36 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dalecurtis@chromium.org/383893002/1
6 years, 5 months ago (2014-07-11 20:24:30 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-12 00:06:17 UTC) #7
commit-bot: I haz the power
6 years, 5 months ago (2014-07-12 01:53:32 UTC) #8
Message was sent while issue was closed.
Change committed as 282775

Powered by Google App Engine
This is Rietveld 408576698