搜索资源列表
divxecode.编解码器的xvid静态库的c++封装
- 编解码器的xvid静态库的c++封装 编码: m_vdo_enc->Encode(pBuffer) // 这里pBuffer是BGR24的320x240的数据 编码如果成功,就会自动调用PostEncHandler函数,就可以得到编码后的结果 解码: m_vdo_dec->Decode(xvid, xvid_len) // 传入的存有xvid数据的buffer和长度 解码成功后,会自动调用PostDecHandler,注意对于流媒体数据而言,在这个函数中还有
new_jrtp
- jrtplib库是用于视频捕捉开发的用c++编写的库,它封装了很多使用的功能-jrtplib library are developed for video capture using c++, prepared by the Treasury, it encapsulates a lot of features
new_jrtp_2
- jrtp是进行视频开发的c++编写的库,它封装了很多使用的功能,很强大-Videos jrtp is developed c++, prepared by the Treasury, it encapsulates a lot of features, very powerful
Flash
- 用c++ 封装flash 控件的类,可以很方便的在c++ 程序中使用-A class to wapper the flash activex control.
record-and-play-audio
- 音频采集和播放程序,用c++封装的win32 系统的api-Audio capture and playback program package using c++ win32 api system
MP3Encoder
- 使用LAME编码器库封装的MP3编码器C++类 可以用于生产MP3文件,封装AVI等文件格式-The the the MP3 encoder C++ class of the LAME encoder library package can be used in the production of MP3 files, package AVI file format
OALWrapper
- OpenAL 声音库C++封装,使用更方便,更可靠!-OpenAL Wrapper
SDL2-CS
- 本代码是一个基于SDL的C#封装库,可添加至C#的程序的解决方案后直接调用,包含了SDL常用的视频播放API。-the code is based on the C# SDL library package can be added directly to the program after the call C# solution, including SDL common video playback API.
cqmydt
- 所有前端后台代码封装过后十分精简易上手,出错效率低。同时支持移动客户端访问。(All front end background code is very simple and easy to use after encapsulation. Support mobile client access at the same time)
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通
