OLD | NEW |
| 1 2013-11-15 v1.3.0 "Forest" |
| 2 This release introduces the VP9 codec in a backward-compatible way. |
| 3 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. |
| 5 |
| 6 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 |
| 8 libvpx mailing lists. |
| 9 |
| 10 - Upgrading: |
| 11 This release is ABI and API compatible with Duclair (v1.0.0). Users |
| 12 of older releases should refer to the Upgrading notes in this document |
| 13 for that release. |
| 14 |
| 15 - Enhancements: |
| 16 Get rid of bashisms in the main build scripts |
| 17 Added usage info on command line options |
| 18 Add lossless compression mode |
| 19 Dll build of libvpx |
| 20 Add additional Mac OS X targets: 10.7, 10.8 and 10.9 (darwin11-13) |
| 21 Add option to disable documentation |
| 22 configure: add --enable-external-build support |
| 23 make: support V=1 as short form of verbose=yes |
| 24 configure: support mingw-w64 |
| 25 configure: support hardfloat armv7 CHOSTS |
| 26 configure: add support for android x86 |
| 27 Add estimated completion time to vpxenc |
| 28 Don't exit on decode errors in vpxenc |
| 29 vpxenc: support scaling prior to encoding |
| 30 vpxdec: support scaling output |
| 31 vpxenc: improve progress indicators with --skip |
| 32 msvs: Don't link to winmm.lib |
| 33 Add a new script for producing vcxproj files |
| 34 Produce Visual Studio 10 and 11 project files |
| 35 Produce Windows Phone project files |
| 36 msvs-build: use msbuild for vs >= 2005 |
| 37 configure: default configure log to config.log |
| 38 Add encoding option --static-thresh |
| 39 |
| 40 - Speed: |
| 41 Miscellaneous speed optimizations for VP8 and VP9. |
| 42 |
| 43 - Quality: |
| 44 In general, quality is consistent with the Eider release. |
| 45 |
| 46 - Bug Fixes: |
| 47 This release represents approximately a year of engineering effort, |
| 48 and contains multiple bug fixes. Please refer to git history for details. |
| 49 |
| 50 |
1 2012-12-21 v1.2.0 | 51 2012-12-21 v1.2.0 |
2 This release acts as a checkpoint for a large amount of internal refactoring | 52 This release acts as a checkpoint for a large amount of internal refactoring |
3 and testing. It also contains a number of small bugfixes, so all users are | 53 and testing. It also contains a number of small bugfixes, so all users are |
4 encouraged to upgrade. | 54 encouraged to upgrade. |
5 | 55 |
6 - Upgrading: | 56 - Upgrading: |
7 This release is ABI and API compatible with Duclair (v1.0.0). Users | 57 This release is ABI and API compatible with Duclair (v1.0.0). Users |
8 of older releases should refer to the Upgrading notes in this | 58 of older releases should refer to the Upgrading notes in this |
9 document for that release. | 59 document for that release. |
10 | 60 |
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
525 * Detect toolchain to be used automatically for native builds | 575 * Detect toolchain to be used automatically for native builds |
526 * Support building shared libraries | 576 * Support building shared libraries |
527 * Better autotools emulation (--prefix, --libdir, DESTDIR) | 577 * Better autotools emulation (--prefix, --libdir, DESTDIR) |
528 - Updated LICENSE | 578 - Updated LICENSE |
529 * http://webmproject.blogspot.com/2010/06/changes-to-webm-open-source-lice
nse.html | 579 * http://webmproject.blogspot.com/2010/06/changes-to-webm-open-source-lice
nse.html |
530 | 580 |
531 | 581 |
532 2010-05-18 v0.9.0 | 582 2010-05-18 v0.9.0 |
533 - Initial open source release. Welcome to WebM and VP8! | 583 - Initial open source release. Welcome to WebM and VP8! |
534 | 584 |
OLD | NEW |