From: Jerome Jiang Date: Mon, 27 Sep 2021 22:52:53 +0000 (-0700) Subject: CHANGELOG for Smew v1.11.0 X-Git-Tag: v1.11.0-rc1^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16837ae1680bbc73381570cc783439b0ea121ba6;p=platform%2Fupstream%2Flibvpx.git CHANGELOG for Smew v1.11.0 Bug: webm:1732 Change-Id: I6038f401cf1dfdcaca85b81d0b8b2c04967b44dd --- diff --git a/CHANGELOG b/CHANGELOG index 6338caa..ea2fc9d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,29 @@ +2021-09-27 v1.11.0 "Smew Duck" + This maintenance release adds support for VBR mode in VP9 rate control + interface, new codec controls to get quantization parameters and loop filter + levels, and includes several improvements to NEON and numerous bug fixes. + + - Upgrading: + New codec control is added to get quantization parameters and loop filter + levels. + + VBR mode is supported in VP9 rate control library. + + - Enhancement: + Numerous improvements for Neon optimizations. + Code clean-up and refactoring. + Calculation of rd multiplier is changed with BDRATE gains. + + - Bug fixes: + Fix to overflow on duration. + Fix to several instances of -Wunused-but-set-variable. + Fix to avoid chroma resampling for 420mpeg2 input. + Fix to overflow in calc_iframe_target_size. + Fix to disallow skipping transform and quantization. + Fix some -Wsign-compare warnings in simple_encode. + Fix input file path in simple_encode_test. + Fix valid range for under/over_shoot pct. + 2021-03-09 v1.10.0 "Ruddy Duck" This maintenance release adds support for darwin20 and new codec controls, as well as numerous bug fixes.