Hacker News new | ask | show | jobs
by ZeroGravitas 4098 days ago
You can accelerate parts of the decode with a GPU:

http://www.ittiam.com/key-technologies/vp9/

Your link is just to a software layer that takes advantage of any hardware present on the system i.e. on an intel system with vp8 hardware decode it'll use that, if not then it'll use software.

edit: on a second read I see your link intends to create a GPU accelerated VP8 decoder backend for those libraries, not just create the interface layer.