搜索资源列表
H264SourceCode
- 手机端的H264源码,在windows mobile 5上编译可运行,采用T264的解码源码-H264-source mobile phone side, the windows mobile 5 on the compiler can be run using the decoding source T264
MyH264Player
- 此code含H.264解码需要的 lib和 src,以及利用此lib和src制作的一个简单的wince 下的h.264Player。 开发环境vs2005 wince5 sdk模拟器。-H.264 decoding with the code needed lib and src, and the use of the lib and src produced a simple wince under the h.264Player.
General_PlaySDK_EngChn_IS_V3.21.0.R.080328
- 开发包中包括的文件有: dhplay.dll、dhplay.h、dhplay.lib、底层mpeg4解码库(dllmpeg4.dll)、底层h264解码库dllh264.dll(解大华的h264码流和ADI公司的码流)和海思的h264解码库,包括(AmrDLL.dll、DLLDeinterlace.dll、hi_h264dec_w.dll) 。-Development Kit includes documents: dhplay.dll
h264dec
- Ti evluation h264 lib call by used xdm algo.
h264enc
- ti evluation lib for h264 encode call by used xdm algo.
ffmpeg
- ffmpeg是集成了多种编码解码算法的一套库.,里面包含了编译好的lib文件和dll文件和头文件,可以直接拿来使用,免去编码的时间.还带了源代码和详细的.pdf说明文档.对开发ffmpeg的朋友有很多的作用-are a variety of ffmpeg codec integrated set of algorithms library., which contains the compiled lib files and dll f
h264-lib.tar
- h.264编码库 (T264)-h.264 encoding library (T264)
AVcodec
- 常用的几个音视频编解码器 如g72x,gsm,mpeg2还有著名的h263,h264,并且包含事例用法。-Some common audio and video codecs such as g72x, gsm, mpeg2 famous h263, h264, and includes examples of usage.
T264Src
- t264编解码器源码,包括了编码器和解码器,比较全的哦,给你的应用一个好的开始-t264 codec Src
HBPlayer
- 汉高的源代码,可以播放网络视频,支持最新H264压缩方式-Henkel' s source code, you can play online video, support for the latest H264 compression
x264_dsp_lib
- 关于DSP H264的lib库,工程完整详细,可直接在CCS下编译-Library on the DSP H264 的 lib, works full details can be compiled directly in the CCS
lib
- ffmpeg编译过的lib,可以decode解码h264-ffmpeg compiled the lib
ffmpeg_sdk_lib
- ffmpeg在windows下编译的静态库avcodec.lib和avformat.lib,主要针对H264编码,其中,avutil已经包含在avcodec.libz中。-The ffmpeg in windows under compile the static library avcodec.lib avformat.lib, mainly for the H264 encoding, which, avutil already i
3
- ffmpeg通过dshow驱动摄像头拍摄视频,并将视频转为h264格式,再添加到rtp流中。运行后生成*.sdp文件,拖入vlc播放器可以查看。运行时请将lib与include文件放到c盘下。本机环境为win8.1(x64) vs2013(x86)-ffmpeg dshow driven by the camera to shoot video, and video into h264 format, add it rtp stream
@huaMediaSDKandDEMO
- 播放SDK是大华压缩卡和硬盘录像机的配套产品,支持大华所有码流格式以及海思公司的h264码流和ADI的h264码流。本文档详细描述了开发包中各函数实现的功能及接口 播放SDK的主要功能有:支持文件或流数据的播放、回放控制(如暂停\恢复、快放慢放)、音频控制、流数据录像、多区域显示、按帧序号或按时间定位、数据回调、消息回调、字符叠加、抓图……. 开发包中包括的文件有: dhplay.dll、dhplay.h、dhplay.lib、
VC_H264
- VC H264 Decode 开源程序,从ffmpeg移植过来,全部dll库替换成源代码.-VC H264 Decode open source migrate FFMPEG all dll lib were remove and replace by c code.
mp4v2
- h264转码mp4,利用lib库转换,标准H264转码mp4(H264 transcoding MP4, using lib library conversion)
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示,