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

Issue 497203004: Mpeg2 TS parser: Es parsing using an ES byte queue. (Closed)

Created:
6 years, 3 months ago by damienv1
Modified:
6 years, 3 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Project:
chromium
Visibility:
Public.

Description

Mpeg2 TS parser: Es parsing using an ES byte queue. Before this refactoring, the ES management was left to the ES parser implementation. It is now moved to the EsParser class and ES management now relies explicitly on an ES byte queue. BUG=None Committed: https://crrev.com/a671042471260325987f7badae09e4ff9ae63c50 Cr-Commit-Position: refs/heads/master@{#292249}

Patch Set 1 #

Patch Set 2 : Add missing es_parser.cc #

Total comments: 19

Patch Set 3 : Address CR comments from patch set #2. #

Total comments: 2

Patch Set 4 : Add DCHECKs. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -102 lines) Patch
M media/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M media/formats/mp2t/es_parser.h View 1 2 3 chunks +52 lines, -6 lines 0 comments Download
A media/formats/mp2t/es_parser.cc View 1 2 3 1 chunk +65 lines, -0 lines 0 comments Download
M media/formats/mp2t/es_parser_adts.h View 1 2 2 chunks +4 lines, -14 lines 0 comments Download
M media/formats/mp2t/es_parser_adts.cc View 1 2 3 chunks +7 lines, -21 lines 0 comments Download
M media/formats/mp2t/es_parser_h264.h View 1 2 4 chunks +9 lines, -18 lines 0 comments Download
M media/formats/mp2t/es_parser_h264.cc View 1 2 5 chunks +11 lines, -43 lines 0 comments Download
M media/media.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
damienv1
damienv@chromium.org changed reviewers: + acolwell@chromium.org, dalecurtis@chromium.org, wolenetz@chromium.org
6 years, 3 months ago (2014-08-26 22:06:11 UTC) #1
wolenetz
looking pretty good https://codereview.chromium.org/497203004/diff/20001/media/formats/mp2t/es_parser.cc File media/formats/mp2t/es_parser.cc (right): https://codereview.chromium.org/497203004/diff/20001/media/formats/mp2t/es_parser.cc#newcode30 media/formats/mp2t/es_parser.cc:30: bool EsParser::Parse(const uint8* buf, int size, ...
6 years, 3 months ago (2014-08-26 23:01:44 UTC) #2
damienv1
https://codereview.chromium.org/497203004/diff/20001/media/formats/mp2t/es_parser.cc File media/formats/mp2t/es_parser.cc (right): https://codereview.chromium.org/497203004/diff/20001/media/formats/mp2t/es_parser.cc#newcode30 media/formats/mp2t/es_parser.cc:30: bool EsParser::Parse(const uint8* buf, int size, On 2014/08/26 23:01:44, ...
6 years, 3 months ago (2014-08-27 16:23:43 UTC) #3
damienv1
https://codereview.chromium.org/497203004/diff/40001/media/formats/mp2t/es_parser.h File media/formats/mp2t/es_parser.h (right): https://codereview.chromium.org/497203004/diff/40001/media/formats/mp2t/es_parser.h#newcode55 media/formats/mp2t/es_parser.h:55: virtual bool ParseFromEsQueue() = 0; Maybe at some point, ...
6 years, 3 months ago (2014-08-27 16:37:21 UTC) #4
wolenetz
lgtm % s/explicitely/explicitly/ in CL description. https://codereview.chromium.org/497203004/diff/20001/media/formats/mp2t/es_parser.cc File media/formats/mp2t/es_parser.cc (right): https://codereview.chromium.org/497203004/diff/20001/media/formats/mp2t/es_parser.cc#newcode30 media/formats/mp2t/es_parser.cc:30: bool EsParser::Parse(const uint8* ...
6 years, 3 months ago (2014-08-27 18:23:02 UTC) #5
damienv1
The CQ bit was checked by damienv@chromium.org
6 years, 3 months ago (2014-08-27 20:59:01 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/damienv@chromium.org/497203004/60001
6 years, 3 months ago (2014-08-27 21:00:14 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux ...
6 years, 3 months ago (2014-08-27 21:54:05 UTC) #8
commit-bot: I haz the power
Committed patchset #4 (id:60001) as 468983dcbc5d0910427810d581c8f932feb7ff16
6 years, 3 months ago (2014-08-27 22:34:10 UTC) #9
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:54:58 UTC) #10
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/a671042471260325987f7badae09e4ff9ae63c50
Cr-Commit-Position: refs/heads/master@{#292249}

Powered by Google App Engine
This is Rietveld 408576698