From: Johann Date: Mon, 9 Dec 2019 23:08:49 +0000 (-0800) Subject: Release v1.8.2 Pekin Duck X-Git-Tag: v1.8.2^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ec7a33a081aeeb53fed1a8d87e4cbd189152527;p=libvpx Release v1.8.2 Pekin Duck Fixed: webm:1661 Change-Id: Icc17635d63fbd533a084e17cc291693b9a453887 --- diff --git a/.mailmap b/.mailmap index 465f12ad7..8d9750099 100644 --- a/.mailmap +++ b/.mailmap @@ -1,8 +1,10 @@ Adrian Grange -Aℓex Converse -Aℓex Converse +Aℓex Converse +Aℓex Converse +Aℓex Converse Alexis Ballier Alpha Lam +Angie Chiang Chris Cunningham Chi Yo Tsai Daniele Castagna @@ -47,4 +49,5 @@ Yaowu Xu Yaowu Xu Yaowu Xu Venkatarama NG. Avadhani +Vitaly Buka xiwei gu diff --git a/AUTHORS b/AUTHORS index 2f1f8a694..3eb03e923 100644 --- a/AUTHORS +++ b/AUTHORS @@ -10,7 +10,7 @@ Aleksey Vasenev Alexander Potapenko Alexander Voronov Alexandra Hájková -Aℓex Converse +Aℓex Converse Alexis Ballier Alok Ahuja Alpha Lam @@ -20,9 +20,11 @@ Andoni Morales Alastruey Andres Mejia Andrew Lewis Andrew Russell +Angie Chen Angie Chiang Aron Rosenberg Attila Nagy +Birk Magnussen Brion Vibber changjun.yang Charles 'Buck' Krasic @@ -180,6 +182,7 @@ Tristan Matthews Urvang Joshi Venkatarama NG. Avadhani Vignesh Venkatasubramanian +Vitaly Buka Vlad Tsyrklevich Wan-Teh Chang xiwei gu @@ -187,6 +190,7 @@ Yaowu Xu Yi Luo Yongzhe Wang Yue Chen +Yun Liu Yunqing Wang Yury Gitman Zoe Liu diff --git a/CHANGELOG b/CHANGELOG index a7d8311c5..0717e35bd 100644 --- 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. diff --git a/README b/README index 17271e31e..fd3337daa 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - 15 July 2019 +README - 9 December 2019 Welcome to the WebM VP8/VP9 Codec SDK! diff --git a/libs.mk b/libs.mk index 3ccb45dfb..569dbdc50 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 := 1 +SO_VERSION_MINOR := 2 SO_VERSION_PATCH := 0 ifeq ($(filter darwin%,$(TGT_OS)),$(TGT_OS)) LIBVPX_SO := libvpx.$(SO_VERSION_MAJOR).dylib