| OLD | NEW |
| 1 xxxx-yy-zz v1.4.0 "Changes for next release" |
| 2 vpxenc is changed to use VP9 by default. |
| 3 Encoder controls added for 1 pass SVC. |
| 4 Decoder control to toggle on/off loopfilter. |
| 5 |
| 1 2015-04-03 v1.4.0 "Indian Runner Duck" | 6 2015-04-03 v1.4.0 "Indian Runner Duck" |
| 2 This release includes significant improvements to the VP9 codec. | 7 This release includes significant improvements to the VP9 codec. |
| 3 | 8 |
| 4 - Upgrading: | 9 - Upgrading: |
| 5 This release is ABI incompatible with 1.3.0. It drops the compatibility | 10 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 | 11 layer, requiring VPX_IMG_FMT_* instead of IMG_FMT_*, and adds several codec |
| 7 controls for VP9. | 12 controls for VP9. |
| 8 | 13 |
| 9 - Enhancements: | 14 - Enhancements: |
| 10 Faster VP9 encoding and decoding | 15 Faster VP9 encoding and decoding |
| (...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 * Detect toolchain to be used automatically for native builds | 603 * Detect toolchain to be used automatically for native builds |
| 599 * Support building shared libraries | 604 * Support building shared libraries |
| 600 * Better autotools emulation (--prefix, --libdir, DESTDIR) | 605 * Better autotools emulation (--prefix, --libdir, DESTDIR) |
| 601 - Updated LICENSE | 606 - Updated LICENSE |
| 602 * http://webmproject.blogspot.com/2010/06/changes-to-webm-open-source-lice
nse.html | 607 * http://webmproject.blogspot.com/2010/06/changes-to-webm-open-source-lice
nse.html |
| 603 | 608 |
| 604 | 609 |
| 605 2010-05-18 v0.9.0 | 610 2010-05-18 v0.9.0 |
| 606 - Initial open source release. Welcome to WebM and VP8! | 611 - Initial open source release. Welcome to WebM and VP8! |
| 607 | 612 |
| OLD | NEW |