Opened 13 years ago
Closed 13 years ago
#457 closed defect (fixed)
vaapi h264 decoding artefacts
Reported by: | gimli | Owned by: | |
---|---|---|---|
Priority: | important | Component: | avcodec |
Version: | git-master | Keywords: | regression |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
I work on vaapi support for xine using ffmpeg as decoder.
While working in my xine stuff i discovered that since quite a while decoding of some h264 live material on dvb-s2 was broken with vaapi in ffmpeg. The affected material was showing artefacts in the decoded picture.
After some research i discovered following commit for vpdau :
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=a4ab70f92e4d8705434a2fee42a2b69a8bfa6bb1
based on that commit i made similar changes to vaapi_h264.c which are in the attached patch. This patch is fixing the artefacts.
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | vaapi_h264_fix.patch added |
---|
comment:1 by , 13 years ago
Component: | undetermined → avcodec |
---|---|
Keywords: | regression added |
Priority: | normal → important |
Resolution: | → fixed |
Status: | new → closed |
Version: | unspecified → git-master |
Thank you for the report and the analysis!
vaapi h264 decoding fix