Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SKL][VP8 DEC] VP8 DEC lead to GPU reset in iHD. #57

Closed
mypopydev opened this issue Dec 27, 2017 · 3 comments
Closed

[SKL][VP8 DEC] VP8 DEC lead to GPU reset in iHD. #57

mypopydev opened this issue Dec 27, 2017 · 3 comments
Labels
verifying PR: fix ready and verifying with build/test

Comments

@mypopydev
Copy link
Contributor

FFmpeg VA-API Vp8 DEC work with iHD driver will lead to GPU reset, and if skip the first Byte in macroblock_offset, this issue is disappear. I give a workround in FFmpeg, more information you can refer to the link: mypopydev/FFmpeg@8f78dbe

@XinfengZhang
Copy link
Contributor

macroblock offset should be calculated base on whether it's align with 8bits

@XinfengZhang
Copy link
Contributor

#239 fix decode mosaic issues

@lakulako
Copy link
Contributor

lakulako commented Aug 9, 2018

Try instead of #239:
lakulako#1
Intel-Media-SDK/MediaSDK#493
macroblock_offset should be exact number of consumed bits after range in bool decoder made >=128.

@XinfengZhang XinfengZhang added the verifying PR: fix ready and verifying with build/test label Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
verifying PR: fix ready and verifying with build/test
Projects
None yet
Development

No branches or pull requests

3 participants