From 8ae686757b708cd8df1d10c71586aff5355cfe1e Mon Sep 17 00:00:00 2001 From: Johann Date: Mon, 15 Jul 2019 14:55:33 -0700 Subject: [PATCH] Release v1.8.1 Orpington Duck BUG=webm:1624 Change-Id: Ibd63b64058e52448e0916939a3f85eb23c8161b6 --- .mailmap | 2 ++ AUTHORS | 8 +++++++- CHANGELOG | 18 ++++++++++++++++++ README | 2 +- libs.mk | 2 +- 5 files changed, 29 insertions(+), 3 deletions(-) diff --git a/.mailmap b/.mailmap index 7c26790..465f12a 100644 --- a/.mailmap +++ b/.mailmap @@ -24,6 +24,7 @@ Joshua Litt Marco Paniconi Marco Paniconi Martin Storsjö +Michael Horowitz Pascal Massimino Paul Wilkins Peter Boström @@ -45,4 +46,5 @@ Urvang Joshi Yaowu Xu Yaowu Xu Yaowu Xu +Venkatarama NG. Avadhani xiwei gu diff --git a/AUTHORS b/AUTHORS index 3f7a86d..2f1f8a6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,12 +4,13 @@ Aaron Watry Abo Talib Mahfoodh Adrian Grange -Aℓex Converse Ahmad Sharif +Aidan Welch Aleksey Vasenev Alexander Potapenko Alexander Voronov Alexandra Hájková +Aℓex Converse Alexis Ballier Alok Ahuja Alpha Lam @@ -32,6 +33,7 @@ Chris Cunningham Christian Duvivier Daniele Castagna Daniel Kang +Dan Zhu Deb Mukherjee Deepa K G Dim Temp @@ -60,6 +62,7 @@ Hanno Böck Han Shen Harish Mahendrakar Henrik Lundin +Hien Ho Hui Su Ivan Krasin Ivan Maltz @@ -108,6 +111,7 @@ Martin Ettl Martin Storsjö Matthew Heaney Matthias Räncker +Michael Horowitz Michael Kohler Mike Frysinger Mike Hommey @@ -140,6 +144,7 @@ Rahul Chaudhry Ralph Giles Ranjit Kumar Tulabandu Raphael Kubo da Costa +Ravi Chaudhary Ritu Baldwa Rob Bradford Ronald S. Bultje @@ -181,6 +186,7 @@ xiwei gu Yaowu Xu Yi Luo Yongzhe Wang +Yue Chen Yunqing Wang Yury Gitman Zoe Liu diff --git a/CHANGELOG b/CHANGELOG index 3bdf8ac..a7d8311 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,21 @@ +2019-07-15 v1.8.1 "Orpington Duck" + This release collects incremental improvements to many aspects of the library. + + - Upgrading: + VP8E_SET_CPUUSED now accepts values up to 9 for vp9. + VPX_CTRL_VP9E_SET_MAX_INTER_BITRATE_PCT had a spelling fix (was VP8E). + The --sdk-path option has been removed. If you were using it to build for + Android please read build/make/Android.mk for alternatives. + All PPC optimizations have been disabled: + https://bugs.chromium.org/p/webm/issues/detail?id=1522. + + - Enhancements: + Various changes to improve encoder rate control, quality and speed + for practically every use case. + + - Bug fixes: + vp9-rtc: Fix color artifacts for speed >= 8. + 2019-01-31 v1.8.0 "Northern Shoveler Duck" This release focused on encoding performance for realtime and VOD use cases. diff --git a/README b/README index 61bee3e..a1000e0 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - 31 January 2019 +README - 15 July 2019 Welcome to the WebM VP8/VP9 Codec SDK! diff --git a/libs.mk b/libs.mk index 28633ce..67d7512 100644 --- a/libs.mk +++ b/libs.mk @@ -233,7 +233,7 @@ LIBS-$(if yes,$(CONFIG_STATIC)) += $(BUILD_PFX)libvpx.a $(BUILD_PFX)libvpx_g.a $(BUILD_PFX)libvpx_g.a: $(LIBVPX_OBJS) SO_VERSION_MAJOR := 6 -SO_VERSION_MINOR := 0 +SO_VERSION_MINOR := 1 SO_VERSION_PATCH := 0 ifeq ($(filter darwin%,$(TGT_OS)),$(TGT_OS)) LIBVPX_SO := libvpx.$(SO_VERSION_MAJOR).dylib -- 2.7.4