VC编译通过的H264解码程序

时间:2013-05-04 15:37:05
【文件属性】:

文件名称:VC编译通过的H264解码程序

文件大小:638KB

文件格式:RAR

更新时间:2013-05-04 15:37:05

VC H264 解码 Decode

提问,寻找哪儿有H.264解码器,询问如何从ffmpeg中提取H.264的解码器,询问 是否有VC下的工程,可以实现H.264的解码,……,为了满足这些朋友的要求, ffmpeg工程组成员“hust_xcl”特地从ffmpeg中提取出了H.264的解码器部分(H.264 的编码器有独立的工程:x264),并用VC++生成了工程文件,各位有需要的朋友 可以在本工程的基础上进行适当的修改,以满足自己的需求。


【文件预览】:
H264
----intreadwrite.h(7KB)
----bswap.h(3KB)
----dsputil.c(158KB)
----h264.vcproj(13KB)
----simple_idct.c(17KB)
----main.c(6KB)
----h264.h(13KB)
----log.h(4KB)
----bitstream.c(10KB)
----h264data.h(57KB)
----internal.h(7KB)
----utils.c(71KB)
----imgconvert.h(1KB)
----mem.c(4KB)
----golomb.h(12KB)
----rational.h(3KB)
----eval.h(4KB)
----parser.c(10KB)
----h264idct.c(6KB)
----ratecontrol.h(3KB)
----mem.h(4KB)
----integer.h(2KB)
----h264.c(321KB)
----log.c(2KB)
----error_resilience.c(40KB)
----h264enc.c(3KB)
----common.h(11KB)
----mpeg12data.h(2KB)
----opt.h(3KB)
----mpegvideo.c(89KB)
----jrevdct.c(44KB)
----imgconvert.c(82KB)
----x86_cpu.h(2KB)
----avutil.h(7KB)
----define.h(415B)
----apiexample.c(12KB)
----dsputil.h(29KB)
----vp3dsp.c(7KB)
----rectangle.h(4KB)
----mjpegenc.h(2KB)
----cabac.c(8KB)
----cabac.h(25KB)
----simple_idct.h(2KB)
----h264.dsp(5KB)
----crc.h(1KB)
----output_example.c(16KB)
----avcodec.h(96KB)
----intfloat_readwrite.h(1KB)
----h264_parser.h(1KB)
----rational.c(3KB)
----mathematics.h(2KB)
----parser.h(2KB)
----h264pred.c(37KB)
----mpegvideo.h(38KB)
----mpegvideo_common.h(25KB)
----msmpeg4.h(3KB)
----colorspace.h(4KB)
----bitstream.h(28KB)
----h264dspenc.c(2KB)
----faandct.h(1KB)
----h264_parser.c(4KB)
----golomb.c(10KB)
----h264.dsw(533B)
----h264.ncb(1.19MB)
----opt.c(16KB)
----svq3.c(33KB)
----h264.vcproj.25-BD53891AB0B3.Kalaam.user(1KB)
----h264pred.h(2KB)
----rl.h(3KB)
----h264.suo(10KB)
----allcodecs.c(13KB)
----h264.sln(872B)

网友评论

  • 编译过了,不过不是很正确,自己改正了。。。。
  • 编译能通过,解出来是YUV的,要自己转RGB
  • 谢谢分享,可以编译运行 但是不能正确解码H264文件
  • 编译能通过,但是fu-a编码还是不能成功解码,不知道为什么!