搜索资源列表
x264-060730
- h264 encoder in vc6 100% work
test_h264
- h.264 from ffmpeg 0.4.9pre compile in VC6 password is jessestone make h264 libary and example for use 100% work no erroe no warnning
h264_ffmpeg049pre
- Reffer to ffmpeg 0.4.9pre to modify H264 decoder. U can use it in network stream codec.Output use mmx coding to ARGB, and add a sample to show how to use it. I add many safe function in this case so u can use it in ur company project easily.Pass
标准H264解码播放
- 标准H264解码播放,采用VC6编写的播放库源码,其中还包含有delphi写的调用例子和VC6写的通过JRTP网络传输解码播放,采用Directx7.0解码显示,解码支持各种分辨率,是学习H264和Directx,JRTP的绝佳例子,代码为本人原创-H264 decoding broadcast standard, using the player library written in VC6 source, which also contains examples and calls writ
h264.rar
- H.264编解码器源码,已在vc6 vc7 linux下编译通过,另有DM642工程文件,可供h264编解码学习参考,H.264 source codecs have been compiled under vc6 vc7 linux adoption, and another DM642 project file for reference learning h264 codec
Decorder264(ffmpeg)test
- Decorder264[ffmpeg]test,vc6编译通过,能正常解文件,文件名:test.264-Decorder264[ffmpeg]test
vc6_h264_codecs_src
- vc6下h.264编码、解码源代码,含vc6工程文件及编解码源程序 -vc6 under h.264 encoding, decoding the source code with vc6 project file and source codec
Ffmpeg H264 Decoder Lib
- 本解码库以ffmpeg为参考模型,针对不同档次的H.264码流进行了修正,解码核心部分进行了相应的MMX优化。 整个解码过程分3个步骤进行,只需要按顺序调用头文件里描述的初始化、处理、释放这三个函数即可。 解码得到的图像数据为YUV,该工程将YUV转换为RGB,直接显示,省去了解码后,还需要借助YUVViewer等工具打开YUV文件的步骤,更加的方便快捷。 支持各个档次的H.264码流解码,将H.264码流放在H264Test目录下即可。 编译平台:VC6.0,VC200
H264Decoder
- H264解码库,VC6和VS2010均测试通过,可用于项目的H264数据解码-H264 Decoder