Ticket #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
Change History
Changed 21 months ago by gimli
-
attachment
vaapi_h264_fix.patch
added
comment:1 Changed 21 months ago by cehoyos
- Status changed from new to closed
- Component changed from undetermined to avcodec
- Priority changed from normal to important
- Version changed from unspecified to git-master
- Keywords regression added
- Resolution set to fixed
Thank you for the report and the analysis!
Note: See
TracTickets for help on using
tickets.



vaapi h264 decoding fix