| OLD | NEW | 
 |    1 2012-12-21 v1.2.0 | 
 |    2   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 | 
 |    4   encouraged to upgrade. | 
 |    5  | 
 |    6   - Upgrading: | 
 |    7     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 | 
 |    9     document for that release. | 
 |   10  | 
 |   11   - Enhancements: | 
 |   12       VP8 optimizations for MIPS dspr2 | 
 |   13       vpxenc: add -quiet option | 
 |   14  | 
 |   15   - Speed: | 
 |   16       Encoder and decoder speed is consistent with the Eider release. | 
 |   17  | 
 |   18   - Quality: | 
 |   19       In general, quality is consistent with the Eider release. | 
 |   20  | 
 |   21       Minor tweaks to ARNR filtering | 
 |   22       Minor improvements to real time encoding with multiple temporal layers | 
 |   23  | 
 |   24   - Bug Fixes: | 
 |   25       Fixes multithreaded encoder race condition in loopfilter | 
 |   26       Fixes multi-resolution threaded encoding | 
 |   27       Fix potential encoder dead-lock after picture resize | 
 |   28  | 
 |   29  | 
|    1 2012-05-09 v1.1.0 "Eider" |   30 2012-05-09 v1.1.0 "Eider" | 
|    2   This introduces a number of enhancements, mostly focused on real-time |   31   This introduces a number of enhancements, mostly focused on real-time | 
|    3   encoding. In addition, it fixes a decoder bug (first introduced in |   32   encoding. In addition, it fixes a decoder bug (first introduced in | 
|    4   Duclair) so all users of that release are encouraged to upgrade. |   33   Duclair) so all users of that release are encouraged to upgrade. | 
|    5  |   34  | 
|    6   - Upgrading: |   35   - Upgrading: | 
|    7     This release is ABI and API compatible with Duclair (v1.0.0). Users |   36     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 |   37     of older releases should refer to the Upgrading notes in this | 
|    9     document for that release. |   38     document for that release. | 
|   10  |   39  | 
| (...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  496       * Detect toolchain to be used automatically for native builds |  525       * Detect toolchain to be used automatically for native builds | 
|  497       * Support building shared libraries |  526       * Support building shared libraries | 
|  498       * Better autotools emulation (--prefix, --libdir, DESTDIR) |  527       * Better autotools emulation (--prefix, --libdir, DESTDIR) | 
|  499   - Updated LICENSE |  528   - Updated LICENSE | 
|  500       * http://webmproject.blogspot.com/2010/06/changes-to-webm-open-source-lice
     nse.html |  529       * http://webmproject.blogspot.com/2010/06/changes-to-webm-open-source-lice
     nse.html | 
|  501  |  530  | 
|  502  |  531  | 
|  503 2010-05-18 v0.9.0 |  532 2010-05-18 v0.9.0 | 
|  504   - Initial open source release. Welcome to WebM and VP8! |  533   - Initial open source release. Welcome to WebM and VP8! | 
|  505  |  534  | 
| OLD | NEW |