内容简介:MKVToolNix v18.0.0 已发布,这只是一个小小的错误修复版本,其中还包含一些性能改进。 新特性以及增强 build system: when building with clang v3.8.0 or newer, configure will no longer restrict optimiz...
MKVToolNix v18.0.0 已发布,这只是一个小小的错误修复版本,其中还包含一些性能改进。
新特性以及增强
build system: when building with clang v3.8.0 or newer,
configurewill no longer restrict optimization flags to-O1and use-O3again (older versions of clang suffered from excessive memory usage with higher optimization levels).build system: when building with mingw 7.2.0 or newer,
configurewill no longer restrict optimization flags to-O2and use-O3again (older versions of mingw suffered from bugs such as segmentation faults with higher optimization levels).build system: stack protection is enabled when building with clang 3.5.0 or newer on all platforms.
mkvmerge: AVC & HEVC ES parsers: performance improvements by copying much less memory around.
mkvmerge: tags: reintroduced a workaround for non-compliant files with tags that do not contain the mandatory
SimpleTagelement. This workaround was removed during code refactoring in release v15.0.0.GUI: multiplexer: the "AAC is SBR/HE-AAC/AAC+" checkbox in the "audio properties" section will be disabled if the functionality is not implemented for the selected track’s codec & container.
GUI: multiplexer: the "reduce to core" checkbox in the "audio properties" section will be disabled if the functionality is not implemented for the selected track’s codec. See #2134.
Bug 修复
mkvmerge: AAC ADTS parser: fixed interpretation of the
channel_configurationheader element for ADTS files that do not contain a program configuration element: value 7 means 7.1 channels. Fixes #2151.mkvmerge: Matroska identification: the
date_localanddate_utcattributes will only be output if the identified Matroska file actually contains the "date" header field.mkvmerge: WebVTT: mkvmerge did not recognize timestamp lines if the hours components were absent. Fixes #2139.
mkvpropedit, GUI’s header editor: the
dateheader field won’t be added automatically anymore whenever the segment info section is edited and thedateelement is either deleted or not present in the first place. Fixes #2143.
发布主页:https://www.bunkus.org/blog/2017/11/mkvtoolnix-v18-0-0-released/
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- fastjson 1.2.55 版本发布,Bug 修复版本
- Swoole v4.6.1 版本发布,Bug 修复版本
- Swoole v4.6.2 版本发布,Bug 修复版本
- Swoole v4.6.4 版本发布,Bug 修复版本
- Swoole v4.6.7 版本发布,Bug 修复版本
- fastjson 1.2.57 版本发布,Bug 修复维护版本
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
高性能MySQL
施瓦茨 (Baron Schwartz)、扎伊采夫 (Peter Zaitsev)、特卡琴科 (Vadim Tkachenko) / 宁海元、周振兴、彭立勋、翟卫祥,刘辉 / 电子工业出版社 / 2013-5-1 / 128.00元
《高性能mysql(第3版)》是mysql 领域的经典之作,拥有广泛的影响力。第3 版更新了大量的内容,不但涵盖了最新mysql 5.5版本的新特性,也讲述了关于固态盘、高可扩展性设计和云计算环境下的数据库相关的新内容,原有的基准测试和性能优化部分也做了大量的扩展和补充。全书共分为16 章和6 个附录,内容涵盖mysql 架构和历史,基准测试和性能剖析,数据库软硬件性能优化,复制、备份和恢复,高可......一起来看看 《高性能MySQL》 这本书的介绍吧!