搜索资源列表
PcmALaw
- PCM音频压缩为PCM A-Law格式以及相应的解压缩-PCM audio compressed to PCM A-Law format, and the corresponding decompression.
xxx
- 视频图像的编解码,将原始图像压缩成MPEG4格式,然后在客户端解压缩显示-Video codec, the original image will be compressed into MPEG4 format, and then decompress on the client display
sound
- 声音压缩标准压缩,解压代码,希望对各位有用-Voice compression standard compression, code decompression, in the hope that useful
Item
- 使用H.263将图片压缩,然后再解压缩。显示了H.263的基本使用过程。-Will use the H.263 image compression, and then extracted. Shows the basic use of H.263.
usbphone
- usb电话开发中及windows 底层voice api的应用,mp3声音的压缩及解压-usb phone windows development and application of voice api bottom, mp3 voice compression and decompression
send264Video
- 利用directshow捕获视频并压缩H264,其中没有发送部分,程序只在本地解压缩并蟊预览-The use of directshow to capture video and compression H264, which did not send part of the program only in the local decompressed and Spanish fly preview
wenjiancaozuo
- 本人买的一本书的例子的一章。第3章完成+文件操作编程实例43-59(2).rar - RAR 压缩文件, 解包大小为 7,059,388 字节是VC++2005做的 还蛮实用的-I bought a book example of a chapter. Chapter 3+ file operations to complete Programming Example 43-59 (2). Rar- RAR compressed file, unpack size of 7,059,388 by
gstreamerxiangguanyasuobao
- 里面有很多装streamer的压缩包,基本上需要的都要,安装时解压了gstreamer了后进入configure开始-There are a lot of compression equipment streamer package, basically need to be installed when the extract had entered configure the gstreamer start
audio
- 用DirectSound实现了音频的采集与播放,采用Speex算法压缩与解压缩音频数据,但还没有加上网络通讯层,所以不能作为商业代码来用,只能适合初学者自学(vs2005编译通过)-Use DirectSound audio capture and playback, Speex algorithm for compression and decompression of audio data, but have not yet coupled with the network communic
VH2663examplli
- Visual C++ 视频捕获+HH263压缩/解压+远程传输 已测试 -The the Visual C++ video capture+HH263 compression/decompression+ remote transmission test
VideoforVC
- 通过VC实现视频采集、预览,选择压缩器(视频文件可是大得惊人!)进行压缩、解压,回放。抓取单帧图片保存等-Through VC video capture, preview, select the compressor (large video files, but amazing!) Compression, decompression and playback. Crawl save a single frame images
SourceCodes-2011.10.2
- 关于dshow开发的范例AVChat,也是网上找的,自带dshow的头文件和lib文件,路径已经设置好了,解压缩后用vs打开解决方案,先编译BaseClasses的debug版本,debug unicode版本,release版本,release unicode版本,然后编译avchat项目,注意avchat项目是启动项目。里面的程序还有些bug-About dshow development paradigm AVChat, also looking for online, comes dsh
OggTheora
- 支持 OggTheora 视频流的解包传输处理系统,把显示的纹理用OggTheora压缩打包后以流的方式传输。-Support OggTheora unpacking video stream transmission processing system, the display of textures packaged with OggTheora compression to stream transmission.
huffman
- 利用哈夫曼编码来进行图像的压缩解压程序代码。-Using Huffman coding for image compression decompression program code.
FileHelper
- 实现在windows,Linux,嵌入式Linux下的文件读,写,删除,更新,获取文件信息,LINUX下的文件压缩解压等文件操作-File operations to achieve in the windows, Linux, Embedded Linux file read, write, delete, update, get the file information, file under Linux codecs
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通