Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libva-utils | Distribution: SUSE Linux Enterprise 15 SP5 |
Version: 2.15.0 | Vendor: openSUSE |
Release: bp155.1.10 | Build date: Mon May 22 11:51:19 2023 |
Group: Development/Tools/Other | Build host: lamb61 |
Size: 2641349 | Source RPM: libva-utils-2.15.0-bp155.1.10.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/intel/libva-utils | |
Summary: A collection of utilities and examples to exercise VA-API |
libva-utils is a collection of utilities and examples to exercise VA-API in accordance with the libva project. A driver implementation is necessary to properly operate.
EPL-1.0 AND MIT
* Fri Jul 08 2022 Stefan Dirsch <sndirsch@suse.com> - update to 2.15.0 * add: Added HDR10 Tone Mapping sample code including H2H and H2S config files. * add: Support lowpower for HEVC Encoding * fix: Set correct entrypoint for lowpower * fix: Components exceed the value specified by jpeg spec * fix: hdr local variable pointer access issue * fix: Fix issue incorrect color for EU based hevcencode * fix: exclude vgem node and invalid drm node in vainfo * ci:Disable travis build * meson: check the dependency of libdrm * Wed Mar 02 2022 Aaron Stern <ukbeast89@protonmail.com> - update to 2.14.0: * Update copyright year. * Mon Oct 04 2021 Aaron Stern <ukbeast89@protonmail.com> - update to 2.13.0: * code style:unify the code styles using the style_unify script * fix: h264encode, hevcencode: fix integer overflow for high definition * Mon Apr 19 2021 Aaron Stern <ukbeast89@protonmail.com> - update to 2.11.1: * vainfo: add VA_RC_TCBRC to reported caps list * jpegenc: Allow encoding a 4K frame * h264encode: Added low_power command line option * test_va_api: Enable new caps for VAConfigAttribEncryption * ci: upgrade FreeBSD to 12.2 * ci: enable github actions * Tue Dec 22 2020 Dirk Müller <dmueller@suse.com> - update to 2.10.0: * add Mediacopy Sample code * Enable new caps for rate control TCBRC * Add support for a --repeat command line option to vp8enc. * fix one null pointer dereference risk * Sun Oct 18 2020 Dirk Mueller <dmueller@suse.com> - update to 2.9.1: * Fix one KW issue * Fix null pointer dereference * Sat Oct 10 2020 Dirk Mueller <dmueller@suse.com> - udpate to 2.9.0: * Fix KW issues * Add support for csc with RGBP * Mon Aug 31 2020 Stefan Dirsch <sndirsch@suse.com> - version 2.8.0 needed for jira#SLE/SLE-12712 * Sat Aug 15 2020 Dirk Mueller <dmueller@suse.com> - update to 2.8.0: * test: cast VA_STATUS_ERROR_UNKNOWN to VAStatus type * test/fixture: fix GCC 10.0.1 error with drmDevicePaths * Thu Apr 09 2020 Aaron Stern <ukbeast89@protonmail.com> - Update to version 2.7.1: * meson: add missing samples. * sfcsample: drop unused Linux-only header. * autotools: drop libdrm dependency (only libva-drm is used). * autotools: drop unused X11 dependencies. * Add 10/12bit RT format check. * test/createsurfaces: add some scoped traces. * test/streamable: add VAConfigAttrib and VASurfaceAttrib. * Modify output CS settings for Chroma siting on Linux. * Align libva attribute check. * Added displaying supported config attributes. * add the VP samples README. * Sun Mar 29 2020 Aaron Stern <ukbeast89@protonmail.com> - Update to version 2.6.0: * Align libva attribute check. * Added displaying supported config attributes. * add the VP samples README. * add VP sample for usrptr and 1:N output. * Fri Aug 23 2019 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.5.0: * meson: rename the h264enc binary to be in line with the autotools build. * Unify NEWS format. * sfcsample: don't include X11 headers. * test: update vaInitialize_vaTerminate_Bad_vaSetDriverName. * Check for -fstack-protector. * vavpp: csc with AYUV format. * vavpp: requires BGRA frame when saving a BGRA file. * Sat Jul 06 2019 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.4.1: * No changes, sync with libva version only. - Changes from version 2.4.0: * Fix make dist issue caused by decode streamout sample. * Add VP sample for Blending. * Add VP seperate sample for scaling, csc, sharpness, denoise, chromasitting. * Tue Oct 23 2018 bjorn.lie@gmail.com - Update to version 2.3.0: * Add HEVC encode sample code * Add sample code for avc decode streamout * Add VP8 sample encoder application (SVCT supported) - Changes from version 2.2.0: * Add meson build * Remove driver specific test cases. - Switch to meson buildsystem, add meson BuildRequires and macros. - Drop conditionals for obsolete versions of openSUSE. - Disable sha1sum as source, currently not provided by upstream. * Sun May 06 2018 bjorn.lie@gmail.com - Update to version 2.1.0: * Refine gtest conformance cases. * vp9enc: add support low power mode. * vavpp: add support for RGBA/RGBX surface. * vainfo: add support new profile/entrypoint pairs. * Mon Mar 19 2018 sndirsch@suse.com - disabled wayland build on Leap 42.3 * Fri Nov 17 2017 zaitor@opensuse.org - Add vaapi-wayland-tools Obsoletes and Provides. * Tue Nov 14 2017 zaitor@opensuse.org - Update to version 2.0.0: * Add option '--device ' to vainfo. * Add vp9enc for VP9 encoding. * Add vavpp for video processing. * Add FEI gtest cases. * Fix segmentation fault in putsurface_wayland. * Fix GCC 7.1.1 warnings/errors. * Fix libva version printed out by vainfo. - Pass enable-drm, enable-wayland and enable-x11 to configure, ensure we build all supported backends. - Following the above, add pkgconfig(libdrm), pkgconfig(libva), pkgconfig(libva-drm), pkgconfig(libva-wayland), pkgconfig(wayland-client), pkgconfig(x11), pkgconfig(xext) and pkgconfig(xfixes) BuildRequires; align with what configure looks for. - Run spec-cleaner on spec file. * Tue Aug 29 2017 sndirsch@suse.com - removed putsurface_wayland from filelist (now requires wayland- enabled -devel package) * Wed Aug 16 2017 chris@computersalat.de - Version 1.8.3 - 28.Jun.2017 * Bump version to 1.8.3 * Switch AC_PROG_LIBTOOL to LT_INIT * putsurface: include wayland-client.h instead of wayland-server.h * avcenc: add AUD NAL unit at the beginning of pic * avcenc: enable direct_spatial_mv_pred_flag for B frame * avcenc: add the frame number as the command line input parameter * Fri Aug 04 2017 sndirsch@suse.com - Version 1.8.2 * Bump version to 1.8.2 * Thu Jun 29 2017 sndirsch@suse.com - changed Group to Development/Tools/Other * Wed Apr 19 2017 chris@computersalat.de - fix changes file * add missing changes for 1.8.1 * fix Version string * Tue Apr 18 2017 chris@computersalat.de - Version 1.8.1 - 10.Apr.2017 * Bump version to 1.8.1 - add sha1sum file * Sat Apr 15 2017 chris@computersalat.de - initial pkg 1.8.0 - Version 1.8.0 - 31.Mar.2017 * First release of libva-utils as a separate project * Follows libva release versioning * Contains all the utilities and tests for libva API * dynamically links to libva * building system clean ups * test suite included using GoogleTestFramework
/usr/bin/avcenc /usr/bin/avcstreamoutdemo /usr/bin/h264encode /usr/bin/hevcencode /usr/bin/jpegenc /usr/bin/loadjpeg /usr/bin/mpeg2vaenc /usr/bin/mpeg2vldemo /usr/bin/putsurface /usr/bin/putsurface_wayland /usr/bin/sfcsample /usr/bin/vainfo /usr/bin/vavpp /usr/bin/vp8enc /usr/bin/vp9enc /usr/bin/vppblending /usr/bin/vppchromasitting /usr/bin/vppdenoise /usr/bin/vppscaling_csc /usr/bin/vppscaling_n_out_usrptr /usr/bin/vppsharpness /usr/share/doc/packages/libva-utils /usr/share/doc/packages/libva-utils/NEWS /usr/share/licenses/libva-utils /usr/share/licenses/libva-utils/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 18:11:13 2024