Location:
Search - 264编码算法的完整源代码
Search list
Description: H.264编码算法的完整源代码
文件:VideoEncoderX264.h
class CVideoEncoderX264 :
{
public:
CVideoEncoderX264(void);
~CVideoEncoderX264(void);
virtual bool Connect(CVideoEnDecodeNotify* pNotify, const CVideoEnDecodeItem& Item);
virtual void Release(void);
virtual void Encode(BYTE* pInData, int nLen, BYTE* pOutBuf, int& nOutLen, int& nKeyFrame);
private:
x264_picture_t m_Pic;
x264_t *h;
x264_param_t param;
void Flush(void);
Platform: |
Size: 30720 |
Author: lixh2009 |
Hits:
Description: 这是H.264编码算法的完整源代码中的部分代码段-it s the part of H.264 codec codes
Platform: |
Size: 4096 |
Author: 周杰伦 |
Hits:
Description: VC++与H264流媒体RTP编程资料+源代码打包,这些资料包括:H.264编码算法的完整源代码,H264帧内预测算法的研究与优化.pdf,RFC3550协议资料中文版.doc、NALDecoder源码实例包等,是研究H264相关编程的参考资料。-VC++ programming and H264 RTP streaming data+ source code package, these data include:.. H.264 encoding algorithm complete source code, H264 intra prediction research and optimization algorithms pdf, RFC3550 protocol information Chinese version doc, NALDecoder source code examples packages, etc., is to study the H264-related programming reference.
Platform: |
Size: 4617216 |
Author: bpudn78 |
Hits: