Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: intel/libva
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.13.0
Choose a base ref
...
head repository: intel/libva
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.14.0
Choose a head ref
  • 12 commits
  • 14 files changed
  • 7 contributors

Commits on Oct 25, 2021

  1. Add the missing trace log for the VA encoder API.

    Signed-off-by: He Junyan <junyan.he@intel.com>
    HeJunyan authored and xhaihao committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    cab05fc View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. update NEWS for 2.13.0

    Signed-off-by: Carl Zhang <carl.zhang@intel.com>
    XinfengZhang committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    9522164 View commit details
    Browse the repository at this point in the history
  2. libva 2.14.0.pre1

    Signed-off-by: Carl Zhang <carl.zhang@intel.com>
    XinfengZhang committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    453002c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

  1. VA/X11: VAAPI driver mapping for crocus DRI driver

    crocus supports Gen4 to Gen7.5, so only i965 can be used.
    jbeich authored and XinfengZhang committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    906d70e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. meson: Copy public headers to build directory

    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. #433
    
    squashme
    ceyusa authored and XinfengZhang committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    6f2b6d4 View commit details
    Browse the repository at this point in the history
  2. meson: Update pkgconfig generation.

    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.
    ceyusa authored and XinfengZhang committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    edf6286 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. ci: fix freebsd build

    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>
    dvrogozh committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    226b090 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Add av1 encode DDI

    Add av1 encode DDI and introduce corresponding attributes.
    Xuhenry1 authored and XinfengZhang committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    7be0c8a View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Remove execute bit from ./va/va_vpp.h file

    Issue #560
    solcloud authored and xhaihao committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    63c6378 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. add description of the fd for surface importing

    Signed-off-by: Carl Zhang <carl.zhang@intel.com>
    XinfengZhang committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    5d5db2e View commit details
    Browse the repository at this point in the history
  2. update NEWS for 2.14.0

    Signed-off-by: Carl Zhang <carl.zhang@intel.com>
    XinfengZhang committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    68b2459 View commit details
    Browse the repository at this point in the history
  3. libva 2.14.0

    Signed-off-by: Carl Zhang <carl.zhang@intel.com>
    XinfengZhang committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    eec9f71 View commit details
    Browse the repository at this point in the history
Loading