搜索资源列表
H264.h.264解码C语方源代码
- h.264解码 有自己添加的详细的注释 有一部分是基于ffmpeg,h.264 decoder has its own detailed comments to add in part is based on ffmpeg
H264decoder.rar
- h.264解码的源代码实现,是优化后的,解码的效率很高,h.264 codec implementation source code is optimized, highly efficient decoding
H.264编解码器源码
- V_90.rar
h264 dsp
- h264 dsp 编解码,不可错过的号代码,初学适宜,有详细代码和接口说明,内涵代码
ffmpeg_h264_vs2010
- vs2010下编译过的ffmpeg工程,学习h.264视频编解码的好资料。-the project of ffmpeg compiled in vs2010,it s useful for H.264 STUDY.
x264
- x264编码解码源码,对需要研究h.264视频文件编码解码有帮助-x264 codec source, on the need to study the h.264 codec video files help
ffdshow_beta3_rev1324_20070701_src
- 一个经过修改的H.264解码器源代码,修改了一个些兼容性问题,并提高了源代码的效率。 -A modified H.264 decoder source code, modify a some compatibility issues, and improve the efficiency of the source code.
PlayDemo
- VC写的h.264规范解码程序,具体看程序注释-VC norms h.264 decoding written procedures, specific procedures see Notes
jm85
- H.264标准视频编解码参考软件,这个事比较早期的版本,所以不包括标准后来修订新加入的档次。但是适合阅读熟悉H.264的编码结构。-The reference software for H.264/AVC or MPEG Part-10 standard vedio coding.This is an early version, so it doesn t contain the all the profiles.
jmfirst
- H.264视频编解码程序,更简练,执行速度更快-H.264 encoder decoder
TCPMP
- 这个是跑在三星6410,wince6上支持硬解码的tcpmp程序,并非源代码,但是可以播放720*480,h.264的高清视频-This is running in the Samsung 6410, wince6 support hardware decoding of the tcpmp program, not the source code, but you can play 720* 480, h.264 HD video
111186768H264_Ateme_MPEG-4_AVCH.264_Encoder
- h264解码程序,H264是应用于网络视频传输、视频会议的新协议-ENG decoding process H.264 is used in network video transmission, video conferencing, the new agreement
Visual.Cpp.H.264.source.code
- 以VisualC作为开发工具,H.264视频压缩编码技术与视频网络传送技术等视频通信工程的实例,是音视频编解码技术及实践一书的原代码-To VisualC as a development tool, H.264 video compression technology and video networks to deliver video communications engineering technology, examples are audio and video codec tech
vKWGnXwV
- H.264系列视频编解码器 Windows和Windows CE/Windows Mobile版本-H.264 video codec series of Windows and Windows CE/Windows Mobile version
OMAP3530
- 摘要: 对标准的视频编解码标准(如H. 264 和AVS 标准) 的核心技术进行了分析,提出一种基于TI 公司的OMAP3530处理器平台的通用视频解码方案。该方案充分利用了OMAP3530 的硬件结构特点,特别是2D/ 3D 图形图像加速器的特点,以提高解码速度。实验结果表明,AVS 格式的QCIF 码流解码速率可以达到25 fps ,适合于便携式多媒体终端视频解码应用。-Abstract: The standard video coding standard (such as H. 264
H.264
- H.264,同时也是MPEG-4第十部分,是由ITU-T视频编码专家组(VCEG)和ISO/IEC动态图像专家组(MPEG)联合组成的联合视频组(JVT,Joint Video Team)提出的高度压缩数字视频编解码器标准。 -H.264, MPEG-4 is also the tenth part, by the ITU-T Video Coding Experts Group (VCEG) and ISO/IEC Moving Pictures Experts Group (MPEG)
H264 Decode
- 提问,寻找哪儿有H.264解码器,询问如何从ffmpeg中提取H.264的解码器,询问 是否有VC下的工程,可以实现H.264的解码,……,为了满足这些朋友的要求, ffmpeg工程组成员“hust_xcl”特地从ffmpeg中提取出了H.264的解码器部分(H.264 的编码器有独立的工程:x264),并用VC++生成了工程文件,各位有需要的朋友 可以在本工程的基础上进行适当的修改,以满足自己的需求。-As
test-software-for-H.264-86
- 用于H.264的编解码,关于H.264的标准测试平台-For the H.264 codec, H.264 standard test platform
H.264_encoder_decoder
- H.264编解码器源码,内有说明文档,用vc工程打开。-H.264 codec source code, with documentation, open with vc project.
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通