- Feb 16, 2022
-
-
Carl Zhang authored
Signed-off-by:
Carl Zhang <carl.zhang@intel.com>
-
Carl Zhang authored
Signed-off-by:
Carl Zhang <carl.zhang@intel.com>
-
- Dec 29, 2021
-
-
Daniel Maixner authored
Issue #560
-
- Dec 15, 2021
-
-
Xuhenry1 authored
Add av1 encode DDI and introduce corresponding attributes.
-
- Dec 08, 2021
-
-
Dmitry Rogozhkin authored
Switching to: * vmactions/freebsd-vm@v0.1.5 to fetch FreeBSD 13 * macos-10.15 It seems github systems are getting updates with later macos versions (11.6.1) which don't have vboxmanage required to run VMs. Signed-off-by:
Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com>
-
- Dec 07, 2021
-
-
Víctor Manuel Jáquez Leal authored
Now meson offers a pkgconfig module to automate the generation of *.pc files. These mechanism also automatically generates *-uninstalled.pc, which are useful for uninstalled setups (common in CI and development environments). This patch updates the generation of *.pc files using the meson module rather than manual generation.
-
Víctor Manuel Jáquez Leal authored
In order to use libva in a subproject[1] or in an "uninstalled" environment, libva needs to fix its public headers layout in its source directory. A previous fix was proposed[2] which moved those headers as expected, but it was closed because it was too invasive. This new approach is less invasive and oriented to meson subprojects or uninstalled setups, which has a wider audience. The fix is two-fold: 1. Bump the required version of meson in order to support this new feature. And update deprecated syntax. 2. Copy each public header file into subproject's build directory. 1. https://mesonbuild.com/Subprojects.html 2. https://github.com/intel/libva/pull/433 squashme
-
- Nov 27, 2021
-
-
Jan Beich authored
crocus supports Gen4 to Gen7.5, so only i965 can be used.
-
- Oct 27, 2021
-
-
Carl Zhang authored
Signed-off-by:
Carl Zhang <carl.zhang@intel.com>
-
Carl Zhang authored
Signed-off-by:
Carl Zhang <carl.zhang@intel.com>
-
- Oct 25, 2021
-
-
He Junyan authored
Signed-off-by:
He Junyan <junyan.he@intel.com>
-
- Sep 03, 2021
-
-
Xu, Zhengguo authored
Fixes: #536 Signed-off-by:
Xu, Zhengguo <zhengguo.xu@intel.com>
-
- Jun 27, 2021
-
-
Carl Zhang authored
use astyle to unify the code style refer https://github.com/intel/libva/blob/master/style_unify Signed-off-by:
Carl Zhang <carl.zhang@intel.com>
-
- Jun 24, 2021
-
-
Carl Zhang authored
Signed-off-by:
Carl Zhang <carl.zhang@intel.com>
-
- Jun 22, 2021
-
-
Carl Zhang authored
Signed-off-by:
Carl Zhang <carl.zhang@intel.com>
-
Carl Zhang authored
Signed-off-by:
Carl Zhang <carl.zhang@intel.com>
-
- Jun 17, 2021
-
-
Carl Zhang authored
Signed-off-by:
Carl Zhang <carl.zhang@intel.com>
-
Carl Zhang authored
it is a supplement to #385 Signed-off-by:
Carl Zhang <carl.zhang@intel.com>
-
- Jun 16, 2021
-
-
Vasiliy Buzoverya authored
Increase the value range of the log2_tile_column field of VP9 encoding picture parameter buffer structure from [0..5] to [0..6] to align with updates to the underlying SW/HW stack. Signed-off-by:
<vasiliy.buzoverya@intel.com>
-
Carl Zhang authored
Report vaCopy support, it is a standalone feature , which is related with vaDisplay. not depend on VPP , vaConfig etc. Signed-off-by:
Carl Zhang <carl.zhang@intel.com>
-
- Jun 08, 2021
-
-
Carl Zhang authored
Extend display attibute to include adaptor/hw/platform attribute and add new attributes to indicate whether there are several sub device behind vaDisplay Signed-off-by:
Carl Zhang <carl.zhang@intel.com>
-
- Jun 03, 2021
-
-
Fei Wang authored
Signed-off-by:
Fei Wang <fei.w.wang@intel.com>
-
Ruben Gonzalez authored
-
Ruben Gonzalez authored
-
Ruben Gonzalez authored
-
- Jun 02, 2021
-
-
Mark Thompson authored
Signed-off-by:
Mark Thompson <sw@jkqxz.net>
-
- May 14, 2021
-
-
furongzh authored
BDRate, auto Subjective, manual mode. Signed-off-by:
furongzh <furong.zhang@intel.com>
-
- Apr 12, 2021
-
-
Simon Ser authored
This allows users to specify a list of modifiers when allocating a new surface. The driver will pick a modifier from the list. Closes: https://github.com/intel/libva/issues/502
-
- Apr 02, 2021
-
-
Dmitry Rogozhkin authored
Signed-off-by:
Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com>
-
- Apr 01, 2021
-
-
Furong Zhang authored
Signed-off-by:
Furong Zhang <furong.zhang@intel.com>
-
Carl Zhang authored
Signed-off-by:
Carl Zhang <carl.zhang@intel.com>
-
- Mar 23, 2021
-
-
Carl Zhang authored
Signed-off-by:
Carl Zhang <carl.zhang@intel.com>
-
- Mar 18, 2021
-
-
Simon Ser authored
The docs seem to refer to the legacy getSurfaceAttributes behavior. Update them for the new querySurfaceAttributes behavior which completely ignores what the user provides in the attributes array. While at it, also document its usage with createSurfaces.
-
- Mar 09, 2021
-
-
Sushma Venkatesh Reddy authored
Application needs to make sure all the entries point to valid frames except for the intra frames (intra and key frames together are intra frames). Because the document was only suggesting key frames, this edit is needed. Minor edit is made to ref_frame_idx[] document to reflect correct index values. Signed-off-by:
Sushma Venkatesh Reddy <sushma.venkatesh.reddy@intel.com>
-
- Feb 04, 2021
-
-
Jan Beich authored
freebsd-vm@v0.0.7 uses FreeBSD 12.1 which has reached EOL on 2021-01-31. FreeBSD Project doesn't keep old packages for /latest and /quarterly. Once 12.2 packages are built there would be none for 12.1 except for /release_1 which is more than 1 year old.
-
- Jan 29, 2021
-
-
Carl Zhang authored
already enable github actions Signed-off-by:
Carl Zhang <carl.zhang@intel.com>
-
Jan Beich authored
dash and pdksh don't support $'...' /bin/sed: -e expression #1, char 2: unknown command: `1'
-
- Jan 26, 2021
-
-
Sushma Venkatesh Reddy authored
AV1 does not have any frame resolution restrictions. However, the comment "value may not be multiple of 8" was confusing so, I am excluding it to be in sync with the AV1 spec. Signed-off-by:
Sushma Venkatesh Reddy <sushma.venkatesh.reddy@intel.com>
-
Sushma Venkatesh Reddy authored
There is no restriction of tile_rows and tile_cols value in AV1 spec so, this commit excludes the commit which mentions value of tile_rows and tile_cols to be power of 2. Signed-off-by:
Sushma Venkatesh Reddy <sushma.venkatesh.reddy@intel.com>
-
- Jan 18, 2021
-
-
Ryan T Huang authored
Signed-off-by:
Ryan T Huang <ryan.t.huang@intel.com>
-