FS#34537 - [ffmpeg]hardware acceleration not enabled in 1.2

Attached to Project: Arch Linux
Opened by Felix Yan (felixonmars) - Monday, 01 April 2013, 00:59 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Monday, 01 April 2013, 07:47 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Bartłomiej Piotrowski (Barthalion)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
It causes mplayer failed to init ffh264vdpau:
Forced video codec: ffh264vdpau
Cannot find codec 'h264_vdpau' in libavcodec...
Video decoder init failed for codecs.conf entry "ffh264vdpau".

Upstream bug has been marked as fixed: https://ffmpeg.org/trac/ffmpeg/ticket/2368
We could enforce the configure options or patch it using http://git.videolan.org/?p=ffmpeg.git;a=patch;h=2e2ec667416d8ed345491ac360fccc94e7a4772f

Additional info:
* package version(s)
ffmpeg 1:1.2-1

Steps to reproduce:
$ strings /usr/lib/libavcodec.so|grep vdpau

No output in 1:1.2-1.

Prior to 1:1.2-1, the output is: (also works with ffmpeg-compat)
ff_vdpau_vc1_decode_picture
h264_vdpau
mpeg1video_vdpau
mpegvideo_vdpau
mpeg4_vdpau
vc1_vdpau
wmv3_vdpau
libavcodec/vdpau.c
mpeg2_vdpau
mpeg1_vdpau
ff_vdpau_h264_set_reference_frames
ff_vdpau_add_data_chunk
ff_vdpau_h264_picture_start
ff_vdpau_h264_picture_complete
ff_vdpau_mpeg_picture_complete
ff_vdpau_vc1_decode_picture
ff_vdpau_mpeg4_decode_picture
This task depends upon

Closed by  Bartłomiej Piotrowski (Barthalion)
Monday, 01 April 2013, 07:47 GMT
Reason for closing:  Fixed
Additional comments about closing:  ffmpeg 1:1.2-2

Loading...