shithub: libvpx

Download patch

ref: d630cda5977aba0f6034cc80d6d1dd9143128870
parent: 297dfd869609d7c3c5cd5faa3ebc7b43a394434e
parent: 0c0a05046db1c0b59a7fcc29785a190fdbbe39c2
author: Johann <[email protected]>
date: Thu Jan 12 10:40:14 EST 2017

Merge remote-tracking branch 'origin/longtailedduck'

--- a/AUTHORS
+++ b/AUTHORS
@@ -7,6 +7,8 @@
 Adrian Grange <[email protected]>
 Aℓex Converse <[email protected]>
 Ahmad Sharif <[email protected]>
+Aleksey Vasenev <[email protected]>
+Alexander Potapenko <[email protected]>
 Alexander Voronov <[email protected]>
 Alexis Ballier <[email protected]>
 Alok Ahuja <[email protected]>
@@ -27,6 +29,7 @@
 Daniele Castagna <[email protected]>
 Daniel Kang <[email protected]>
 Deb Mukherjee <[email protected]>
+Deepa K G <[email protected]>
 Dim Temp <[email protected]>
 Dmitry Kovalev <[email protected]>
 Dragan Mrdjan <[email protected]>
@@ -37,6 +40,7 @@
 Frank Galligan <[email protected]>
 Fredrik Söderquist <[email protected]>
 Fritz Koenig <[email protected]>
+Gabriel Marin <[email protected]>
 Gaute Strokkenes <[email protected]>
 Geza Lore <[email protected]>
 Ghislain MARY <[email protected]>
@@ -48,6 +52,7 @@
 Hanno Böck <[email protected]>
 Henrik Lundin <[email protected]>
 Hui Su <[email protected]>
+Ivan Krasin <[email protected]>
 Ivan Maltz <[email protected]>
 Jacek Caban <[email protected]>
 Jacky Chen <[email protected]>
@@ -61,6 +66,7 @@
 Jeff Faust <[email protected]>
 Jeff Muizelaar <[email protected]>
 Jeff Petkau <[email protected]>
+Jerome Jiang <[email protected]>
 Jia Jia <[email protected]>
 Jian Zhou <[email protected]>
 Jim Bankoski <[email protected]>
@@ -92,8 +98,11 @@
 Mike Frysinger <[email protected]>
 Mike Hommey <[email protected]>
 Mikhal Shemer <[email protected]>
+Min Chen <[email protected]>
 Minghai Shang <[email protected]>
+Min Ye <[email protected]>
 Morton Jonuschat <[email protected]>
+Nathan E. Egge <[email protected]>
 Nico Weber <[email protected]>
 Parag Salasakar <[email protected]>
 Pascal Massimino <[email protected]>
@@ -102,6 +111,7 @@
 Pavol Rusnak <[email protected]>
 Paweł Hajdan <[email protected]>
 Pengchong Jin <[email protected]>
+Peter Boström <[email protected]>
 Peter de Rivaz <[email protected]>
 Philip Jägenstedt <[email protected]>
 Priit Laes <[email protected]>
@@ -108,10 +118,12 @@
 Rafael Ávila de Espíndola <[email protected]>
 Rafaël Carré <[email protected]>
 Ralph Giles <[email protected]>
+Ranjit Kumar Tulabandu <[email protected]>
 Rob Bradford <[email protected]>
 Ronald S. Bultje <[email protected]>
 Rui Ueyama <[email protected]>
 Sami Pietilä <[email protected]>
+Sarah Parker <[email protected]>
 Sasi Inguva <[email protected]>
 Scott Graham <[email protected]>
 Scott LaVarnway <[email protected]>
@@ -131,6 +143,8 @@
 Tim Kopp <[email protected]>
 Timothy B. Terriberry <[email protected]>
 Tom Finegan <[email protected]>
+Tristan Matthews <[email protected]>
+Urvang Joshi <[email protected]>
 Vignesh Venkatasubramanian <[email protected]>
 Yaowu Xu <[email protected]>
 Yi Luo <[email protected]>
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,19 @@
+2017-01-09 v1.6.1 "Long Tailed Duck"
+  This release improves upon the VP9 encoder and speeds up the encoding and
+  decoding processes.
+
+  - Upgrading:
+    This release is ABI compatible with 1.6.0.
+
+  - Enhancements:
+    Faster VP9 encoding and decoding.
+    High bit depth builds now provide similar speed for 8 bit encode and decode
+    for x86 targets. Other platforms and higher bit depth improvements are in
+    progress.
+
+  - Bug Fixes:
+    A variety of fuzzing issues.
+
 2016-07-20 v1.6.0 "Khaki Campbell Duck"
   This release improves upon the VP9 encoder and speeds up the encoding and
   decoding processes.
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-README - 20 July 2016
+README - 9 January 2017
 
 Welcome to the WebM VP8/VP9 Codec SDK!
 
@@ -47,6 +47,7 @@
   --help output of the configure script. As of this writing, the list of
   available targets is:
 
+    arm64-android-gcc
     arm64-darwin-gcc
     arm64-linux-gcc
     armv7-android-gcc
--- a/libs.mk
+++ b/libs.mk
@@ -233,7 +233,7 @@
 $(BUILD_PFX)libvpx_g.a: $(LIBVPX_OBJS)
 
 SO_VERSION_MAJOR := 4
-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
--- a/tools/gen_authors.sh
+++ b/tools/gen_authors.sh
@@ -6,7 +6,8 @@
 # This file is automatically generated from the git commit history
 # by tools/gen_authors.sh.
 
-$(git log --pretty=format:"%aN <%aE>" | sort | uniq | grep -v corp.google)
+$(git log --pretty=format:"%aN <%aE>" | sort | uniq | grep -v corp.google \
+  | grep -v noreply)
 Google Inc.
 The Mozilla Foundation
 The Xiph.Org Foundation