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

Issue 101623006: Created VideoFramePool to avoid unnecessary VideoFrame alloc/free. (Closed)

Created:
7 years ago by acolwell GONE FROM CHROMIUM
Modified:
7 years ago
Reviewers:
DaleCurtis
CC:
chromium-reviews, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Created VideoFramePool to avoid unnecessary VideoFrame alloc/free. BUG=319000 TEST=All existing tests still pass. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239666

Patch Set 1 #

Patch Set 2 : Fix frame wrapping for YUVA #

Patch Set 3 : Fix YUVA frame wrapping #

Patch Set 4 : Remove unnecessary forward decls #

Patch Set 5 : Add PoolImpl destructor to make clang on the bots happy. #

Total comments: 12

Patch Set 6 : Address CR comments #

Patch Set 7 : Change SimpleFormatChange test so it can pass on Android. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+286 lines, -3 lines) Patch
M media/base/video_frame.h View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M media/base/video_frame.cc View 1 2 3 4 5 1 chunk +17 lines, -0 lines 0 comments Download
A media/base/video_frame_pool.h View 1 2 3 4 5 6 1 chunk +50 lines, -0 lines 0 comments Download
A media/base/video_frame_pool.cc View 1 2 3 4 5 6 1 chunk +128 lines, -0 lines 0 comments Download
A media/base/video_frame_pool_unittest.cc View 1 2 3 4 5 6 1 chunk +73 lines, -0 lines 0 comments Download
M media/filters/ffmpeg_video_decoder.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M media/filters/ffmpeg_video_decoder.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M media/filters/vpx_video_decoder.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M media/filters/vpx_video_decoder.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/media.gyp View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
acolwell GONE FROM CHROMIUM
7 years ago (2013-12-09 18:39:57 UTC) #1
acolwell GONE FROM CHROMIUM
changing reviewer to dalecurtis@
7 years ago (2013-12-09 20:19:53 UTC) #2
DaleCurtis
Add a simple unittest? https://codereview.chromium.org/101623006/diff/100001/media/base/video_frame.cc File media/base/video_frame.cc (right): https://codereview.chromium.org/101623006/diff/100001/media/base/video_frame.cc#newcode187 media/base/video_frame.cc:187: Extra line. https://codereview.chromium.org/101623006/diff/100001/media/base/video_frame.h File media/base/video_frame.h ...
7 years ago (2013-12-09 20:48:24 UTC) #3
acolwell GONE FROM CHROMIUM
Addressed comments and added simple unittests. https://codereview.chromium.org/101623006/diff/100001/media/base/video_frame.cc File media/base/video_frame.cc (right): https://codereview.chromium.org/101623006/diff/100001/media/base/video_frame.cc#newcode187 media/base/video_frame.cc:187: On 2013/12/09 20:48:25, ...
7 years ago (2013-12-09 21:42:11 UTC) #4
DaleCurtis
lgtm
7 years ago (2013-12-09 21:48:36 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/101623006/2
7 years ago (2013-12-09 22:10:56 UTC) #6
commit-bot: I haz the power
Failed to trigger a try job on linux_rel HTTP Error 400: Bad Request
7 years ago (2013-12-10 01:21:17 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/101623006/120001
7 years ago (2013-12-10 01:24:34 UTC) #8
commit-bot: I haz the power
7 years ago (2013-12-10 05:17:20 UTC) #9
Message was sent while issue was closed.
Change committed as 239666

Powered by Google App Engine
This is Rietveld 408576698