Deinterlace120ax

所属分类:其他
开发工具:Visual C++
文件大小:38KB
下载次数:169
上传日期:2008-06-27 11:39:03
上 传 者www_male
说明:  deinterlace filter 刚在网上找到的,需要的也许可以用得上
(deinterlace filter just found online, in need may be useful)

文件列表:
Authors.txt (556, 2001-11-14)
Copying.txt (25774, 2000-06-28)
Deinterlace.ax (65536, 2001-11-15)
Free-Codecs.txt (179, 2006-04-29)
News.txt (1132, 2001-11-14)
Thanks.txt (273, 2001-11-01)
Todo.txt (793, 2001-11-14)

///////////////////////////////////////////////////////////////////////////// // Copyright (c) 2000 John Adcock. All rights reserved. ///////////////////////////////////////////////////////////////////////////// // // This file is subject to the terms of the GNU General Public License as // published by the Free Software Foundation. A copy of this license is // included with this software distribution in the file COPYING.txt. If you // do not have a copy, you may obtain a copy by writing to the Free // Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. // // This software is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details // // In addition, as a special exception, John Adcock // gives permission to link the code of this program with // DirectShow Filter graph and distribute linked combinations including // the two. You must obey the GNU General Public License in all // respects for all of the code used other than that which mapipulated // the filter graph. If you modify // this file, you may extend this exception to your version of the // file, but you are not obligated to do so. If you do not wish to // do so, delete this exception statement from your version. // ///////////////////////////////////////////////////////////////////////////// Introduction ------------ This filter provides a limited amout of the deinterlacing functionality of DScaler to applications using the DirectShow framework. For more details about DScaler see our homepage at http://www.dscaler.org/ Instructions ------------ To build the project you need the following MS Visual C++ 6.0 with the processor pack add on A copy of the platform SDK which includes the DirectShow SDK (I think that's April 2000 onwards but not recent versions that excude using samples in GPL code) Add the platform sdk include and lib directories to the paths Check in Tools/Option.../Directories You need to add (Plat SDK Root)\include to Include Files (Plat SDK Root)\lib to Library Files (Plat SDK Root)\Classes\Base to Include Files (Plat SDK Root)\Classes\Base to Source Files The project should then Build OK See website for instruction on using filter http://www.dscaler.org/ Files ----- DeinterlaceProperties.cpp A property page to control the video effects DeinterlaceProperties.h Class definition for the property page object Deinterlace.rc Dialog box template for the property page Deinterlace.cpp Dll and DirectShow support functoins DeinterlaceFilter.cpp Main filter code that does the special effects DeinterlaceInputPin.cpp Code for the input pin memcpy.cpp Fast versions of memcpy using MMX or SSE Deinterlace.def What APIs we import and export from this DLL DeinterlaceGuids.h Header file containing the filter CLSIDs IDeinterlace.h Defines the special effects custom interface resource.h Microsoft Visual C++ generated resource file Base classes used CTransformFilter A transform filter with one input and output pin CPersistStream Handles the grunge of supporting IPersistStream CTransformInputPin A transform input pin

近期下载者

相关文件


收藏者