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

Issue 490033002: Don't try to decode more than one EOS at a time. (Closed)

Created:
6 years, 4 months ago by sandersd (OOO until July 31)
Modified:
6 years, 3 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Don't try to decode more than one EOS at a time. BUG=405642 Committed: https://crrev.com/1c8af4fa3f7fd28d69958c40795b2ddebeec3335 Cr-Commit-Position: refs/heads/master@{#292268}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Add unittest. #

Patch Set 3 : Fix Reset_AfterEndOfStream #

Patch Set 4 : Justify decoding_eos_. #

Patch Set 5 : Move comment to video_decoder.h #

Total comments: 6

Patch Set 6 : Fix nit. #

Patch Set 7 : Add TODO for decoding_eos_ -> State. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -5 lines) Patch
M media/base/video_decoder.h View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M media/filters/decoder_stream.h View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M media/filters/decoder_stream.cc View 1 2 3 4 5 5 chunks +10 lines, -2 lines 0 comments Download
M media/filters/fake_video_decoder.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M media/filters/video_frame_stream_unittest.cc View 1 2 chunks +38 lines, -1 line 1 comment Download

Messages

Total messages: 21 (0 generated)
sandersd (OOO until July 31)
6 years, 4 months ago (2014-08-21 00:35:08 UTC) #1
xhwang
Looking pretty good. Just a few nits/comments. Also, can you add a unit test for ...
6 years, 4 months ago (2014-08-21 16:37:07 UTC) #2
sandersd (OOO until July 31)
I've added a unittest, but Reset_AfterEndOfStream is failing now and I've not figured out why ...
6 years, 4 months ago (2014-08-23 00:49:15 UTC) #3
sandersd (OOO until July 31)
I modified |FakeVideoDecode| to leave the end of stream state after it satisfies the decode ...
6 years, 3 months ago (2014-08-25 18:12:38 UTC) #4
sandersd (OOO until July 31)
sandersd@chromium.org changed reviewers: + rileya@chromium.org - xhwang@chromium.org
6 years, 3 months ago (2014-08-26 17:43:04 UTC) #5
sandersd (OOO until July 31)
Reassigning to riley as xhwang is OOO.
6 years, 3 months ago (2014-08-26 17:43:04 UTC) #6
rileya (GONE FROM CHROMIUM)
On 2014/08/26 17:43:04, sandersd wrote: > Reassigning to riley as xhwang is OOO. lgtm % ...
6 years, 3 months ago (2014-08-26 22:36:29 UTC) #7
sandersd (OOO until July 31)
> Is this behavior (not decoding multiple EOSs at once) documented somewhere? If > not, ...
6 years, 3 months ago (2014-08-26 23:09:53 UTC) #8
sandersd (OOO until July 31)
sandersd@chromium.org changed reviewers: + acolwell@chromium.org
6 years, 3 months ago (2014-08-26 23:11:10 UTC) #9
sandersd (OOO until July 31)
acolwell@: for OWNERS approval.
6 years, 3 months ago (2014-08-26 23:11:10 UTC) #10
acolwell GONE FROM CHROMIUM
looks good. Just a few minor questions. https://codereview.chromium.org/490033002/diff/80001/media/filters/decoder_stream.cc File media/filters/decoder_stream.cc (right): https://codereview.chromium.org/490033002/diff/80001/media/filters/decoder_stream.cc#newcode270 media/filters/decoder_stream.cc:270: if (buffer->end_of_stream()) ...
6 years, 3 months ago (2014-08-27 00:44:39 UTC) #11
sandersd (OOO until July 31)
https://codereview.chromium.org/490033002/diff/80001/media/filters/decoder_stream.cc File media/filters/decoder_stream.cc (right): https://codereview.chromium.org/490033002/diff/80001/media/filters/decoder_stream.cc#newcode270 media/filters/decoder_stream.cc:270: if (buffer->end_of_stream()) On 2014/08/27 00:44:39, acolwell wrote: > nit: ...
6 years, 3 months ago (2014-08-27 01:13:46 UTC) #12
acolwell GONE FROM CHROMIUM
lgtm https://codereview.chromium.org/490033002/diff/80001/media/filters/decoder_stream.cc File media/filters/decoder_stream.cc (right): https://codereview.chromium.org/490033002/diff/80001/media/filters/decoder_stream.cc#newcode294 media/filters/decoder_stream.cc:294: decoding_eos_ = false; On 2014/08/27 01:13:45, sandersd wrote: ...
6 years, 3 months ago (2014-08-27 01:49:47 UTC) #13
sandersd (OOO until July 31)
https://codereview.chromium.org/490033002/diff/80001/media/filters/decoder_stream.cc File media/filters/decoder_stream.cc (right): https://codereview.chromium.org/490033002/diff/80001/media/filters/decoder_stream.cc#newcode294 media/filters/decoder_stream.cc:294: decoding_eos_ = false; On 2014/08/27 01:49:47, acolwell wrote: > ...
6 years, 3 months ago (2014-08-27 21:45:59 UTC) #14
sandersd (OOO until July 31)
The CQ bit was checked by sandersd@chromium.org
6 years, 3 months ago (2014-08-27 21:46:19 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sandersd@chromium.org/490033002/120001
6 years, 3 months ago (2014-08-27 21:48:21 UTC) #16
xhwang
xhwang@chromium.org changed reviewers: + xhwang@chromium.org
6 years, 3 months ago (2014-08-27 22:32:51 UTC) #17
xhwang
lgtm https://codereview.chromium.org/490033002/diff/1/media/filters/decoder_stream.cc File media/filters/decoder_stream.cc (right): https://codereview.chromium.org/490033002/diff/1/media/filters/decoder_stream.cc#newcode281 media/filters/decoder_stream.cc:281: bool end_of_stream, On 2014/08/23 00:49:15, sandersd wrote: > ...
6 years, 3 months ago (2014-08-27 22:32:51 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel_swarming on tryserver.chromium.win ...
6 years, 3 months ago (2014-08-27 22:54:09 UTC) #19
commit-bot: I haz the power
Committed patchset #7 (id:120001) as 3e7a876c7d7e91be1e0bdc271d7096b7ee78fd7a
6 years, 3 months ago (2014-08-27 23:43:54 UTC) #20
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:55:39 UTC) #21
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/1c8af4fa3f7fd28d69958c40795b2ddebeec3335
Cr-Commit-Position: refs/heads/master@{#292268}

Powered by Google App Engine
This is Rietveld 408576698