File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ endif()
1313project ( 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 )
1717if ( PROJECT_VERSION_RC )
1818 set ( PROJECT_VERSION "${PROJECT_VERSION} -${PROJECT_VERSION_RC} " )
1919endif ()
Original file line number Diff line number Diff line change 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/////////////////////////////////////////
1113tag 1.13.0
You can’t perform that action at this time.
0 commit comments