
x265软件更新日志
cabbage2008
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
x265 1.8版本更新
0. 2015.10.8 更新1.8版本(git时间不对居然提早了16天,骗子) 支持12位 avx2指令集 优化 熵编码优化 添加一些新工具原创 2015-10-09 14:53:36 · 1553 阅读 · 0 评论 -
x265 2.8版本更新
x265 version 2.8 is now out! The key new improvements include support forAVX-512 assembly, VMAF for objective quality measurement of a videosequence and dynamic refinement for switching between differ...原创 2018-05-23 16:13:18 · 1557 阅读 · 1 评论 -
x265 2.7版本更新
2018.3.1x265 version 2.7 is now out! The key new improvements include support forRADL pictures, moving from YASM to NASM assembler and reduced x265 buildtime by more than 50%. The tarball of this rele...原创 2018-04-02 10:23:22 · 1130 阅读 · 1 评论 -
x265 2.6版本更新
x265 version 2.6 is now out! The key new improvements include support forsegmented encoding, and introducing the ability of x265 to reuse and refineanalysis from previously done HEVC and AVC encodes.原创 2018-01-08 17:38:03 · 865 阅读 · 1 评论 -
x265 2.5版本更新
20170713Release Notes for Version 2.5=======================Encoder enhancements--------------------------------1. Improved grain handling with --tune grain option by throttling VBVoperations to limit原创 2018-01-08 17:34:54 · 773 阅读 · 0 评论 -
x265 2.4版本更新
Date: Sat, 22 Apr 2017 17:33:54 -0700 x265 version 2.4 has been released. This release incorporates support for the new HDR10+ standard, and revised lambda tables for main, main10, and main12 profil原创 2017-05-05 12:30:32 · 1242 阅读 · 0 评论 -
x265-2.4版本编译问题 error C2668: “pow”: 对重载函数的调用不明确
….\source\encoder\slicetype.cpp(1815): error C2668: “pow”: 对重载函数的调用不明确displacement += sqrt(pow(abs(x), 2) + pow(abs(y), 2));error C2668: “pow”: 对重载函数的调用不明确将上述语句改为: displacement += sqrt(pow(abs(x)*1.0,原创 2017-05-05 14:37:44 · 1712 阅读 · 0 评论 -
x265 2.3版本更新
Date: Wed, 15 Feb 2017 12:34:40 +0530x265 version 2.3 has been released. This release contains new algorithms that improveto visual quality, encoding efficiency, and performance.The latest version can原创 2017-02-16 10:22:11 · 899 阅读 · 0 评论 -
x265 2.2版本更新
Date: Mon, 26 Dec 2016 15:14:00 +0530x265 version 2.2 has been released. This release contains new algorithms to limit the search of optimal transform units, a new motion search method, and optimizat原创 2017-02-16 10:19:56 · 691 阅读 · 0 评论 -
x265 2.1版本更新
2016年9月22日x265 version 2.1 has been released. This release contains experimentalsupport for slice-parallelism, enhancements to the API to supportuser-defined SEI messages, and other bug fixes.原创 2016-10-18 15:13:40 · 1131 阅读 · 1 评论 -
x265 2.0版本更新
2016年7月13日x2652.0版本更新。链接:https://bitbucket.org/multicoreware/x265/downloads主要提升了一些汇编优化原创 2016-07-14 09:48:44 · 1283 阅读 · 0 评论 -
x265 1.9版本更新
2016年1月29日x2651.9版本更新。此版本在x2651.8版本基础上对帧内预测和SAO等作了许多汇编优化。增加了一些新的特性: lookahead-slices, limit-refs 以及 limit-modes。原创 2016-01-29 19:32:27 · 1562 阅读 · 0 评论 -
x265 2.9版本更新
x265 2.9版本更新原创 2018-10-09 14:15:07 · 1338 阅读 · 1 评论