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

Issue 10821043: VAVDA: Fix Baseline profile handling in H264 parser. (Closed)

Created:
8 years, 5 months ago by Pawel Osciak
Modified:
8 years, 5 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, apatrick_chromium, feature-media-reviews_chromium.org
Base URL:
https://git.chromium.org/git/chromium/src@master
Visibility:
Public.

Description

VAVDA: Fix Baseline profile handling in H264 parser. This fixes initialization of stream parameters for Baseline profile and thus the "green-video" bug (135548). Chroma parameters were not being set up properly for that profile. BUG=135548 TEST=manual run of affected streams Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148623

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -8 lines) Patch
M content/common/gpu/media/h264_parser.cc View 4 chunks +17 lines, -8 lines 2 comments Download

Messages

Total messages: 6 (0 generated)
Pawel Osciak
8 years, 5 months ago (2012-07-26 18:38:09 UTC) #1
Pawel Osciak
8 years, 5 months ago (2012-07-26 18:38:26 UTC) #2
Ami GONE FROM CHROMIUM
LGTM https://chromiumcodereview.appspot.com/10821043/diff/1/content/common/gpu/media/h264_parser.cc File content/common/gpu/media/h264_parser.cc (left): https://chromiumcodereview.appspot.com/10821043/diff/1/content/common/gpu/media/h264_parser.cc#oldcode658 content/common/gpu/media/h264_parser.cc:658: memset(sps->scaling_list4x4, 16, sizeof(sps->scaling_list4x4)); This is pretty awesome; were ...
8 years, 5 months ago (2012-07-26 19:32:12 UTC) #3
Pawel Osciak
https://chromiumcodereview.appspot.com/10821043/diff/1/content/common/gpu/media/h264_parser.cc File content/common/gpu/media/h264_parser.cc (left): https://chromiumcodereview.appspot.com/10821043/diff/1/content/common/gpu/media/h264_parser.cc#oldcode658 content/common/gpu/media/h264_parser.cc:658: memset(sps->scaling_list4x4, 16, sizeof(sps->scaling_list4x4)); On 2012/07/26 19:32:12, Ami Fischman wrote: ...
8 years, 5 months ago (2012-07-26 19:48:49 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/posciak@chromium.org/10821043/1
8 years, 5 months ago (2012-07-26 19:51:35 UTC) #5
commit-bot: I haz the power
8 years, 5 months ago (2012-07-26 21:11:53 UTC) #6
Change committed as 148623

Powered by Google App Engine
This is Rietveld 408576698