summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2019-07-15 14:55:33 -0700
committerJohann <johannkoenig@google.com>2019-07-15 14:55:33 -0700
commit8ae686757b708cd8df1d10c71586aff5355cfe1e (patch)
treec50c979cf10e2f11078daf0fa3ad03bbf2f9af88 /CHANGELOG
parent01fd66d7260dc43d4ee6fab62d134f9b72759c8f (diff)
downloadlibvpx-8ae686757b708cd8df1d10c71586aff5355cfe1e.tar.gz
Release v1.8.1 Orpington Duckv1.8.1orpington
BUG=webm:1624 Change-Id: Ibd63b64058e52448e0916939a3f85eb23c8161b6
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3bdf8acfb..a7d8311c5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,21 @@
+2019-07-15 v1.8.1 "Orpington Duck"
+ This release collects incremental improvements to many aspects of the library.
+
+ - Upgrading:
+ VP8E_SET_CPUUSED now accepts values up to 9 for vp9.
+ VPX_CTRL_VP9E_SET_MAX_INTER_BITRATE_PCT had a spelling fix (was VP8E).
+ The --sdk-path option has been removed. If you were using it to build for
+ Android please read build/make/Android.mk for alternatives.
+ All PPC optimizations have been disabled:
+ https://bugs.chromium.org/p/webm/issues/detail?id=1522.
+
+ - Enhancements:
+ Various changes to improve encoder rate control, quality and speed
+ for practically every use case.
+
+ - Bug fixes:
+ vp9-rtc: Fix color artifacts for speed >= 8.
+
2019-01-31 v1.8.0 "Northern Shoveler Duck"
This release focused on encoding performance for realtime and VOD use cases.