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

Issue 318133002: Always round up coded size to avoid VideoFrame restrictions. (Closed)

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

Description

Always round up coded size to avoid VideoFrame restrictions. Prior to http://crrev.com/268831 we never considered the actual coded size when constructing buffers for FFmpeg. We do now, but were not aligning the extents properly. Sadly we had no test coverage for odd sized videos :( I've fixed the extents and added a test using one of the bug clips (which will be landed separately). BUG=379127 TEST=new pipeline test NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275719

Patch Set 1 : Test! #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -2 lines) Patch
M media/filters/ffmpeg_video_decoder.cc View 2 chunks +12 lines, -2 lines 2 comments Download
M media/filters/pipeline_integration_test.cc View 1 chunk +8 lines, -0 lines 2 comments Download

Messages

Total messages: 21 (0 generated)
DaleCurtis
6 years, 6 months ago (2014-06-06 18:50:29 UTC) #1
scherkus (not reviewing)
lgtm w/ questions https://codereview.chromium.org/318133002/diff/20001/media/filters/ffmpeg_video_decoder.cc File media/filters/ffmpeg_video_decoder.cc (right): https://codereview.chromium.org/318133002/diff/20001/media/filters/ffmpeg_video_decoder.cc#newcode121 media/filters/ffmpeg_video_decoder.cc:121: if (!VideoFrame::IsValidConfig( was this check failing ...
6 years, 6 months ago (2014-06-06 21:25:50 UTC) #2
DaleCurtis
https://codereview.chromium.org/318133002/diff/20001/media/filters/ffmpeg_video_decoder.cc File media/filters/ffmpeg_video_decoder.cc (right): https://codereview.chromium.org/318133002/diff/20001/media/filters/ffmpeg_video_decoder.cc#newcode121 media/filters/ffmpeg_video_decoder.cc:121: if (!VideoFrame::IsValidConfig( On 2014/06/06 21:25:50, scherkus wrote: > was ...
6 years, 6 months ago (2014-06-06 21:33:06 UTC) #3
DaleCurtis
The CQ bit was checked by dalecurtis@chromium.org
6 years, 6 months ago (2014-06-06 21:51:36 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dalecurtis@chromium.org/318133002/20001
6 years, 6 months ago (2014-06-06 21:53:07 UTC) #5
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 6 months ago (2014-06-07 03:54:48 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-07 03:58:19 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered_tests/builds/160732)
6 years, 6 months ago (2014-06-07 03:58:20 UTC) #8
DaleCurtis
The CQ bit was checked by dalecurtis@chromium.org
6 years, 6 months ago (2014-06-07 17:16:02 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dalecurtis@chromium.org/318133002/20001
6 years, 6 months ago (2014-06-07 17:16:20 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 6 months ago (2014-06-07 17:18:31 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-07 17:20:56 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered_tests/builds/160732)
6 years, 6 months ago (2014-06-07 17:20:57 UTC) #13
DaleCurtis
The CQ bit was checked by dalecurtis@chromium.org
6 years, 6 months ago (2014-06-08 00:51:39 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dalecurtis@chromium.org/318133002/20001
6 years, 6 months ago (2014-06-08 00:51:58 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 6 months ago (2014-06-08 00:54:29 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-08 00:56:36 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered_tests/builds/160732)
6 years, 6 months ago (2014-06-08 00:56:37 UTC) #18
DaleCurtis
The CQ bit was checked by dalecurtis@chromium.org
6 years, 6 months ago (2014-06-08 00:59:45 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dalecurtis@chromium.org/318133002/20001
6 years, 6 months ago (2014-06-08 01:00:00 UTC) #20
commit-bot: I haz the power
6 years, 6 months ago (2014-06-08 02:10:31 UTC) #21
Message was sent while issue was closed.
Change committed as 275719

Powered by Google App Engine
This is Rietveld 408576698