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

Issue 591713002: Fix inserting SPS/PPS after AUD NALU (Closed)

Created:
6 years, 3 months ago by servolk
Modified:
6 years, 2 months ago
Reviewers:
wolenetz
CC:
chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Fix inserting SPS/PPS after AUD NALU Currently we fail to insert SPS/PPS if the key frame starts with AUD NALU and has one or more clear-text NALUs after that (I've seen this issue with a stream where key frames start with AUD+SEI NALU). BUG=417562 Committed: https://crrev.com/88ea6544feb5796ba44cfde95a9a170472504cf1 Cr-Commit-Position: refs/heads/master@{#298967}

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : Added unit tests and addressed CR feedback #

Total comments: 7

Patch Set 4 : CR feedback fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -62 lines) Patch
M media/formats/mp4/avc.h View 1 2 2 chunks +7 lines, -2 lines 0 comments Download
M media/formats/mp4/avc.cc View 1 2 3 6 chunks +27 lines, -34 lines 0 comments Download
M media/formats/mp4/avc_unittest.cc View 1 2 4 chunks +12 lines, -26 lines 0 comments Download

Messages

Total messages: 17 (3 generated)
servolk
6 years, 3 months ago (2014-09-20 00:25:52 UTC) #2
wolenetz
Thanks for putting this CL together. It appears to comply with Section 7.4.1.2.3 of ISO/IEC ...
6 years, 2 months ago (2014-09-25 00:41:53 UTC) #3
servolk
On 2014/09/25 00:41:53, wolenetz wrote: > Thanks for putting this CL together. It appears to ...
6 years, 2 months ago (2014-09-30 21:44:00 UTC) #4
wolenetz
On 2014/09/30 21:44:00, servolk wrote: > On 2014/09/25 00:41:53, wolenetz wrote: > > I would ...
6 years, 2 months ago (2014-09-30 22:18:18 UTC) #5
servolk
On 2014/09/30 22:18:18, wolenetz wrote: > On 2014/09/30 21:44:00, servolk wrote: > > On 2014/09/25 ...
6 years, 2 months ago (2014-10-04 00:17:19 UTC) #7
wolenetz
On 2014/10/04 00:17:19, servolk wrote: > On 2014/09/30 22:18:18, wolenetz wrote: > > On 2014/09/30 ...
6 years, 2 months ago (2014-10-08 00:58:16 UTC) #8
servolk
On 2014/10/08 00:58:16, wolenetz wrote: > On 2014/10/04 00:17:19, servolk wrote: > > On 2014/09/30 ...
6 years, 2 months ago (2014-10-08 01:37:25 UTC) #9
servolk
On 2014/10/08 01:37:25, servolk wrote: > On 2014/10/08 00:58:16, wolenetz wrote: > > On 2014/10/04 ...
6 years, 2 months ago (2014-10-09 17:35:26 UTC) #10
wolenetz
lgtm % nits. Thank you! https://codereview.chromium.org/591713002/diff/40001/media/formats/mp4/avc.cc File media/formats/mp4/avc.cc (right): https://codereview.chromium.org/591713002/diff/40001/media/formats/mp4/avc.cc#newcode55 media/formats/mp4/avc.cc:55: if (p > ptr) ...
6 years, 2 months ago (2014-10-09 18:50:09 UTC) #11
servolk
https://codereview.chromium.org/591713002/diff/40001/media/formats/mp4/avc.cc File media/formats/mp4/avc.cc (right): https://codereview.chromium.org/591713002/diff/40001/media/formats/mp4/avc.cc#newcode55 media/formats/mp4/avc.cc:55: if (p > ptr) { On 2014/10/09 18:50:09, wolenetz ...
6 years, 2 months ago (2014-10-09 19:04:37 UTC) #12
wolenetz
still lgtm. thanks https://codereview.chromium.org/591713002/diff/40001/media/formats/mp4/avc_unittest.cc File media/formats/mp4/avc_unittest.cc (right): https://codereview.chromium.org/591713002/diff/40001/media/formats/mp4/avc_unittest.cc#newcode380 media/formats/mp4/avc_unittest.cc:380: { "AUD,SPS,PPS,I", "AUD,SPS,SPS,PPS,SPS,PPS,I" }, // Note: ...
6 years, 2 months ago (2014-10-09 19:15:38 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/591713002/110001
6 years, 2 months ago (2014-10-09 19:18:57 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:110001)
6 years, 2 months ago (2014-10-09 20:31:38 UTC) #16
commit-bot: I haz the power
6 years, 2 months ago (2014-10-09 20:32:26 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/88ea6544feb5796ba44cfde95a9a170472504cf1
Cr-Commit-Position: refs/heads/master@{#298967}

Powered by Google App Engine
This is Rietveld 408576698