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

Issue 2795163002: Reland of Move video_encoder.h and video_decoder.h to /api and create GN targets for them (Closed)

Created:
3 years, 8 months ago by ilnik
Modified:
3 years, 8 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, peah-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Reland of Move video_encoder.h and video_decoder.h to /api and create GN targets for them (patchset #1 id:1 of https://codereview.webrtc.org/2794033002/ ) Reason for revert: Reland with temporary deprecated API to not break chromium and google3. Original issue's description: > Revert of Move video_encoder.h and video_decoder.h to /api and create GN targets for them (patchset #8 id:140001 of https://codereview.webrtc.org/2780943003/ ) > > Reason for revert: > Suspect of breaking Chrome FYI bots. > > See > https://build.chromium.org/p/chromium.webrtc.fyi/builders/Mac%20Builder/builds/23065 > https://build.chromium.org/p/chromium.webrtc.fyi/builders/Android%20Builder > > Example logs: > ../../content/renderer/media/gpu/rtc_video_encoder_unittest.cc:18:46: fatal error: third_party/webrtc/video_encoder.h: No such file or directory > #include "third_party/webrtc/video_encoder.h" > ^ > > Original issue's description: > > Move video_encoder.h and video_decoder.h to /api and create GN targets for them > > > > BUG=webrtc:5881 > > # Because PRESUBMIT ignores LINT blacklist for moved files and these > > # headers have some not easy to resolve issues. > > NOPRESUBMIT=True > > > > Review-Url: https://codereview.webrtc.org/2780943003 > > Cr-Commit-Position: refs/heads/master@{#17511} > > Committed: https://chromium.googlesource.com/external/webrtc/+/c42f54057050c933008a49d57582577bfb9aed25 > > TBR=solenberg@webrtc.org,sprang@webrtc.org,ilnik@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:5881 > > Review-Url: https://codereview.webrtc.org/2794033002 > Cr-Commit-Position: refs/heads/master@{#17514} > Committed: https://chromium.googlesource.com/external/webrtc/+/716d7ac5c1ed6e392e264b34065800bbf03772b3 TBR=solenberg@webrtc.org,sprang@webrtc.org,guidou@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:5881 Review-Url: https://codereview.webrtc.org/2795163002 Cr-Commit-Position: refs/heads/master@{#17537} Committed: https://chromium.googlesource.com/external/webrtc/+/d60d06a9f971a36c9a51ff9919850cffb993893c

Patch Set 1 #

Patch Set 2 : Add deprecated headers in the place of the moved ones #

Patch Set 3 : rebase #

Patch Set 4 : Add deprecated comments #

Patch Set 5 : Revert changes to PRESUBMIT.py for testing on buildbots #

Patch Set 6 : Revert changes to PRESUBMIT.py for testing on buildbots #

Patch Set 7 : Revert changes to PRESUBMIT.py for testing on buildbots #

Total comments: 3

Patch Set 8 : fix typo #

Patch Set 9 : Rebase #

Patch Set 10 : updating new video_decoder.h to be exact copy of the old file #

Patch Set 11 : rebase #

Patch Set 12 : Rebase #

Patch Set 13 : Fix typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -311 lines) Patch
M PRESUBMIT.py View 1 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/DEPS View 1 1 chunk +0 lines, -2 lines 0 comments Download
A webrtc/api/video_codecs/BUILD.gn View 1 chunk +28 lines, -0 lines 0 comments Download
A + webrtc/api/video_codecs/video_decoder.h View 1 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/api/video_codecs/video_encoder.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/media/BUILD.gn View 1 3 chunks +3 lines, -0 lines 0 comments Download
M webrtc/media/engine/fakewebrtcvideoengine.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/media/engine/videodecodersoftwarefallbackwrapper.h View 9 10 1 chunk +1 line, -1 line 0 comments Download
M webrtc/media/engine/videodecodersoftwarefallbackwrapper_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/media/engine/videoencodersoftwarefallbackwrapper.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/media/engine/webrtcvideoengine2.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2_unittest.cc View 1 3 chunks +1 line, -2 lines 0 comments Download
M webrtc/modules/video_coding/BUILD.gn View 1 4 chunks +4 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/test/video_codec_test.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/simulcast_rate_allocator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/include/video_codec_interface.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/utility/quality_scaler.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/video_codec_initializer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/pc/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/sdk/android/src/jni/androidmediaencoder_jni.cc View 1 11 chunks +30 lines, -27 lines 0 comments Download
M webrtc/test/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/test/configurable_frame_size_encoder.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/fake_encoder.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/BUILD.gn View 1 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/video/end_to_end_tests.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M webrtc/video/payload_router.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/replay.cc View 2 chunks +1 line, -1 line 0 comments Download
M webrtc/video/video_receive_stream_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M webrtc/video/vie_encoder.h View 1 2 chunks +1 line, -1 line 0 comments Download
M webrtc/video_decoder.h View 1 2 3 4 5 6 7 9 10 2 chunks +3 lines, -72 lines 0 comments Download
D webrtc/video_encoder.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -178 lines 0 comments Download

Messages

Total messages: 16 (10 generated)
ilnik
Created Reland of Move video_encoder.h and video_decoder.h to /api and create GN targets for them
3 years, 8 months ago (2017-04-04 07:44:04 UTC) #1
kjellander (google.com)
The trybots are failing since you're missing an s in the include paths https://codereview.webrtc.org/2795163002/diff/160003/webrtc/video_decoder.h File ...
3 years, 8 months ago (2017-04-04 10:14:31 UTC) #8
ilnik
https://codereview.webrtc.org/2795163002/diff/160003/webrtc/video_decoder.h File webrtc/video_decoder.h (right): https://codereview.webrtc.org/2795163002/diff/160003/webrtc/video_decoder.h#newcode15 webrtc/video_decoder.h:15: #include "webrtc/api/video_codec/video_decoder.h" On 2017/04/04 10:14:30, kjellander (google.com) wrote: > ...
3 years, 8 months ago (2017-04-04 10:20:35 UTC) #9
the sun
lgtm % the failing bot
3 years, 8 months ago (2017-04-04 18:58:55 UTC) #10
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/2795163002/500001
3 years, 8 months ago (2017-04-05 10:02:11 UTC) #13
commit-bot: I haz the power
3 years, 8 months ago (2017-04-05 10:02:25 UTC) #16
Message was sent while issue was closed.
Committed patchset #13 (id:500001) as
https://chromium.googlesource.com/external/webrtc/+/d60d06a9f971a36c9a51ff991...

Powered by Google App Engine
This is Rietveld 408576698