Skip to content

Commit ab786a3

Browse files
committed
release: create v0.4.4
1 parent f4374b0 commit ab786a3

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

Changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
v0.4.4:
2+
- Encoder: enable shaderc compute filter for static build allowing CTS
3+
to encode AV1 properly
4+
- CI: enable Windows long paths in CTS builds
5+
- VVL: enable VK_KHR_video_encode_intra_refresh (--intraRefreshMode)
6+
and emit one slice per partition for PER_PARTITION intra-refresh on
7+
H.264 and H.265
8+
- VVL: enable VK_KHR_video_encode_quantization_map (--qpMap)
9+
- VVL: clamp max DPB size, map capability rejections to specific
10+
unsupported VkResults, and simplify pNext chaining
11+
- Encoder: dump full encode capabilities under --verbose, set layerCount
12+
to 0 for DEFAULT/DISABLED rate control modes
13+
- Tests: add intra-refresh and qpMap samples (H.265, AV1), AV1 10-bit
14+
encode vector, VP9 skip test, --validate flag, and CSV result export
15+
116
v0.4.3:
217
- Encoder: fix DPB heap-buffer-overflow and add bounds checking across
318
all codecs; clean up pNext chaining and restore CPU fallback

common/include/VkVSCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ extern "C" {
1010
// Version information
1111
#define VKVS_VERSION_MAJOR 0
1212
#define VKVS_VERSION_MINOR 4
13-
#define VKVS_VERSION_PATCH 3
13+
#define VKVS_VERSION_PATCH 4
1414

1515
// Helper macros for version string construction (prefixed to avoid reserved identifier issues)
1616
#define VKVS_STRINGIFY(x) #x

0 commit comments

Comments
 (0)