转自:http://blog.csdn.net/tttyd/article/details/11651787
1.X265
个是有两个版本,一个是国内人搞的,是国外公司搞的
1.国外公司版本
只是一个编码器,目前没有支持解码
开发语言 c++
web url: www.x265.org
source url: https://bitbucket.org/multicoreware/x265
x265 is an open-source project and free application library for encoding video streams into the H.265/High Efficiency Video Coding (HEVC) format, and is released under the terms of the GNU GPL.
MulticoreWare公司发布x265预览版。x265是HEVC/H.265标准的开源编码器。根据相关网站作出的基准测试,和x264相比,x265的CPU占用率更高,相同比特率时画质质量更高,视频体积缩小近一半。
2.国人也搞了一个x265
code url (http://code.google.com/p/x265/)
作者blog地址 http://chenm003.blog.163.com/
2. openHevc
只是一个解码库,目前没有支持编码
开发语言 C 基于ffmpeg/libav框架写的
source url: https://github.com/OpenHEVC/openHEVC
GPAC url: http://gpac.wp.mines-telecom.fr
openHEVC is a fork from smarter's libav git (smarter.free.fr) with only required files from libav to decode HEVC content. openHEVC in combination with GPAC is used into 3 research projects:
4EVER
H2B2VS
AUSTRAL
3 libde265
source url https://github.com/strukturag/libde265
德国公司 Stuttgarter Struktur AG发布了H.265编解码器的开源实现——libde265,代码发布在Github上,采用LGPL许可证授权
出于简化和效率的考虑,libde265采用C语言编写,其API很容易整合到其它软件中。libde265还在开发之中,功能还不完整,只支持解码帧内编码帧。