Skip to content

Commit ea755d0

Browse files
committed
release: create v0.3.6
1 parent f402911 commit ea755d0

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v0.3.6:
2+
- Add file path validation helper
3+
- Fix ARM builds for non-NEON and ARMv7 targets
4+
- Fix memory leaks in VideoFrameBuffer and semaphores
5+
- Fix Parser maxWidth/maxHeight calculation and DPB slot map reset
6+
- Improve CMake detection for Shaderc and VulkanSDK
7+
- Initialize filmGrainSupport for AV1 profile
8+
19
v0.3.5:
210
- Fix AV1 decode with OBUs such as FRAME_HEADER + TILE_GROUP generated by RADV for example
311
- EncoderH264: use ADAPTIVE_TRANSFORM_AUTOSELECT to allow other profiles such as main support

common/include/VkVSVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ extern "C" {
77

88
#define VKVS_VERSION_MAJOR 0
99
#define VKVS_VERSION_MINOR 3
10-
#define VKVS_VERSION_PATCH 5
10+
#define VKVS_VERSION_PATCH 6
1111

1212
#define _STR(x) #x
1313
#define _VERSION_STRING(major,minor,patch) _STR(major) "." _STR(minor) "." _STR(patch)

0 commit comments

Comments
 (0)