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

Issue 2174533002: Implement WebM subsample support (Closed)

Created:
4 years, 5 months ago by kqyang
Modified:
4 years, 3 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, halliwell, ddorwin
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement WebM subsample support according to the specification at http://wiki.webmproject.org/encryption/webm-subsample-encryption. BUG=630344 Committed: https://crrev.com/f35464f359937e4f2ad362cd7919223b012dfd3f Cr-Commit-Position: refs/heads/master@{#418705}

Patch Set 1 #

Patch Set 2 : update with new partition meaning #

Patch Set 3 : Update with new meaning of partition #

Patch Set 4 : Rewrite the code to make it clearer #

Total comments: 9

Patch Set 5 : Address review comments #

Total comments: 2

Patch Set 6 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+345 lines, -9 lines) Patch
M media/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M media/formats/webm/webm_constants.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M media/formats/webm/webm_crypto_helpers.h View 2 chunks +8 lines, -6 lines 0 comments Download
M media/formats/webm/webm_crypto_helpers.cc View 1 2 3 4 3 chunks +97 lines, -3 lines 0 comments Download
A media/formats/webm/webm_crypto_helpers_unittest.cc View 1 1 chunk +236 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (14 generated)
kqyang
chcunningham@chromium.org: Please review changes in ddorwin@chromium.org: Please review changes in
4 years, 4 months ago (2016-07-27 22:26:06 UTC) #5
chcunningham
I'm a little confused on the partition offset parsing. I thought N = N+1 comment ...
4 years, 4 months ago (2016-07-29 21:32:43 UTC) #6
chcunningham
LGTM, but David may also want to take a look before you submit. https://codereview.chromium.org/2174533002/diff/60001/media/formats/webm/webm_crypto_helpers.cc File ...
4 years, 4 months ago (2016-07-29 22:26:23 UTC) #7
kqyang
PTAL https://codereview.chromium.org/2174533002/diff/60001/media/formats/webm/webm_crypto_helpers.cc File media/formats/webm/webm_crypto_helpers.cc (right): https://codereview.chromium.org/2174533002/diff/60001/media/formats/webm/webm_crypto_helpers.cc#newcode48 media/formats/webm/webm_crypto_helpers.cc:48: ? frame_data_size On 2016/07/29 22:26:22, chcunningham wrote: > ...
4 years, 4 months ago (2016-08-02 00:07:23 UTC) #8
ddorwin
You don't need my review. However, see my questions in the bug. Specifically, is this ...
4 years, 4 months ago (2016-08-02 19:14:00 UTC) #10
chcunningham1
LGTM
4 years, 4 months ago (2016-08-02 19:52:31 UTC) #12
tinskip1
lgtm https://codereview.chromium.org/2174533002/diff/80001/media/formats/webm/webm_crypto_helpers.cc File media/formats/webm/webm_crypto_helpers.cc (right): https://codereview.chromium.org/2174533002/diff/80001/media/formats/webm/webm_crypto_helpers.cc#newcode27 media/formats/webm/webm_crypto_helpers.cc:27: uint32_t ReadInteger(const uint8_t* buf, int size) { Does ...
4 years, 4 months ago (2016-08-17 19:28:25 UTC) #13
kqyang
Thanks for the review! https://codereview.chromium.org/2174533002/diff/80001/media/formats/webm/webm_crypto_helpers.cc File media/formats/webm/webm_crypto_helpers.cc (right): https://codereview.chromium.org/2174533002/diff/80001/media/formats/webm/webm_crypto_helpers.cc#newcode27 media/formats/webm/webm_crypto_helpers.cc:27: uint32_t ReadInteger(const uint8_t* buf, int ...
4 years, 4 months ago (2016-08-18 19:39:53 UTC) #14
kqyang
The WebM subsample encryption spec has been published in http://wiki.webmproject.org/encryption/webm-subsample-encryption. I am planning to submit ...
4 years, 3 months ago (2016-09-12 21:48:59 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2174533002/80001
4 years, 3 months ago (2016-09-14 20:38:10 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/69190) ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 3 months ago (2016-09-14 20:41:55 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2174533002/100001
4 years, 3 months ago (2016-09-14 21:01:53 UTC) #24
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 3 months ago (2016-09-14 22:51:03 UTC) #26
commit-bot: I haz the power
4 years, 3 months ago (2016-09-14 22:54:01 UTC) #28
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/f35464f359937e4f2ad362cd7919223b012dfd3f
Cr-Commit-Position: refs/heads/master@{#418705}

Powered by Google App Engine
This is Rietveld 408576698