Path to this page:
./
multimedia/libva,
Video Acceleration API
Branch: CURRENT,
Version: 2.24.1,
Package name: libva-2.24.1,
Maintainer: pkgsrc-usersVAAPI (Video Acceleration API) enables hardware accelerated video
decode/encode at various entry-points (VLD, IDCT, Motion Compensation etc.)
for the prevailing coding standards today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4
AVC/H.264, and VC-1/VMW3).
Required to run:[
x11/libXfixes] [
x11/libdrm]
Required to build:[
pkgtools/x11-links] [
x11/xorgproto]
Master sites:
Filesize: 544.357 KB
Version history: (Expand)
- (2026-07-08) Updated to version: libva-2.24.1
- (2026-07-03) Updated to version: libva-2.24.0
- (2025-12-26) Updated to version: libva-2.23.0
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2024-07-13) Updated to version: libva-2.22.0
CVS history: (Expand)
2026-07-08 12:15:33 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
libva: updated to 2.24.1
2.24.1
va: include <unistd.h> for getuid/getgid in secure_getenv fallback
|
2026-07-03 08:01:25 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
libva: updated to 2.24.0
2.24.0 - 02.Jul.2026
* va: Add VA_PICTURE_H264_NON_EXISTING flag
* va: use secure_getenv instead of getenv in va_x11.c
* doc: fix libva av1 link for doxygen
* trace: dump input/output data in va_TraceProtectedSessionExecute
* trace: Add ProtectedSession Related Log in Trace
|
2025-12-26 00:11:14 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
libva: updated to 2.23.0
version 2.23.0 - 12.Dec.2025
* va: add VAProfileH264High422
* va: add av1 profile2
* va: correct the description of segment id map buffer for vp9e
* va: encode segmentation map refine
* va: add defintions for segment id block size
* trace: support more format surface dump
* trace:add vpp output surface dump support
* trace: add Y410 support in dump surface
* trace: add trace for vaDeriveImage
* trace: add missing trace fields for VAProcPipelineParameterBuffer
* doc: add backward compatibility declarison declaration
* android: Remove unnecessary Android code
* android: Include directories and generated header files in Android.bp
* android: Update Android.bp to generate va_version.h and build only for x86_64
* android: Add Android.bp to replace mk files
|
| 2025-02-21 11:19:08 by Nia Alarie | Files touched by this commit (1) |
Log message:
libva: Fix building with clang on FreeBSD.
While here, skip building the package on platforms where
the API is unavailable.
via drecklypkg
|
2024-07-13 10:44:20 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
libva: updated to 2.22.0
libva 2.22.0
va:Add VVC decode LibVA interface.
va: fix --version-script detection for lld >= 17
wayland: add support for linux-dmabuf
meson:remove autogen.sh from the meson script
trace: Add bit_depth capturing in trace log
|
2024-04-05 12:27:42 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
libva: update to 2.21.0.
version 2.21.0 - 12.Mar.2024
* va: Add allow_content_tools and force_intger_mv to AV1 enc
* va: add VASurfaceAttribAlignmentSize
* va: Re-add drm_state and fd checks to VA_DRM_GetDriverNames
* va: export symbol vaGetLibFunc for Windows
* va: Add PRIME3 defination and correct the value
* va: add driver name map for new intel KMD xe
* va: export symbol vaMapBuffer2 for Windows
* va: add new interface vaMapBuffer2 for map operation optimization
* va: Add VAConfigAttribEncMaxTileRows and VAConfigAttribEncMaxTileCols
* va: fix handling when all wayland backends fail
* va_trace:add return value trace for vaPutSurfaces
* ci: harden permissions for all github workflows
* ci: update to vmactions/freebsd-vm from v0 to v1
* ci: windows.yml: Add windows-msvc-debug
* meson: create dist archives suitable for building with configure, too
* autogen.sh: successfully detect if the autoreconf program is installed
* build(deps): bump actions/upload-pages-artifact from 2 to 3
* build(deps): bump actions/deploy-pages from 3 to 4
* build(deps): bump actions/setup-python from 4 to 5
* build(deps): bump actions/deploy-pages from 2 to 3
* win32: Fix debug build break
|
| 2023-11-17 09:18:08 by Nia Alarie | Files touched by this commit (1) |
Log message:
libva: needs FORCE_C_STD
|
| 2023-11-08 23:58:29 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libva: uses for (int i=..., so needs c99
|