forked from pool/libvpl
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9e0fc6ba39 | |||
| 82a93eae8a | |||
| dd213a6481 | |||
| 659968e78c |
BIN
libvpl-2.13.0.tar.gz
LFS
BIN
libvpl-2.13.0.tar.gz
LFS
Binary file not shown.
BIN
libvpl-2.15.0.tar.gz
LFS
Normal file
BIN
libvpl-2.15.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 13 08:00:34 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.15.0:
|
||||
+ Added:
|
||||
- Intel® VPL API 2.15 support, including new property-based
|
||||
capabilities query interface, extended decoder and encoder
|
||||
capabilities reporting, and definitions for VVC Main 10 Still
|
||||
Picture profile and level 6.3.
|
||||
- Explicit INSTALL_EXAMPLES build option to control
|
||||
installation of example source code and content.
|
||||
+ Changed:
|
||||
- Default Ubuntu build to 24.04
|
||||
- Model demonstrated in interop example to a vehicle detection
|
||||
model.
|
||||
+ Fixed: BUILD_EXAMPLES build option requiring INSTALL_DEV to
|
||||
have any effect.
|
||||
+ Removed: Outdated Dockerfiles provided with examples.
|
||||
+ Known Issues: vpl-infer unable to load model if built in debug
|
||||
mode.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 18 11:50:27 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.14.0:
|
||||
+ Added:
|
||||
- Intel® VPL API 2.14 support, including new quality and speed
|
||||
settings for AI based video frame interpolation, new
|
||||
algorithm and mode selection options for AI based super
|
||||
resolution, and HEVC level 8.5 decode support.
|
||||
- Improved support for Python 3.12 development environments.
|
||||
+ Fixed: Bootstrap to support Debian distributions that do not
|
||||
define ID_LIKE.
|
||||
- Update URL and source to new home.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 4 18:43:39 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libvpl
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -23,13 +23,13 @@
|
||||
%global sover 2
|
||||
Name: libvpl
|
||||
%define lname libvpl%{sover}
|
||||
Version: 2.13.0
|
||||
Version: 2.15.0
|
||||
Release: 0
|
||||
Summary: oneAPI Video Processing Library (oneVPL) dispatcher, tools, and examples
|
||||
License: MIT
|
||||
Group: Development/Languages/C and C++
|
||||
URL: https://github.com/oneapi-src/oneVPL
|
||||
Source0: https://github.com/oneapi-src/oneVPL/archive/refs/tags/v%{version}.tar.gz#/libvpl-%{version}.tar.gz
|
||||
URL: https://github.com/intel/libvpl
|
||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/libvpl-%{version}.tar.gz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user