搜索资源列表
FFMPEG源代码
- FFMPEG源代码
FFMpeg
- ffstream是视频压缩的开发库,详细介绍了视频开发的许多函数的功能,还有数据结构的详细介绍-ffstream is the development of video compression library, detailing the development of many of the functions of video features, as well as a detailed descr iption of the data structure
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通