CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 多媒体

文件名称:x264-20120903-VCPP

介绍说明--下载内容来自于网络,使用问题请自行百度

官网x264支持vc版只到2009年版,这个工程基于x264-20120903版本的vc++工程,要手动修改不少东西,应该很有参考价值,可以直接用。-The official website x264 support the vc version only to the 2009 edition, this project is based on x264-20120903 version vc++ of engineering to manually modify a lot of things, should be of great reference value, can be directly used.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

TestX264/
TestX264.sln
TestX264/common/
TestX264/common/arm/
TestX264/common/arm/asm.S
TestX264/common/arm/cpu-a.S
TestX264/common/arm/dct-a.S
TestX264/common/arm/dct.h
TestX264/common/arm/deblock-a.S
TestX264/common/arm/mc-a.S
TestX264/common/arm/mc-c.c
TestX264/common/arm/mc.h
TestX264/common/arm/pixel-a.S
TestX264/common/arm/pixel.h
TestX264/common/arm/predict-a.S
TestX264/common/arm/predict-c.c
TestX264/common/arm/predict.h
TestX264/common/arm/quant-a.S
TestX264/common/arm/quant.h
TestX264/common/bitstream.c
TestX264/common/bitstream.h
TestX264/common/cabac.h
TestX264/common/cabac1.c
TestX264/common/common.c
TestX264/common/common.h
TestX264/common/cpu.c
TestX264/common/cpu.h
TestX264/common/dct.c
TestX264/common/dct.h
TestX264/common/deblock.c
TestX264/common/display-x11.c
TestX264/common/display.h
TestX264/common/frame.c
TestX264/common/frame.h
TestX264/common/macroblock.h
TestX264/common/macroblock1.c
TestX264/common/mc.c
TestX264/common/mc.h
TestX264/common/mvpred.c
TestX264/common/osdep.c
TestX264/common/osdep.h
TestX264/common/pixel.c
TestX264/common/pixel.h
TestX264/common/ppc/
TestX264/common/ppc/dct.c
TestX264/common/ppc/dct.h
TestX264/common/ppc/deblock.c
TestX264/common/ppc/mc.c
TestX264/common/ppc/mc.h
TestX264/common/ppc/pixel.c
TestX264/common/ppc/pixel.h
TestX264/common/ppc/ppccommon.h
TestX264/common/ppc/predict.c
TestX264/common/ppc/predict.h
TestX264/common/ppc/quant.c
TestX264/common/ppc/quant.h
TestX264/common/predict.c
TestX264/common/predict.h
TestX264/common/quant.c
TestX264/common/quant.h
TestX264/common/rectangle.c
TestX264/common/rectangle.h
TestX264/common/set.h
TestX264/common/set1.c
TestX264/common/sparc/
TestX264/common/sparc/pixel.asm
TestX264/common/sparc/pixel.h
TestX264/common/threadpool.c
TestX264/common/threadpool.h
TestX264/common/visualize.c
TestX264/common/visualize.h
TestX264/common/vlc.c
TestX264/common/win32thread.c
TestX264/common/win32thread.h
TestX264/common/x86/
TestX264/common/x86/bitstream-a.asm
TestX264/common/x86/cabac-a.asm
TestX264/common/x86/const-a.asm
TestX264/common/x86/cpu-a.asm
TestX264/common/x86/dct-32.asm
TestX264/common/x86/dct-64.asm
TestX264/common/x86/dct-a.asm
TestX264/common/x86/dct.h
TestX264/common/x86/deblock-a.asm
TestX264/common/x86/mc-a.asm
TestX264/common/x86/mc-a2.asm
TestX264/common/x86/mc-c.c
TestX264/common/x86/mc.h
TestX264/common/x86/pixel-32.asm
TestX264/common/x86/pixel-a.asm
TestX264/common/x86/pixel.h
TestX264/common/x86/predict-a.asm
TestX264/common/x86/predict-c.c
TestX264/common/x86/predict.h
TestX264/common/x86/quant-a.asm
TestX264/common/x86/quant.h
TestX264/common/x86/sad-a.asm
TestX264/common/x86/sad16-a.asm
TestX264/common/x86/trellis-64.asm
TestX264/common/x86/util.h
TestX264/common/x86/x86inc.asm
TestX264/common/x86/x86util.asm
TestX264/config.h
TestX264/encoder/
TestX264/encoder/analyse.c
TestX264/encoder/analyse.h
TestX264/encoder/cabac.c
TestX264/encoder/cavlc.c
TestX264/encoder/encoder.c
TestX264/encoder/lookahead.c
TestX264/encoder/macroblock.c
TestX264/encoder/macroblock.h
TestX264/encoder/me.c
TestX264/encoder/me.h
TestX264/encoder/ratecontrol.c
TestX264/encoder/ratecontrol.h
TestX264/encoder/rdo.c
TestX264/encoder/set.c
TestX264/encoder/set.h
TestX264/encoder/slicetype.c
TestX264/extras/
TestX264/extras/avisynth_c.h
TestX264/extras/gas-preprocessor.pl
TestX264/extras/getopt.c
TestX264/extras/getopt.h
TestX264/extras/inttypes.h
TestX264/extras/stdint.h
TestX264/filters/
TestX264/filters/filters.c
TestX264/filters/filters.h
TestX264/filters/video/
TestX264/filters/video/cache.c
TestX264/filters/video/crop.c
TestX264/filters/video/depth.c
TestX264/filters/video/fix_vfr_pts.c
TestX264/filters/video/internal.c
TestX264/filters/video/internal.h
TestX264/filters/video/resize.c
TestX264/filters/video/select_every.c
TestX264/filters/video/source.c
TestX264/filters/video/video.c
TestX264/filters/video/video.h
TestX264/input/
TestX264/input/avs.c
TestX264/input/ffms.c
TestX264/input/input.c
TestX264/input/input.h
TestX264/input/lavf.c
TestX264/input/raw_i.c
TestX264/input/thread.c
TestX264/input/timecode.c
TestX264/input/y4m.c
TestX264/inttypes.h
TestX264/output/
TestX264/output/flv.c
TestX264/output/flv_bytestream.c
TestX264/output/flv_bytestream.h
TestX264/output/matroska.c
TestX264/output/matroska_ebml.c
TestX264/output/matroska_ebml.h
TestX264/output/mp4.c
TestX264/output/output.h
TestX264/output/raw_O.c
TestX264/ReadMe.txt
TestX264/stdafx.cpp
TestX264/stdafx.h
TestX264/stdint.h
TestX264/targetver.h
TestX264/TestX264.cpp
TestX264/TestX264.idc
TestX264/TestX264.vcproj
TestX264/TestX264.vcproj.DENGDP.Administrator.user
TestX264/tools/
TestX264/tools/checkasm-a.asm
TestX264/tools/checkasm.c
TestX264/tools/countquant_x264.pl
TestX264/tools/digress/
TestX264/tools/digress/cli.py
TestX264/tools/digress/comparers.py
TestX264/tools/digress/constants.py
TestX264/tools/digress/errors.py
TestX264/tools/digress/scm/
TestX264/tools/digress/scm/dummy.py
TestX264/tools/digress/scm/git.py
TestX264/tools/digress/scm/__init__.py
TestX264/tools/digress/testing.py
TestX264/tools/digress/__init__.py
TestX264/tools/q_matrix_jvt.cfg
TestX264/tools/te

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com