@@ -17,10 +17,12 @@ cases.
17
17
18
18
## [ Unreleased]
19
19
20
+ ## [ 2.14.0] - 2025-04-11
21
+
20
22
### Added
21
23
- Intel® VPL API 2.15 support, including new property-based capabilities query
22
- interface, extended decoder and encoder capabilities reporting, and definitions
23
- for VVC Main 10 Still Picture profile and level 6.3.
24
+ interface, extended decoder and encoder capabilities reporting, and
25
+ definitions for VVC Main 10 Still Picture profile and level 6.3.
24
26
- Explicit ` INSTALL_EXAMPLES ` build option to control installation of example
25
27
source code and content
26
28
31
33
- ` BUILD_EXAMPLES ` build option requiring ` INSTALL_DEV ` to have any effect
32
34
33
35
### Changed
34
- - Default Ubuntu build to 24.04.
36
+ - Default Ubuntu build to 24.04
35
37
36
38
### Removed
37
39
- Outdated Dockerfiles provided with examples
@@ -41,11 +43,11 @@ cases.
41
43
### Added
42
44
- Intel® VPL API 2.14 support, including new quality and speed settings for AI
43
45
based video frame interpolation, new algorithm and mode selection options for
44
- AI based super resolution, and HEVC level 8.5 decode support.
45
- - Improved support for Python 3.12 development environments.
46
+ AI based super resolution, and HEVC level 8.5 decode support
47
+ - Improved support for Python 3.12 development environments
46
48
47
49
### Fixed
48
- - Bootstrap to support Debian distributions that do not define ` ID_LIKE ` .
50
+ - Bootstrap to support Debian distributions that do not define ` ID_LIKE `
49
51
50
52
## [ 2.13.0] - 2024-08-30
51
53
59
61
60
62
### Added
61
63
- Intel® VPL API 2.12 support, including new APIs for AI-based frame
62
- interpolation and Vulkan zero-copy surface sharing.
64
+ interpolation and Vulkan zero-copy surface sharing
63
65
64
66
## [ 2.11.0] - 2024-04-26
65
67
@@ -422,7 +424,8 @@ cases.
422
424
- hello-transcode sample
423
425
424
426
425
- [ Unreleased ] : https://github.com/intel/libvpl/compare/v2.14.0...HEAD
427
+ [ Unreleased ] : https://github.com/intel/libvpl/compare/v2.15.0...HEAD
428
+ [ 2.15.0 ] : https://github.com/intel/libvpl/compare/v2.14.0...v2.15.0
426
429
[ 2.14.0 ] : https://github.com/intel/libvpl/compare/v2.13.0...v2.14.0
427
430
[ 2.13.0 ] : https://github.com/intel/libvpl/compare/v2.12.0...v2.13.0
428
431
[ 2.12.0 ] : https://github.com/intel/libvpl/compare/v2.11.0...v2.12.0
0 commit comments