shithub: libvpx

Download patch

ref: 7ec7a33a081aeeb53fed1a8d87e4cbd189152527
parent: b7e03724b3afb83d8bb7e19bbf0fc8ccdcc1b3b6
author: Johann <[email protected]>
date: Mon Dec 9 10:08:49 EST 2019

Release v1.8.2 Pekin Duck

Fixed: webm:1661

Change-Id: Icc17635d63fbd533a084e17cc291693b9a453887

--- 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