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

Issue 923033002: VP8Parser: Fix calculation of DCT partition sizes. (Closed)

Created:
5 years, 10 months ago by Pawel Osciak
Modified:
5 years, 10 months ago
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@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

VP8Parser: Fix calculation of DCT partition sizes. Partition sizes reside all together after the first partition in the streaim, not at the beginning of each DCT partition. Also, fix an erroneous DCHECK in V4L2SVDA. BUG=chrome-os-partner:36432 TEST=media_unittest for VP8Parser,VP8 playback,vdaunittest Committed: https://crrev.com/3c97550d09b3d4b9fc0d81b5a35437e6e211a581 Cr-Commit-Position: refs/heads/master@{#316647}

Patch Set 1 #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -9 lines) Patch
M content/common/gpu/media/v4l2_slice_video_decode_accelerator.cc View 1 chunk +4 lines, -1 line 0 comments Download
M media/filters/vp8_parser.cc View 1 chunk +25 lines, -8 lines 7 comments Download

Messages

Total messages: 13 (3 generated)
Pawel Osciak
ptal
5 years, 10 months ago (2015-02-13 11:53:49 UTC) #2
Ville-Mikko Rautio
https://chromiumcodereview.appspot.com/923033002/diff/1/media/filters/vp8_parser.cc File media/filters/vp8_parser.cc (right): https://chromiumcodereview.appspot.com/923033002/diff/1/media/filters/vp8_parser.cc#newcode813 media/filters/vp8_parser.cc:813: fhdr->data + fhdr->first_part_offset + fhdr->first_part_size; To minimize the chance ...
5 years, 10 months ago (2015-02-13 23:03:02 UTC) #3
Pawel Osciak
https://chromiumcodereview.appspot.com/923033002/diff/1/media/filters/vp8_parser.cc File media/filters/vp8_parser.cc (right): https://chromiumcodereview.appspot.com/923033002/diff/1/media/filters/vp8_parser.cc#newcode813 media/filters/vp8_parser.cc:813: fhdr->data + fhdr->first_part_offset + fhdr->first_part_size; On 2015/02/13 23:03:02, Ville-Mikko ...
5 years, 10 months ago (2015-02-13 23:07:22 UTC) #4
Ville-Mikko Rautio
LGTM https://chromiumcodereview.appspot.com/923033002/diff/1/media/filters/vp8_parser.cc File media/filters/vp8_parser.cc (right): https://chromiumcodereview.appspot.com/923033002/diff/1/media/filters/vp8_parser.cc#newcode813 media/filters/vp8_parser.cc:813: fhdr->data + fhdr->first_part_offset + fhdr->first_part_size; On 2015/02/13 23:07:21, ...
5 years, 10 months ago (2015-02-13 23:17:38 UTC) #5
Pawel Osciak
https://chromiumcodereview.appspot.com/923033002/diff/1/media/filters/vp8_parser.cc File media/filters/vp8_parser.cc (right): https://chromiumcodereview.appspot.com/923033002/diff/1/media/filters/vp8_parser.cc#newcode813 media/filters/vp8_parser.cc:813: fhdr->data + fhdr->first_part_offset + fhdr->first_part_size; On 2015/02/13 23:17:38, Ville-Mikko ...
5 years, 10 months ago (2015-02-13 23:20:39 UTC) #6
Pawel Osciak
Dale: may I please have an OWNERS for media/ ? Thanks.
5 years, 10 months ago (2015-02-13 23:22:08 UTC) #8
DaleCurtis
lgtm
5 years, 10 months ago (2015-02-17 19:53:01 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/923033002/1
5 years, 10 months ago (2015-02-17 20:38:21 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 10 months ago (2015-02-17 20:42:31 UTC) #12
commit-bot: I haz the power
5 years, 10 months ago (2015-02-17 20:43:16 UTC) #13
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/3c97550d09b3d4b9fc0d81b5a35437e6e211a581
Cr-Commit-Position: refs/heads/master@{#316647}

Powered by Google App Engine
This is Rietveld 408576698