I have a few questions about VAVDA. VAVDA is the hardware video decode accelerator for Chrome on Linux and ChromeOS for Intel CPUs (Sandy Bridge and newer).
Question 1: Is VAVDA based upon VA-API?
If so, once the video driver could support VA-API, then it can support VAVDA?
Question 2: Is VAVDA accelerated decoding is supported on Linux now?
Question 3: Is any other application can support VAVDA beside Chrome and ChromeOS?
Question 4: I know ChromeOS can support VAVDA, if non-intel platform wants to run ChromeOS, VAVDA can work? or need to develop graphics drivers for ChromeOS?
Correction: VAVDA is only hooked up on chromeos ATM, not Linux.
Correction: VAVDA is only hooked up on chromeos ATM, not Linux.With Chrome 21 in chrome://flags I read:Enable hardware-accelerated video decode. Mac, Windows, Linux, Chrome OS
So now It's possible enable HW acceleration on Linux?
So what is the current status?
If so, Chrome uses VAAPI directly rather than VAVDA-VAAPI?
Does it means 156677 can support HW decode via libva on lucid?Not really / sort of, assuming you build your own chrome and are comfortable hacking the libva & vdpau-driver upstreams.
Does it means 156677 can support HW decode via libva on lucid?Not really / sort of, assuming you build your own chrome and are comfortable hacking the libva & vdpau-driver upstreams.The driver has already support vaapi directly, so I get the 156677 or later revisions, build with chromeos=1, then the Chrome can support HW decoder via libva on lucid?
Should I run Chrome with ./chrome --enable-vaapi?
If you're not building your own drivers then the lucid vaapi drivers contain show-stopping bugs.
What are you trying to do?
If you're not building your own drivers then the lucid vaapi drivers contain show-stopping bugs.The HW and drivers is OK for VAAPI, that means everything is ready below VAAPI.
What are you trying to do?I try to build a Chrome on Lucid, if the Chrome can support VAAPI, so we can use HW decoding accelerate when play videos in youtube.com or other websites.
What are you trying to do?I try to build a Chrome on Lucid, if the Chrome can support VAAPI, so we can use HW decoding accelerate when play videos in youtube.com or other websites.
As I said, it's not ready yet. If you're prepared to fire up a debugger semi-frequently and edit code, you might get some joy out of it, but at this point this is purely an aid for development for other platforms.
it seems a bit related with the problem of HW acceleration of video on linux.