aboutsummaryrefslogtreecommitdiff
path: root/libvpx/CHANGELOG
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2017-01-18 14:34:32 -0800
committerJohann <johannkoenig@google.com>2017-01-18 14:36:49 -0800
commit7bc9febe8749e98a3812a0dc4380ceae75c29450 (patch)
tree8dec9075ab070a11a642d1b0e9a622edf2103cd4 /libvpx/CHANGELOG
parent460c7dd824be59d11c9ae6f5ba06ed8c2a0dc9a2 (diff)
downloadlibvpx-7bc9febe8749e98a3812a0dc4380ceae75c29450.tar.gz
Update external/libvpx to v1.6.1android-o-preview-1o-preview
Bug: 33579953 Test: build.webmproject.org automated tests, chromium tests, manual builds. Change-Id: I87e9a4e6a0c55465ecbf54cca64ccc24a9f4b57c
Diffstat (limited to 'libvpx/CHANGELOG')
-rw-r--r--libvpx/CHANGELOG16
1 files changed, 16 insertions, 0 deletions
diff --git a/libvpx/CHANGELOG b/libvpx/CHANGELOG
index 795d395f9..7e7aec67a 100644
--- a/libvpx/CHANGELOG
+++ b/libvpx/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.