├── GOMfcTemplate2 ├── CameraDS.cpp ├── CameraDS.h ├── CvvImage.cpp ├── CvvImage.h ├── DirectShow │ ├── Include │ │ ├── Amvideo.h │ │ ├── Bdatif.h │ │ ├── DShow.h │ │ ├── DxDiag.h │ │ ├── Iwstdec.h │ │ ├── Mpeg2Bits.h │ │ ├── Mpeg2Error.h │ │ ├── Mstvca.h │ │ ├── Mstve.h │ │ ├── Msvidctl.h │ │ ├── Msvidctl.tlb │ │ ├── Segment.h │ │ ├── Tuner.tlb │ │ ├── activecf.h │ │ ├── amaudio.h │ │ ├── amparse.h │ │ ├── amstream.h │ │ ├── amva.h │ │ ├── atsmedia.h │ │ ├── audevcod.h │ │ ├── austream.h │ │ ├── aviriff.h │ │ ├── basetsd.h │ │ ├── bdaiface.h │ │ ├── bdamedia.h │ │ ├── bdatypes.h │ │ ├── comlite.h │ │ ├── control.h │ │ ├── d3d.h │ │ ├── d3d8.h │ │ ├── d3d8caps.h │ │ ├── d3d8types.h │ │ ├── d3d9.h │ │ ├── d3d9caps.h │ │ ├── d3d9types.h │ │ ├── d3dcaps.h │ │ ├── d3drm.h │ │ ├── d3drmdef.h │ │ ├── d3drmobj.h │ │ ├── d3drmwin.h │ │ ├── d3dtypes.h │ │ ├── d3dvec.inl │ │ ├── d3dx.h │ │ ├── d3dx8.h │ │ ├── d3dx8core.h │ │ ├── d3dx8effect.h │ │ ├── d3dx8math.h │ │ ├── d3dx8math.inl │ │ ├── d3dx8mesh.h │ │ ├── d3dx8shape.h │ │ ├── d3dx8tex.h │ │ ├── d3dx9.h │ │ ├── d3dx9anim.h │ │ ├── d3dx9core.h │ │ ├── d3dx9effect.h │ │ ├── d3dx9math.h │ │ ├── d3dx9math.inl │ │ ├── d3dx9mesh.h │ │ ├── d3dx9shader.h │ │ ├── d3dx9shape.h │ │ ├── d3dx9tex.h │ │ ├── d3dxcore.h │ │ ├── d3dxerr.h │ │ ├── d3dxmath.h │ │ ├── d3dxmath.inl │ │ ├── d3dxshapes.h │ │ ├── d3dxsprite.h │ │ ├── ddraw.h │ │ ├── ddstream.h │ │ ├── dinput.h │ │ ├── dinputd.h │ │ ├── dls1.h │ │ ├── dls2.h │ │ ├── dmdls.h │ │ ├── dmerror.h │ │ ├── dmksctrl.h │ │ ├── dmo.h │ │ ├── dmodshow.h │ │ ├── dmoimpl.h │ │ ├── dmoreg.h │ │ ├── dmort.h │ │ ├── dmplugin.h │ │ ├── dmusbuff.h │ │ ├── dmusicc.h │ │ ├── dmusicf.h │ │ ├── dmusici.h │ │ ├── dmusics.h │ │ ├── dpaddr.h │ │ ├── dplay.h │ │ ├── dplay8.h │ │ ├── dplobby.h │ │ ├── dplobby8.h │ │ ├── dpnathlp.h │ │ ├── dsconf.h │ │ ├── dsetup.h │ │ ├── dshowasf.h │ │ ├── dsound.h │ │ ├── dv.h │ │ ├── dvdevcod.h │ │ ├── dvdmedia.h │ │ ├── dvoice.h │ │ ├── dvp.h │ │ ├── dx7todx8.h │ │ ├── dxerr8.h │ │ ├── dxerr9.h │ │ ├── dxfile.h │ │ ├── dxtrans.h │ │ ├── dxva.h │ │ ├── edevctrl.h │ │ ├── edevdefs.h │ │ ├── errors.h │ │ ├── evcode.h │ │ ├── il21dec.h │ │ ├── ks.h │ │ ├── ksguid.h │ │ ├── ksmedia.h │ │ ├── ksproxy.h │ │ ├── ksuuids.h │ │ ├── mediaerr.h │ │ ├── mediaobj.h │ │ ├── medparam.h │ │ ├── mixerocx.h │ │ ├── mmstream.h │ │ ├── mpconfig.h │ │ ├── mpeg2data.h │ │ ├── mpegtype.h │ │ ├── multimon.h │ │ ├── playlist.h │ │ ├── qedit.h │ │ ├── qnetwork.h │ │ ├── regbag.h │ │ ├── rmxfguid.h │ │ ├── rmxftmpl.h │ │ ├── sbe.h │ │ ├── strmif.h │ │ ├── tune.h │ │ ├── tuner.h │ │ ├── tvratings.h │ │ ├── uuids.h │ │ ├── vfwmsgs.h │ │ ├── videoacc.h │ │ ├── vmr9.h │ │ ├── vpconfig.h │ │ ├── vpnotify.h │ │ ├── vptype.h │ │ └── xprtdefs.h │ └── Lib │ │ └── strmiids.lib ├── GOMfcTemplate2.aps ├── GOMfcTemplate2.cpp ├── GOMfcTemplate2.h ├── GOMfcTemplate2.rc ├── GOMfcTemplate2.vcxproj ├── GOMfcTemplate2.vcxproj.filters ├── GOMfcTemplate2.vcxproj.user ├── GOMfcTemplate2Dlg.cpp ├── GOMfcTemplate2Dlg.h ├── mySplash.cpp ├── mySplash.h ├── opencv248d.props ├── res │ ├── GOMfcTemplate2.ico │ └── GOMfcTemplate2.rc2 ├── resource.h ├── stdafx.cpp ├── stdafx.h └── targetver.h └── README.md /GOMfcTemplate2/CameraDS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/CameraDS.cpp -------------------------------------------------------------------------------- /GOMfcTemplate2/CameraDS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/CameraDS.h -------------------------------------------------------------------------------- /GOMfcTemplate2/CvvImage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/CvvImage.cpp -------------------------------------------------------------------------------- /GOMfcTemplate2/CvvImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/CvvImage.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/Amvideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/Amvideo.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/Bdatif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/Bdatif.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/DShow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/DShow.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/DxDiag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/DxDiag.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/Iwstdec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/Iwstdec.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/Mpeg2Bits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/Mpeg2Bits.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/Mpeg2Error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/Mpeg2Error.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/Mstvca.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/Mstvca.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/Mstve.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/Mstve.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/Msvidctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/Msvidctl.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/Msvidctl.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/Msvidctl.tlb -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/Segment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/Segment.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/Tuner.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/Tuner.tlb -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/activecf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/activecf.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/amaudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/amaudio.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/amparse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/amparse.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/amstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/amstream.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/amva.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/amva.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/atsmedia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/atsmedia.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/audevcod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/audevcod.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/austream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/austream.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/aviriff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/aviriff.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/basetsd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/basetsd.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/bdaiface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/bdaiface.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/bdamedia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/bdamedia.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/bdatypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/bdatypes.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/comlite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/comlite.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/control.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/control.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3d.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3d8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3d8.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3d8caps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3d8caps.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3d8types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3d8types.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3d9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3d9.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3d9caps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3d9caps.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3d9types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3d9types.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dcaps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dcaps.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3drm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3drm.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3drmdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3drmdef.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3drmobj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3drmobj.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3drmwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3drmwin.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dtypes.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dvec.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dvec.inl -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dx.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dx8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dx8.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dx8core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dx8core.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dx8effect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dx8effect.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dx8math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dx8math.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dx8math.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dx8math.inl -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dx8mesh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dx8mesh.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dx8shape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dx8shape.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dx8tex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dx8tex.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dx9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dx9.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dx9anim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dx9anim.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dx9core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dx9core.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dx9effect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dx9effect.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dx9math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dx9math.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dx9math.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dx9math.inl -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dx9mesh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dx9mesh.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dx9shader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dx9shader.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dx9shape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dx9shape.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dx9tex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dx9tex.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dxcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dxcore.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dxerr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dxerr.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dxmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dxmath.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dxmath.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dxmath.inl -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dxshapes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dxshapes.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/d3dxsprite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/d3dxsprite.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/ddraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/ddraw.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/ddstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/ddstream.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dinput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dinput.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dinputd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dinputd.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dls1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dls1.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dls2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dls2.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dmdls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dmdls.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dmerror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dmerror.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dmksctrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dmksctrl.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dmo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dmo.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dmodshow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dmodshow.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dmoimpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dmoimpl.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dmoreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dmoreg.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dmort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dmort.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dmplugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dmplugin.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dmusbuff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dmusbuff.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dmusicc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dmusicc.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dmusicf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dmusicf.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dmusici.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dmusici.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dmusics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dmusics.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dpaddr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dpaddr.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dplay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dplay.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dplay8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dplay8.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dplobby.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dplobby.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dplobby8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dplobby8.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dpnathlp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dpnathlp.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dsconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dsconf.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dsetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dsetup.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dshowasf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dshowasf.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dsound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dsound.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dv.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dvdevcod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dvdevcod.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dvdmedia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dvdmedia.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dvoice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dvoice.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dvp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dvp.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dx7todx8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dx7todx8.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dxerr8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dxerr8.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dxerr9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dxerr9.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dxfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dxfile.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dxtrans.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dxtrans.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/dxva.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/dxva.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/edevctrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/edevctrl.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/edevdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/edevdefs.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/errors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/errors.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/evcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/evcode.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/il21dec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/il21dec.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/ks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/ks.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/ksguid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/ksguid.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/ksmedia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/ksmedia.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/ksproxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/ksproxy.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/ksuuids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/ksuuids.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/mediaerr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/mediaerr.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/mediaobj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/mediaobj.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/medparam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/medparam.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/mixerocx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/mixerocx.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/mmstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/mmstream.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/mpconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/mpconfig.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/mpeg2data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/mpeg2data.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/mpegtype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/mpegtype.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/multimon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/multimon.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/playlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/playlist.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/qedit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/qedit.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/qnetwork.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/qnetwork.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/regbag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/regbag.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/rmxfguid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/rmxfguid.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/rmxftmpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/rmxftmpl.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/sbe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/sbe.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/strmif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/strmif.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/tune.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/tune.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/tuner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/tuner.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/tvratings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/tvratings.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/uuids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/uuids.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/vfwmsgs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/vfwmsgs.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/videoacc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/videoacc.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/vmr9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/vmr9.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/vpconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/vpconfig.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/vpnotify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/vpnotify.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/vptype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/vptype.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Include/xprtdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Include/xprtdefs.h -------------------------------------------------------------------------------- /GOMfcTemplate2/DirectShow/Lib/strmiids.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/DirectShow/Lib/strmiids.lib -------------------------------------------------------------------------------- /GOMfcTemplate2/GOMfcTemplate2.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/GOMfcTemplate2.aps -------------------------------------------------------------------------------- /GOMfcTemplate2/GOMfcTemplate2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/GOMfcTemplate2.cpp -------------------------------------------------------------------------------- /GOMfcTemplate2/GOMfcTemplate2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/GOMfcTemplate2.h -------------------------------------------------------------------------------- /GOMfcTemplate2/GOMfcTemplate2.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/GOMfcTemplate2.rc -------------------------------------------------------------------------------- /GOMfcTemplate2/GOMfcTemplate2.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/GOMfcTemplate2.vcxproj -------------------------------------------------------------------------------- /GOMfcTemplate2/GOMfcTemplate2.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/GOMfcTemplate2.vcxproj.filters -------------------------------------------------------------------------------- /GOMfcTemplate2/GOMfcTemplate2.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/GOMfcTemplate2.vcxproj.user -------------------------------------------------------------------------------- /GOMfcTemplate2/GOMfcTemplate2Dlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/GOMfcTemplate2Dlg.cpp -------------------------------------------------------------------------------- /GOMfcTemplate2/GOMfcTemplate2Dlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/GOMfcTemplate2Dlg.h -------------------------------------------------------------------------------- /GOMfcTemplate2/mySplash.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/mySplash.cpp -------------------------------------------------------------------------------- /GOMfcTemplate2/mySplash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/mySplash.h -------------------------------------------------------------------------------- /GOMfcTemplate2/opencv248d.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/opencv248d.props -------------------------------------------------------------------------------- /GOMfcTemplate2/res/GOMfcTemplate2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/res/GOMfcTemplate2.ico -------------------------------------------------------------------------------- /GOMfcTemplate2/res/GOMfcTemplate2.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/res/GOMfcTemplate2.rc2 -------------------------------------------------------------------------------- /GOMfcTemplate2/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/resource.h -------------------------------------------------------------------------------- /GOMfcTemplate2/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/stdafx.cpp -------------------------------------------------------------------------------- /GOMfcTemplate2/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/stdafx.h -------------------------------------------------------------------------------- /GOMfcTemplate2/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/GOMfcTemplate2/targetver.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsxyhelu/GOMfcTemplate2/HEAD/README.md --------------------------------------------------------------------------------