bootlin / libva-v4l2-request

LibVA implementation for the Linux Video4Linux2 Request API
Other
76 stars 59 forks source link

Three different, completely unrelated fixes/improvements #8

Closed ezequielgarcia closed 5 years ago

ezequielgarcia commented 5 years ago

First commit improves how codecs are detected, making it possible to test different kernel trees, without requiring H264 or HEVC support.

Second commit, adds settable flag to surface pixelformat. This is required by gst-vaapi.

Third commit gets rid of a noisy warning in the kernel, setting bytesused for single planar API.