From 042572177b5c58404836fce3fc221fd077dcd896 Mon Sep 17 00:00:00 2001 From: Johann Date: Thu, 30 Jun 2016 16:00:50 -0700 Subject: [PATCH] Release v1.6.0 Khaki Campbell Duck Change-Id: I08da365dd889093f9919476a02ee96ae9615f140 --- .mailmap | 7 ++++++- AUTHORS | 8 ++++++++ CHANGELOG | 32 +++++++++++++++++++++++++++++--- README | 2 +- libs.mk | 2 +- 5 files changed, 45 insertions(+), 6 deletions(-) diff --git a/.mailmap b/.mailmap index 4672e5c..94cb1ec 100644 --- a/.mailmap +++ b/.mailmap @@ -3,6 +3,7 @@ Aℓex Converse Aℓex Converse Alexis Ballier Alpha Lam +Daniele Castagna Deb Mukherjee Erik Niemeyer Guillaume Martres @@ -13,12 +14,15 @@ Jim Bankoski Johann Koenig Johann Koenig Johann Koenig +Johann Koenig John Koleszar Joshua Litt Marco Paniconi Marco Paniconi Pascal Massimino Paul Wilkins +Peter de Rivaz +Peter de Rivaz Ralph Giles Ralph Giles Ronald S. Bultje @@ -26,7 +30,8 @@ Sami Pietilä Tamar Levy Tamar Levy Tero Rintaluoma -Timothy B. Terriberry Tim Terriberry +Timothy B. Terriberry Tom Finegan Tom Finegan Yaowu Xu +Yaowu Xu diff --git a/AUTHORS b/AUTHORS index f89b677..fcd5c53 100644 --- a/AUTHORS +++ b/AUTHORS @@ -24,6 +24,7 @@ changjun.yang Charles 'Buck' Krasic chm Christian Duvivier +Daniele Castagna Daniel Kang Deb Mukherjee Dim Temp @@ -56,10 +57,12 @@ James Zern Jan Gerber Jan Kratochvil Janne Salonen +Jean-Yves Avenard Jeff Faust Jeff Muizelaar Jeff Petkau Jia Jia +Jian Zhou Jim Bankoski Jingning Han Joey Parrish @@ -74,6 +77,7 @@ Justin Clift Justin Lebar KO Myung-Hun Lawrence Velázquez +Linfeng Zhang Lou Quillio Luca Barbato Makoto Kato @@ -107,9 +111,11 @@ Rob Bradford Ronald S. Bultje Rui Ueyama Sami Pietilä +Sasi Inguva Scott Graham Scott LaVarnway Sean McGovern +Sergey Kolomenkin Sergey Ulanov Shimon Doodkin Shunyao Li @@ -126,8 +132,10 @@ Timothy B. Terriberry Tom Finegan Vignesh Venkatasubramanian Yaowu Xu +Yi Luo Yongzhe Wang Yunqing Wang +Yury Gitman Zoe Liu Google Inc. The Mozilla Foundation diff --git a/CHANGELOG b/CHANGELOG index 7db420e..795d395 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/README b/README index 29072b9..a8e6aeb 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - 23 March 2015 +README - 20 July 2016 Welcome to the WebM VP8/VP9 Codec SDK! diff --git a/libs.mk b/libs.mk index ededde8..9a6092a 100644 --- a/libs.mk +++ b/libs.mk @@ -229,7 +229,7 @@ OBJS-yes += $(LIBVPX_OBJS) LIBS-$(if yes,$(CONFIG_STATIC)) += $(BUILD_PFX)libvpx.a $(BUILD_PFX)libvpx_g.a $(BUILD_PFX)libvpx_g.a: $(LIBVPX_OBJS) -SO_VERSION_MAJOR := 3 +SO_VERSION_MAJOR := 4 SO_VERSION_MINOR := 0 SO_VERSION_PATCH := 0 ifeq ($(filter darwin%,$(TGT_OS)),$(TGT_OS)) -- 2.7.4