From: Johann Date: Fri, 30 Dec 2016 00:31:22 +0000 (-0800) Subject: Release v1.6.1 Long Tailed Duck X-Git-Tag: v1.6.1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81138d83ddc3fc93ba4c933cda53ae3ddb2a99a2;p=libvpx Release v1.6.1 Long Tailed Duck Change-Id: If27447472417c7ed34238295427ddb9da0561725 --- diff --git a/AUTHORS b/AUTHORS index 6478a9022..87a5e845c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -7,6 +7,8 @@ Adam Xu Adrian Grange Aℓex Converse Ahmad Sharif +Aleksey Vasenev +Alexander Potapenko Alexander Voronov Alexis Ballier Alok Ahuja @@ -27,6 +29,7 @@ Christian Duvivier Daniele Castagna Daniel Kang Deb Mukherjee +Deepa K G Dim Temp Dmitry Kovalev Dragan Mrdjan @@ -37,6 +40,7 @@ Fabio Pedretti Frank Galligan Fredrik Söderquist Fritz Koenig +Gabriel Marin Gaute Strokkenes Geza Lore Ghislain MARY @@ -48,6 +52,7 @@ Hangyu Kuang Hanno Böck Henrik Lundin Hui Su +Ivan Krasin Ivan Maltz Jacek Caban Jacky Chen @@ -61,6 +66,7 @@ Jean-Yves Avenard Jeff Faust Jeff Muizelaar Jeff Petkau +Jerome Jiang Jia Jia Jian Zhou Jim Bankoski @@ -92,8 +98,11 @@ Michael Kohler Mike Frysinger Mike Hommey Mikhal Shemer +Min Chen Minghai Shang +Min Ye Morton Jonuschat +Nathan E. Egge Nico Weber Parag Salasakar Pascal Massimino @@ -102,16 +111,19 @@ Paul Wilkins Pavol Rusnak Paweł Hajdan Pengchong Jin +Peter Boström Peter de Rivaz Philip Jägenstedt Priit Laes Rafael Ávila de Espíndola Rafaël Carré Ralph Giles +Ranjit Kumar Tulabandu Rob Bradford Ronald S. Bultje Rui Ueyama Sami Pietilä +Sarah Parker Sasi Inguva Scott Graham Scott LaVarnway @@ -131,6 +143,8 @@ Thijs Vermeir Tim Kopp Timothy B. Terriberry Tom Finegan +Tristan Matthews +Urvang Joshi Vignesh Venkatasubramanian Yaowu Xu Yi Luo diff --git a/CHANGELOG b/CHANGELOG index 795d395f9..7e7aec67a 100644 --- 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. diff --git a/README b/README index b9266ca26..6d2996886 100644 --- 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 @@ COMPILING THE APPLICATIONS/LIBRARIES: --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 diff --git a/libs.mk b/libs.mk index e0a2cc097..36935bd1e 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 := 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 diff --git a/tools/gen_authors.sh b/tools/gen_authors.sh index 4cfd81ec3..f163f663a 100755 --- a/tools/gen_authors.sh +++ b/tools/gen_authors.sh @@ -6,7 +6,8 @@ cat <" | 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