Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:

- name: Pull Docker image
run: >
docker pull gcr.io/openssf/scorecard:stable
docker pull ghcr.io/ossf/scorecard:v5.4.0

- name: Perform required checks
run: >
docker run --rm -v $(pwd):/tmp/work -w /tmp/work
gcr.io/openssf/scorecard:stable
ghcr.io/ossf/scorecard:v5.4.0
--checks=Token-Permissions,Dangerous-Workflow,Binary-Artifacts
--show-details
--verbosity warn
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Generate full report
run: >
docker run --rm -v $(pwd):/tmp/work -w /tmp/work
gcr.io/openssf/scorecard:stable
ghcr.io/ossf/scorecard:v5.4.0
--local /tmp/work/source
--format json
> scorecard.json
Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Intel® Video Processing Library (Intel® VPL) tools provide access to hardware
accelerated video decode, encode, and frame processing capabilities on Intel®
GPUs from the command line.

## [Unreleased]
## [1.6.0] - 2026-06-22

### Added
- Support for extended decode and encode description
Expand Down Expand Up @@ -96,7 +96,8 @@ GPUs from the command line.
(https://github.com/intel/libvpl)


[Unreleased]: https://github.com/intel/libvpl-tools/compare/v1.5.0...HEAD
[Unreleased]: https://github.com/intel/libvpl-tools/compare/v1.6.0...HEAD
[1.6.0]: https://github.com/intel/libvpl-tools/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/intel/libvpl-tools/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/intel/libvpl-tools/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/intel/libvpl-tools/compare/v1.2.0...v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.6.0