FS#15407 - [mplayer] VDPAU enable by default

Attached to Project: Arch Linux
Opened by Zekah (the_k586) - Monday, 06 July 2009, 16:37 GMT
Last edited by Ionut Biru (wonder) - Tuesday, 12 January 2010, 13:20 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Hugo Doria (hdoria)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 4
Private No

Details

Can you add the --enable-vdpau config flag to the mplayer's pkgbuild to add the VDPAU support out of the box ?


---------testing pkg--------------------

/usr/bin/mplayer -vo vdpau -vc ffh264vdpau /home/thek586/Temp/test_1080p_h264.mkv

MPlayer SVN-r29411-4.4.0 (C) 2000-2009 MPlayer Team

==========================================================================
VDecoder init failed :(
Cannot find codec matching selected -vo and video format 0x31637661.
==========================================================================

Starting playback...
Error opening/initializing the selected video_out (-vo) device.

---------testing pkg + --enable-vdpau in PKGBUILD --------------------

/usr/bin/mplayer -vo vdpau -vc ffh264vdpau /home/thek586/Temp/test_1080p_h264.mkv

MPlayer SVN-r29411-4.4.0 (C) 2000-2009 MPlayer Team

==========================================================================
Forced video codec: ffh264vdpau
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
[VD_FFMPEG] XVMC-accelerated MPEG-2.
Selected video codec: [ffh264vdpau] vfm: ffmpeg (FFmpeg H.264 (VDPAU))
==========================================================================

Starting playback...
[VD_FFMPEG] XVMC-accelerated MPEG-2.
VDec: vo config request - 1920 x 1080 (preferred colorspace: H.264 VDPAU acceleration)
VDec: using H.264 VDPAU acceleration as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
VO: [vdpau] 1920x1080 => 1920x1080 H.264 VDPAU acceleration
This task depends upon

Closed by  Ionut Biru (wonder)
Tuesday, 12 January 2010, 13:20 GMT
Reason for closing:  Implemented
Additional comments about closing:  mplayer-30286-1
Comment by spychodelics (spychodelics) - Sunday, 13 December 2009, 10:58 GMT
  • Field changed: Percent Complete (100% → 0%)
I dont see any more depends, could we rethink this?

Libvdpau is available without nvidia drivers now.

Thx for your time
Comment by Thomas Dziedzic (tomd123) - Friday, 08 January 2010, 16:43 GMT
I also vote to add this if there are no extra depends.

Loading...