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

Issue 1207423003: Roll FFmpeg for M45. (Closed)

Created:
5 years, 6 months ago by chcunningham
Modified:
5 years, 5 months ago
Reviewers:
DaleCurtis, wolenetz
CC:
chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Roll FFmpeg for M45. Also fixing test failures. Mostly updating test expectations. Also includes fix for clockless renderer logic that caused some tests to stall. BUG=501445 Committed: https://crrev.com/37d8e763ddfe3d1f2fd5421ff677c7273bd390b1 Cr-Commit-Position: refs/heads/master@{#338372}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Rolling DEPS to top of merge-m45 ffmpeg branch #

Patch Set 3 : Rebase #

Patch Set 4 : Fixing win build issue #

Patch Set 5 : Pointing deps to updated ffmpeg master #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -21 lines) Patch
M DEPS View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M media/base/audio_video_metadata_extractor_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M media/ffmpeg/ffmpeg_regression_tests.cc View 4 chunks +4 lines, -13 lines 0 comments Download
M media/filters/audio_file_reader_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M media/filters/ffmpeg_demuxer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/renderers/renderer_impl.cc View 1 chunk +9 lines, -2 lines 1 comment Download

Messages

Total messages: 13 (3 generated)
chcunningham
Mostly updating expectations, and also fixing our clockless wall clock stuff. Prior to this fix, ...
5 years, 6 months ago (2015-06-25 23:52:58 UTC) #2
wolenetz
lgtm
5 years, 6 months ago (2015-06-26 00:06:40 UTC) #3
DaleCurtis
lgtm, but presumably you need to update DEPS for this too? https://codereview.chromium.org/1207423003/diff/1/media/renderers/renderer_impl.cc File media/renderers/renderer_impl.cc (right): ...
5 years, 5 months ago (2015-07-01 21:42:30 UTC) #4
wolenetz
On 2015/07/01 21:42:30, DaleCurtis wrote: > lgtm, but presumably you need to update DEPS for ...
5 years, 5 months ago (2015-07-01 22:46:04 UTC) #5
wolenetz
On 2015/07/01 22:46:04, wolenetz wrote: > On 2015/07/01 21:42:30, DaleCurtis wrote: > > lgtm, but ...
5 years, 5 months ago (2015-07-10 19:17:15 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1207423003/80001
5 years, 5 months ago (2015-07-10 20:34:55 UTC) #9
wolenetz
On 2015/07/10 20:34:55, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
5 years, 5 months ago (2015-07-10 20:36:26 UTC) #10
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 5 months ago (2015-07-10 21:45:27 UTC) #11
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/37d8e763ddfe3d1f2fd5421ff677c7273bd390b1 Cr-Commit-Position: refs/heads/master@{#338372}
5 years, 5 months ago (2015-07-10 21:47:47 UTC) #12
DaleCurtis
5 years, 5 months ago (2015-07-13 02:00:26 UTC) #13
Message was sent while issue was closed.
\o/, nice work :)

https://codereview.chromium.org/1207423003/diff/80001/media/renderers/rendere...
File media/renderers/renderer_impl.cc (right):

https://codereview.chromium.org/1207423003/diff/80001/media/renderers/rendere...
media/renderers/renderer_impl.cc:246: for (auto const &media_time :
media_timestamps) {
Style is wrong, should be const auto&. No need for {} either.

Powered by Google App Engine
This is Rietveld 408576698