文件名称:high_ff
- 所属分类:
- 压缩解压
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 411kb
- 下载次数:
- 0次
- 提 供 者:
- 小*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
H264 decode in VC 9 include sse3 codec
1. install MinGW
2. set executable files path for VC EX. C:\Program Files\MinGW\bin
3. build path name only in ascii code, can not unicode EX. c:\hi_ff264 or d:\hi_ff264 is good
4. Choice register in config.h
#define HAVE_MMX 1
#define HAVE_MMX2 1
#define HAVE_SSE 1
#define HAVE_SSSE3 1
5. this code extract from ffmpeg-r26400-swscale-r32676 can decode h.264 profile format
6. my email: fatalfeel@hotmail.com by Jesse stone on Taiwan
1. install MinGW
2. set executable files path for VC EX. C:\Program Files\MinGW\bin
3. build path name only in ascii code, can not unicode EX. c:\hi_ff264 or d:\hi_ff264 is good
4. Choice register in config.h
#define HAVE_MMX 1
#define HAVE_MMX2 1
#define HAVE_SSE 1
#define HAVE_SSSE3 1
5. this code extract from ffmpeg-r26400-swscale-r32676 can decode h.264 profile format
6. my email: fatalfeel@hotmail.com by Jesse stone on Taiwan
(系统自动生成,下载前可以参看下载内容)
下载文件列表
yuv420bgra_mmx.h
yuv420bgra_mmx.cpp
hi_ff264.sln
hi_ff264.vcproj
avpacket.c
bitstream.c
cabac.c
cpu.c
dsputil.c
dsputil_mmx.c
dsputil_mmx_avg_template.c
dsputil_mmx_rnd_template.c
error_resilience.c
golomb.c
h264.c
h264_cabac.c
h264_cavlc.c
h264_direct.c
h264_loopfilter.c
h264_ps.c
h264_qpel_mmx.c
h264_refs.c
h264_sei.c
h264dsp.c
h264dsp_mmx.c
h264idct.c
h264pred.c
imgconvert.c
imgutils.c
jrevdct.c
log.c
mathematics.c
mem.c
mpegvideo.c
opt.c
options.c
parser.c
parseutils.c
pixdesc.c
rational.c
samplefmt.c
simple_idct.c
simple_idct_mmx.c
utils.c
attributes.h
avassert.h
avcodec.h
avconfig.h
avcore.h
avstring.h
avutil.h
bswap.h
cabac.h
colorspace.h
common.h
config.h
cpu.h
crc.h
dsputil.h
dsputil_mmx.h
error.h
eval.h
ffh264.h
get_bits.h
golomb.h
h264.h
h264_mvpred.h
h264_parser.h
h264data.h
h264dsp.h
h264pred.h
imgconvert.h
imgutils.h
integer.h
internal.h
intfloat_readwrite.h
intmath.h
intreadwrite.h
log.h
mathematics.h
mathops.h
mem.h
mpegvideo.h
mpegvideo_common.h
opt.h
parser.h
parseutils.h
pixdesc.h
pixfmt.h
put_bits.h
random_seed.h
ratecontrol.h
rational.h
rectangle.h
rl.h
samplefmt.h
simple_idct.h
x86_cpu.h
read.txt