Bug 87482 - [Haswell] Incorrect color is shown in VC1 video playback with HW acceleration (VAAPI)
Summary: [Haswell] Incorrect color is shown in VC1 video playback with HW acceleration...
Status: VERIFIED FIXED
Alias: None
Product: libva
Classification: Unclassified
Component: intel (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: haihao
QA Contact: Sean V Kelley
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-19 09:58 UTC by Kenta Ueda
Modified: 2015-02-05 05:25 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Kenta Ueda 2014-12-19 09:58:05 UTC
When wmv video was played with VAAPI on gstreamer and mplayer, green and pink color is shown in the video screen.
If disabled VAAPI option in the playback, this issue is not occurred.
This issue is not occurred windows 7 and 8 system.
According to the result, I think that this is VAAPI HW docder issue.

WMV video:
http://cue.la.coocan.jp/hdv_movie/byoubu.wmv

Platform: Haswell
OS: Ubuntu 14.10
libva: commit 8986ec692b19d8dd6bd2aa118b5dffbd05a8f909
intel-driver: commit b5d6d9d425a6d539b27d22992bda05f79d1a0622
xf86-intel-driver: commit 82e480267079f8678245e37724f95ae87f55b582

Mplayer command:
$ mplayer -va vaapi -vo vaapi -vc ffwmv3 byoubu.wmv

gstreamer command:
$ gstlaunch1.0 filesrc location="byoubu.wmv" ! asfdemux ! vaapidecode ! vaapisink
Comment 1 haihao 2015-02-04 08:50:40 UTC
This issue is fixed by the commit below

commit 9ba21aee960183f635fc9fcb834d58e8909c927b
Author: Xiang, Haihao <haihao.xiang@intel.com>
Date:   Thu Jan 22 10:59:58 2015 +0800

    VC1: No overlap smoothing if the overlap flag is 0
Comment 2 Kenta Ueda 2015-02-05 05:25:46 UTC
Thank you!
I tested below commit version on my side. I verified this fix.
commit 9ba21aee960183f635fc9fcb834d58e8909c927b


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.