搜索资源列表
h[1].264
- H.264源代码, 在VC下的调试
h.264的源代码
- 无线通信压缩协议h.264算法的源代码,是刚提出来不久的一种基于无线通信的压缩协议-wireless communications agreement h.264 compression algorithm source code is just made to a near-based wireless communications compression agreement
H.264编解码器
- 包含了从MPEG4的视频解码到H.264的视频编码部分的源代码,不包括音频部分的编解码-contains a MPEG4 video decoder to H.264 video coding part of the source code, not including part of the audio codec
H.264编码算法的完整源代码
- H.264编码算法的完整源代码 文件:VideoEncoderX264.h class CVideoEncoderX264 : { public: CVideoEncoderX264(void); ~CVideoEncoderX264(void); virtual bool Connect(CVideoEnDecodeNotify* pNotify, const CVideoEnDecodeItem& Item); virtual void Release(void);
支持DivX,Xvid,H.264,MP3,AC3,MPEG4,MPEG2,WMV编码解码的ffdshow源代码
- ffdshow是一个很多音频视频格式(如DivX, Xvid 和 H.264)的DirectShow滤波器和VFW编码器。目前编码器已经更新,支持了不少新的格式,并且支持Vista。可以说,它是目前功能非常齐全的编码解码器,支持DivX,Xvid,H.264,MP3,AC3,MPEG4,MPEG2,WMV等等视频、音频解码。 ffdshow is a DirectShow filter and VFW codec for many audio and video formats, such a
H.264 CIF Demo via PCI_v2.0
- 实现H.264格式视频采集,编码和显示的源代码。C语言编写,已经在DM642芯片上实现。
H264.h.264解码C语方源代码
- h.264解码 有自己添加的详细的注释 有一部分是基于ffmpeg,h.264 decoder has its own detailed comments to add in part is based on ffmpeg
jm61e.zip H.264的源代码
- H.264的源代码,H.264 source code
avc2avi.rar
- 该程序包提供了"***.264"格式的文件转换为"***.avi"格式视频的源代码。 "***.264"是未经封装的H.264格式的视频文件,经过该程序添加avi封装后,形成"***.avi"格式的视频文件,从而可以用普通的播放器进行播放。 通过该源代码还可以学习到avi格式封装的实现方法。 该程序开发语言是C++,开发环境是VS。,The package provides a "***. 264" format files into the "***. avi" format video so
H264decoder.rar
- h.264解码的源代码实现,是优化后的,解码的效率很高,h.264 codec implementation source code is optimized, highly efficient decoding
x264.rar
- x264编码器代码。在CCS下编译成库。适合做H.264算法DSP移植的人参考。,x264 encoder code. Compiled in the database under the CCS. H.264 algorithm suitable for DSP reference transplantation.
H.264-on-dm642
- H.264编解码器源代码,已经在VC等环境下试验过-H.264 codec source code has been tested under VC etc
H.264
- H.264视频编码源代码,基于JM10.1,适合初学者学习,建议初学者读懂JM的源代码作为入门之用!-H.264 video encoding source code, based on JM10.1, suitable for beginners to learn, JM recommended for beginners to read the source code for use as an entry!
H.264verilog
- H.264编码的verilog源代码,希望各位研究研究,定会有收获的-H. 264 coding verilog source code, how to understand, hope that you study
x264_encoder_decoder
- x264视频编解码源代码,含VC编译指南(Peter Lee的如何在VC6下编译X264)。x264是H.264标准的一种精简实现,与JM相比更适合与应用,因为JM主要是与标准更接近,所以便于学习,而x264做了很多的优化。-x264 video codec source code, compiled with VC Guide (Peter Lee of how to compile in VC6 X264). x264 is the H.264 standard to achieve a s
jm10
- H.264的源代码-A source code about h.264
jm14
- H.264的源代码-H.264 source code
jm17
- H.264的源代码-H.264 source code
1
- 视频通信压缩的源代码,H.264 是ITU- T 和ISO/ IEC 联合制定的最新编码标准, 它最先 由ITU- T 于1997 年提出, 目标是提出一种更高性能( 相对于当时的H.263 ) 的视频编码标准。相对于其它标准, H.264 具有以下特点: -Video communication compression source code, H.264 is the ITU-T and ISO/IEC joint development of the latest coding s
H.264
- h.264压缩和解压的代码,来源于著名的H264标准JM开源代码,在VC下编译通过,可以运行。包含压缩和解码成RTP格式。-the copress codes of h.264.the codes come from the open source JM codes.