@@ -10,15 +10,25 @@ GPUs from the command line.
10
10
11
11
## [ Unreleased]
12
12
13
+ ## [ 1.3.0] - 2024-12-13
14
+
15
+ ### Added
16
+ - Screen content coding tools for AV1 to ` sample_encode `
17
+
18
+ - GTK renderer option to ` sample_decode ` and ` sample_multi_transcode `
19
+ - ` -fullscreen ` option to ` sample_decode ` and ` sample_multi_transcode ` when
20
+ using GTK. Enter fullscreen with Ctrl+f and exit with Esc
21
+
22
+ - Improved support for Python 3.12 development environments.
23
+
24
+ ### Fixed
25
+ - Bootstrap to support Debian distributions that do not define ` ID_LIKE ` .
26
+
13
27
## [ 1.2.0] - 2024-08-30
14
28
15
29
### Added
16
- - VVC decode support to sample_decode
30
+ - VVC decode support to ` sample_decode `
17
31
- Embedded version information to all shared libraries
18
- - Screen content coding tools for AV1 to sample_encode
19
- - GTK renderer option to samplde_decode and sample_multi_transcode
20
- - ` -fullscreen ` option to sample_decode and sample_multi_transcode when using GTK.
21
- Enter fullscreen with Ctrl+f and exit with Esc
22
32
23
33
### Changed
24
34
- Metrics monitor library to now build statically by default
@@ -31,7 +41,7 @@ GPUs from the command line.
31
41
32
42
### Fixed
33
43
- va-attrib for vaapiallocator
34
- - D3D11 texture not being released in val-surface-sharing test tool
44
+ - D3D11 texture not being released in ` val-surface-sharing ` test tool
35
45
36
46
## [ 1.0.0] - 2024-04-26
37
47
@@ -41,7 +51,8 @@ GPUs from the command line.
41
51
(https://github.com/intel/libvpl )
42
52
43
53
44
- [ Unreleased ] : https://github.com/intel/libvpl/compare/v1.2.0...HEAD
54
+ [ Unreleased ] : https://github.com/intel/libvpl/compare/v1.3.0...HEAD
55
+ [ 1.3.0 ] : https://github.com/intel/libvpl/compare/v1.2.0...v1.3.0
45
56
[ 1.2.0 ] : https://github.com/intel/libvpl/compare/v1.1.0...v1.2.0
46
57
[ 1.1.0 ] : https://github.com/intel/libvpl/compare/v1.0.0...v1.1.0
47
58
[ 1.0.0 ] : https://github.com/intel/libvpl/releases/tag/v1.0.0
0 commit comments