自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (11)
  • 收藏
  • 关注

原创 error: implicit declaration of function 'posix_memalign' [-Werror=implicit-function-declaration]

采用NDK版本Android-21编译的文件在android-21以下版本(4.4.2)可能出现以下问题: error: undefined reference to 'atof' https://code.google.com/p/android/issues/detail?id=77861 When i use NDK r10b build success

2015-12-17 11:53:25 4020 1

HEVC开源编码器x265

Open Source (GPL) H.265/HEVC video encoder 下载网址:https://bitbucket.org/multicoreware/x265/src x265 developer wiki To compile x265 you must first install Mercurial (or TortoiseHg on Windows) and CMake. Then follow these easy steps: (for the most definitive instructions, consult our build README) Linux Instructions # ubuntu packages: $ sudo apt-get install mercurial cmake cmake-curses-gui build-essential yasm # Note: if the packaged yasm is older than 1.2, you must download yasm-1.2 and build it $ hg clone https://bitbucket.org/multicoreware/x265 $ cd x265/build/linux $ ./make-Makefiles.bash $ make Windows (Visual Studio) Instructions $ hg clone https://bitbucket.org/multicoreware/x265 Then run make-solutions.bat in the build\ folder that corresponds to your favorite compiler, configure your build options, click 'configure', click 'generate', then close cmake-gui. You will be rewarded with an x265.sln file. Also see cmake documentation. Intel Compiler Instructions On Windows, you should open an Intel Compiler command prompt and within it run one of the make-makefiles.bat scripts in build/icl32 or build/icl64, then run nmake. On Linux, you can tell cmake to build Makefiles for icpc directly. This requires you to have configured Intel's compiler environment (by sourcing the appropriate shell script). For example: $ source /opt/intel/composer_xe_2013/bin/compilervars.sh intel64 $ cd repos/x265/build/linux $ export CXX=icpc $ export CC=icc $ ./make-Makefiles $ make Command line interface The Makefile/solution builds a static encoder.lib library and a standalone x265 executable that aims to be similar to x264 in its command line interface. Running without arguments shows you the command line help. Info Mission Statement Road Map TODO HOWTO add a new encoder performance primitive HOWTO Contribute patches to x265 HOWTO cross compile from Linux to Windows Coding Style Helpful links

2013-09-19

HEVC标准(ITU)

新一代视频编码标准HEVC(ITU正式版)

2013-06-09

3D-HEVC Test Model 2

3D-HEVC Test Model 2

2013-03-12

HEVC标准最终国际提交版 JCTVC-L1003-v23

HEVC标准最终国际提交版 JCTVC-L1003-v23

2013-03-03

openHEVC-hm10.0

基于HEVC的开源代码 openHEVC-hm10.0,功能强大!

2013-03-03

使用VS2008来制作YUV播放器的方法及其所需代码

420yuv播放器的制作方法:使用VS2008来制作YUV播放器的方法及其所需代码(完整详细),值得参考!

2013-01-16

YUV转换成BMP格式

YUV播放器的开发作为一个简单,方便和易于使用的播放器,可让您播放和查看YUV和UYUV视频文件。 YUV播放器是一个好用的工具,可以让您保存帧图像(截图)。还可以改变视频的框架。很方便,很实用!

2012-12-28

HEVC码流分析软件

支持HEVC的CU/PU/TU,预测模式,宏块信息,参考序列等信息的分析,功能强大。 H.265/HEVC Byte Stream format(Annex B) Full Playback Mode, including : + Display Order Playback: Play/Pause/FF/FR/StepForward/StepBackward. + Decoding Order Playback: Play/Pause/FF/StepForward. I/P/B CU insight analysis, including: + mb type + intra/inter prediction information + ref list + I/P/B CU mode overlay display CU pixel and picture display in all decoding stages, including: + Finally decoded pixels + Pixels before Deblocking Filter + Predicted Pixels + Pixels from residual data + IDCT coefficients Detailed statistics information + Bit numbers for the picture & encoding rate + CU bit histogram per mb type + CU bit display in Binary View Overlay display on + Bit numbers for each CU + Block Structures + Motion Vectors + Slice Boundaries + Tile Boundaries Header Information, including: + NALU tree + SPS tree + PPS tree + Slice Header tree Dump decoded YUV Pixel/CU/Picture Summary into file.

2012-12-16

基于HEVC的测试平台HM9

基于HEVC的开发平台HM9.0,该平台由HHI公司提供

2012-12-06

aic33_mcasp

aic33_mcasp;DM6437,达芬奇平台的音频处理程序

2011-12-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除