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

Issue 531863002: Extend media glue code to support the VideoToolbox cast video encoder. (Closed)

Created:
6 years, 3 months ago by jfroy
Modified:
6 years, 3 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@base-glue
Project:
chromium
Visibility:
Public.

Description

Extend media glue code to support the VideoToolbox cast video encoder. BUG=409897 R=rsesek, DaleCurtis Committed: https://crrev.com/79fae2e8bf9f295e70b9dba9744121faae076c37 Cr-Commit-Position: refs/heads/master@{#294654}

Patch Set 1 #

Patch Set 2 : Move new glue files to media/base/apple. Import Foundation.h. #

Patch Set 3 : Fix build errors caused by a missing type alias and the property key accessor generator macro. #

Patch Set 4 : Rebase and various build fixes. #

Patch Set 5 : Rework the VideoToolbox glue to allow lower-overhead calls to functions and support load failure. #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+639 lines, -1 line) Patch
M media/base/mac/BUILD.gn View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M media/base/mac/coremedia_glue.h View 1 2 3 3 chunks +52 lines, -0 lines 2 comments Download
M media/base/mac/coremedia_glue.mm View 1 2 3 6 chunks +225 lines, -1 line 0 comments Download
A media/base/mac/corevideo_glue.h View 1 2 3 4 1 chunk +30 lines, -0 lines 0 comments Download
A media/base/mac/videotoolbox_glue.h View 1 2 3 4 1 chunk +105 lines, -0 lines 2 comments Download
A media/base/mac/videotoolbox_glue.mm View 1 2 3 4 1 chunk +218 lines, -0 lines 0 comments Download
M media/media.gyp View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (1 generated)
jfroy
6 years, 3 months ago (2014-09-02 17:49:22 UTC) #1
jfroy
This is the final set of media glue functions for the VideoToolbox encoder. Thanks for ...
6 years, 3 months ago (2014-09-10 00:27:09 UTC) #2
jfroy
I significantly reworked the VideoToolbox glue to 1) reduce function call overhead 2) allow load ...
6 years, 3 months ago (2014-09-11 01:16:11 UTC) #3
Robert Sesek
LGTM https://codereview.chromium.org/531863002/diff/80001/media/base/mac/coremedia_glue.h File media/base/mac/coremedia_glue.h (right): https://codereview.chromium.org/531863002/diff/80001/media/base/mac/coremedia_glue.h#newcode111 media/base/mac/coremedia_glue.h:111: /*__OSX_AVAILABLE_STARTING(__MAC_10_9,__IPHONE_7_0)*/; None of the other functions carry these ...
6 years, 3 months ago (2014-09-12 16:16:17 UTC) #4
jfroy
https://codereview.chromium.org/531863002/diff/80001/media/base/mac/coremedia_glue.h File media/base/mac/coremedia_glue.h (right): https://codereview.chromium.org/531863002/diff/80001/media/base/mac/coremedia_glue.h#newcode111 media/base/mac/coremedia_glue.h:111: /*__OSX_AVAILABLE_STARTING(__MAC_10_9,__IPHONE_7_0)*/; On 2014/09/12 16:16:16, rsesek wrote: > None of ...
6 years, 3 months ago (2014-09-12 17:11:47 UTC) #5
DaleCurtis
lgtm
6 years, 3 months ago (2014-09-12 17:51:57 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/531863002/80001
6 years, 3 months ago (2014-09-12 19:38:47 UTC) #8
commit-bot: I haz the power
Committed patchset #5 (id:80001) as fb215fc2e43f9d77dd1bb77ab4c1e54ba1209054
6 years, 3 months ago (2014-09-12 20:50:43 UTC) #9
commit-bot: I haz the power
6 years, 3 months ago (2014-09-12 20:55:16 UTC) #10
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/79fae2e8bf9f295e70b9dba9744121faae076c37
Cr-Commit-Position: refs/heads/master@{#294654}

Powered by Google App Engine
This is Rietveld 408576698