搜索资源列表
MotionSearch
- H.264运动搜索算法代码,包括三步法,改进的三步法,菱形搜索法,改进的菱形搜索法等算法的源码-H.264 motion search algorithm code, including three-step, improved three-step method, the diamond search method to improve the diamond search algorithm, such as source
73462702H264CODEC
- c code for h.264 codec
HH264CODEEC
- H.264视频编解码的C源代码码。可在Visual C下编译。 -C source code for the H.264 video codec. In Visual C compiler.
cfenng-01113u
- 目前的流媒体服务器代码有Darwin(苹果公司),是用c++开发的,过于复杂不适合用在嵌入式设备上,live555是c开发的但是只支持mpegg格式的音频,Feng 流媒体服务器支持h.264格式的视频频,mp3音频,支持RTSP,RTP/RTCP,能用来在嵌入式设备上开发流媒体服务器. -Current streaming media server code Darwin (Apple), developed with c++ too complex is not suitable for
visual-cPP
- C++ QT 3D IDE for development of VS1003, VS Show time applet on the desktop, Music Search Software The NAudio Play wav, MP3 and othe a mp3 player,simple but a good ex five files inside the documents the gstreamer-sdk inside the
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通