OLD | NEW |
| 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...) Loading... |
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 |
OLD | NEW |