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

Issue 8775035: Add support for incremental cluster parsing. (Closed)

Created:
9 years ago by acolwell GONE FROM CHROMIUM
Modified:
9 years ago
CC:
chromium-reviews, hclam+watch_chromium.org, ddorwin+watch_chromium.org, fischman+watch_chromium.org, acolwell+watch_chromium.org, annacc+watch_chromium.org, vrk (LEFT CHROMIUM), scherkus (not reviewing), ihf+watch_chromium.org
Visibility:
Public.

Description

Adding support for incremental cluster parsing. BUG=104160 TEST=Covered by ChunkDemuxer unittests. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114163

Patch Set 1 : _ #

Total comments: 4

Patch Set 2 : Replace old list parsing with WebMListParser & implement incremental cluster parsing with that. #

Total comments: 12

Patch Set 3 : Address CR comments & include new unit tests this time" #

Total comments: 8

Patch Set 4 : Fix nits #

Patch Set 5 : Fix mac build #

Patch Set 6 : Remove static initializer #

Unified diffs Side-by-side diffs Delta from patch set Stats (+796 lines, -267 lines) Patch
M media/filters/chunk_demuxer.h View 1 1 chunk +8 lines, -3 lines 0 comments Download
M media/filters/chunk_demuxer.cc View 1 7 chunks +29 lines, -23 lines 0 comments Download
M media/media.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M media/webm/webm_cluster_parser.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M media/webm/webm_cluster_parser.cc View 1 5 chunks +25 lines, -11 lines 0 comments Download
M media/webm/webm_constants.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M media/webm/webm_info_parser.cc View 1 3 chunks +14 lines, -4 lines 0 comments Download
M media/webm/webm_parser.h View 1 2 4 chunks +103 lines, -10 lines 0 comments Download
M media/webm/webm_parser.cc View 1 2 3 4 8 chunks +317 lines, -202 lines 0 comments Download
A media/webm/webm_parser_unittest.cc View 1 2 3 1 chunk +264 lines, -0 lines 0 comments Download
M media/webm/webm_tracks_parser.cc View 1 2 3 4 5 6 chunks +31 lines, -14 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
acolwell GONE FROM CHROMIUM
9 years ago (2011-12-01 23:40:52 UTC) #1
scherkus (not reviewing)
LGTM w/ some nits I'm not 100% clear on what's going on -- would updated ...
9 years ago (2011-12-03 01:56:50 UTC) #2
acolwell GONE FROM CHROMIUM
PTAL.. - I've reimplemented the list element parsing so it can be done incrementally. - ...
9 years ago (2011-12-08 22:25:05 UTC) #3
scherkus (not reviewing)
nice! Q: not seeing any modified unittest files.. did you forget to add them to ...
9 years ago (2011-12-09 18:18:03 UTC) #4
acolwell GONE FROM CHROMIUM
http://codereview.chromium.org/8775035/diff/10002/media/filters/chunk_demuxer.cc File media/filters/chunk_demuxer.cc (right): http://codereview.chromium.org/8775035/diff/10002/media/filters/chunk_demuxer.cc#newcode752 media/filters/chunk_demuxer.cc:752: return 0; On 2011/12/09 18:18:04, scherkus wrote: > let's ...
9 years ago (2011-12-09 19:06:09 UTC) #5
scherkus (not reviewing)
fit nits/suggestions but LGTM nice tests! http://codereview.chromium.org/8775035/diff/14002/media/webm/webm_parser_unittest.cc File media/webm/webm_parser_unittest.cc (right): http://codereview.chromium.org/8775035/diff/14002/media/webm/webm_parser_unittest.cc#newcode39 media/webm/webm_parser_unittest.cc:39: static void AddSimpleBlock(ClusterBuilder* ...
9 years ago (2011-12-09 21:36:03 UTC) #6
acolwell GONE FROM CHROMIUM
http://codereview.chromium.org/8775035/diff/14002/media/webm/webm_parser_unittest.cc File media/webm/webm_parser_unittest.cc (right): http://codereview.chromium.org/8775035/diff/14002/media/webm/webm_parser_unittest.cc#newcode39 media/webm/webm_parser_unittest.cc:39: static void AddSimpleBlock(ClusterBuilder* cb, int track_num, On 2011/12/09 21:36:03, ...
9 years ago (2011-12-09 22:53:53 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/8775035/11039
9 years ago (2011-12-12 16:06:38 UTC) #8
commit-bot: I haz the power
Change committed as 114030
9 years ago (2011-12-12 17:43:05 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/8775035/20002
9 years ago (2011-12-13 01:39:57 UTC) #10
commit-bot: I haz the power
9 years ago (2011-12-13 02:56:36 UTC) #11
Change committed as 114163

Powered by Google App Engine
This is Rietveld 408576698