Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Side by Side Diff: source/libvpx/CHANGELOG

Issue 1026393002: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/libvpx/AUTHORS ('k') | source/libvpx/README » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2015-03-23 v1.4.0 "Indian Runner Duck"
2 This release includes significant improvements to the VP9 codec.
3
4 - Upgrading:
5 This release is ABI incompatible with 1.3.0. It drops the compatibility
6 layer, requiring VPX_IMG_FMT_* instead of IMG_FMT_*, and adds several codec
7 controls for VP9.
8
9 - Enhancements:
10 Faster VP9 encoding and decoding
11 Multithreaded VP9 decoding (tile and frame-based)
12 Multithreaded VP9 encoding - on by default
13 YUV 4:2:2 and 4:4:4 support in VP9
14 10 and 12bit support in VP9
15 64bit ARM support by replacing ARM assembly with intrinsics
16
17 - Bug Fixes:
18 Fixes a VP9 bitstream issue in Profile 1. This only affected non-YUV 4:2:0
19 files.
20
1 2013-11-15 v1.3.0 "Forest" 21 2013-11-15 v1.3.0 "Forest"
2 This release introduces the VP9 codec in a backward-compatible way. 22 This release introduces the VP9 codec in a backward-compatible way.
3 All existing users of VP8 can continue to use the library without 23 All existing users of VP8 can continue to use the library without
4 modification. However, some VP8 options do not map to VP9 in the same manner. 24 modification. However, some VP8 options do not map to VP9 in the same manner.
5 25
6 The VP9 encoder in this release is not feature complete. Users interested in 26 The VP9 encoder in this release is not feature complete. Users interested in
7 the encoder are advised to use the git master branch and discuss issues on 27 the encoder are advised to use the git master branch and discuss issues on
8 libvpx mailing lists. 28 libvpx mailing lists.
9 29
10 - Upgrading: 30 - Upgrading:
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 * Detect toolchain to be used automatically for native builds 595 * Detect toolchain to be used automatically for native builds
576 * Support building shared libraries 596 * Support building shared libraries
577 * Better autotools emulation (--prefix, --libdir, DESTDIR) 597 * Better autotools emulation (--prefix, --libdir, DESTDIR)
578 - Updated LICENSE 598 - Updated LICENSE
579 * http://webmproject.blogspot.com/2010/06/changes-to-webm-open-source-lice nse.html 599 * http://webmproject.blogspot.com/2010/06/changes-to-webm-open-source-lice nse.html
580 600
581 601
582 2010-05-18 v0.9.0 602 2010-05-18 v0.9.0
583 - Initial open source release. Welcome to WebM and VP8! 603 - Initial open source release. Welcome to WebM and VP8!
584 604
OLDNEW
« no previous file with comments | « source/libvpx/AUTHORS ('k') | source/libvpx/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698