summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2010-06-17 09:07:33 -0400
committerJohn Koleszar <jkoleszar@google.com>2010-06-17 09:08:56 -0400
commitb46a1f93959512dc75311b8c26be9a54a35cd929 (patch)
tree9293ead91bb55cc6bfd7f60a0b46a27a038195da
parent51ae606b73e915ab65c99a33bffa56e32c060041 (diff)
downloadlibvpx-b46a1f93959512dc75311b8c26be9a54a35cd929.tar
libvpx-b46a1f93959512dc75311b8c26be9a54a35cd929.tar.gz
libvpx-b46a1f93959512dc75311b8c26be9a54a35cd929.tar.bz2
libvpx-b46a1f93959512dc75311b8c26be9a54a35cd929.zip
CHANGELOG: 0.9.1
Change-Id: Icca54b9d51becc49255193801762e1936a07aa2d
-rw-r--r--CHANGELOG15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d6c8ce8c4..c445a52df 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,18 @@
+2010-06-17 v0.9.1
+ - Enhancements:
+ * ivfenc/ivfdec now support YUV4MPEG2 input and pipe I/O
+ * Speed optimizations
+ - Bugfixes:
+ * Rate control
+ * Prevent out-of-bounds accesses on invalid data
+ - Build system updates:
+ * Detect toolchain to be used automatically for native builds
+ * Support building shared libraries
+ * Better autotools emulation (--prefix, --libdir, DESTDIR)
+ - Updated LICENSE
+ * http://webmproject.blogspot.com/2010/06/changes-to-webm-open-source-license.html
+
+
2010-05-18 v0.9.0
- Initial open source release. Welcome to WebM and VP8!