libva
libva copied to clipboard
Libva is an implementation for VA-API (Video Acceleration API)
performance. Signed-off-by: Furong Zhang
add new vaMapBuffer2 backend driver need some usage hint to optimize the operation Signed-off-by: Carl Zhang
Hi, I have added support for ppc64le build on travis-ci in the branch . The travis-ci build log can be tracked on the link :https://travis-ci.com/github/sanjay-cpu/libva/builds/186059891 . I believe it is...
Additionally, clarify some ambiguities in the documentation.
For get specific information about device from the backend driver Signed-off-by: Anton Grishin
the additional memory information include memory location and some addtional information Signed-off-by: Carl Zhang
I want to add a private interface in standard libva but vaGetLibFunc only return a pointer that has no prarameters ,so how can I get a private function with parameters
The Hantro G1 hardware H.264 decoder parses slices itself, with some assistance. It requires the parsed `num_ref_idx_l[01]_default_active_minus1` and `idr_pic_id` syntax elements, as well as the size in bits of the...
I am trying to install vaapi drivers on debian buster, # apt-get install i965-va-driver libva-dev vainfo but vainfo is failing. so, i was just wondering is vaapi support is provided...
Problem was detected while investigating the crash when running GStreamer pipeline with vaapisink over SSH with X Forwarding. VA_API version 1.8.0 LibVA 2.8.0 in va_x11.c ``` 234 static VAStatus va_DisplayContextGetNumCandidates...