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 653663006: Support configuration changes in VTVideoDecodeAccelerator. (Closed)

Created:
6 years, 2 months ago by sandersd (OOO until July 31)
Modified:
6 years, 1 month ago
Reviewers:
Pawel Osciak
CC:
chromium-reviews, posciak+watch_chromium.org, jam, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org, wjia+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@vt_make_context_current
Project:
chromium
Visibility:
Public.

Description

Support configuration changes in VTVideoDecodeAccelerator. This support is minimalist, and does not carefully verify SPS IDs, so its behavior is not guaranteed for streams with strange SPS/PPS ordering (especially after seeking). Resolution change support is included and fully functional. BUG=642453003 Committed: https://crrev.com/a896e504cd759295ec186d35f358f68de9d3e02c Cr-Commit-Position: refs/heads/master@{#303278}

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 16

Patch Set 3 : Address comments. #

Total comments: 16

Patch Set 4 : Improve comments. #

Total comments: 3

Patch Set 5 : Rename ProcessSizeChange. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+196 lines, -85 lines) Patch
M content/common/gpu/media/vt.sig View 1 chunk +1 line, -0 lines 0 comments Download
M content/common/gpu/media/vt_video_decode_accelerator.h View 1 2 3 4 3 chunks +37 lines, -7 lines 0 comments Download
M content/common/gpu/media/vt_video_decode_accelerator.cc View 1 2 3 4 12 chunks +158 lines, -78 lines 0 comments Download

Messages

Total messages: 13 (2 generated)
sandersd (OOO until July 31)
6 years, 2 months ago (2014-10-13 22:25:52 UTC) #2
Pawel Osciak
https://chromiumcodereview.appspot.com/653663006/diff/70001/content/common/gpu/media/vt_video_decode_accelerator.cc File content/common/gpu/media/vt_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/653663006/diff/70001/content/common/gpu/media/vt_video_decode_accelerator.cc#newcode279 content/common/gpu/media/vt_video_decode_accelerator.cc:279: case media::H264NALU::kPPS: Does PPS actually change config? PPSes don't ...
6 years, 1 month ago (2014-10-30 11:02:52 UTC) #3
sandersd (OOO until July 31)
https://chromiumcodereview.appspot.com/653663006/diff/70001/content/common/gpu/media/vt_video_decode_accelerator.cc File content/common/gpu/media/vt_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/653663006/diff/70001/content/common/gpu/media/vt_video_decode_accelerator.cc#newcode279 content/common/gpu/media/vt_video_decode_accelerator.cc:279: case media::H264NALU::kPPS: On 2014/10/30 11:02:52, Pawel Osciak wrote: > ...
6 years, 1 month ago (2014-10-30 22:54:40 UTC) #4
Pawel Osciak
https://chromiumcodereview.appspot.com/653663006/diff/70001/content/common/gpu/media/vt_video_decode_accelerator.h File content/common/gpu/media/vt_video_decode_accelerator.h (right): https://chromiumcodereview.appspot.com/653663006/diff/70001/content/common/gpu/media/vt_video_decode_accelerator.h#newcode142 content/common/gpu/media/vt_video_decode_accelerator.h:142: // TODO(sandersd): A single map of structs holding picture ...
6 years, 1 month ago (2014-11-02 23:09:53 UTC) #5
sandersd (OOO until July 31)
https://codereview.chromium.org/653663006/diff/70001/content/common/gpu/media/vt_video_decode_accelerator.h File content/common/gpu/media/vt_video_decode_accelerator.h (right): https://codereview.chromium.org/653663006/diff/70001/content/common/gpu/media/vt_video_decode_accelerator.h#newcode142 content/common/gpu/media/vt_video_decode_accelerator.h:142: // TODO(sandersd): A single map of structs holding picture ...
6 years, 1 month ago (2014-11-03 21:14:25 UTC) #6
sandersd (OOO until July 31)
On 2014/11/03 21:14:25, sandersd wrote: > https://codereview.chromium.org/653663006/diff/70001/content/common/gpu/media/vt_video_decode_accelerator.h > File content/common/gpu/media/vt_video_decode_accelerator.h (right): > > https://codereview.chromium.org/653663006/diff/70001/content/common/gpu/media/vt_video_decode_accelerator.h#newcode142 > ...
6 years, 1 month ago (2014-11-06 18:43:21 UTC) #7
Pawel Osciak
lgtm % comments https://chromiumcodereview.appspot.com/653663006/diff/90001/content/common/gpu/media/vt_video_decode_accelerator.cc File content/common/gpu/media/vt_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/653663006/diff/90001/content/common/gpu/media/vt_video_decode_accelerator.cc#newcode616 content/common/gpu/media/vt_video_decode_accelerator.cc:616: if (available_picture_ids_.empty()) On 2014/11/03 21:14:25, sandersd ...
6 years, 1 month ago (2014-11-07 10:09:39 UTC) #8
sandersd (OOO until July 31)
https://chromiumcodereview.appspot.com/653663006/diff/90001/content/common/gpu/media/vt_video_decode_accelerator.cc File content/common/gpu/media/vt_video_decode_accelerator.cc (right): https://chromiumcodereview.appspot.com/653663006/diff/90001/content/common/gpu/media/vt_video_decode_accelerator.cc#newcode616 content/common/gpu/media/vt_video_decode_accelerator.cc:616: if (available_picture_ids_.empty()) On 2014/11/07 10:09:38, Pawel Osciak wrote: > ...
6 years, 1 month ago (2014-11-07 19:01:11 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/653663006/130001
6 years, 1 month ago (2014-11-07 19:02:00 UTC) #11
commit-bot: I haz the power
Committed patchset #5 (id:130001)
6 years, 1 month ago (2014-11-07 20:03:41 UTC) #12
commit-bot: I haz the power
6 years, 1 month ago (2014-11-07 20:04:05 UTC) #13
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/a896e504cd759295ec186d35f358f68de9d3e02c
Cr-Commit-Position: refs/heads/master@{#303278}

Powered by Google App Engine
This is Rietveld 408576698