Skip to content

Commit c45b5d7

Browse files
committed
Bump version
1 parent 1df407d commit c45b5d7

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ cases.
1717
1818
## [Unreleased]
1919

20+
## [2.14.0] - 2025-04-11
21+
2022
### Added
2123
- 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.
2426
- Explicit `INSTALL_EXAMPLES` build option to control installation of example
2527
source code and content
2628

@@ -31,7 +33,7 @@ cases.
3133
- `BUILD_EXAMPLES` build option requiring `INSTALL_DEV` to have any effect
3234

3335
### Changed
34-
- Default Ubuntu build to 24.04.
36+
- Default Ubuntu build to 24.04
3537

3638
### Removed
3739
- Outdated Dockerfiles provided with examples
@@ -41,11 +43,11 @@ cases.
4143
### Added
4244
- Intel® VPL API 2.14 support, including new quality and speed settings for AI
4345
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
4648

4749
### 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`
4951

5052
## [2.13.0] - 2024-08-30
5153

@@ -59,7 +61,7 @@ cases.
5961

6062
### Added
6163
- 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
6365

6466
## [2.11.0] - 2024-04-26
6567

@@ -422,7 +424,8 @@ cases.
422424
- hello-transcode sample
423425

424426

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
426429
[2.14.0]: https://github.com/intel/libvpl/compare/v2.13.0...v2.14.0
427430
[2.13.0]: https://github.com/intel/libvpl/compare/v2.12.0...v2.13.0
428431
[2.12.0]: https://github.com/intel/libvpl/compare/v2.11.0...v2.12.0

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.14.0
1+
2.15.0

0 commit comments

Comments
 (0)