搜索资源列表
H264解码器
- H264解码器,WINDOWS,已测试
h264编解码器
- 诺基亚开源h264编解码器源代码,c程序的。
hax264src_1_0_0.zip
- h264解码器,DirectShow Filter,h264 Decoder, DirectShow Filter
wma_decoder.rar
- wma的解码器,完完全全的vc6.0的编译环境,是借助本站的wma unix系统下的一套代码和h264的vc6.0环境,自己读ffmpeg代码,写出来的wma的解码器。,wma decoder, completely vc6.0 the compiler environment, by drawing on the site of the wma unix systems a set of code and h264 the vc6.0 environment, their own readin
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.
x264_explain
- 优化版h264编码器原代码。适合音视频编解码研究者。-H264 encoder optimized version of the original code. Suitable for audio and video codecs researchers.
player_sdk
- HKVision 播放器源代码,解码mp4和h264格式。-HKVision player source code, decode mp4 and h264 format
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
H264 Decode
- 提问,寻找哪儿有H.264解码器,询问如何从ffmpeg中提取H.264的解码器,询问 是否有VC下的工程,可以实现H.264的解码,……,为了满足这些朋友的要求, ffmpeg工程组成员“hust_xcl”特地从ffmpeg中提取出了H.264的解码器部分(H.264 的编码器有独立的工程:x264),并用VC++生成了工程文件,各位有需要的朋友 可以在本工程的基础上进行适当的修改,以满足自己的需求。-As
h264Play
- 一个H264的解码播放器,可以正常播放音视频-a h264 decode player
Hx264_explain2
- 优化版h264编码器原代码。适合合音视频编解码研究者。可直接使用。 -Optimize version h264 encoder source code. For chorus video codec researchers. Can be used directly.
H264Decoder_YUVPlayer
- H264解码,直接运行将h264文件解码存为YUV文件,并且附队YUV播放器验证解码的正确性-H264 decoding directly run the h264 file decoding memory for the YUV file to verify the correctness of the decoding and the attached team YUV player
demo_H264
- h264解码器核心代码,有非常高的参考价值-the h264 decoder core code, there is a very high reference value
H264-player
- 一款H264裸码流的播放器,尤其可以解码监控录像视频-A bare H264 stream player, especially can decode video surveillance tapes
H264
- h264解码器,从ffmpeg抽取,vc工程,可直接使用-h264 decoder in ffmpeg, the vc2008 project
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通