Commit Graph

5 Commits

Author SHA1 Message Date
Hirokazu Honda deff9753a8 Support Android build 2024-11-26 09:43:54 +08:00
Yuan, Pengxin 1258c716de Fix some coverity issues exposed in decode
Signed-off-by: Pengxin Yuan <pengxin.yuan@intel.com>
2023-11-09 14:58:24 +08:00
Carl Zhang 42dd2b216e unify the code styles using the style_unify script
use astyle to unify the code style
copy the style_unify script from
https://github.com/intel/libva/blob/master/style_unify

Signed-off-by: Carl Zhang <carl.zhang@intel.com>
2021-09-29 20:59:40 -04:00
Jun Zhao 9cf3c47d92 decode/loadjpeg: Add return value check for fread.
Check the return value to fix build warning.

Signed-off-by: Jun Zhao <jun.zhao@intel.com>
2018-01-11 08:34:21 +08:00
Daniel Charles c9af683d6c libva-utils: initial commit
libva-utils is a new git repository that will host sample applications
for libva, conformance tests and others relevant to libva

It is using the same version as libva and it should follow libva version.
It is intended to be released together with libva
It has the same license as libva

Initial functionality ports the vainfo application from libva repository.
The git history for it will remain on libva.  To port vainfo, also the
a common libva-display library was ported. The original tests for encoder
and decoder are also ported to this repository. debian folder for vainfo
was also ported

The basic tests are going to be substituted by a new set of tests based
on Gtest framework.

libva-utils will dynamically link libva, use pkg-config to compile and
link properly.

Signed-off-by: Daniel Charles <daniel.charles@intel.com>
2016-11-29 11:41:17 -08:00