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

Issue 509313002: Mac Video Capture: Add Blackmagic DeckLink SDK for Mac to third_party folder (Closed)

Created:
6 years, 3 months ago by mcasas
Modified:
6 years, 3 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Mac Video Capture: Add Blackmagic DeckLink SDK for Mac to third_party folder BUG=408493, 408534 Committed: https://crrev.com/a2decf1c031fa2e085b5e6a86434a7fdd8ee6caf Cr-Commit-Position: refs/heads/master@{#294701}

Patch Set 1 : #

Total comments: 1

Patch Set 2 : decklink_mac/ -> decklink/, include/ -> mac/include/, added condition OS="mac" to decklink.gyp. #

Patch Set 3 : Whitelisting DeckLink license. Other minor corrections. #

Total comments: 8

Patch Set 4 : Revert checklicenses.py, make licensecheck.pl understand BSL. #

Total comments: 2

Patch Set 5 : Minor change in devscripts/licensecheck.pl. README.chromium quotes verbatim SDK description. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3689 lines, -1 line) Patch
A third_party/decklink/LICENSE View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/decklink/OWNERS View 1 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/decklink/README.chromium View 1 2 3 4 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/decklink/decklink.gyp View 1 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/decklink/mac/include/DeckLinkAPI.h View 1 1 chunk +787 lines, -0 lines 0 comments Download
A third_party/decklink/mac/include/DeckLinkAPIConfiguration.h View 1 1 chunk +181 lines, -0 lines 0 comments Download
A third_party/decklink/mac/include/DeckLinkAPIDeckControl.h View 1 1 chunk +215 lines, -0 lines 0 comments Download
A third_party/decklink/mac/include/DeckLinkAPIDiscovery.h View 1 1 chunk +71 lines, -0 lines 0 comments Download
A third_party/decklink/mac/include/DeckLinkAPIDispatch.cpp View 1 1 chunk +193 lines, -0 lines 0 comments Download
A third_party/decklink/mac/include/DeckLinkAPIDispatch_v7_6.cpp View 1 1 chunk +105 lines, -0 lines 0 comments Download
A third_party/decklink/mac/include/DeckLinkAPIDispatch_v8_0.cpp View 1 1 chunk +131 lines, -0 lines 0 comments Download
A third_party/decklink/mac/include/DeckLinkAPIModes.h View 1 1 chunk +186 lines, -0 lines 0 comments Download
A third_party/decklink/mac/include/DeckLinkAPIStreaming.h View 1 1 chunk +375 lines, -0 lines 0 comments Download
A third_party/decklink/mac/include/DeckLinkAPITypes.h View 1 1 chunk +98 lines, -0 lines 0 comments Download
A third_party/decklink/mac/include/DeckLinkAPIVersion.h View 1 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/decklink/mac/include/DeckLinkAPI_v7_1.h View 1 1 chunk +198 lines, -0 lines 0 comments Download
A third_party/decklink/mac/include/DeckLinkAPI_v7_3.h View 1 1 chunk +173 lines, -0 lines 0 comments Download
A third_party/decklink/mac/include/DeckLinkAPI_v7_6.h View 1 1 chunk +421 lines, -0 lines 0 comments Download
A third_party/decklink/mac/include/DeckLinkAPI_v7_9.h View 1 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/decklink/mac/include/DeckLinkAPI_v8_0.h View 1 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/decklink/mac/include/DeckLinkAPI_v8_1.h View 1 1 chunk +111 lines, -0 lines 0 comments Download
A third_party/decklink/mac/include/DeckLinkAPI_v9_2.h View 1 1 chunk +81 lines, -0 lines 0 comments Download
A third_party/decklink/mac/include/DeckLinkAPI_v9_9.h View 1 1 chunk +101 lines, -0 lines 0 comments Download
M third_party/devscripts/licensecheck.pl View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 28 (5 generated)
mcasas
Patchset #1 (id:1) has been deleted
6 years, 3 months ago (2014-08-28 09:40:52 UTC) #1
mcasas
mcasas@chromium.org changed reviewers: + magjed@chromium.org, tommi@chromium.org
6 years, 3 months ago (2014-08-28 09:47:44 UTC) #2
mcasas
tommi@, magjed@ please take a _first_ glance at the files: - LICENSE - OWNERS - ...
6 years, 3 months ago (2014-08-28 09:47:44 UTC) #3
mcasas
mcasas@chromium.org changed reviewers: + perkj@chromium.org
6 years, 3 months ago (2014-08-28 09:53:55 UTC) #4
mcasas
perkj@ PTAL -- same comments as in the previous message.
6 years, 3 months ago (2014-08-28 09:53:55 UTC) #5
perkj_chrome
Not all cc files are used in the gyp files. Should they still be included? ...
6 years, 3 months ago (2014-08-28 11:35:44 UTC) #6
mcasas
On 2014/08/28 11:35:44, perkj wrote: > Not all cc files are used in the gyp ...
6 years, 3 months ago (2014-08-29 09:56:05 UTC) #7
magjed_chromium
lgtm as far as I can tell. The files contain tabs etc, do we want ...
6 years, 3 months ago (2014-09-02 15:26:57 UTC) #8
tommi (sloooow) - chröme
On 2014/09/02 15:26:57, magjed wrote: > lgtm as far as I can tell. > The ...
6 years, 3 months ago (2014-09-02 18:28:44 UTC) #9
mcasas
phajdan.jr@chromium.org: Please review changes in tools/checklicenses/checklicenses.py darin@chromium.org: PTAL. NOTE: crbug.com/408534 deals with the appropriate permissions/security/etc ...
6 years, 3 months ago (2014-09-05 08:54:03 UTC) #11
Paweł Hajdan Jr.
Sorry, "not lgtm", see comments below. https://codereview.chromium.org/509313002/diff/60001/third_party/decklink/README.chromium File third_party/decklink/README.chromium (right): https://codereview.chromium.org/509313002/diff/60001/third_party/decklink/README.chromium#newcode4 third_party/decklink/README.chromium:4: License: *** TO ...
6 years, 3 months ago (2014-09-08 09:53:31 UTC) #12
tommi (sloooow) - chröme
https://codereview.chromium.org/509313002/diff/60001/third_party/decklink/README.chromium File third_party/decklink/README.chromium (right): https://codereview.chromium.org/509313002/diff/60001/third_party/decklink/README.chromium#newcode4 third_party/decklink/README.chromium:4: License: *** TO BE DETERMINED *** On 2014/09/08 09:53:31, ...
6 years, 3 months ago (2014-09-08 17:04:51 UTC) #13
mcasas
pawel, darin@, PTAL. https://codereview.chromium.org/509313002/diff/60001/tools/checklicenses/checklicenses.py File tools/checklicenses/checklicenses.py (right): https://codereview.chromium.org/509313002/diff/60001/tools/checklicenses/checklicenses.py#newcode179 tools/checklicenses/checklicenses.py:179: 'third_party/decklink': [ # http://crbug.com/408534 On 2014/09/08 ...
6 years, 3 months ago (2014-09-08 21:16:10 UTC) #14
Paweł Hajdan Jr.
https://codereview.chromium.org/509313002/diff/60001/third_party/decklink/README.chromium File third_party/decklink/README.chromium (right): https://codereview.chromium.org/509313002/diff/60001/third_party/decklink/README.chromium#newcode8 third_party/decklink/README.chromium:8: DeckLink SDK is a proprietary library to interface and ...
6 years, 3 months ago (2014-09-09 12:31:36 UTC) #15
mcasas
Pawel, PTAL I suggest we try to round up the form of this CL and ...
6 years, 3 months ago (2014-09-09 15:31:50 UTC) #17
Paweł Hajdan Jr.
LGTM
6 years, 3 months ago (2014-09-11 12:10:42 UTC) #18
mcasas
brettw@/ cpu@/ darin@: RS OWNERS please. This landing has been approved by legal and OSS, ...
6 years, 3 months ago (2014-09-12 09:51:46 UTC) #20
brettw
On 2014/09/12 09:51:46, mcasas wrote: > brettw@/ cpu@/ darin@: RS OWNERS please. > > This ...
6 years, 3 months ago (2014-09-12 22:26:40 UTC) #21
tommi (sloooow) - chröme
Yes, Danny has already approved. On Fri, Sep 12, 2014 at 3:26 PM, <brettw@chromium.org> wrote: ...
6 years, 3 months ago (2014-09-12 22:37:15 UTC) #22
brettw
lgtm
6 years, 3 months ago (2014-09-12 22:40:27 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/509313002/120001
6 years, 3 months ago (2014-09-12 22:54:14 UTC) #25
commit-bot: I haz the power
Failed to commit the patch.
6 years, 3 months ago (2014-09-13 00:18:14 UTC) #27
commit-bot: I haz the power
6 years, 3 months ago (2014-09-13 00:42:47 UTC) #28
Patchset 5 (id:??) landed as
https://crrev.com/a2decf1c031fa2e085b5e6a86434a7fdd8ee6caf
Cr-Commit-Position: refs/heads/master@{#294701}

Powered by Google App Engine
This is Rietveld 408576698