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

Issue 10827308: H/W decoded H.264 videos would not play at times on Windows 8. This was because the DXVA decoder in… (Closed)

Created:
8 years, 4 months ago by ananta
Modified:
8 years, 4 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, apatrick_chromium, feature-media-reviews_chromium.org
Visibility:
Public.

Description

H/W decoded H.264 videos would not play at times on Windows 8. This was because the DXVA decoder in its processinput implementation was returning the error MF_A_NOTACCEPTING which was being treated as a platform failure code. This was incorrect. As per msdn when we get this error it means that the decoder has all the input it needs to produce one output sample. We need to call ProcessOutput and then ProcessInput again. Fixes bug http://code.google.com/p/chromium/issues/detail?id=140989 BUG=140989 R=fischman Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=151503

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -0 lines) Patch
M content/common/gpu/media/dxva_video_decode_accelerator.cc View 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ananta
8 years, 4 months ago (2012-08-14 00:48:14 UTC) #1
Ami GONE FROM CHROMIUM
8 years, 4 months ago (2012-08-14 00:55:53 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698