Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.
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/intel-vaapi-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.4.0
Choose a base ref
...
head repository: intel/intel-vaapi-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.4.1
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on May 14, 2020

  1. Fix HEVCe kernel compile error on gcc10

    This fixes a "multiple definition" compiler error on
    gcc10 which defaults to -fno-common.
    
    https://gcc.gnu.org/gcc-10/porting_to.html#common
    
    Fixes #503
    
    Signed-off-by: U. Artie Eoff <[email protected]>
    U. Artie Eoff committed May 14, 2020
    Configuration menu
    Copy the full SHA
    b39e160 View commit details
    Browse the repository at this point in the history
  2. test: cast VA_STATSUS_ERROR_UNKNOWN to VAStatus

    This fixes a gcc10 compiler error for the
    VA_STATUS_ERROR_UNKNOWN 0xFFFFFFFF conversion from
    unsigned int to int.
    
    Signed-off-by: U. Artie Eoff <[email protected]>
    U. Artie Eoff committed May 14, 2020
    Configuration menu
    Copy the full SHA
    625d265 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. gen9_vp9_encoder: Relax the compressed frames minimum size restriction.

    The current implementation of the CQP mode encode has a
    compressed buffer size restriction of 4Kb. The restriction
    doesn't make sense for low-resolution & low-bitrate
    video encoding use cases since inter-frames can be encoded
    with much less number of bytes.
    
    For eg: most of the P-frames in a video-conferencing session
    of 640x480 resolution at 750kbps require only 1Kb bitrate
    allocation and currently the hardware PAK unit fill the rest
    of the 3Kb (4Kb-1Kb) with zeros. This will jeopardize the
    quality & bit-rate allocation of the hybrid CBR encode
    models[1] where we run the bitrate control algorithm in
    software clubbed with a CQP hardware encoder:
    [1]: https://cgit.freedesktop.org/~sree/gstreamer-vaapi/commit/?h=VP9_SVC_and_SoftwareBRC&id=355f16bdb32965425b274aa082c1334b0edd5992).
    sreerenjb authored and xhaihao committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    6b01d08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e125bb3 View commit details
    Browse the repository at this point in the history
  3. intel-vaapi-driver 2.4.1

    It is a maintenance release, see "NEWS" for details
    
    Signed-off-by: Haihao Xiang <[email protected]>
    xhaihao committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    9a1f0c6 View commit details
    Browse the repository at this point in the history
Loading