OLD | NEW |
1 2015-03-23 v1.4.0 "Indian Runner Duck" | 1 2015-04-03 v1.4.0 "Indian Runner Duck" |
2 This release includes significant improvements to the VP9 codec. | 2 This release includes significant improvements to the VP9 codec. |
3 | 3 |
4 - Upgrading: | 4 - Upgrading: |
5 This release is ABI incompatible with 1.3.0. It drops the compatibility | 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 | 6 layer, requiring VPX_IMG_FMT_* instead of IMG_FMT_*, and adds several codec |
7 controls for VP9. | 7 controls for VP9. |
8 | 8 |
9 - Enhancements: | 9 - Enhancements: |
10 Faster VP9 encoding and decoding | 10 Faster VP9 encoding and decoding |
11 Multithreaded VP9 decoding (tile and frame-based) | 11 Multithreaded VP9 decoding (tile and frame-based) |
12 Multithreaded VP9 encoding - on by default | 12 Multithreaded VP9 encoding - on by default |
13 YUV 4:2:2 and 4:4:4 support in VP9 | 13 YUV 4:2:2 and 4:4:4 support in VP9 |
14 10 and 12bit support in VP9 | 14 10 and 12bit support in VP9 |
15 64bit ARM support by replacing ARM assembly with intrinsics | 15 64bit ARM support by replacing ARM assembly with intrinsics |
16 | 16 |
17 - Bug Fixes: | 17 - Bug Fixes: |
18 Fixes a VP9 bitstream issue in Profile 1. This only affected non-YUV 4:2:0 | 18 Fixes a VP9 bitstream issue in Profile 1. This only affected non-YUV 4:2:0 |
19 files. | 19 files. |
20 | 20 |
| 21 - Known Issues: |
| 22 Frame Parallel decoding fails for segmented and non-420 files. |
| 23 |
21 2013-11-15 v1.3.0 "Forest" | 24 2013-11-15 v1.3.0 "Forest" |
22 This release introduces the VP9 codec in a backward-compatible way. | 25 This release introduces the VP9 codec in a backward-compatible way. |
23 All existing users of VP8 can continue to use the library without | 26 All existing users of VP8 can continue to use the library without |
24 modification. However, some VP8 options do not map to VP9 in the same manner. | 27 modification. However, some VP8 options do not map to VP9 in the same manner. |
25 | 28 |
26 The VP9 encoder in this release is not feature complete. Users interested in | 29 The VP9 encoder in this release is not feature complete. Users interested in |
27 the encoder are advised to use the git master branch and discuss issues on | 30 the encoder are advised to use the git master branch and discuss issues on |
28 libvpx mailing lists. | 31 libvpx mailing lists. |
29 | 32 |
30 - Upgrading: | 33 - Upgrading: |
(...skipping 564 matching lines...) Loading... |
595 * Detect toolchain to be used automatically for native builds | 598 * Detect toolchain to be used automatically for native builds |
596 * Support building shared libraries | 599 * Support building shared libraries |
597 * Better autotools emulation (--prefix, --libdir, DESTDIR) | 600 * Better autotools emulation (--prefix, --libdir, DESTDIR) |
598 - Updated LICENSE | 601 - Updated LICENSE |
599 * http://webmproject.blogspot.com/2010/06/changes-to-webm-open-source-lice
nse.html | 602 * http://webmproject.blogspot.com/2010/06/changes-to-webm-open-source-lice
nse.html |
600 | 603 |
601 | 604 |
602 2010-05-18 v0.9.0 | 605 2010-05-18 v0.9.0 |
603 - Initial open source release. Welcome to WebM and VP8! | 606 - Initial open source release. Welcome to WebM and VP8! |
604 | 607 |
OLD | NEW |