搜索资源列表
XINGCode
- 该代码演示了MPEG-Layer 3 (MP3)格式的文件是如何被诸如WinAmp和Windows Media Player这样的程序读出来的。请注意,该代码没有调用Windows API,DLL或者OCX。该源代码阅读和播放MP3文件,没有包含例子,但它基于FreeAmp。最初的MP3解码算法是由Xing Technologies编写的-demonstration of MPEG-Layer 3 (MP3) format of the document is how it has been s
libmad-0.15.0b.tar
- 这是一些关于编码的代码,里面全英文,对英文阅读水平要求比较高
commands_on_codes_of_live555.com(RTPRTCP)
- 在对于RTP的学习过程中自己对live555.com上代码自己进行的总结。文件是ppt格式写的便于阅读,如有错误欢迎指正讨论。
DarwinStreamingSrvr5.5.5-MSVC2005
- 使用VC2005编译的Darwin服务器,VC2005代码阅读功能大大强过VC6.0,笔者花3昼夜时间终于解决2005下编译问题,大大提高开发效率-Darwin server compiled with VC2005, VC2005 code reading function significantly stronger than VC6.0, I spent 3 hours last night to resolve the issue in 2005 to compile, developm
JSVM_Code_reading_notes
- 本资料是对JSVM代码的阅读笔记,对代码有详细的解释。-This information is read notes JSVM code, a detailed explanation of the code.
txt
- txt阅读器,c++语言写的代码,很好用,很详细-txt the reader, c++ language write code
MPEG-Layer
- MP3解码演示,本程序演示了MPEG-Layer 3 (MP3)格式的文件是如何被诸如WinAmp和Windows Media Player这样的程序读出来的。请注意,该代码没有调用Windows API,DLL或者OCX。该源代码阅读和播放MP3文件,没有包含例子,但它基于FreeAmp。最初的MP3解码算法是由Xing Technologies编写的.-MP3 decoder demo, this program demonstrates the MPEG-Layer 3 (MP3) for
x264
- 关于视频编解码软件JM代码阅读笔记及个人理解-JM on the video codec software code to read the notes and personal understanding
mp3_jiama_ys
- 该代码演示了MPEG-Layer 3 (MP3)格式的文件是如何被诸如WinAmp和Windows Media Player这样的程序读出来的。请注意,该代码没有调用Windows API,DLL或者OCX。该源代码阅读和播放MP3文件,没有包含例子,但它基于FreeAmp。最初的MP3解码算法是由Xing Technologies编写的-That s the code demonstrates how the MPEG-Layer 3 (MP3) format files such as Wi
mp4fileread_sample
- Mp4文件阅读的例子代码。看起来不错。需要相应的SDK支持。-Sample code about mp4 reader.
摄像头抓图源代码
- 开启摄像头抓图。摄像头显示窗口可以随意改变大小,抓图后保存的图片大小可以根据自己传入的宽和高随意改变,只添加了BMP转JPG的功能,要把BMP转为其他格式,自己阅读代码可以很容易修改。。里面有测试demo,也有接口说明,主要接口为打开摄像头,暂停预览,恢复预览,抓图,图片旋转,关闭摄像头。