libva icon indicating copy to clipboard operation
libva copied to clipboard

Libva is an implementation for VA-API (Video Acceleration API)

Results 203 libva issues
Sort by recently updated
recently updated
newest added

resource need check null before use it. Signed-off-by: caij

Annotate the following functions with DLL_HIDDEN: - va_errorMessage - va_infoMessage - va_parseConfig - va_TraceEvent - va_TraceEventBuffers - va_TraceStatus The APIs have been used solely within libva.so ever since they were...

With Fedora cutting down potentially patented codecs in mesa, the VAAPI backend version that is provided only support VP9 (or even AV1) hardware acceleration methods. In the current libva assumption,...

Traditionally, `vaCreateContext()` is called when a stream resolution is changed (i.e. a keyframe), setting the new resolution to the arguments of `vaCreateContext()`, `picture_width` and `picture_height`. But a frame scaling in...

This PR adds a new VA node for Win32 and adds support for Windows building with meson. - Some of the VA (mostly va.c and va_trace.c) runtime code was modified...

Why HEVC syntax "conformance_window_flag" and "conf_win_left_offset/conf_win_right_offset/conf_win_top_offset/conf_win_bottom_offset" are not provided in VAEncSequenceParameterBufferHEVC? When I am encoding video with 1080x1920, the width is 1088 and "conf_win_left_offset = 0"

While I have not participated much to the project, I have been around for a while. It was never particularly clear: - who has meaningful(?) review powers - who can...

They were defined as empty strings on all platforms except for the long unsupported Cray systems which needed to use bitfields to define types smaller than 64-bits. Signed-off-by: Alan Coopersmith