Skip to content

Commit

Permalink
Changelog for 1.6.1 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjw24 authored Sep 30, 2022
1 parent c822800 commit 81d14ed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ endif()
project( vvenc VERSION 1.6.1 )

# set alternative version numbering for release candidates
set( PROJECT_VERSION_RC rc1 )
#set( PROJECT_VERSION_RC rc1 )
if( PROJECT_VERSION_RC )
set( PROJECT_VERSION "${PROJECT_VERSION}-${PROJECT_VERSION_RC}" )
endif()
Expand Down
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/////////////////////////////////////////
tag 1.6.1

* libvvenc:
- bugfix for rate control at low rates
- bugfix to multi-threaded encoding with tiles
- made apputils an internal header only lib, fixing linking problems
- speedup non-linear ALF (-4% runtime for slower)
- added auto-logic for correct tickspersec setting
- optimized non-RD-optimized quantization

/////////////////////////////////////////
tag 1.6.0

Expand Down

0 comments on commit 81d14ed

Please sign in to comment.