Skip to content

Commit ca1af4a

Browse files
authored
Preparation for final v1.13.1
2 parents b206f92 + 919495e commit ca1af4a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endif()
1313
project( vvenc VERSION 1.13.1 )
1414

1515
# set alternative version numbering for release candidates
16-
set( PROJECT_VERSION_RC rc1 )
16+
#set( PROJECT_VERSION_RC rc1 )
1717
if( PROJECT_VERSION_RC )
1818
set( PROJECT_VERSION "${PROJECT_VERSION}-${PROJECT_VERSION_RC}" )
1919
endif()

changelog.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
/////////////////////////////////////////
2-
tag 1.13.1-rc1
2+
tag 1.13.1
33

44
* libvvenc:
5-
- fix unaligned load/stores on ARM
65
- fix errors during library loading on old x86 CPUs associated with invalid instructions
76
- necessitate SSE 4.1 support for x86(_64) architectures
8-
- fix rate control bug when using slice type adaptation (missing stats reduce accuracy)
7+
- fix rate control bug when using slice type adaptation improving accuracy
8+
- fix unaligned load/stores on ARM
9+
- allow usage of external nlohmann_json (set VVENC_ENABLE_THIRDPARTY_JSON=SYSTEM in CMake)
10+
- added optional unstable api extension allowing passing user data with input frames (off per default, preserving API and ABI compatibility)
911

1012
/////////////////////////////////////////
1113
tag 1.13.0

0 commit comments

Comments
 (0)