This repository has been archived by the owner on Jul 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
/
FFusionCodecDispatch.h
111 lines (105 loc) · 4.81 KB
/
FFusionCodecDispatch.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
//---------------------------------------------------------------------------
//FFusion
//Alternative DivX Codec for MacOS X
//version 2.2 (build 72)
//by Jerome Cornet
//Copyright 2002-2003 Jerome Cornet
//parts by Dan Christiansen
//Copyright 2003 Dan Christiansen
//from DivOSX by Jamby
//Copyright 2001-2002 Jamby
//uses libavcodec from ffmpeg 0.4.6
//
//This library is free software; you can redistribute it and/or
//modify it under the terms of the GNU Lesser General Public
//License as published by the Free Software Foundation; either
//version 2.1 of the License, or (at your option) any later version.
//
//This library 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
//Lesser General Public License for more details.
//
//You should have received a copy of the GNU Lesser General Public
//License along with this library; if not, write to the Free Software
//Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
//
//---------------------------------------------------------------------------
//Codec Dispatch
//---------------------------------------------------------------------------
ComponentSelectorOffset (8)
ComponentRangeCount (3)
ComponentRangeShift (8)
ComponentRangeMask (FF)
ComponentRangeBegin (0)
StdComponentCall (GetMPWorkFunction)
ComponentError (Unregister)
StdComponentCall (Target)
ComponentError (Register)
StdComponentCall (Version)
StdComponentCall (CanDo)
StdComponentCall (Close)
StdComponentCall (Open)
ComponentRangeEnd (0)
ComponentRangeBegin (1)
ComponentCall (GetCodecInfo)
ComponentDelegate (GetCompressionTime)
ComponentDelegate (GetMaxCompressionSize)
ComponentDelegate (PreCompress)
ComponentDelegate (BandCompress)
ComponentDelegate (PreDecompress)
ComponentDelegate (BandDecompress)
ComponentDelegate (Busy)
ComponentDelegate (GetCompressedImageSize)
ComponentDelegate (GetSimilarity)
ComponentDelegate (TrimImage)
ComponentDelegate (RequestSettings)
ComponentDelegate (GetSettings)
ComponentDelegate (SetSettings)
ComponentDelegate (Flush)
ComponentDelegate (SetTimeCode)
ComponentDelegate (IsImageDescriptionEquivalent)
ComponentDelegate (NewMemory)
ComponentDelegate (DisposeMemory)
ComponentDelegate (HitTestData)
ComponentDelegate (NewImageBufferMemory)
ComponentDelegate (ExtractAndCombineFields)
ComponentDelegate (GetMaxCompressionSizeWithSources)
ComponentDelegate (SetTimeBase)
ComponentDelegate (SourceChanged)
ComponentDelegate (FlushLastFrame)
ComponentDelegate (GetSettingsAsText)
ComponentDelegate (GetParameterListHandle)
ComponentDelegate (GetParameterList)
ComponentDelegate (CreateStandardParameterDialog)
ComponentDelegate (IsStandardParameterDialogEvent)
ComponentDelegate (DismissStandardParameterDialog)
ComponentDelegate (StandardParameterDialogDoAction)
ComponentDelegate (NewImageGWorld)
ComponentDelegate (DisposeImageGWorld)
ComponentDelegate (HitTestDataWithFlags)
ComponentDelegate (ValidateParameters)
ComponentDelegate (GetBaseMPWorkFunction)
ComponentDelegate (RequestGammaLevel)
ComponentCall (GetSourceDataGammaLevel)
ComponentDelegate (GetDecompressLatency)
ComponentRangeEnd (1)
ComponentRangeUnused (2)
ComponentRangeBegin (3)
ComponentCall (Preflight)
ComponentCall (Initialize)
ComponentCall (BeginBand)
ComponentCall (DrawBand)
ComponentCall (EndBand)
ComponentNoError (QueueStarting)
ComponentNoError (QueueStopping)
ComponentDelegate (DroppingFrame)
ComponentDelegate (ScheduleFrame)
ComponentDelegate (CancelTrigger)
ComponentDelegate (10)
ComponentDelegate (11)
ComponentDelegate (12)
ComponentDelegate (13)
ComponentDelegate (14)
ComponentCall (DecodeBand)
ComponentRangeEnd (3)