搜索资源列表
SE_H264bianma
- h264编码解码器源码 ,,Visual...C-C++USB接口编程原代码.rar...4usb的好东西,快快下载,可以全速运行12M也可以1.5M运行,,CSharp1EPPHAL12121212.rar... -ENG codec source code, Visual ... C-C Programming Interface USB source. rar ... 4usb the good things, quickly download, can operate at full s
YUVDiff
- Haskell 代码。 对于 YUV 420 的图象,比较两个图象文件的差别像素,以宏块的方式表现。 我本人主要将之用于 H264 编解码器的 deblock 过程的测试辅助定位。 很容易扩展为 YUV422 或 444 格式的图象。 更详细用法见程序内的帮助。-Haskell code. YUV 420 for the images to compare the differences between image pixels, macro bl
x264-Lite_r408
- 解码器,关于H264的,大家看看啊。不知道怎么样
H264解码器
- H264解码器,WINDOWS,已测试
h264编解码器
- 诺基亚开源h264编解码器源代码,c程序的。
hax264src_1_0_0.zip
- h264解码器,DirectShow Filter,h264 Decoder, DirectShow Filter
H264Decoder_vc6
- H264解码器源码,移植ffmpeg中的H264解码部分到windows,深度删减优化,在VC6中验证通过。-H264 decoder source code, porting ffmpeg s H264 decoding to the windows, the depth of cut optimization, in VC6 verify pass.
H264Player
- 源码.利用FFMPEG库的H264解码播放器!国内众多的知名播放器均出自他-Source. Using FFMPEG library H264 decoder player! Numerous well-known players are all from his
x264_explain
- 优化版h264编码器原代码。适合音视频编解码研究者。-H264 encoder optimized version of the original code. Suitable for audio and video codecs researchers.
264
- H264编码解码器,输入YUV4:2:0格式-H264 codec, enter YUV4: 2:0 format
hax264src_2003
- H264 decoder 一款H264的解码器-H264 decoder
T264Src
- t264编解码器源码,包括了编码器和解码器,比较全的哦,给你的应用一个好的开始-t264 codec Src
H264decode
- H264 视频解码器 用于多媒体 视频流方面的开发-H264 encode mutilmedia video stream program development
x264
- H264编解码器.包括主要的函数和各种功能的过程。-H264 codec. Including the main functions and features of the process.
H264 Decode
- 提问,寻找哪儿有H.264解码器,询问如何从ffmpeg中提取H.264的解码器,询问 是否有VC下的工程,可以实现H.264的解码,……,为了满足这些朋友的要求, ffmpeg工程组成员“hust_xcl”特地从ffmpeg中提取出了H.264的解码器部分(H.264 的编码器有独立的工程:x264),并用VC++生成了工程文件,各位有需要的朋友 可以在本工程的基础上进行适当的修改,以满足自己的需求。-As
H264
- h264解码器,使用VC实现的,可以解码标准的H264码流。-h264 decoder, the use of VC in, you can decode standard H264 stream.
demo_H264
- h264解码器核心代码,有非常高的参考价值-the h264 decoder core code, there is a very high reference value
H264
- h264解码器,从ffmpeg抽取,vc工程,可直接使用-h264 decoder in ffmpeg, the vc2008 project
Decoder
- 基于bradway的纯javascr ipt,h264解码器。(javascr ipt h264 decoder based on brodway)
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通