文件名称:编解码器FFMPEG中提取了h264的解码程序
介绍说明--下载内容来自于网络,使用问题请自行百度
从开源编解码器FFMPEG中提取了h264的解码程序,在windows平台上测试效率较高,From the open source FFMPEG codec to extract the h264 decoding procedure, tested on windows platform, higher efficiency
(系统自动生成,下载前可以参看下载内容)
下载文件列表
h264Discoder/ff264_vc2005/debug/ff264_vc8.exe
h264Discoder/ff264_vc2005/debug/ff264_vc8.ilk
h264Discoder/ff264_vc2005/debug/ff264_vc8.pdb
h264Discoder/ff264_vc2005/ff264_vc8/allcodecs.c
h264Discoder/ff264_vc2005/ff264_vc8/apiexample.c
h264Discoder/ff264_vc2005/ff264_vc8/avcodec.h
h264Discoder/ff264_vc2005/ff264_vc8/avutil.h
h264Discoder/ff264_vc2005/ff264_vc8/bitstream.c
h264Discoder/ff264_vc2005/ff264_vc8/bitstream.h
h264Discoder/ff264_vc2005/ff264_vc8/bswap.h
h264Discoder/ff264_vc2005/ff264_vc8/cabac.c
h264Discoder/ff264_vc2005/ff264_vc8/cabac.h
h264Discoder/ff264_vc2005/ff264_vc8/colorspace.h
h264Discoder/ff264_vc2005/ff264_vc8/common.h
h264Discoder/ff264_vc2005/ff264_vc8/crc.h
h264Discoder/ff264_vc2005/ff264_vc8/Debug/allcodecs.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/bitstream.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/BuildLog.htm
h264Discoder/ff264_vc2005/ff264_vc8/Debug/cabac.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/dsputil.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/error_resilience.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/ff264_vc8.exe.embed.manifest
h264Discoder/ff264_vc2005/ff264_vc8/Debug/ff264_vc8.exe.embed.manifest.res
h264Discoder/ff264_vc2005/ff264_vc8/Debug/ff264_vc8.exe.intermediate.manifest
h264Discoder/ff264_vc2005/ff264_vc8/Debug/golomb.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/h264.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/h264idct.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/h264pred.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/h264_parser.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/imgconvert.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/jrevdct.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/log.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/main.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/mem.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/mpegvideo.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/mt.dep
h264Discoder/ff264_vc2005/ff264_vc8/Debug/opt.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/parser.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/rational.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/simple_idct.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/svq3.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/utils.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/vc80.idb
h264Discoder/ff264_vc2005/ff264_vc8/Debug/vc80.pdb
h264Discoder/ff264_vc2005/ff264_vc8/Debug/vp3dsp.obj
h264Discoder/ff264_vc2005/ff264_vc8/define.h
h264Discoder/ff264_vc2005/ff264_vc8/dsputil.c
h264Discoder/ff264_vc2005/ff264_vc8/dsputil.h
h264Discoder/ff264_vc2005/ff264_vc8/error_resilience.c
h264Discoder/ff264_vc2005/ff264_vc8/eval.h
h264Discoder/ff264_vc2005/ff264_vc8/faandct.h
h264Discoder/ff264_vc2005/ff264_vc8/ff264_vc8.vcproj
h264Discoder/ff264_vc2005/ff264_vc8/ff264_vc8.vcproj.hp-PC.qinqinhm.user
h264Discoder/ff264_vc2005/ff264_vc8/ff264_vc8.vcproj.JDL-717CBC9535C.lcl.user
h264Discoder/ff264_vc2005/ff264_vc8/golomb.c
h264Discoder/ff264_vc2005/ff264_vc8/golomb.h
h264Discoder/ff264_vc2005/ff264_vc8/h264.c
h264Discoder/ff264_vc2005/ff264_vc8/h264.h
h264Discoder/ff264_vc2005/ff264_vc8/h264data.h
h264Discoder/ff264_vc2005/ff264_vc8/h264dspenc.c
h264Discoder/ff264_vc2005/ff264_vc8/h264enc.c
h264Discoder/ff264_vc2005/ff264_vc8/h264idct.c
h264Discoder/ff264_vc2005/ff264_vc8/h264pred.c
h264Discoder/ff264_vc2005/ff264_vc8/h264pred.h
h264Discoder/ff264_vc2005/ff264_vc8/h264_parser.c
h264Discoder/ff264_vc2005/ff264_vc8/h264_parser.h
h264Discoder/ff264_vc2005/ff264_vc8/imgconvert.c
h264Discoder/ff264_vc2005/ff264_vc8/imgconvert.h
h264Discoder/ff264_vc2005/ff264_vc8/integer.h
h264Discoder/ff264_vc2005/ff264_vc8/internal.h
h264Discoder/ff264_vc2005/ff264_vc8/intfloat_readwrite.h
h264Discoder/ff264_vc2005/ff264_vc8/intreadwrite.h
h264Discoder/ff264_vc2005/ff264_vc8/jrevdct.c
h264Discoder/ff264_vc2005/ff264_vc8/log.c
h264Discoder/ff264_vc2005/ff264_vc8/log.h
h264Discoder/ff264_vc2005/ff264_vc8/main.c
h264Discoder/ff264_vc2005/ff264_vc8/mathematics.h
h264Discoder/ff264_vc2005/ff264_vc8/mem.c
h264Discoder/ff264_vc2005/ff264_vc8/mem.h
h264Discoder/ff264_vc2005/ff264_vc8/mjpegenc.h
h264Discoder/ff264_vc2005/ff264_vc8/mpeg12data.h
h264Discoder/ff264_vc2005/ff264_vc8/mpegvideo.c
h264Discoder/ff264_vc2005/ff264_vc8/mpegvideo.h
h264Discoder/ff264_vc2005/ff264_vc8/mpegvideo_common.h
h264Discoder/ff264_vc2005/ff264_vc8/msmpeg4.h
h264Discoder/ff264_vc2005/ff264_vc8/opt.c
h264Discoder/ff264_vc2005/ff264_vc8/opt.h
h264Discoder/ff264_vc2005/ff264_vc8/output_example.c
h264Discoder/ff264_vc2005/ff264_vc8/outrec.txt
h264Discoder/ff264_vc2005/ff264_vc8/parser.c
h264Discoder/ff264_vc2005/ff264_vc8/parser.h
h264Discoder/ff264_vc2005/ff264_vc8/ratecontrol.h
h264Discoder/ff264_vc2005/ff264_vc8/rational.c
h264Discoder/ff264_vc2005/ff264_vc8/rational.h
h264Discoder/ff264_vc2005/ff264_vc8/ReadMe.txt
h264Discoder/ff264_vc2005/ff264_vc8/rectangle.h
h264Discoder/ff264_vc2005/ff264_vc8/Release/allcodecs.obj
h264Discoder/ff264_vc2005/ff264_vc8/Release/bitstream.obj
h264Discoder/ff264_vc2005/ff264_vc8/Release/BuildLog.htm
h264Discoder/ff264_vc2005/ff264_vc8/Release/cabac.obj
h264Discoder/ff264_vc2005/ff264_vc8/Release/dsputil.obj
h264Discoder/ff264
h264Discoder/ff264_vc2005/debug/ff264_vc8.ilk
h264Discoder/ff264_vc2005/debug/ff264_vc8.pdb
h264Discoder/ff264_vc2005/ff264_vc8/allcodecs.c
h264Discoder/ff264_vc2005/ff264_vc8/apiexample.c
h264Discoder/ff264_vc2005/ff264_vc8/avcodec.h
h264Discoder/ff264_vc2005/ff264_vc8/avutil.h
h264Discoder/ff264_vc2005/ff264_vc8/bitstream.c
h264Discoder/ff264_vc2005/ff264_vc8/bitstream.h
h264Discoder/ff264_vc2005/ff264_vc8/bswap.h
h264Discoder/ff264_vc2005/ff264_vc8/cabac.c
h264Discoder/ff264_vc2005/ff264_vc8/cabac.h
h264Discoder/ff264_vc2005/ff264_vc8/colorspace.h
h264Discoder/ff264_vc2005/ff264_vc8/common.h
h264Discoder/ff264_vc2005/ff264_vc8/crc.h
h264Discoder/ff264_vc2005/ff264_vc8/Debug/allcodecs.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/bitstream.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/BuildLog.htm
h264Discoder/ff264_vc2005/ff264_vc8/Debug/cabac.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/dsputil.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/error_resilience.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/ff264_vc8.exe.embed.manifest
h264Discoder/ff264_vc2005/ff264_vc8/Debug/ff264_vc8.exe.embed.manifest.res
h264Discoder/ff264_vc2005/ff264_vc8/Debug/ff264_vc8.exe.intermediate.manifest
h264Discoder/ff264_vc2005/ff264_vc8/Debug/golomb.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/h264.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/h264idct.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/h264pred.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/h264_parser.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/imgconvert.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/jrevdct.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/log.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/main.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/mem.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/mpegvideo.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/mt.dep
h264Discoder/ff264_vc2005/ff264_vc8/Debug/opt.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/parser.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/rational.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/simple_idct.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/svq3.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/utils.obj
h264Discoder/ff264_vc2005/ff264_vc8/Debug/vc80.idb
h264Discoder/ff264_vc2005/ff264_vc8/Debug/vc80.pdb
h264Discoder/ff264_vc2005/ff264_vc8/Debug/vp3dsp.obj
h264Discoder/ff264_vc2005/ff264_vc8/define.h
h264Discoder/ff264_vc2005/ff264_vc8/dsputil.c
h264Discoder/ff264_vc2005/ff264_vc8/dsputil.h
h264Discoder/ff264_vc2005/ff264_vc8/error_resilience.c
h264Discoder/ff264_vc2005/ff264_vc8/eval.h
h264Discoder/ff264_vc2005/ff264_vc8/faandct.h
h264Discoder/ff264_vc2005/ff264_vc8/ff264_vc8.vcproj
h264Discoder/ff264_vc2005/ff264_vc8/ff264_vc8.vcproj.hp-PC.qinqinhm.user
h264Discoder/ff264_vc2005/ff264_vc8/ff264_vc8.vcproj.JDL-717CBC9535C.lcl.user
h264Discoder/ff264_vc2005/ff264_vc8/golomb.c
h264Discoder/ff264_vc2005/ff264_vc8/golomb.h
h264Discoder/ff264_vc2005/ff264_vc8/h264.c
h264Discoder/ff264_vc2005/ff264_vc8/h264.h
h264Discoder/ff264_vc2005/ff264_vc8/h264data.h
h264Discoder/ff264_vc2005/ff264_vc8/h264dspenc.c
h264Discoder/ff264_vc2005/ff264_vc8/h264enc.c
h264Discoder/ff264_vc2005/ff264_vc8/h264idct.c
h264Discoder/ff264_vc2005/ff264_vc8/h264pred.c
h264Discoder/ff264_vc2005/ff264_vc8/h264pred.h
h264Discoder/ff264_vc2005/ff264_vc8/h264_parser.c
h264Discoder/ff264_vc2005/ff264_vc8/h264_parser.h
h264Discoder/ff264_vc2005/ff264_vc8/imgconvert.c
h264Discoder/ff264_vc2005/ff264_vc8/imgconvert.h
h264Discoder/ff264_vc2005/ff264_vc8/integer.h
h264Discoder/ff264_vc2005/ff264_vc8/internal.h
h264Discoder/ff264_vc2005/ff264_vc8/intfloat_readwrite.h
h264Discoder/ff264_vc2005/ff264_vc8/intreadwrite.h
h264Discoder/ff264_vc2005/ff264_vc8/jrevdct.c
h264Discoder/ff264_vc2005/ff264_vc8/log.c
h264Discoder/ff264_vc2005/ff264_vc8/log.h
h264Discoder/ff264_vc2005/ff264_vc8/main.c
h264Discoder/ff264_vc2005/ff264_vc8/mathematics.h
h264Discoder/ff264_vc2005/ff264_vc8/mem.c
h264Discoder/ff264_vc2005/ff264_vc8/mem.h
h264Discoder/ff264_vc2005/ff264_vc8/mjpegenc.h
h264Discoder/ff264_vc2005/ff264_vc8/mpeg12data.h
h264Discoder/ff264_vc2005/ff264_vc8/mpegvideo.c
h264Discoder/ff264_vc2005/ff264_vc8/mpegvideo.h
h264Discoder/ff264_vc2005/ff264_vc8/mpegvideo_common.h
h264Discoder/ff264_vc2005/ff264_vc8/msmpeg4.h
h264Discoder/ff264_vc2005/ff264_vc8/opt.c
h264Discoder/ff264_vc2005/ff264_vc8/opt.h
h264Discoder/ff264_vc2005/ff264_vc8/output_example.c
h264Discoder/ff264_vc2005/ff264_vc8/outrec.txt
h264Discoder/ff264_vc2005/ff264_vc8/parser.c
h264Discoder/ff264_vc2005/ff264_vc8/parser.h
h264Discoder/ff264_vc2005/ff264_vc8/ratecontrol.h
h264Discoder/ff264_vc2005/ff264_vc8/rational.c
h264Discoder/ff264_vc2005/ff264_vc8/rational.h
h264Discoder/ff264_vc2005/ff264_vc8/ReadMe.txt
h264Discoder/ff264_vc2005/ff264_vc8/rectangle.h
h264Discoder/ff264_vc2005/ff264_vc8/Release/allcodecs.obj
h264Discoder/ff264_vc2005/ff264_vc8/Release/bitstream.obj
h264Discoder/ff264_vc2005/ff264_vc8/Release/BuildLog.htm
h264Discoder/ff264_vc2005/ff264_vc8/Release/cabac.obj
h264Discoder/ff264_vc2005/ff264_vc8/Release/dsputil.obj
h264Discoder/ff264
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.