[Bug 595661] Re: please support h264 hardware acceleration on certain intel video cards

Julius Schwartzenberg julius at zgod.cjb.net
Thu Aug 23 15:25:34 UTC 2012


The included Intel driver in Precise still misses support for H.264 and the G45 chips. To solve this issue quickly, one can use these commands:
git clone git://anongit.freedesktop.org/vaapi/intel-driver intel-driver
cd intel-driver/
apt-cache show libva1|grep Version
git checkout 1.0.15 (replace 1.0.15 with the version from above when it differs)
git pull origin g45-h264
./autogen.sh
make
sudo make install

I haven't tested with playing videos yet, but this makes vainfo show
three extra H264 profiles.

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to libdrm in Ubuntu.
https://bugs.launchpad.net/bugs/595661

Title:
  please support h264 hardware acceleration on certain intel video cards

Status in “libdrm” package in Ubuntu:
  Fix Released
Status in “libva” package in Ubuntu:
  Fix Released
Status in “linux” package in Ubuntu:
  Fix Released
Status in “mplayer” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu should support h264 and mpeg2 hardware decoding through the use
  of vaapi on Intel cards.

  Here is some Intel documentation on how to achieve this, including the patches needed:
  http://intellinuxgraphics.org/h264.html

  The libva stack should be updated from debian to support the G45 card series to 1.0.8 or higher
  Currently being tracked in https://bugs.launchpad.net/ubuntu/+source/libva/+bug/721978

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdrm/+bug/595661/+subscriptions




More information about the foundations-bugs mailing list