搜索资源列表
ImageCoding
- 图像编解码VC++程序,有各种图像编解码算法!-The image the codec VC++ program, a variety of image encoding and decoding algorithms
TestLibjpeg
- 图像编码和解码,程序中调用了IJG的图像压缩库。-Image encoding and decoding, the procedure to call the IJG library of image compression.
pH2663Encodinr
- 使用C开发的H263编码与解码算法实现。该算法具有非常高的实实时性,而且图像质量也不错。对于学习基本视频会议,有非常大帮助。 -H263 encoding and decoding algorithm for C development. That the algorithm has a very high real real-time, but the image quality is also good. Learn basic video conferencing, there is
hh2664zip2
- h264编解码.用C+++实现了图像的编解码功能。 -h264 codec. with C+++ realize the image encoding and decoding capabilities.
DVR_encoder
- 基于Stretch S6000系列图像处理板卡的视频编码上位机软件,包括PCIE数据流传输以及界面显示。-Stretch S6000 family-based image processing board video encoding PC software, including the PCIE data streaming interface display.
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通