0.  2015.10.8 更新1.8版本(git时间不对居然提早了16天,骗子)
     支持12位   avx2指令集 优化   熵编码优化   添加一些新工具
x265 version 1.8 has been released. This release supports 12bit input
depths, a large amount of AVX2 optimizations, entropy coding optimizations,
as well as new quality features.
1.8 improves 1.23% sizewise, IOW x265 1.8 encodes slightly more efficiently than v1.7. I haven't compared the resulting video clips yet.

Edit: v1.8 output is quite different however x265 still blurs everything out vs. x264 at comparable bitrate (which is in my case circa 3.2Mbit/sec for 720p@30fps quite static very dark video containing a lot of noise).

1.  删除1/2分辨率的mvc SAD cost计算

remove mvc's sad cost calc for lowres,    already measured in slicetype

2. 跳过ME,在MVC的cost为0的情况

bypass the ME search if any of MVC Cost  is Zero
3.  rcbug
fixes inconsistent output in linux because of RC  Lock issue in CQP/CRF
4. dia修正
   improve Diamon Search by reduce duplicate  SAD
5. mvcost检错
    fix overflow in mvcost() check failure
6. 场景切换帧修改 
    Modify Scenecut algorithm to detect scene transition points
7. 添加 lamda表格
    added lambda tables based based on qp values
8. rc修正
   fix rate factor calculation after updating m_avgQpRc in rateControlEnd (Divya Manivannan)
9. ffmpeg scale 缩放问题   
Hi Zsolt.
This is not an x265 issue, specifically.
You may have been lucky that your original dimensions returned an even
number as height when you scaled to a width of 1280 pixels. But when you
scaled to a width of 1920 pixels, your height would possibly have to be
scaled to an odd number, which is not allowed in YUV 4:2:0 subsampling.
I don't know how to force swscaler in ffmpeg to return at least "MOD 2"
results; but x265 is not to be blamed.
10. cutree多次计算duration问题
On 08/14, Ximing Cheng wrote:
> Hi, the source code in lookahead cuTree function has to calculate the
> averageDuration by a while loop each time, why not use double
> averageDuration = (double)m_param->fpsDenom / m_param->fpsNum; in the
> initial function of lookahead? Thanks!
The cu-tree code was adapted from x264's mb-tree and x264 supports
variable frame rates. x265 doesn't support VFR yet and so you're right
we could save some cycles there.
At some point in the future we might add VFR support to x265 so you have
to weigh possible future work (adding it back) against the compute
savings.

11. 支持4:0:0格式  
Today's Topics: 
Re: [PATCH] add support for Monochrome color space
(X265_CSP_I400) (Steve Borho)

真正的qstep是pow(2,(qp-4)/6.0),量化x就是用(x+offset)/qstep
12. 支持Android  20150929
To subscribe or unsubscribe via the World Wide Web, visit
https://mailman.videolan.org/listinfo/x265-devel
or, via email, send a message with subject or body 'help' to
x265-devel-request@videolan.org
You can reach the person managing the list at
x265-devel-owner@videolan.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of x265-devel digest..."
Today's Topics:
1. Re: [PATCH] cost: fix mode cost check (Steve Borho)
2. [PATCH] Experimental ARMv8-A Crosscompilation (Peter Kov??)
3. [PATCH] Experimental Android support (Peter Kov??)
4. [PATCH] Experimental ARMv7-A Crosscompilation (Peter Kov??)
13. log信息打印  finishFrameStats函数中剔除了每帧信息打印  转到csv中
14. scenecut算法更新
15. 添加265_AQ_AUTO_VARIANCE_BIASED
x2651.8缺少的工具:
1) 广义B帧
2)   时域MV
3)  LDC(slice->m_bCheckLDC 无发现其用途)
4)只对list0和list1的第一帧判断加权与否,其它的都设定为不加权
5)RateControlEntry类中bframes 无任何作用
7)  RateControl::rateEstimateQscale  rce->sliceType = m_sliceType; 冗余代码
8)  rce->leadingNoBSatd = m_leadingNoBSatd; 冗余代码  leadingNoBSatd 貌似无任何意义
9)  collectCTUStatistics函数中 统计NxN模式存在问题 ctu.m_partSize[absPartIdx] < AMP_ID 改为 ctu.m_partSize[absPartIdx] <= AMP_ID 合适
10) FrameEncoder 中m_endFrameTime 无任何意义
11) getPUBelowLeftAdi 获取左下参考像素  同一CU下不能获取左下参考块(存在风险)
12)checkDefaultScalingList() 函数 存在风险  应该是相同返回true

x265 1.8版本更新相关推荐

  1. x265 1.9版本更新

    2016年1月29日x2651.9版本更新.此版本在x2651.8版本基础上对帧内预测和SAO等作了许多汇编优化.增加了一些新的特性: lookahead-slices, limit-refs 以及  ...

  2. 在Ubuntu 14.04 64bit上下载更新x265源码

    x264,x265,vpx这三个开源的视频编码器可以说是当今"最火"的视频编码器.x264现在占据着H.264视频编码器的半壁江山:x265则是目前实现H.265标准最好的开源视频 ...

  3. 谷歌不更新android studio,彻底迈向64位:谷歌宣布 Android Studio 将停止 32 位版本更新...

    彻底迈向64位:谷歌宣布 Android Studio 将停止 32 位版本更新 2019-06-12 14:30:27 8点赞 13收藏 11评论 自16年前第一款64位x86处理器横空出世,PC行 ...

  4. cordova版本更新_ionic4 APP版本更新

    1.新建一个ionic4项目 ionic start ionic4-app-update tabs 2.添加android平台 ionic cordova platform add android 3 ...

  5. 在Ubuntu下FFmpeg编译,支持x264和x265(HECV)

    所有下载的源 在Ubuntu下FFmpeg编译,支持x264和x265. Ubuntu 12.04 FFmpeg 2.1 Release 注意: cmake要升级要2.8.8 yasm要升级到1.2. ...

  6. 妈呀!GitChat 发布 1.9 版本更新公告,这个红色简直亮瞎了我的眼...

    人民在期待着我们,历史在期待着我们,世界在期待着我们. 亲爱的 GitChat 用户,在这样一个激动人心的日子里,我们怀着无比兴奋的心情向大家宣布:GitChat 1.9 版本正式上线! 这是我们第一 ...

  7. C#Winform自动检测版本更新,下载最新版本

    解决思路: 思路1:主程序打开后,先访问服务器上的版本数据接口,检查本地版本是否为最新,如果不是,则打开更新程序,关闭主程序,更新程序下载最新的主程序EXE,替换之前的EXE文件,替换完之后再打开主程 ...

  8. 日周月筛选器_天谕2.09月3日周版本更新维护内容预告

    亲爱的谕霸: 为了给谕霸们带来更好的游戏品质以及更极致的游戏体验,我们会不断对游戏进行调整和修复. <天谕2.0>9月3日周版本更新维护内容预告 特别提示本周维护时间为9月3日上午8:00 ...

  9. 百度推送 android7.1,【SDK版本更新】Android SDK 5.7.1

    [SDK版本更新]Android SDK 5.7.1 2017-07-19 Change Log: 1. 优化PushService竞争逻辑,提高服务稳定性: 2. 新增失败日志上传,用于优化绑定流程 ...

最新文章

  1. Nginx服务器不支持PATH_INFO的问题及解决办法
  2. #研发解决方案#分布式并行计算调度和管理系统Summoner
  3. 性能翻倍 IBM借DS3500拓中低端存储市场
  4. mysql opensuse_opensuse免安装mysql
  5. chrome中Google插件导出导入
  6. MySQL GTID复制Slave跳过错误事务Id以及复制排错问题总结
  7. 内存颗粒和闪存颗粒的区别_NAND Flash闪存颗粒与SSD知识深度解析
  8. mysql时间正确时区错误_在app中的日期时间但在mysql [时区]错误
  9. iphone safari不支持position fixed的解决办法
  10. 55.模拟撕衣服游戏编辑图片
  11. Laravel框架壁纸图库图片上传下载程序源码
  12. 诗词取名:出自古诗词中富有文采的女孩名字
  13. Windows Server 2008 R2 企业版操作说明手册
  14. oracle数据库sql语句插入时间信息
  15. Cocos2d-x地图随精灵无限滚动与边缘检测----之游戏开发《赵云要格斗》(3)
  16. SIM7600连接MQTT流程
  17. Java程序员秋招面经大合集
  18. UI5(十一)单元测试、与OPA的集成测试、Debugging 工具
  19. html字体铺盖颜色,这5种颜色的褥子不要去买,盖上会让你的家财散尽!
  20. 阿里云 Linux 3 安装mysql 亲测有效

热门文章

  1. 花了10分钟终于明白矩阵的逆怎么用了!
  2. Linux 启动时间优化实战,2.41 秒启动应用!
  3. 移植mysql到安卓手机_记录dbnet文本检测转ncnn并移植到安卓上
  4. 小丸子学MongoDB系列之——部署MongoDB副本集
  5. Android快递轨迹查询 “KD快递查询”
  6. BD-Rate和BD-PSNR
  7. nvcc(CUDA编译器)
  8. php正则匹配preg_match,php正则表达式中preg_match函数的详解
  9. 配置华为s系列交换机mode lacp
  10. 窗口函数:实现组内百分比、累计值、累计百分比