James Zern | 14828e7 | 2016-02-24 20:24:51 -0800 | [diff] [blame] | 1 | Next Release |
| 2 | - Incompatible changes: |
Yaowu Xu | f883b42 | 2016-08-30 14:01:10 -0700 | [diff] [blame] | 3 | The AV1 encoder's default keyframe interval changed to 128 from 9999. |
Ralph Giles | 12a27c0 | 2017-05-12 17:11:38 -0700 | [diff] [blame] | 4 | Support for armv6 was removed. |
James Zern | 14828e7 | 2016-02-24 20:24:51 -0800 | [diff] [blame] | 5 | |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 6 | 2016-04-07 v0.1.0 "AOMedia Codec 1" |
| 7 | This release is the first Alliance for Open Media codec. |
Johann | cbecf57 | 2015-10-28 16:03:55 -0700 | [diff] [blame] | 8 | 2015-11-09 v1.5.0 "Javan Whistling Duck" |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 9 | This release improves upon the VP9 encoder and speeds up the encoding and |
Johann | cbecf57 | 2015-10-28 16:03:55 -0700 | [diff] [blame] | 10 | decoding processes. |
| 11 | |
| 12 | - Upgrading: |
| 13 | This release is ABI incompatible with 1.4.0. It drops deprecated VP8 |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 14 | controls and adds a variety of VP9 controls for testing. |
Johann | cbecf57 | 2015-10-28 16:03:55 -0700 | [diff] [blame] | 15 | |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 16 | The vpxenc utility now prefers VP9 by default. |
Johann | cbecf57 | 2015-10-28 16:03:55 -0700 | [diff] [blame] | 17 | |
| 18 | - Enhancements: |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 19 | Faster VP9 encoding and decoding |
| 20 | Smaller library size by combining functions used by VP8 and VP9 |
Johann | cbecf57 | 2015-10-28 16:03:55 -0700 | [diff] [blame] | 21 | |
| 22 | - Bug Fixes: |
| 23 | A variety of fuzzing issues |
Marco | a8c5ab2 | 2015-06-02 10:23:03 -0700 | [diff] [blame] | 24 | |
Johann | c74bf6d | 2015-04-02 15:44:01 -0700 | [diff] [blame] | 25 | 2015-04-03 v1.4.0 "Indian Runner Duck" |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 26 | This release includes significant improvements to the VP9 codec. |
Johann | bb5a39c | 2015-03-23 15:33:17 -0700 | [diff] [blame] | 27 | |
| 28 | - Upgrading: |
| 29 | This release is ABI incompatible with 1.3.0. It drops the compatibility |
| 30 | layer, requiring VPX_IMG_FMT_* instead of IMG_FMT_*, and adds several codec |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 31 | controls for VP9. |
Johann | bb5a39c | 2015-03-23 15:33:17 -0700 | [diff] [blame] | 32 | |
| 33 | - Enhancements: |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 34 | Faster VP9 encoding and decoding |
| 35 | Multithreaded VP9 decoding (tile and frame-based) |
| 36 | Multithreaded VP9 encoding - on by default |
| 37 | YUV 4:2:2 and 4:4:4 support in VP9 |
| 38 | 10 and 12bit support in VP9 |
Johann | bb5a39c | 2015-03-23 15:33:17 -0700 | [diff] [blame] | 39 | 64bit ARM support by replacing ARM assembly with intrinsics |
| 40 | |
| 41 | - Bug Fixes: |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 42 | Fixes a VP9 bitstream issue in Profile 1. This only affected non-YUV 4:2:0 |
Johann | bb5a39c | 2015-03-23 15:33:17 -0700 | [diff] [blame] | 43 | files. |
| 44 | |
Johann | c74bf6d | 2015-04-02 15:44:01 -0700 | [diff] [blame] | 45 | - Known Issues: |
| 46 | Frame Parallel decoding fails for segmented and non-420 files. |
| 47 | |
Paweł Hajdan | 81c4a42 | 2013-11-15 10:48:09 -0800 | [diff] [blame] | 48 | 2013-11-15 v1.3.0 "Forest" |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 49 | This release introduces the VP9 codec in a backward-compatible way. |
Paweł Hajdan | 81c4a42 | 2013-11-15 10:48:09 -0800 | [diff] [blame] | 50 | All existing users of VP8 can continue to use the library without |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 51 | modification. However, some VP8 options do not map to VP9 in the same manner. |
Paweł Hajdan | 81c4a42 | 2013-11-15 10:48:09 -0800 | [diff] [blame] | 52 | |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 53 | The VP9 encoder in this release is not feature complete. Users interested in |
Paweł Hajdan | 81c4a42 | 2013-11-15 10:48:09 -0800 | [diff] [blame] | 54 | the encoder are advised to use the git master branch and discuss issues on |
| 55 | libvpx mailing lists. |
| 56 | |
| 57 | - Upgrading: |
| 58 | This release is ABI and API compatible with Duclair (v1.0.0). Users |
| 59 | of older releases should refer to the Upgrading notes in this document |
| 60 | for that release. |
| 61 | |
| 62 | - Enhancements: |
| 63 | Get rid of bashisms in the main build scripts |
| 64 | Added usage info on command line options |
| 65 | Add lossless compression mode |
| 66 | Dll build of libvpx |
| 67 | Add additional Mac OS X targets: 10.7, 10.8 and 10.9 (darwin11-13) |
| 68 | Add option to disable documentation |
| 69 | configure: add --enable-external-build support |
| 70 | make: support V=1 as short form of verbose=yes |
| 71 | configure: support mingw-w64 |
| 72 | configure: support hardfloat armv7 CHOSTS |
| 73 | configure: add support for android x86 |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 74 | Add estimated completion time to vpxenc |
| 75 | Don't exit on decode errors in vpxenc |
| 76 | vpxenc: support scaling prior to encoding |
| 77 | vpxdec: support scaling output |
| 78 | vpxenc: improve progress indicators with --skip |
Paweł Hajdan | 81c4a42 | 2013-11-15 10:48:09 -0800 | [diff] [blame] | 79 | msvs: Don't link to winmm.lib |
| 80 | Add a new script for producing vcxproj files |
| 81 | Produce Visual Studio 10 and 11 project files |
| 82 | Produce Windows Phone project files |
| 83 | msvs-build: use msbuild for vs >= 2005 |
| 84 | configure: default configure log to config.log |
| 85 | Add encoding option --static-thresh |
| 86 | |
| 87 | - Speed: |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 88 | Miscellaneous speed optimizations for VP8 and VP9. |
Paweł Hajdan | 81c4a42 | 2013-11-15 10:48:09 -0800 | [diff] [blame] | 89 | |
| 90 | - Quality: |
| 91 | In general, quality is consistent with the Eider release. |
| 92 | |
| 93 | - Bug Fixes: |
| 94 | This release represents approximately a year of engineering effort, |
| 95 | and contains multiple bug fixes. Please refer to git history for details. |
| 96 | |
| 97 | |
John Koleszar | b9ce430 | 2012-12-21 14:14:06 -0800 | [diff] [blame] | 98 | 2012-12-21 v1.2.0 |
| 99 | This release acts as a checkpoint for a large amount of internal refactoring |
| 100 | and testing. It also contains a number of small bugfixes, so all users are |
| 101 | encouraged to upgrade. |
| 102 | |
| 103 | - Upgrading: |
| 104 | This release is ABI and API compatible with Duclair (v1.0.0). Users |
| 105 | of older releases should refer to the Upgrading notes in this |
| 106 | document for that release. |
| 107 | |
| 108 | - Enhancements: |
| 109 | VP8 optimizations for MIPS dspr2 |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 110 | vpxenc: add -quiet option |
John Koleszar | b9ce430 | 2012-12-21 14:14:06 -0800 | [diff] [blame] | 111 | |
| 112 | - Speed: |
| 113 | Encoder and decoder speed is consistent with the Eider release. |
| 114 | |
| 115 | - Quality: |
| 116 | In general, quality is consistent with the Eider release. |
| 117 | |
| 118 | Minor tweaks to ARNR filtering |
| 119 | Minor improvements to real time encoding with multiple temporal layers |
| 120 | |
| 121 | - Bug Fixes: |
| 122 | Fixes multithreaded encoder race condition in loopfilter |
| 123 | Fixes multi-resolution threaded encoding |
| 124 | Fix potential encoder dead-lock after picture resize |
| 125 | |
| 126 | |
John Koleszar | 297dc90 | 2012-05-08 13:47:21 -0700 | [diff] [blame] | 127 | 2012-05-09 v1.1.0 "Eider" |
| 128 | This introduces a number of enhancements, mostly focused on real-time |
| 129 | encoding. In addition, it fixes a decoder bug (first introduced in |
| 130 | Duclair) so all users of that release are encouraged to upgrade. |
| 131 | |
| 132 | - Upgrading: |
| 133 | This release is ABI and API compatible with Duclair (v1.0.0). Users |
| 134 | of older releases should refer to the Upgrading notes in this |
| 135 | document for that release. |
| 136 | |
| 137 | This release introduces a new temporal denoiser, controlled by the |
| 138 | VP8E_SET_NOISE_SENSITIVITY control. The temporal denoiser does not |
| 139 | currently take a strength parameter, so the control is effectively |
| 140 | a boolean - zero (off) or non-zero (on). For compatibility with |
| 141 | existing applications, the values accepted are the same as those |
| 142 | for the spatial denoiser (0-6). The temporal denoiser is enabled |
| 143 | by default, and the older spatial denoiser may be restored by |
| 144 | configuring with --disable-temporal-denoising. The temporal denoiser |
| 145 | is more computationally intensive than the spatial one. |
| 146 | |
| 147 | This release removes support for a legacy, decode only API that was |
| 148 | supported, but deprecated, at the initial release of libvpx |
| 149 | (v0.9.0). This is not expected to have any impact. If you are |
| 150 | impacted, you can apply a reversion to commit 2bf8fb58 locally. |
| 151 | Please update to the latest libvpx API if you are affected. |
| 152 | |
| 153 | - Enhancements: |
| 154 | Adds a motion compensated temporal denoiser to the encoder, which |
| 155 | gives higher quality than the older spatial denoiser. (See above |
| 156 | for notes on upgrading). |
| 157 | |
| 158 | In addition, support for new compilers and platforms were added, |
| 159 | including: |
| 160 | improved support for XCode |
| 161 | Android x86 NDK build |
| 162 | OS/2 support |
| 163 | SunCC support |
| 164 | |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 165 | Changing resolution with vpx_codec_enc_config_set() is now |
John Koleszar | 297dc90 | 2012-05-08 13:47:21 -0700 | [diff] [blame] | 166 | supported. Previously, reinitializing the codec was required to |
| 167 | change the input resolution. |
| 168 | |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 169 | The vpxenc application has initial support for producing multiple |
John Koleszar | 297dc90 | 2012-05-08 13:47:21 -0700 | [diff] [blame] | 170 | encodes from the same input in one call. Resizing is not yet |
| 171 | supported, but varying other codec parameters is. Use -- to |
| 172 | delineate output streams. Options persist from one stream to the |
| 173 | next. |
| 174 | |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 175 | Also, the vpxenc application will now use a keyframe interval of |
John Koleszar | 297dc90 | 2012-05-08 13:47:21 -0700 | [diff] [blame] | 176 | 5 seconds by default. Use the --kf-max-dist option to override. |
| 177 | |
| 178 | - Speed: |
| 179 | Decoder performance improved 2.5% versus Duclair. Encoder speed is |
| 180 | consistent with Duclair for most material. Two pass encoding of |
| 181 | slideshow-like material will see significant improvements. |
| 182 | |
| 183 | Large realtime encoding speed gains at a small quality expense are |
| 184 | possible by configuring the on-the-fly bitpacking experiment with |
| 185 | --enable-onthefly-bitpacking. Realtime encoder can be up to 13% |
| 186 | faster (ARM) depending on the number of threads and bitrate |
| 187 | settings. This technique sees constant gain over the 5-16 speed |
| 188 | range. For VC style input the loss seen is up to 0.2dB. See commit |
| 189 | 52cf4dca for further details. |
| 190 | |
| 191 | - Quality: |
| 192 | On the whole, quality is consistent with the Duclair release. Some |
| 193 | tweaks: |
| 194 | |
| 195 | Reduced blockiness in easy sections by applying a penalty to |
| 196 | intra modes. |
| 197 | |
| 198 | Improved quality of static sections (like slideshows) with |
| 199 | two pass encoding. |
| 200 | |
| 201 | Improved keyframe sizing with multiple temporal layers |
| 202 | |
| 203 | - Bug Fixes: |
| 204 | Corrected alt-ref contribution to frame rate for visible updates |
| 205 | to the alt-ref buffer. This affected applications making manual |
| 206 | usage of the frame reference flags, or temporal layers. |
| 207 | |
| 208 | Additional constraints were added to disable multi-frame quality |
| 209 | enhancement (MFQE) in sections of the frame where there is motion. |
| 210 | (#392) |
| 211 | |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 212 | Fixed corruption issues when vpx_codec_enc_config_set() was called |
John Koleszar | 297dc90 | 2012-05-08 13:47:21 -0700 | [diff] [blame] | 213 | with spatial resampling enabled. |
| 214 | |
| 215 | Fixed a decoder error introduced in Duclair where the segmentation |
| 216 | map was not being reinitialized on keyframes (#378) |
| 217 | |
Jim Bankoski | 1991123 | 2012-03-23 13:59:59 -0700 | [diff] [blame] | 218 | |
John Koleszar | 2b0aee4 | 2012-01-23 09:21:55 -0800 | [diff] [blame] | 219 | 2012-01-27 v1.0.0 "Duclair" |
| 220 | Our fourth named release, focused on performance and features related to |
| 221 | real-time encoding. It also fixes a decoder crash bug introduced in |
| 222 | v0.9.7, so all users of that release are encouraged to upgrade. |
| 223 | |
| 224 | - Upgrading: |
| 225 | This release is ABI incompatible with prior releases of libvpx, so the |
| 226 | "major" version number has been bumped to 1. You must recompile your |
| 227 | applications against the latest version of the libvpx headers. The |
| 228 | API remains compatible, and this should not require code changes in most |
| 229 | applications. |
| 230 | |
| 231 | - Enhancements: |
| 232 | This release introduces several substantial new features to the encoder, |
| 233 | of particular interest to real time streaming applications. |
| 234 | |
| 235 | Temporal scalability allows the encoder to produce a stream that can |
| 236 | be decimated to different frame rates, with independent rate targetting |
| 237 | for each substream. |
| 238 | |
| 239 | Multiframe quality enhancement postprocessing can make visual quality |
| 240 | more consistent in the presence of frames that are substantially |
| 241 | different quality than the surrounding frames, as in the temporal |
| 242 | scalability case and in some forced keyframe scenarios. |
| 243 | |
| 244 | Multiple-resolution encoding support allows the encoding of the |
| 245 | same content at different resolutions faster than encoding them |
| 246 | separately. |
| 247 | |
| 248 | - Speed: |
| 249 | Optimization targets for this release included the decoder and the real- |
| 250 | time modes of the encoder. Decoder speed on x86 has improved 10.5% with |
| 251 | this release. Encoder improvements followed a curve where speeds 1-3 |
| 252 | improved 4.0%-1.5%, speeds 4-8 improved <1%, and speeds 9-16 improved |
| 253 | 1.5% to 10.5%, respectively. "Best" mode speed is consistent with the |
| 254 | Cayuga release. |
| 255 | |
| 256 | - Quality: |
| 257 | Encoder quality in the single stream case is consistent with the Cayuga |
| 258 | release. |
| 259 | |
| 260 | - Bug Fixes: |
| 261 | This release fixes an OOB read decoder crash bug present in v0.9.7 |
| 262 | related to the clamping of motion vectors in SPLITMV blocks. This |
| 263 | behavior could be triggered by corrupt input or by starting |
| 264 | decoding from a P-frame. |
| 265 | |
| 266 | |
John Koleszar | 20307c7 | 2011-08-15 17:02:45 -0400 | [diff] [blame] | 267 | 2011-08-15 v0.9.7-p1 "Cayuga" patch 1 |
| 268 | This is an incremental bugfix release against Cayuga. All users of that |
| 269 | release are strongly encouraged to upgrade. |
| 270 | |
| 271 | - Fix potential OOB reads (cdae03a) |
| 272 | |
| 273 | An unbounded out of bounds read was discovered when the |
| 274 | decoder was requested to perform error concealment (new in |
| 275 | Cayuga) given a frame with corrupt partition sizes. |
| 276 | |
| 277 | A bounded out of bounds read was discovered affecting all |
| 278 | versions of libvpx. Given an multipartition input frame that |
| 279 | is truncated between the mode/mv partition and the first |
| 280 | residiual paritition (in the block of partition offsets), up |
| 281 | to 3 extra bytes could have been read from the source buffer. |
| 282 | The code will not take any action regardless of the contents |
| 283 | of these undefined bytes, as the truncated buffer is detected |
| 284 | immediately following the read based on the calculated |
| 285 | starting position of the coefficient partition. |
| 286 | |
| 287 | - Fix potential error concealment crash when the very first frame |
| 288 | is missing or corrupt (a609be5) |
| 289 | |
| 290 | - Fix significant artifacts in error concealment (a4c2211, 99d870a) |
| 291 | |
| 292 | - Revert 1-pass CBR rate control changes (e961317) |
| 293 | Further testing showed this change produced undesirable visual |
| 294 | artifacts, rolling back for now. |
| 295 | |
| 296 | |
John Koleszar | ea8d436 | 2011-08-02 14:41:32 -0400 | [diff] [blame] | 297 | 2011-08-02 v0.9.7 "Cayuga" |
| 298 | Our third named release, focused on a faster, higher quality, encoder. |
| 299 | |
| 300 | - Upgrading: |
| 301 | This release is backwards compatible with Aylesbury (v0.9.5) and |
| 302 | Bali (v0.9.6). Users of older releases should refer to the Upgrading |
| 303 | notes in this document for that release. |
| 304 | |
| 305 | - Enhancements: |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 306 | Stereo 3D format support for vpxenc |
John Koleszar | ea8d436 | 2011-08-02 14:41:32 -0400 | [diff] [blame] | 307 | Runtime detection of available processor cores. |
| 308 | Allow specifying --end-usage by enum name |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 309 | vpxdec: test for frame corruption |
| 310 | vpxenc: add quantizer histogram display |
| 311 | vpxenc: add rate histogram display |
John Koleszar | ea8d436 | 2011-08-02 14:41:32 -0400 | [diff] [blame] | 312 | Set VPX_FRAME_IS_DROPPABLE |
| 313 | update configure for ios sdk 4.3 |
| 314 | Avoid text relocations in ARM vp8 decoder |
| 315 | Generate a vpx.pc file for pkg-config. |
| 316 | New ways of passing encoded data between encoder and decoder. |
| 317 | |
| 318 | - Speed: |
| 319 | This release includes across-the-board speed improvements to the |
| 320 | encoder. On x86, these measure at approximately 11.5% in Best mode, |
| 321 | 21.5% in Good mode (speed 0), and 22.5% in Realtime mode (speed 6). |
| 322 | On ARM Cortex A9 with Neon extensions, real-time encoding of video |
| 323 | telephony content is 35% faster than Bali on single core and 48% |
| 324 | faster on multi-core. On the NVidia Tegra2 platform, real time |
| 325 | encoding is 40% faster than Bali. |
| 326 | |
| 327 | Decoder speed was not a priority for this release, but improved |
| 328 | approximately 8.4% on x86. |
| 329 | |
| 330 | Reduce motion vector search on alt-ref frame. |
| 331 | Encoder loopfilter running in its own thread |
| 332 | Reworked loopfilter to precalculate more parameters |
| 333 | SSE2/SSSE3 optimizations for build_predictors_mbuv{,_s}(). |
| 334 | Make hor UV predict ~2x faster (73 vs 132 cycles) using SSSE3. |
| 335 | Removed redundant checks |
| 336 | Reduced structure sizes |
| 337 | utilize preload in ARMv6 MC/LPF/Copy routines |
| 338 | ARM optimized quantization, dfct, variance, subtract |
| 339 | Increase chrow row alignment to 16 bytes. |
| 340 | disable trellis optimization for first pass |
| 341 | Write SSSE3 sub-pixel filter function |
| 342 | Improve SSE2 half-pixel filter funtions |
| 343 | Add vp8_sub_pixel_variance16x8_ssse3 function |
| 344 | Reduce unnecessary distortion computation |
| 345 | Use diamond search to replace full search |
| 346 | Preload reference area in sub-pixel motion search (real-time mode) |
| 347 | |
| 348 | - Quality: |
| 349 | This release focused primarily on one-pass use cases, including |
| 350 | video conferencing. Low latency data rate control was significantly |
| 351 | improved, improving streamability over bandwidth constrained links. |
| 352 | Added support for error concealment, allowing frames to maintain |
| 353 | visual quality in the presence of substantial packet loss. |
| 354 | |
| 355 | Add rc_max_intra_bitrate_pct control |
| 356 | Limit size of initial keyframe in one-pass. |
| 357 | Improve framerate adaptation |
| 358 | Improved 1-pass CBR rate control |
| 359 | Improved KF insertion after fades to still. |
| 360 | Improved key frame detection. |
| 361 | Improved activity masking (lower PSNR impact for same SSIM boost) |
| 362 | Improved interaction between GF and ARFs |
| 363 | Adding error-concealment to the decoder. |
| 364 | Adding support for independent partitions |
| 365 | Adjusted rate-distortion constants |
| 366 | |
| 367 | |
| 368 | - Bug Fixes: |
| 369 | Removed firstpass motion map |
| 370 | Fix parallel make install |
| 371 | Fix multithreaded encoding for 1 MB wide frame |
| 372 | Fixed iwalsh_neon build problems with RVDS4.1 |
| 373 | Fix semaphore emulation, spin-wait intrinsics on Windows |
| 374 | Fix build with xcode4 and simplify GLOBAL. |
| 375 | Mark ARM asm objects as allowing a non-executable stack. |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 376 | Fix vpxenc encoding incorrect webm file header on big endian |
John Koleszar | ea8d436 | 2011-08-02 14:41:32 -0400 | [diff] [blame] | 377 | |
| 378 | |
John Koleszar | 0491c2c | 2011-03-04 14:32:24 -0500 | [diff] [blame] | 379 | 2011-03-07 v0.9.6 "Bali" |
| 380 | Our second named release, focused on a faster, higher quality, encoder. |
| 381 | |
| 382 | - Upgrading: |
| 383 | This release is backwards compatible with Aylesbury (v0.9.5). Users |
| 384 | of older releases should refer to the Upgrading notes in this |
| 385 | document for that release. |
| 386 | |
| 387 | - Enhancements: |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 388 | vpxenc --psnr shows a summary when encode completes |
John Koleszar | 0491c2c | 2011-03-04 14:32:24 -0500 | [diff] [blame] | 389 | --tune=ssim option to enable activity masking |
| 390 | improved postproc visualizations for development |
| 391 | updated support for Apple iOS to SDK 4.2 |
| 392 | query decoder to determine which reference frames were updated |
| 393 | implemented error tracking in the decoder |
| 394 | fix pipe support on windows |
| 395 | |
| 396 | - Speed: |
| 397 | Primary focus was on good quality mode, speed 0. Average improvement |
| 398 | on x86 about 40%, up to 100% on user-generated content at that speed. |
| 399 | Best quality mode speed improved 35%, and realtime speed 10-20%. This |
| 400 | release also saw significant improvement in realtime encoding speed |
| 401 | on ARM platforms. |
| 402 | |
| 403 | Improved encoder threading |
| 404 | Dont pick encoder filter level when loopfilter is disabled. |
| 405 | Avoid double copying of key frames into alt and golden buffer |
| 406 | FDCT optimizations. |
| 407 | x86 sse2 temporal filter |
| 408 | SSSE3 version of fast quantizer |
| 409 | vp8_rd_pick_best_mbsegmentation code restructure |
| 410 | Adjusted breakout RD for SPLITMV |
| 411 | Changed segmentation check order |
| 412 | Improved rd_pick_intra4x4block |
| 413 | Adds armv6 optimized variance calculation |
| 414 | ARMv6 optimized sad16x16 |
| 415 | ARMv6 optimized half pixel variance calculations |
| 416 | Full search SAD function optimization in SSE4.1 |
| 417 | Improve MV prediction accuracy to achieve performance gain |
| 418 | Improve MV prediction in vp8_pick_inter_mode() for speed>3 |
| 419 | |
| 420 | - Quality: |
| 421 | Best quality mode improved PSNR 6.3%, and SSIM 6.1%. This release |
| 422 | also includes support for "activity masking," which greatly improves |
| 423 | SSIM at the expense of PSNR. For now, this feature is available with |
| 424 | the --tune=ssim option. Further experimentation in this area |
| 425 | is ongoing. This release also introduces a new rate control mode |
| 426 | called "CQ," which changes the allocation of bits within a clip to |
| 427 | the sections where they will have the most visual impact. |
| 428 | |
| 429 | Tuning for the more exact quantizer. |
| 430 | Relax rate control for last few frames |
| 431 | CQ Mode |
| 432 | Limit key frame quantizer for forced key frames. |
| 433 | KF/GF Pulsing |
| 434 | Add simple version of activity masking. |
| 435 | make rdmult adaptive for intra in quantizer RDO |
| 436 | cap the best quantizer for 2nd order DC |
| 437 | change the threshold of DC check for encode breakout |
| 438 | |
| 439 | - Bug Fixes: |
| 440 | Fix crash on Sparc Solaris. |
| 441 | Fix counter of fixed keyframe distance |
| 442 | ARNR filter pointer update bug fix |
| 443 | Fixed use of motion percentage in KF/GF group calc |
| 444 | Changed condition for using RD in Intra Mode |
| 445 | Fix encoder real-time only configuration. |
| 446 | Fix ARM encoder crash with multiple token partitions |
| 447 | Fixed bug first cluster timecode of webm file is wrong. |
| 448 | Fixed various encoder bugs with odd-sized images |
| 449 | vp8e_get_preview fixed when spatial resampling enabled |
| 450 | quantizer: fix assertion in fast quantizer path |
| 451 | Allocate source buffers to be multiples of 16 |
| 452 | Fix for manual Golden frame frequency |
| 453 | Fix drastic undershoot in long form content |
| 454 | |
| 455 | |
John Koleszar | cad2164 | 2010-10-28 09:14:14 -0400 | [diff] [blame] | 456 | 2010-10-28 v0.9.5 "Aylesbury" |
John Koleszar | 686b217 | 2010-10-27 16:27:56 -0400 | [diff] [blame] | 457 | Our first named release, focused on a faster decoder, and a better encoder. |
| 458 | |
| 459 | - Upgrading: |
| 460 | This release incorporates backwards-incompatible changes to the |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 461 | ivfenc and ivfdec tools. These tools are now called vpxenc and vpxdec. |
John Koleszar | 686b217 | 2010-10-27 16:27:56 -0400 | [diff] [blame] | 462 | |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 463 | vpxdec |
John Koleszar | 686b217 | 2010-10-27 16:27:56 -0400 | [diff] [blame] | 464 | * the -q (quiet) option has been removed, and replaced with |
| 465 | -v (verbose). the output is quiet by default. Use -v to see |
| 466 | the version number of the binary. |
| 467 | |
| 468 | * The default behavior is now to write output to a single file |
| 469 | instead of individual frames. The -y option has been removed. |
| 470 | Y4M output is the default. |
| 471 | |
| 472 | * For raw I420/YV12 output instead of Y4M, the --i420 or --yv12 |
| 473 | options must be specified. |
| 474 | |
| 475 | $ ivfdec -o OUTPUT INPUT |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 476 | $ vpxdec --i420 -o OUTPUT INPUT |
John Koleszar | 686b217 | 2010-10-27 16:27:56 -0400 | [diff] [blame] | 477 | |
| 478 | * If an output file is not specified, the default is to write |
| 479 | Y4M to stdout. This makes piping more natural. |
| 480 | |
| 481 | $ ivfdec -y -o - INPUT | ... |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 482 | $ vpxdec INPUT | ... |
John Koleszar | 686b217 | 2010-10-27 16:27:56 -0400 | [diff] [blame] | 483 | |
| 484 | * The output file has additional flexibility for formatting the |
| 485 | filename. It supports escape characters for constructing a |
| 486 | filename from the width, height, and sequence number. This |
| 487 | replaces the -p option. To get the equivalent: |
| 488 | |
| 489 | $ ivfdec -p frame INPUT |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 490 | $ vpxdec --i420 -o frame-%wx%h-%4.i420 INPUT |
John Koleszar | 686b217 | 2010-10-27 16:27:56 -0400 | [diff] [blame] | 491 | |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 492 | vpxenc |
John Koleszar | 686b217 | 2010-10-27 16:27:56 -0400 | [diff] [blame] | 493 | * The output file must be specified with -o, rather than as the |
| 494 | last argument. |
| 495 | |
| 496 | $ ivfenc <options> INPUT OUTPUT |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 497 | $ vpxenc <options> -o OUTPUT INPUT |
John Koleszar | 686b217 | 2010-10-27 16:27:56 -0400 | [diff] [blame] | 498 | |
| 499 | * The output defaults to webm. To get IVF output, use the --ivf |
| 500 | option. |
| 501 | |
| 502 | $ ivfenc <options> INPUT OUTPUT.ivf |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 503 | $ vpxenc <options> -o OUTPUT.ivf --ivf INPUT |
John Koleszar | 686b217 | 2010-10-27 16:27:56 -0400 | [diff] [blame] | 504 | |
| 505 | |
| 506 | - Enhancements: |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 507 | ivfenc and ivfdec have been renamed to vpxenc, vpxdec. |
| 508 | vpxdec supports .webm input |
| 509 | vpxdec writes .y4m by default |
| 510 | vpxenc writes .webm output by default |
| 511 | vpxenc --psnr now shows the average/overall PSNR at the end |
John Koleszar | 686b217 | 2010-10-27 16:27:56 -0400 | [diff] [blame] | 512 | ARM platforms now support runtime cpu detection |
Yaowu Xu | 9c01aa1 | 2016-09-01 14:32:49 -0700 | [diff] [blame] | 513 | vpxdec visualizations added for motion vectors, block modes, references |
| 514 | vpxdec now silent by default |
| 515 | vpxdec --progress shows frame-by-frame timing information |
| 516 | vpxenc supports the distinction between --fps and --timebase |
John Koleszar | 686b217 | 2010-10-27 16:27:56 -0400 | [diff] [blame] | 517 | NASM is now a supported assembler |
| 518 | configure: enable PIC for shared libs by default |
| 519 | configure: add --enable-small |
| 520 | configure: support for ppc32-linux-gcc |
| 521 | configure: support for sparc-solaris-gcc |
| 522 | |
| 523 | - Bugs: |
| 524 | Improve handling of invalid frames |
| 525 | Fix valgrind errors in the NEON loop filters. |
| 526 | Fix loopfilter delta zero transitions |
| 527 | Fix valgrind errors in vp8_sixtap_predict8x4_armv6(). |
| 528 | Build fixes for darwin-icc |
| 529 | |
| 530 | - Speed: |
| 531 | 20-40% (average 28%) improvement in libvpx decoder speed, |
| 532 | including: |
| 533 | Rewrite vp8_short_walsh4x4_sse2() |
| 534 | Optimizations on the loopfilters. |
| 535 | Miscellaneous improvements for Atom |
| 536 | Add 4-tap version of 2nd-pass ARMv6 MC filter. |
| 537 | Improved multithread utilization |
| 538 | Better instruction choices on x86 |
| 539 | reorder data to use wider instructions |
| 540 | Update NEON wide idcts |
| 541 | Make block access to frame buffer sequential |
| 542 | Improved subset block search |
| 543 | Bilinear subpixel optimizations for ssse3. |
| 544 | Decrease memory footprint |
| 545 | |
| 546 | Encoder speed improvements (percentage gain not measured): |
| 547 | Skip unnecessary search of identical frames |
| 548 | Add SSE2 subtract functions |
| 549 | Improve bounds checking in vp8_diamond_search_sadx4() |
| 550 | Added vp8_fast_quantize_b_sse2 |
| 551 | |
| 552 | - Quality: |
| 553 | Over 7% overall PSNR improvement (6.3% SSIM) in "best" quality |
| 554 | encoding mode, and up to 60% improvement on very noisy, still |
| 555 | or slow moving source video |
| 556 | |
| 557 | Motion compensated temporal filter for Alt-Ref Noise Reduction |
| 558 | Improved use of trellis quantization on 2nd order Y blocks |
| 559 | Tune effect of motion on KF/GF boost in two pass |
| 560 | Allow coefficient optimization for good quality speed 0. |
| 561 | Improved control of active min quantizer for two pass. |
| 562 | Enable ARFs for non-lagged compress |
| 563 | |
John Koleszar | b0519a2 | 2010-09-02 14:56:47 -0400 | [diff] [blame] | 564 | 2010-09-02 v0.9.2 |
| 565 | - Enhancements: |
| 566 | Disable frame dropping by default |
| 567 | Improved multithreaded performance |
| 568 | Improved Force Key Frame Behaviour |
| 569 | Increased rate control buffer level precision |
| 570 | Fix bug in 1st pass motion compensation |
| 571 | ivfenc: correct fixed kf interval, --disable-kf |
| 572 | - Speed: |
| 573 | Changed above and left context data layout |
| 574 | Rework idct calling structure. |
| 575 | Removed unnecessary MB_MODE_INFO copies |
| 576 | x86: SSSE3 sixtap prediction |
| 577 | Reworked IDCT to include reconstruction (add) step |
| 578 | Swap alt/gold/new/last frame buffer ptrs instead of copying. |
| 579 | Improve SSE2 loopfilter functions |
| 580 | Change bitreader to use a larger window. |
| 581 | Avoid loopfilter reinitialization when possible |
| 582 | - Quality: |
| 583 | Normalize quantizer's zero bin and rounding factors |
| 584 | Add trellis quantization. |
| 585 | Make the quantizer exact. |
| 586 | Updates to ARNR filtering algorithm |
| 587 | Fix breakout thresh computation for golden & AltRef frames |
| 588 | Redo the forward 4x4 dct |
| 589 | Improve the accuracy of forward walsh-hadamard transform |
| 590 | Further adjustment of RD behaviour with Q and Zbin. |
| 591 | - Build System: |
| 592 | Allow linking of libs built with MinGW to MSVC |
| 593 | Fix target auto-detection on mingw32 |
| 594 | Allow --cpu= to work for x86. |
| 595 | configure: pass original arguments through to make dist |
| 596 | Fix builds without runtime CPU detection |
| 597 | msvs: fix install of codec sources |
| 598 | msvs: Change devenv.com command line for better msys support |
| 599 | msvs: Add vs9 targets. |
| 600 | Add x86_64-linux-icc target |
| 601 | - Bugs: |
| 602 | Potential crashes on older MinGW builds |
| 603 | Fix two-pass framrate for Y4M input. |
| 604 | Fixed simple loop filter, other crashes on ARM v6 |
| 605 | arm: fix missing dependency with --enable-shared |
| 606 | configure: support directories containing .o |
| 607 | Replace pinsrw (SSE) with MMX instructions |
| 608 | apple: include proper mach primatives |
| 609 | Fixed rate control bug with long key frame interval. |
| 610 | Fix DSO link errors on x86-64 when not using a version script |
| 611 | Fixed buffer selection for UV in AltRef filtering |
| 612 | |
| 613 | |
John Koleszar | b46a1f9 | 2010-06-17 09:07:33 -0400 | [diff] [blame] | 614 | 2010-06-17 v0.9.1 |
| 615 | - Enhancements: |
| 616 | * ivfenc/ivfdec now support YUV4MPEG2 input and pipe I/O |
| 617 | * Speed optimizations |
| 618 | - Bugfixes: |
| 619 | * Rate control |
| 620 | * Prevent out-of-bounds accesses on invalid data |
| 621 | - Build system updates: |
| 622 | * Detect toolchain to be used automatically for native builds |
| 623 | * Support building shared libraries |
| 624 | * Better autotools emulation (--prefix, --libdir, DESTDIR) |
| 625 | - Updated LICENSE |
| 626 | * http://webmproject.blogspot.com/2010/06/changes-to-webm-open-source-license.html |
| 627 | |
| 628 | |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 629 | 2010-05-18 v0.9.0 |
| 630 | - Initial open source release. Welcome to WebM and VP8! |
| 631 | |