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

Issue 342083002: MSE: Give decode error if MDAT discard peek fails (Closed)

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

Description

MSE: Give decode error if MDAT discard peek fails Explicitly issue decode error if MP4 stream parser peek fails during MDAT discarding. BUG=380806 R=acolwell@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278344

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix comment+nit from PS1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M media/formats/mp4/mp4_stream_parser.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
wolenetz
PTAL @ PS1. Thanks!
6 years, 6 months ago (2014-06-19 00:51:31 UTC) #1
acolwell GONE FROM CHROMIUM
lgtm https://codereview.chromium.org/342083002/diff/1/media/formats/mp4/mp4_stream_parser.cc File media/formats/mp4/mp4_stream_parser.cc (right): https://codereview.chromium.org/342083002/diff/1/media/formats/mp4/mp4_stream_parser.cc#newcode556 media/formats/mp4/mp4_stream_parser.cc:556: if (!buf) nit: s/!buf/size == 0/ since all ...
6 years, 6 months ago (2014-06-19 00:57:03 UTC) #2
DaleCurtis
https://codereview.chromium.org/342083002/diff/1/media/formats/mp4/mp4_stream_parser.cc File media/formats/mp4/mp4_stream_parser.cc (right): https://codereview.chromium.org/342083002/diff/1/media/formats/mp4/mp4_stream_parser.cc#newcode555 media/formats/mp4/mp4_stream_parser.cc:555: queue_.PeekAt(mdat_tail_, &buf, &size); drive-by: the above vars should be ...
6 years, 6 months ago (2014-06-19 00:58:20 UTC) #3
wolenetz
PTAL @ PS2 (drive-by + I used <= 0, not == 0). Thanks! https://codereview.chromium.org/342083002/diff/1/media/formats/mp4/mp4_stream_parser.cc File ...
6 years, 6 months ago (2014-06-19 01:21:31 UTC) #4
wolenetz
I received offline lgtm2 from acolwell
6 years, 6 months ago (2014-06-19 01:52:41 UTC) #5
wolenetz
The CQ bit was checked by wolenetz@chromium.org
6 years, 6 months ago (2014-06-19 01:52:45 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wolenetz@chromium.org/342083002/20001
6 years, 6 months ago (2014-06-19 01:53:45 UTC) #7
commit-bot: I haz the power
6 years, 6 months ago (2014-06-19 12:38:29 UTC) #8
Message was sent while issue was closed.
Change committed as 278344

Powered by Google App Engine
This is Rietveld 408576698