Opened 2 months ago
Last modified 2 months ago
#11213 new defect
[regression] AV1 decoding crashes with intel-media-va-driver
Reported by: | David Heidelberg | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avcodec |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
I believe this worked around ffmpeg 5.0, but cannot pin-point.
How to reproduce:
% ffmpeg -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -i EschersCorridor.mp4 -f null -
See reference to MPV bug: https://github.com/mpv-player/mpv/issues/14941
Attachments (1)
Change History (5)
by , 2 months ago
Attachment: | ffmpeg-20240928-160627.log added |
---|
comment:1 by , 2 months ago
Version: | 6.1.1 → git-master |
---|
I would like to add, that decoding the same file on intel-media-va-driver-non-free
without any crash.
comment:2 by , 2 months ago
The intel-media-va-driver
package without filmgrain kernels included doesn't support AV1 hardware decoding on DG2 and older intel Gen12 GPUs. Users should always use intel-media-va-driver-non-free
.
comment:3 by , 2 months ago
This is very unlucky, thou there is still crash happening on default setups.
What would be correct place to address the crash? ffmpeg or intel-media?
comment:4 by , 2 months ago
https://github.com/intel/media-driver/pull/1853#issuecomment-2380560233
If Intel devs follow this suggestion the crash will be avoided in the "free" version of the media-driver.
ffmpeg.log