CHANGELOG 30 KB

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