shithub: libvpx

Download patch

ref: 50d1a4aa725fbc78ee89ffde5e83b4ee4fe4893e
parent: d99a0bc7695659a873672686cd7b05441ecbd17e
parent: 7ec7a33a081aeeb53fed1a8d87e4cbd189152527
author: Johann <[email protected]>
date: Thu Dec 19 09:24:23 EST 2019

Merge remote-tracking branch 'origin/pekin'

Change-Id: I6f8e21696023fa4067960a7dedb6e7bbdb531ff9

--- a/.mailmap
+++ b/.mailmap
@@ -1,8 +1,10 @@
 Adrian Grange <[email protected]>
-Aℓex Converse <[email protected]>
-Aℓex Converse <[email protected]> <[email protected]>
+Aℓex Converse <[email protected]>
+Aℓex Converse <[email protected]> <[email protected]>
+Aℓex Converse <[email protected]> <[email protected]>
 Alexis Ballier <[email protected]> <[email protected]>
 Alpha Lam <[email protected]> <[email protected]>
+Angie Chiang <[email protected]>
 Chris Cunningham <[email protected]>
 Chi Yo Tsai <[email protected]>
 Daniele Castagna <[email protected]> <[email protected]>
@@ -47,4 +49,5 @@
 Yaowu Xu <[email protected]> <[email protected]>
 Yaowu Xu <[email protected]> <Yaowu Xu>
 Venkatarama NG. Avadhani <[email protected]>
+Vitaly Buka <[email protected]> <[email protected]>
 xiwei gu <[email protected]>
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,7 +10,7 @@
 Alexander Potapenko <[email protected]>
 Alexander Voronov <[email protected]>
 Alexandra Hájková <[email protected]>
-Aℓex Converse <[email protected]>
+Aℓex Converse <[email protected]>
 Alexis Ballier <[email protected]>
 Alok Ahuja <[email protected]>
 Alpha Lam <[email protected]>
@@ -20,9 +20,11 @@
 Andres Mejia <[email protected]>
 Andrew Lewis <[email protected]>
 Andrew Russell <[email protected]>
+Angie Chen <[email protected]>
 Angie Chiang <[email protected]>
 Aron Rosenberg <[email protected]>
 Attila Nagy <[email protected]>
+Birk Magnussen <[email protected]>
 Brion Vibber <[email protected]>
 changjun.yang <[email protected]>
 Charles 'Buck' Krasic <[email protected]>
@@ -180,6 +182,7 @@
 Urvang Joshi <[email protected]>
 Venkatarama NG. Avadhani <[email protected]>
 Vignesh Venkatasubramanian <[email protected]>
+Vitaly Buka <[email protected]>
 Vlad Tsyrklevich <[email protected]>
 Wan-Teh Chang <[email protected]>
 xiwei gu <[email protected]>
@@ -187,6 +190,7 @@
 Yi Luo <[email protected]>
 Yongzhe Wang <[email protected]>
 Yue Chen <[email protected]>
+Yun Liu <[email protected]>
 Yunqing Wang <[email protected]>
 Yury Gitman <[email protected]>
 Zoe Liu <[email protected]>
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+2019-12-09 v1.8.2 "Pekin Duck"
+  This release collects incremental improvements to many aspects of the library.
+
+  - Upgrading:
+    ARCH_* defines have been removed in favor of VPX_ARCH_*.
+
 2019-07-15 v1.8.1 "Orpington Duck"
   This release collects incremental improvements to many aspects of the library.
 
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-README - 15 July 2019
+README - 9 December 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 := 1
+SO_VERSION_MINOR := 2
 SO_VERSION_PATCH := 0
 ifeq ($(filter darwin%,$(TGT_OS)),$(TGT_OS))
 LIBVPX_SO               := libvpx.$(SO_VERSION_MAJOR).dylib