shithub: libvpx

Download patch

ref: 42329e5ef6edd161429c779d70bc229b92ce437a
parent: 12b5c3767285347e192ac89ebf55ed5a1b371810
author: Jerome Jiang <[email protected]>
date: Mon Jul 20 13:10:49 EDT 2020

Update README, AUTHORS and libs.mk

BUG=webm:1686

Change-Id: I307cf79a74ca31ea53554a14f468b0582089aa74

--- a/AUTHORS
+++ b/AUTHORS
@@ -25,6 +25,7 @@
 Aron Rosenberg <[email protected]>
 Attila Nagy <[email protected]>
 Birk Magnussen <[email protected]>
+Brian Foley <[email protected]>
 Brion Vibber <[email protected]>
 changjun.yang <[email protected]>
 Charles 'Buck' Krasic <[email protected]>
@@ -33,6 +34,7 @@
 chm <[email protected]>
 Chris Cunningham <[email protected]>
 Christian Duvivier <[email protected]>
+Clement Courbet <[email protected]>
 Daniele Castagna <[email protected]>
 Daniel Kang <[email protected]>
 Dan Zhu <[email protected]>
@@ -91,6 +93,7 @@
 Johnny Klonaris <[email protected]>
 John Stark <[email protected]>
 Jon Kunkee <[email protected]>
+Jorge E. Moreira <[email protected]>
 Joshua Bleecher Snyder <[email protected]>
 Joshua Litt <[email protected]>
 Julia Robson <[email protected]>
@@ -125,6 +128,7 @@
 Moriyoshi Koizumi <[email protected]>
 Morton Jonuschat <[email protected]>
 Nathan E. Egge <[email protected]>
+Neil Birkbeck <[email protected]>
 Nico Weber <[email protected]>
 Niveditha Rau <[email protected]>
 Parag Salasakar <[email protected]>
@@ -185,6 +189,7 @@
 Vitaly Buka <[email protected]>
 Vlad Tsyrklevich <[email protected]>
 Wan-Teh Chang <[email protected]>
+Wonkap Jang <[email protected]>
 xiwei gu <[email protected]>
 Yaowu Xu <[email protected]>
 Yi Luo <[email protected]>
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-README - 9 December 2019
+README - 20 July 2020
 
 Welcome to the WebM VP8/VP9 Codec SDK!
 
--- a/libs.mk
+++ b/libs.mk
@@ -282,7 +282,7 @@
 $(BUILD_PFX)libvpx_g.a: $(LIBVPX_OBJS)
 
 SO_VERSION_MAJOR := 6
-SO_VERSION_MINOR := 2
+SO_VERSION_MINOR := 3
 SO_VERSION_PATCH := 0
 ifeq ($(filter darwin%,$(TGT_OS)),$(TGT_OS))
 LIBVPX_SO               := libvpx.$(SO_VERSION_MAJOR).dylib