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

Issue 1853503003: Add CoreVideoFrameBuffer. (Closed)

Created:
4 years, 8 months ago by tkchin_webrtc
Modified:
4 years, 8 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhengzhonghou_agora.io, video-team_agora.io, stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add CoreVideoFrameBuffer. - Makes vt h264 decoder output CoreVideoFrameBuffer - Makes iOS renderer convert frame buffer if it is not i420 BUG= Committed: https://crrev.com/7d06a8cfe420772aa0bb5658f7b28396ab9b1e26 Cr-Commit-Position: refs/heads/master@{#12224}

Patch Set 1 : #

Patch Set 2 : Fix weird test compile failure #

Patch Set 3 : Add guards #

Total comments: 6

Patch Set 4 : Move to own file. #

Total comments: 2

Patch Set 5 : Rename file for readability. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+202 lines, -58 lines) Patch
M webrtc/api/objc/RTCEAGLVideoView.m View 1 2 chunks +7 lines, -3 lines 0 comments Download
M webrtc/api/objc/RTCVideoFrame.h View 2 chunks +12 lines, -0 lines 0 comments Download
M webrtc/api/objc/RTCVideoFrame.mm View 1 2 3 3 chunks +50 lines, -9 lines 0 comments Download
M webrtc/api/objc/RTCVideoFrame+Private.h View 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/api/statscollector_unittest.cc View 1 4 chunks +8 lines, -7 lines 0 comments Download
M webrtc/common_video/BUILD.gn View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M webrtc/common_video/common_video.gyp View 1 2 3 4 1 chunk +13 lines, -0 lines 0 comments Download
A webrtc/common_video/corevideo_frame_buffer.cc View 1 2 3 4 1 chunk +61 lines, -0 lines 0 comments Download
A webrtc/common_video/include/corevideo_frame_buffer.h View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_decoder.cc View 1 2 3 4 3 chunks +6 lines, -39 lines 0 comments Download

Messages

Total messages: 29 (16 generated)
tkchin_webrtc
4 years, 8 months ago (2016-04-01 01:45:18 UTC) #11
pbos-webrtc
looks good overall, I think they shouldn't be ifdeffed into existing files though https://codereview.webrtc.org/1853503003/diff/220001/webrtc/api/objc/RTCVideoFrame.mm File ...
4 years, 8 months ago (2016-04-01 11:56:11 UTC) #13
tkchin_webrtc
https://codereview.webrtc.org/1853503003/diff/220001/webrtc/api/objc/RTCVideoFrame.mm File webrtc/api/objc/RTCVideoFrame.mm (right): https://codereview.webrtc.org/1853503003/diff/220001/webrtc/api/objc/RTCVideoFrame.mm#newcode43 webrtc/api/objc/RTCVideoFrame.mm:43: if (self.i420Buffer) { On 2016/04/01 11:56:10, pbos-webrtc wrote: > ...
4 years, 8 months ago (2016-04-01 16:09:29 UTC) #14
tkchin_webrtc
4 years, 8 months ago (2016-04-01 16:09:31 UTC) #15
pbos-webrtc
magjed@: Where do you think platform-specific instances of VideoFrame should go? (What folder?) Does this ...
4 years, 8 months ago (2016-04-04 11:15:46 UTC) #17
magjed_webrtc
On 2016/04/04 11:15:46, pbos-webrtc wrote: > magjed@: Where do you think platform-specific instances of VideoFrame ...
4 years, 8 months ago (2016-04-04 14:02:43 UTC) #18
magjed_webrtc
Cool, lgtm. https://codereview.webrtc.org/1853503003/diff/240001/webrtc/common_video/include/core_video_frame_buffer.h File webrtc/common_video/include/core_video_frame_buffer.h (right): https://codereview.webrtc.org/1853503003/diff/240001/webrtc/common_video/include/core_video_frame_buffer.h#newcode23 webrtc/common_video/include/core_video_frame_buffer.h:23: virtual ~CoreVideoFrameBuffer(); nit: Override instead of virtual?
4 years, 8 months ago (2016-04-04 14:03:30 UTC) #19
pbos-webrtc
maybe call the filename "corevideo_frame_buffer" for readability
4 years, 8 months ago (2016-04-04 14:06:34 UTC) #20
pbos-webrtc
lgtm as well
4 years, 8 months ago (2016-04-04 14:06:43 UTC) #21
tkchin_webrtc
corevideo_frame_buffer makes sense. Done. Thanks! https://codereview.webrtc.org/1853503003/diff/240001/webrtc/common_video/include/core_video_frame_buffer.h File webrtc/common_video/include/core_video_frame_buffer.h (right): https://codereview.webrtc.org/1853503003/diff/240001/webrtc/common_video/include/core_video_frame_buffer.h#newcode23 webrtc/common_video/include/core_video_frame_buffer.h:23: virtual ~CoreVideoFrameBuffer(); On 2016/04/04 ...
4 years, 8 months ago (2016-04-04 19:12:51 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1853503003/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1853503003/260001
4 years, 8 months ago (2016-04-04 19:15:22 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:260001)
4 years, 8 months ago (2016-04-04 21:10:47 UTC) #27
commit-bot: I haz the power
4 years, 8 months ago (2016-04-04 21:10:56 UTC) #29
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/7d06a8cfe420772aa0bb5658f7b28396ab9b1e26
Cr-Commit-Position: refs/heads/master@{#12224}

Powered by Google App Engine
This is Rietveld 408576698