diff options
author | Johann <johannkoenig@google.com> | 2016-06-30 16:00:50 -0700 |
---|---|---|
committer | Johann <johannkoenig@google.com> | 2016-07-20 18:15:41 -0700 |
commit | 042572177b5c58404836fce3fc221fd077dcd896 (patch) | |
tree | 24502d1a5782562a49da4b104d516c36b7b7d847 /CHANGELOG | |
parent | 297b2a12d628b9948a182917c0ef19ddbedd6b97 (diff) | |
download | libvpx-042572177b5c58404836fce3fc221fd077dcd896.tar.gz |
Release v1.6.0 Khaki Campbell Duckv1.6.0khakicampbell
Change-Id: I08da365dd889093f9919476a02ee96ae9615f140
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 32 |
1 files changed, 29 insertions, 3 deletions
@@ -1,6 +1,32 @@ -Next Release - - Incompatible changes: - The VP9 encoder's default keyframe interval changed to 128 from 9999. +2016-07-20 v1.6.0 "Khaki Campbell Duck" + This release improves upon the VP9 encoder and speeds up the encoding and + decoding processes. + + - Upgrading: + This release is ABI incompatible with 1.5.0 due to a new 'color_range' enum + in vpx_image and some minor changes to the VP8_COMP structure. + + The default key frame interval for VP9 has changed from 128 to 9999. + + - Enhancement: + A core focus has been performance for low end Intel processors. SSSE3 + instructions such as 'pshufb' have been avoided and instructions have been + reordered to better accommodate the more constrained pipelines. + + As a result, devices based on Celeron processors have seen substantial + decoding improvements. From Indian Runner Duck to Javan Whistling Duck, + decoding speed improved between 10 and 30%. Between Javan Whistling Duck + and Khaki Campbell Duck, it improved another 10 to 15%. + + While Celeron benefited most, Core-i5 also improved 5% and 10% between the + respective releases. + + Realtime performance for WebRTC for both speed and quality has received a + lot of attention. + + - Bug Fixes: + A number of fuzzing issues, found variously by Mozilla, Chromium and others, + have been fixed and we strongly recommend updating. 2015-11-09 v1.5.0 "Javan Whistling Duck" This release improves upon the VP9 encoder and speeds up the encoding and |