Here's The Intel SNB Video Encoder Code

Written by Michael Larabel in Intel on 10 April 2011 at 10:17 AM EDT. 6 Comments
INTEL
Yesterday I mentioned the Intel Sandy Bridge video encode support should be here soon for Linux users and that it's in a working state after an Intel employee accidentally posted a test report to the driver's public mailing list. It turns out the code is actually available right now.

As mentioned by Kano this morning in the Phoronix IRC channel (#phoronix on freenode.net), there's now a snb-encoder Git branch for libva, the VA-API library. As of three days ago, the Sandy Bridge encoder was committed to VA-API's i965_drv_video driver.

In particular, this is the big commit. The encoder adds in over 2,000 lines of code to the VA-API library and is principally authored by Intel's Zhou Chang. Some of the code that's only being publicly pushed out now dates back to 2009.

The initial commit was limited to intra-frame encoding with Sandy Bridge hardware but another commit now seems to have inter-frame encode too. Older Intel graphics like Clarkdale / Arrandale have VA-API decoding support already, but there is no encoding support.

While the VA-API user-space code is out there, multi-media applications still need to take advantage of the VA-API encoding API for it to be useful. Many applications take advantage of VA-API decoding already since it's supported by various drivers for many months, but I am not aware of too many applications (any?) that yet target VA-API encoding (if you know of any, post in the forums). Obviously though Intel has found the support somewhere or has created out-of-tree patches in testing their SNB video encoding implementation, such as with the results shared yesterday.

Look for official Sandy Bridge VA-API video encoding to be announced for Linux sometime soon.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week