mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52394 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
0a41ab4ed5
commit
e1ac78937d
@ -1,8 +1,8 @@
|
||||
// AVSVideoFormat.h : Declaration of the CAVSVideoFormat
|
||||
// ASCVideoFormat.h : Declaration of the CASCVideoFormat
|
||||
|
||||
#pragma once
|
||||
#include "resource.h" // main symbols
|
||||
#include "AVSMediaFormat.h" // main symbols
|
||||
#include "ASCMediaFormat.h" // main symbols
|
||||
|
||||
#include "../Common/FourCCDefines.h"
|
||||
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
// AVSAudioFormat.h : Declaration of the CAVSAudioFormat
|
||||
// ASCAudioFormat.h : Declaration of the CASCAudioFormat
|
||||
|
||||
#pragma once
|
||||
#include "resource.h" // main symbols
|
||||
#include "ATLDefine.h"
|
||||
#include "AVSMediaFormat.h" // main symbols
|
||||
#include "ASCMediaFormat.h" // main symbols
|
||||
#include "AudioDefines.h"
|
||||
#include "AVSUtils.h"
|
||||
#include "ASCUtils.h"
|
||||
|
||||
class CAVSAudioFormat;
|
||||
// IAVSAudioFormat
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// AVSExternalVideoFormat.h : Declaration of the CAVSExternalVideoFormat
|
||||
// ASCExternalVideoFormat.h : Declaration of the CASCExternalVideoFormat
|
||||
|
||||
#pragma once
|
||||
#include "resource.h" // main symbols
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
|
||||
#include "ATLDefine.h"
|
||||
//#include "AVSVideoFormat.h"
|
||||
//#include "ASCVideoFormat.h"
|
||||
|
||||
class CAVSExternalVideoFormat;
|
||||
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
// AVSH263VideoFormat.h : Declaration of the CAVSH263VideoFormat
|
||||
// ASCH263VideoFormat.h : Declaration of the CASCH263VideoFormat
|
||||
|
||||
#pragma once
|
||||
#include "resource.h" // main symbols
|
||||
#include "ATLDefine.h"
|
||||
#include "AVSVideoFormat.h"
|
||||
#include "ASCVideoFormat.h"
|
||||
|
||||
class CAVSH263VideoFormat;
|
||||
// IAVSH263VideoFormat
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
#include "resource.h" // main symbols
|
||||
#include "ATLDefine.h"
|
||||
#include "AVSH264VideoFormat.h"
|
||||
#include "ASCH264VideoFormat.h"
|
||||
|
||||
class CAVSH264ExtVideoFormat;
|
||||
// IAVSH264ExtVideoFormat
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
#include "resource.h" // main symbols
|
||||
#include "ATLDefine.h"
|
||||
#include "AVSVideoFormat.h"
|
||||
#include "ASCVideoFormat.h"
|
||||
|
||||
class CAVSH264VideoFormat;
|
||||
// IAVSH264VideoFormat
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
// AVSIntelMediaVideoFormat.cpp : Implementation of CAVSIntelMediaVideoFormat
|
||||
// ASCIntelMediaVideoFormat.cpp : Implementation of CASCIntelMediaVideoFormat
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "AVSIntelMediaVideoFormat.h"
|
||||
#include "ASCIntelMediaVideoFormat.h"
|
||||
|
||||
|
||||
// CAVSIntelMediaVideoFormat
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
// AVSIntelMediaVideoFormat.h : Declaration of the CAVSIntelMediaVideoFormat
|
||||
// ASCIntelMediaVideoFormat.h : Declaration of the CASCIntelMediaVideoFormat
|
||||
|
||||
#pragma once
|
||||
#include "resource.h" // main symbols
|
||||
#include "AVSVideoFormat.h"
|
||||
#include "ASCVideoFormat.h"
|
||||
#include "ATLDefine.h"
|
||||
#include "VideoFileErrorDescription.h"
|
||||
|
||||
#include "AVSH264VideoFormat.h"
|
||||
#include "ASCH264VideoFormat.h"
|
||||
#include "..\Common\mfxstructures.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
// AVSMPEG2VideoFormat.h : Declaration of the CAVSMPEG2VideoFormat
|
||||
// ASCMPEG2VideoFormat.h : Declaration of the CASCMPEG2VideoFormat
|
||||
|
||||
#pragma once
|
||||
#include "resource.h" // main symbols
|
||||
//#include "ATLDefine.h"
|
||||
//#include "
|
||||
#include "AVSVideoFormat.h"
|
||||
#include "ASCVideoFormat.h"
|
||||
|
||||
class CAVSMPEG2VideoFormat;
|
||||
// IAVSMPEG2VideoFormat
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// AVSMPEG3AudioFormat.h : Declaration of the CAVSMPEG3AudioFormat
|
||||
// ASCMPEG3AudioFormat.h : Declaration of the CASCMPEG3AudioFormat
|
||||
|
||||
#pragma once
|
||||
#include "resource.h" // main symbols
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// AVSMPEG4AudioFormat.h : Declaration of the CAVSMPEG4AudioFormat
|
||||
// ASCMPEG4AudioFormat.h : Declaration of the CASCMPEG4AudioFormat
|
||||
|
||||
#pragma once
|
||||
#include "resource.h" // main symbols
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
// AVSMPEG4VideoFormat.h : Declaration of the CAVSMPEG4VideoFormat
|
||||
// ASCMPEG4VideoFormat.h : Declaration of the CASCMPEG4VideoFormat
|
||||
|
||||
#pragma once
|
||||
#include "resource.h" // main symbols
|
||||
#include <atlcoll.h>
|
||||
#include "ATLDefine.h"
|
||||
#include "AVSVideoFormat.h"
|
||||
#include "ASCVideoFormat.h"
|
||||
|
||||
class CAVSMPEG4VideoFormat;
|
||||
// IAVSMPEG4VideoFormat
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
// AVSMPEGsVideoFormat.h : Declaration of the CAVSMPEGsVideoFormat
|
||||
// ASCMPEGsVideoFormat.h : Declaration of the CASCMPEGsVideoFormat
|
||||
|
||||
#pragma once
|
||||
#include "resource.h" // main symbols
|
||||
//#include "ATLDefine.h"
|
||||
#include "AVSVideoFormat.h"
|
||||
#include "ASCVideoFormat.h"
|
||||
|
||||
class CAVSMPEGsVideoFormat;
|
||||
// IAVSMPEGsVideoFormat
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// AVSMediaFormat.h : Declaration of the CAVSMediaFormat
|
||||
// ASCMediaFormat.h : Declaration of the CASCMediaFormat
|
||||
|
||||
#pragma once
|
||||
#include "resource.h" // main symbols
|
||||
|
||||
@ -1,30 +1,30 @@
|
||||
// AVSMediaFormatSettings3.cpp : Implementation of DLL Exports.
|
||||
// ASCMediaFormatSettings3.cpp : Implementation of DLL Exports.
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "resource.h"
|
||||
#include "AVSAudioFormat.h"
|
||||
#include "AVSVideoFormat.h"
|
||||
#include "AVSMPEGsVideoFormat.h"
|
||||
#include "AVSMPEG2VideoFormat.h"
|
||||
#include "AVSMPEG4VideoFormat.h"
|
||||
#include "AVSH263VideoFormat.h"
|
||||
#include "AVSH264VideoFormat.h"
|
||||
#include "AVSH264ExtVideoFormat.h"
|
||||
#include "AVSWMVVideoFormat.h"
|
||||
#include "AVSRMVideoFormat.h"
|
||||
#include "AVSRMAudioFormat.h"
|
||||
#include "AVSWMAAudioFormat.h"
|
||||
#include "AVSMPEG4AudioFormat.h"
|
||||
#include "AVSMPEG3AudioFormat.h"
|
||||
#include "AVSExternalVideoFormat.h"
|
||||
#include "AVSOggVorbisAudioFormat.h"
|
||||
#include "AVSSubPictureFormat.h"
|
||||
#include "AVSVPXVideoFormat.h"
|
||||
#include "ASCAudioFormat.h"
|
||||
#include "ASCVideoFormat.h"
|
||||
#include "ASCMPEGsVideoFormat.h"
|
||||
#include "ASCMPEG2VideoFormat.h"
|
||||
#include "ASCMPEG4VideoFormat.h"
|
||||
#include "ASCH263VideoFormat.h"
|
||||
#include "ASCH264VideoFormat.h"
|
||||
#include "ASCH264ExtVideoFormat.h"
|
||||
#include "ASCWMVVideoFormat.h"
|
||||
#include "ASCRMVideoFormat.h"
|
||||
#include "ASCRMAudioFormat.h"
|
||||
#include "ASCWMAAudioFormat.h"
|
||||
#include "ASCMPEG4AudioFormat.h"
|
||||
#include "ASCMPEG3AudioFormat.h"
|
||||
#include "ASCExternalVideoFormat.h"
|
||||
#include "ASCOggVorbisAudioFormat.h"
|
||||
#include "ASCSubPictureFormat.h"
|
||||
#include "ASCVPXVideoFormat.h"
|
||||
|
||||
#include "AVSMediaFormatSerialize.h"
|
||||
#include "ASCMediaFormatSerialize.h"
|
||||
|
||||
// The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
|
||||
[ module(dll, uuid = "{12481495-4D84-409F-B52E-E728AE3D3BC9}",
|
||||
name = "AVSMediaFormatSettings3",
|
||||
helpstring = "AVSMediaFormatSettings3 1.0 Type Library",
|
||||
resource_name = "IDR_AVSMEDIAFORMATSETTINGS3")];
|
||||
name = "ASCMediaFormatSettings3",
|
||||
helpstring = "ASCMediaFormatSettings3 1.0 Type Library",
|
||||
resource_name = "IDR_ASCMEDIAFORMATSETTINGS3")];
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
// AVSOggVorbisAudioFormat.h : Declaration of the CAVSOggVorbisAudioFormat
|
||||
// ASCOggVorbisAudioFormat.h : Declaration of the CASCOggVorbisAudioFormat
|
||||
|
||||
#pragma once
|
||||
#include "resource.h" // main symbols
|
||||
#include "AVSAudioFormat.h"
|
||||
#include "ASCAudioFormat.h"
|
||||
|
||||
|
||||
#if defined(_WIN32_WCE) && !defined(_CE_DCOM) && !defined(_CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA)
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
// AVSRMVideoFormat.h : Declaration of the CAVSRMAudioFormat
|
||||
// ASCRMVideoFormat.h : Declaration of the CASCRMAudioFormat
|
||||
|
||||
#pragma once
|
||||
#include "resource.h" // main symbols
|
||||
//#include "ATLDefine.h"
|
||||
//#include "AVSAudioFormat.h"
|
||||
//#include "ASCAudioFormat.h"
|
||||
|
||||
|
||||
// IAVSRMAudioFormat
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
// AVSRMVideoFormat.h : Declaration of the CAVSRMVideoFormat
|
||||
// ASCRMVideoFormat.h : Declaration of the CASCRMVideoFormat
|
||||
|
||||
#pragma once
|
||||
#include "resource.h" // main symbols
|
||||
#include "ATLDefine.h"
|
||||
#include "AVSVideoFormat.h"
|
||||
#include "ASCVideoFormat.h"
|
||||
|
||||
|
||||
// IAVSRMVideoFormat
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
// AVSVideoFormat.h : Declaration of the CAVSVideoFormat
|
||||
// ASCVideoFormat.h : Declaration of the CASCVideoFormat
|
||||
|
||||
#pragma once
|
||||
#include "resource.h" // main symbols
|
||||
#include "AVSMediaFormat.h" // main symbols
|
||||
#include "ASCMediaFormat.h" // main symbols
|
||||
|
||||
|
||||
class CAVSSubPictureFormat;
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
// AVSVPXVideoFormat.h : Declaration of the CAVSVPXVideoFormat
|
||||
// ASCVPXVideoFormat.h : Declaration of the CASCVPXVideoFormat
|
||||
|
||||
#pragma once
|
||||
#include "resource.h" // main symbols
|
||||
#include "ATLDefine.h"
|
||||
#include "AVSVideoFormat.h"
|
||||
#include "ASCVideoFormat.h"
|
||||
|
||||
class CAVSVPXVideoFormat;
|
||||
// IAVSVPXVideoFormat
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
// AVSWMAAudioFormat.h : Declaration of the CAVSWMAAudioFormat
|
||||
// ASCWMAAudioFormat.h : Declaration of the CASCWMAAudioFormat
|
||||
|
||||
#pragma once
|
||||
#include "resource.h" // main symbols
|
||||
//#include "ATLDefine.h"
|
||||
//#include "AVSAudioFormat.h"
|
||||
//#include "ASCAudioFormat.h"
|
||||
#include "CodecsWMA.h"
|
||||
|
||||
// IAVSWMAAudioFormat
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
// AVSWMVVideoFormat.h : Declaration of the CAVSWMVVideoFormat
|
||||
// ASCWMVVideoFormat.h : Declaration of the CASCWMVVideoFormat
|
||||
|
||||
#pragma once
|
||||
#include "resource.h" // main symbols
|
||||
//#include "ATLDefine.h"
|
||||
#include "AVSVideoFormat.h"
|
||||
#include "ASCVideoFormat.h"
|
||||
|
||||
|
||||
// IAVSWMVVideoFormat
|
||||
|
||||
Reference in New Issue
Block a user