搜索资源列表
SipClient 包含完整的osip exosip openssl 的dll
- 包含完整的osip exosip openssl 的dll、lib、include,以及demo可运行程序和demo源文件代码。-Contains the complete osip exosip openssl dll, lib, include, and the demo can run the program and demo source code.
General Play SDK Eng Chn IS V3.2
- 开发包中包括的文件有: 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, dhplay.h, dhplay.lib, bottom
SipServer
- 包含完整的osip exosip的dll、lib、include,以及server demo可运行程序和demo源文件代码.-Contains a complete osip exosip the dll, lib, include, and server demo can run the program and demo source code files.
ffmpeg-git-f354396-32-bit-dev
- 2011最新版本的ffmpeg VC库,包括头文件和lib和dll文件,可以直接在VC工程中使用,此文件为32bit版本。-The latest 2011 version of ffmpeg VC libraries, including the header files and lib and dll files, can be used directly in the VC project, this file is 32bit version.
OggMemory_src
- 一个从内存加载Ogg Vorbis数据的实例,值得参考。- An example of loading Ogg Vorbis audio data from memory
libzplay-1.02-source
- libZPlay是解析mp3, ogg, ac3, flac, wav and pcm 种格式的多媒体库的源码,整合支持所有格式的解码器。你不需要额外的lib。仅使用kernel32.dll, user32.dll, gdi32.dll 和 winmm.dll,微软Windows标准库。也不需要mfc和.net的支持,只是纯粹的WINAPI。简单几行代码就可以实现播放-libZPlay multimedia library for playing mp3, ogg, ac3, flac, wav
cv100
- opencv 1.0 lib cv100.dll it is opencv 1.0 sorce to make cvcode
local
- it is necessary files of ffmpeg on MAVC,include, .dll,.h,.lib,compile on Msys+Mingw
ffmpegsetenv
- ffmpegsetenv文件主要讲解了怎样在windows环境下搭建仿佛 ffmpeg编译环境,生成它的 lib库和dll文件-ffmpegsetenv mainly on how to file under the windows build environment set up like ffmpeg to generate its lib libraries and dll files
FFmpeg_SDK_4.0
- 最新的FFMPEGWINDOWS下的SDK...以前的最新版本是3.3的版本,这个版本是4.0的。。。里面的系统函数全部封装成了DLL和LIB文件-SDK the latest FFMPEG WINDOWS under ... the latest version of the previous 3.3 version, this version is 4.0. . .
openGL-libs
- opengl编程中,用到的库文件,包括头文件,lib文件和dll文件。-opengl programming, library files used, including the header files, lib files and dll files.
视频监控软件
- 社区视频监控系统,硬件是天敏VC4000监控卡,其中使用了MPG4c32.dll、MediaTransmit.dll、MediaTransmit.lib、MediaTransmit.h、Sa7134Capture.dll、Sa7134Capture.lib和Sa7134Capture.h几个文件,在运行程序前,需要将这些文件添加到当前工程中。程序中没有提供这些文件。 默认操作员用户名为:tsoft,密码为:111。
openGL_lib
- openGL库头文件、dll文件、lib文件-openGL dll file, and lib file, head files.
VedioCapture
- 一个视频捕获的动态链接库,vb,c#,delphi能用但是vc好像不能用,没有头文件和lib-a video capture dll,this can used to vb,c#,delphi,but not vc
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通