ref: 8ae686757b708cd8df1d10c71586aff5355cfe1e
parent: 01fd66d7260dc43d4ee6fab62d134f9b72759c8f
author: Johann <[email protected]>
date: Mon Jul 15 10:55:33 EDT 2019
Release v1.8.1 Orpington Duck BUG=webm:1624 Change-Id: Ibd63b64058e52448e0916939a3f85eb23c8161b6
--- a/.mailmap
+++ b/.mailmap
@@ -24,6 +24,7 @@
Marco Paniconi <[email protected]>
Marco Paniconi <[email protected]> <[email protected]>
Martin Storsjö <[email protected]>
+Michael Horowitz <[email protected]> <[email protected]>
Pascal Massimino <[email protected]>
Paul Wilkins <[email protected]>
Peter Boström <[email protected]> <[email protected]>
@@ -45,4 +46,5 @@
Yaowu Xu <[email protected]> <[email protected]>
Yaowu Xu <[email protected]> <[email protected]>
Yaowu Xu <[email protected]> <Yaowu Xu>
+Venkatarama NG. Avadhani <[email protected]>
xiwei gu <[email protected]>
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,12 +4,13 @@
Aaron Watry <[email protected]>
Abo Talib Mahfoodh <[email protected]>
Adrian Grange <[email protected]>
-Aℓex Converse <[email protected]>
Ahmad Sharif <[email protected]>
+Aidan Welch <[email protected]>
Aleksey Vasenev <[email protected]>
Alexander Potapenko <[email protected]>
Alexander Voronov <[email protected]>
Alexandra Hájková <[email protected]>
+Aℓex Converse <[email protected]>
Alexis Ballier <[email protected]>
Alok Ahuja <[email protected]>
Alpha Lam <[email protected]>
@@ -32,6 +33,7 @@
Christian Duvivier <[email protected]>
Daniele Castagna <[email protected]>
Daniel Kang <[email protected]>
+Dan Zhu <[email protected]>
Deb Mukherjee <[email protected]>
Deepa K G <[email protected]>
Dim Temp <[email protected]>
@@ -60,6 +62,7 @@
Han Shen <[email protected]>
Harish Mahendrakar <[email protected]>
Henrik Lundin <[email protected]>
+Hien Ho <[email protected]>
Hui Su <[email protected]>
Ivan Krasin <[email protected]>
Ivan Maltz <[email protected]>
@@ -108,6 +111,7 @@
Martin Storsjö <[email protected]>
Matthew Heaney <[email protected]>
Matthias Räncker <[email protected]>
+Michael Horowitz <[email protected]>
Michael Kohler <[email protected]>
Mike Frysinger <[email protected]>
Mike Hommey <[email protected]>
@@ -140,6 +144,7 @@
Ralph Giles <[email protected]>
Ranjit Kumar Tulabandu <[email protected]>
Raphael Kubo da Costa <[email protected]>
+Ravi Chaudhary <[email protected]>
Ritu Baldwa <[email protected]>
Rob Bradford <[email protected]>
Ronald S. Bultje <[email protected]>
@@ -181,6 +186,7 @@
Yaowu Xu <[email protected]>
Yi Luo <[email protected]>
Yongzhe Wang <[email protected]>
+Yue Chen <[email protected]>
Yunqing Wang <[email protected]>
Yury Gitman <[email protected]>
Zoe Liu <[email protected]>
--- 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.
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-README - 31 January 2019
+README - 15 July 2019
Welcome to the WebM VP8/VP9 Codec SDK!
--- a/libs.mk
+++ b/libs.mk
@@ -233,7 +233,7 @@
$(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