root/tags/perian-0.5/FFusionCodecDispatch.h

Revision 40, 4.8 kB (checked in by gbooker, 2 years ago)

DecodeBand is now called.

Line 
1 //---------------------------------------------------------------------------
2 //FFusion
3 //Alternative DivX Codec for MacOS X
4 //version 2.2 (build 72)
5 //by Jerome Cornet
6 //Copyright 2002-2003 Jerome Cornet
7 //parts by Dan Christiansen
8 //Copyright 2003 Dan Christiansen
9 //from DivOSX by Jamby
10 //Copyright 2001-2002 Jamby
11 //uses libavcodec from ffmpeg 0.4.6
12 //
13 // This program is free software; you can redistribute it and/or modify
14 // it under the terms of the GNU General Public License as published by
15 // the Free Software Foundation; either version 2 of the License, or
16 // (at your option) any later version.
17 //
18 // This program is distributed in the hope that it will be useful,
19 // but WITHOUT ANY WARRANTY; without even the implied warranty of
20 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21 // GNU General Public License for more details.
22 //
23 // You should have received a copy of the GNU General Public License
24 // along with this program; if not, write to the Free Software
25 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
26 //
27 //---------------------------------------------------------------------------
28 //Codec Dispatch
29 //---------------------------------------------------------------------------
30
31         ComponentSelectorOffset (8)
32        
33         ComponentRangeCount (3)
34         ComponentRangeShift (8)
35         ComponentRangeMask      (FF)
36        
37         ComponentRangeBegin (0)
38                 StdComponentCall (GetMPWorkFunction)
39                 ComponentError   (Unregister)
40                 StdComponentCall (Target)
41                 ComponentError   (Register)
42                 StdComponentCall (Version)
43                 StdComponentCall (CanDo)
44                 StdComponentCall (Close)
45                 StdComponentCall (Open)
46         ComponentRangeEnd (0)
47                
48         ComponentRangeBegin (1)
49                 ComponentCall (GetCodecInfo)
50                 ComponentDelegate (GetCompressionTime)
51                 ComponentDelegate (GetMaxCompressionSize)
52                 ComponentDelegate (PreCompress)
53                 ComponentDelegate (BandCompress)
54                 ComponentDelegate (PreDecompress)
55                 ComponentDelegate (BandDecompress)
56                 ComponentDelegate (Busy)
57                 ComponentCall (GetCompressedImageSize)
58                 ComponentDelegate (GetSimilarity)
59                 ComponentDelegate (TrimImage)
60                 ComponentDelegate (RequestSettings)
61                 ComponentDelegate (GetSettings)
62                 ComponentDelegate (SetSettings)
63                 ComponentDelegate (Flush)
64                 ComponentDelegate (SetTimeCode)
65                 ComponentDelegate (IsImageDescriptionEquivalent)
66                 ComponentDelegate (NewMemory)
67                 ComponentDelegate (DisposeMemory)
68                 ComponentDelegate (HitTestData)
69                 ComponentDelegate (NewImageBufferMemory)
70                 ComponentDelegate (ExtractAndCombineFields)
71                 ComponentDelegate (GetMaxCompressionSizeWithSources)
72                 ComponentDelegate (SetTimeBase)
73                 ComponentDelegate (SourceChanged)
74                 ComponentDelegate (FlushLastFrame)
75                 ComponentDelegate (GetSettingsAsText)
76                 ComponentDelegate (GetParameterListHandle)
77                 ComponentDelegate (GetParameterList)
78                 ComponentDelegate (CreateStandardParameterDialog)
79                 ComponentDelegate (IsStandardParameterDialogEvent)
80                 ComponentDelegate (DismissStandardParameterDialog)
81                 ComponentDelegate (StandardParameterDialogDoAction)
82                 ComponentDelegate (NewImageGWorld)
83                 ComponentDelegate (DisposeImageGWorld)
84                 ComponentDelegate (HitTestDataWithFlags)
85                 ComponentDelegate (ValidateParameters)
86                 ComponentDelegate (GetBaseMPWorkFunction)
87                 ComponentDelegate (RequestGammaLevel)
88                 ComponentDelegate (GetSourceDataGammaLevel)
89                 ComponentDelegate (GetDecompressLatency)
90         ComponentRangeEnd (1)
91        
92         ComponentRangeUnused (2)
93        
94         ComponentRangeBegin (3)
95                 ComponentCall (Preflight)
96                 ComponentCall (Initialize)
97                 ComponentCall (BeginBand)
98                 ComponentCall (DrawBand)
99                 ComponentCall (EndBand)
100                 ComponentCall (QueueStarting)
101                 ComponentCall (QueueStopping)
102                 ComponentDelegate (DroppingFrame)
103                 ComponentDelegate (ScheduleFrame)
104                 ComponentDelegate (CancelTrigger)
105                 ComponentDelegate (10)
106                 ComponentDelegate (11)
107                 ComponentDelegate (12)
108                 ComponentDelegate (13)
109                 ComponentDelegate (14)
110                 ComponentCall (DecodeBand)
111         ComponentRangeEnd (3)
Note: See TracBrowser for help on using the browser.