DirectShow

所属分类:图形图像处理
开发工具:C/C++
文件大小:8140KB
下载次数:12
上传日期:2011-11-21 13:26:31
上 传 者llx1986
说明:  一些使用directshow实现的图形图像处理的代码,很实用
(Some use directshow to achieve graphics image processing code, very useful)

文件列表:
DirectShow范例源代码\DsBkSource\Chapter04\AppIPTransform\AppIPTransform.cpp (4258, 2001-04-30)
DirectShow范例源代码\DsBkSource\Chapter04\AppIPTransform\AppIPTransform.dsp (4867, 2003-09-01)
DirectShow范例源代码\DsBkSource\Chapter04\AppIPTransform\AppIPTransform.h (1444, 2001-04-30)
DirectShow范例源代码\DsBkSource\Chapter04\AppIPTransform\AppIPTransform.rc (10139, 2003-08-08)
DirectShow范例源代码\DsBkSource\Chapter04\AppIPTransform\AppIPTransformDoc.cpp (1902, 2001-04-30)
DirectShow范例源代码\DsBkSource\Chapter04\AppIPTransform\AppIPTransformDoc.h (1563, 2001-04-30)
DirectShow范例源代码\DsBkSource\Chapter04\AppIPTransform\AppIPTransformView.cpp (2761, 2003-08-08)
DirectShow范例源代码\DsBkSource\Chapter04\AppIPTransform\AppIPTransformView.h (1877, 2003-08-08)
DirectShow范例源代码\DsBkSource\Chapter04\AppIPTransform\IPFilter.cpp (9949, 2003-08-08)
DirectShow范例源代码\DsBkSource\Chapter04\AppIPTransform\IPFilter.h (1616, 2003-08-08)
DirectShow范例源代码\DsBkSource\Chapter04\AppIPTransform\MainFrm.cpp (1505, 2001-04-30)
DirectShow范例源代码\DsBkSource\Chapter04\AppIPTransform\MainFrm.h (1421, 2001-04-30)
DirectShow范例源代码\DsBkSource\Chapter04\AppIPTransform\res\AppIPTransform.ico (1078, 2001-04-30)
DirectShow范例源代码\DsBkSource\Chapter04\AppIPTransform\res\AppIPTransform.rc2 (406, 2001-04-30)
DirectShow范例源代码\DsBkSource\Chapter04\AppIPTransform\res\AppIPTransformDoc.ico (1078, 2001-04-30)
DirectShow范例源代码\DsBkSource\Chapter04\AppIPTransform\res\Thumbs.db (4608, 2005-09-20)
DirectShow范例源代码\DsBkSource\Chapter04\AppIPTransform\resource.h (648, 2001-04-30)
DirectShow范例源代码\DsBkSource\Chapter04\AppIPTransform\StdAfx.cpp (216, 2001-04-30)
DirectShow范例源代码\DsBkSource\Chapter04\AppIPTransform\StdAfx.h (1054, 2001-04-30)
DirectShow范例源代码\DsBkSource\Chapter04\DsDemo\Debug\DsDemo.exe (176254, 2008-01-24)
DirectShow范例源代码\DsBkSource\Chapter04\DsDemo\Debug\DsDemo.ilk (434696, 2008-01-24)
DirectShow范例源代码\DsBkSource\Chapter04\DsDemo\Debug\DsDemo.obj (27471, 2008-01-24)
DirectShow范例源代码\DsBkSource\Chapter04\DsDemo\Debug\DsDemo.pdb (443392, 2008-01-24)
DirectShow范例源代码\DsBkSource\Chapter04\DsDemo\Debug\DsDemo.res (2184, 2008-01-24)
DirectShow范例源代码\DsBkSource\Chapter04\DsDemo\Debug\DsDemoDlg.obj (35407, 2008-01-24)
DirectShow范例源代码\DsBkSource\Chapter04\DsDemo\Debug\StdAfx.obj (106552, 2008-01-24)
DirectShow范例源代码\DsBkSource\Chapter04\DsDemo\Debug\vc60.idb (304128, 2008-01-24)
DirectShow范例源代码\DsBkSource\Chapter04\DsDemo\Debug\vc60.pdb (536576, 2008-01-24)
DirectShow范例源代码\DsBkSource\Chapter04\DsDemo\DsDemo.cpp (2045, 2003-08-06)
DirectShow范例源代码\DsBkSource\Chapter04\DsDemo\DsDemo.dsp (4279, 2003-08-06)
DirectShow范例源代码\DsBkSource\Chapter04\DsDemo\DsDemo.dsw (537, 2008-01-24)
DirectShow范例源代码\DsBkSource\Chapter04\DsDemo\DsDemo.h (1354, 2003-08-06)
DirectShow范例源代码\DsBkSource\Chapter04\DsDemo\DsDemo.ncb (41984, 2008-01-24)
DirectShow范例源代码\DsBkSource\Chapter04\DsDemo\DsDemo.opt (49664, 2008-01-24)
DirectShow范例源代码\DsBkSource\Chapter04\DsDemo\DsDemo.plg (2117, 2008-01-24)
DirectShow范例源代码\DsBkSource\Chapter04\DsDemo\DsDemo.rc (4413, 2003-08-06)
DirectShow范例源代码\DsBkSource\Chapter04\DsDemo\DsDemoDlg.cpp (5610, 2003-08-06)
DirectShow范例源代码\DsBkSource\Chapter04\DsDemo\DsDemoDlg.h (1565, 2003-08-06)
DirectShow范例源代码\DsBkSource\Chapter04\DsDemo\res\DsDemo.ico (1078, 2003-08-06)
DirectShow范例源代码\DsBkSource\Chapter04\DsDemo\res\DsDemo.rc2 (398, 2003-08-06)
... ...

/-------------------------------------------------------------\ * 书 名:《DirectShow开发指南》 * 作 者: 陆其明(著) 金邦飞(审校) * 内容提要: 本书以DirectX SDK 9.0版为蓝本,涉及的内容几乎涵盖了在Windows平台上使 用DirectShow进行C++编码的方方面面。全书共分4个部分。第1部分详细介绍了 DirectShow的基础知识。第2部分重点讨论了Filter的开发,以及DirectShow 应用程序的开发,包括目前非常流行的如音视频采集、数码摄像机的支持、非线性 编辑等应用。第3部深入分析了DirectShow SDK提供的部分典型源代码例子。第 4部分结合作者个人的一些开发实践,通过案例和开放源码分析,进一步介绍 DirectShow的实务应用。 本书完全忠实于DirectX SDK 9.0的帮助文档以及基类源代码,并结合作者多年 的实践,经过提炼而成。内容丰富,条理清晰,实用性强。适合广大的流媒体应用 开发人员,以及对Windows平台上多媒体处理感兴趣的编程爱好者、学生学习和参 考。 * 下载内容说明: readme.txt:本说明文件。 Chapter04:第4章用到的代码,其中AppIPTransform为MFC Filter的例子, DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。 Chapter05:第5章用到的代码,其中GraphBuilding为Filter Graph构建技术 的一些代码,SimplePlayer为一个简单的播放器例子。 Chapter07:第7章用到的代码,其中DsDemo是一些演示代码。 Chapter09:第9章用到的代码,其中DESCallback演示了控制DirectShow智能 连接的方法。 Chapter18:第18章用到的代码,其中MpegNetwork为“MPEG流的网络客户端播放” 实现的所有源代码(请打开Daisy.dsw浏览各项目)。 Chapter19:第19章用到的代码,其中DVD2AVI_1.77.3_SRC.zip为开放源码, FilterMpeg2VD为此开放源码基础上开发的MPEG-2 Video Decoder Filter例子。 除上述代码外,本书各章用到的其他代码均在DirectX SDK安装目录的Samples 子目录下可以找到。 * 备注: DirectX SDK 9.0以及DirectX 9.0运行时库可以到微软的网站上下载。 请访问微软的网站首页http://www.microsoft.com,然后输入DirectX进行搜 索;或者直接访问http://www.microsoft.com/directx下载运行时库,或者 http://www.microsoft.com/downloads/details.aspx?FamilyId=9216652F-51E0-402E-B7B5-FEB68D00F2***&displaylang=en * 技术支持网站:http://hqtech.nease.net \-------------------------------------------------------------/

近期下载者

相关文件


收藏者