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

Issue 3004603002: Update jpeg writer to compile on iOS and document it better (Closed)

Created:
3 years, 3 months ago by ilnik
Modified:
3 years, 3 months ago
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Update jpeg writer to compile on iOS and document it better Original implementation of jpeg writer didn't compile on iOS at all. This required clients to exclude some code using defines, which leads to more complicated code. Now, instead, jpeg writer will compile but will do nothing on iOS. Clients' code don't need any additional checks now. BUG=none Review-Url: https://codereview.webrtc.org/3004603002 Cr-Commit-Position: refs/heads/master@{#19558} Committed: https://chromium.googlesource.com/external/webrtc/+/d986d768061f45a1d34ab8e97406ebcb6c15618a

Patch Set 1 #

Patch Set 2 : remove private fields in declaration of a frame writer for iOS #

Patch Set 3 : Fix CE #

Patch Set 4 : rebase #

Patch Set 5 : Remove IOS check from video_replay tool. #

Patch Set 6 : Rename jpeg_frame_writer_dummy.cc to jpeg_frame_writer_ios.cc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -9 lines) Patch
M webrtc/test/BUILD.gn View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/test/testsupport/frame_writer.h View 1 1 chunk +5 lines, -3 lines 0 comments Download
M webrtc/test/testsupport/jpeg_frame_writer.cc View 1 chunk +4 lines, -1 line 0 comments Download
A webrtc/test/testsupport/jpeg_frame_writer_ios.cc View 1 2 3 4 5 1 chunk +30 lines, -0 lines 0 comments Download
M webrtc/video/replay.cc View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/video/video_quality_test.cc View 2 chunks +0 lines, -3 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
ilnik
3 years, 3 months ago (2017-08-28 07:46:10 UTC) #2
sprang_webrtc
lgtm but not a fan of the word "dummy". Maybe make it clear it's a ...
3 years, 3 months ago (2017-08-28 08:09:30 UTC) #3
ilnik
On 2017/08/28 08:09:30, sprang_webrtc wrote: > lgtm but not a fan of the word "dummy". ...
3 years, 3 months ago (2017-08-28 08:10:17 UTC) #4
kjellander_webrtc
lgtm but I'd like a little more background behind why this is done in the ...
3 years, 3 months ago (2017-08-28 12:27:15 UTC) #5
ilnik
On 2017/08/28 12:27:15, kjellander_webrtc wrote: > lgtm but I'd like a little more background behind ...
3 years, 3 months ago (2017-08-28 12:40:38 UTC) #6
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/3004603002/100001
3 years, 3 months ago (2017-08-28 12:43:01 UTC) #10
commit-bot: I haz the power
3 years, 3 months ago (2017-08-28 13:08:42 UTC) #13
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/external/webrtc/+/d986d768061f45a1d34ab8e97...

Powered by Google App Engine
This is Rietveld 408576698