repair default keyframe load, tweak init default histogram threshold
[goodguy/history.git] / cinelerra-5.1 / plugin_defs
1 export TOPDIR ?= ../..
2 include $(TOPDIR)/global_config
3
4 # plugin_dirs is translated in awindowgui.C, update if changed.
5
6 plugin_dirs := themes
7 themes := \
8         theme_blond \
9         theme_blond_cv \
10         theme_blue \
11         theme_blue_dot \
12         theme_bright \
13         theme_hulk \
14         theme_pinklady \
15         theme_suv \
16         theme_neophyte \
17         theme_unflat \
18
19 plugin_dirs += video
20 video := \
21         1080to480 \
22         1080to540 \
23         720to480 \
24         aging \
25         bandslide \
26         bandwipe \
27         bluebanana \
28         blur \
29         brightness \
30         burn \
31         C41 \
32         chromakey \
33         chromakeyhsv \
34         color3way \
35         colorbalance \
36         crikey \
37         crossfade \
38         decimate \
39         deinterlace \
40         deinterlace-cv \
41         delayvideo \
42         denoisemjpeg \
43         denoisevideo \
44         descratch \
45         diffkey \
46         dissolve \
47         dot \
48         downsample \
49         edge \
50         fieldframe \
51         flash \
52         flip \
53         framefield \
54         freezeframe \
55         gamma \
56         gradient \
57         greycstoration \
58         histeq \
59         histogram \
60         histogram_bezier \
61         holo \
62         huesaturation \
63         interpolatepixels \
64         interpolatevideo \
65         invertvideo \
66         irissquare \
67         ivtc \
68         lens \
69         linearblur \
70         liveaudio \
71         livevideo \
72         loopvideo \
73         motion \
74         motion2 \
75         motion51 \
76         motionblur \
77         motion-cv \
78         motion-hv \
79         oil \
80         overlay \
81         perspective \
82         photoscale \
83         polar \
84         radialblur \
85         reframe \
86         reframert \
87         reroute \
88         reversevideo \
89         rgb601 \
90         rgbshift \
91         rotate \
92         rumbler \
93         scale \
94         scaleratio \
95         seltempavg \
96         shapewipe \
97         sharpen \
98         shiftinterlace \
99         slide \
100         spherecam \
101         svg \
102         swapchannels \
103         swapframes \
104         threshold \
105         timeavg \
106         timefront \
107         titler \
108         translate \
109         unsharp \
110         videoscope \
111         wave \
112         whirl \
113         wipe \
114         yuv \
115         yuv411 \
116         yuvshift \
117         zoom \
118         zoomblur \
119
120 plugin_dirs += audio
121 audio := \
122         audioscope \
123         cdripper \
124         compressor \
125         dcoffset \
126         delayaudio \
127         denoise \
128         denoisefft \
129         despike \
130         echo \
131         echocancel \
132         freeverb \
133         gain \
134         graphic \
135         interpolateaudio \
136         invertaudio \
137         leveleffect \
138         loopaudio \
139         normalize \
140         overlayaudio \
141         parametric \
142         pitch \
143         removegaps \
144         resample \
145         resamplert \
146         reverb \
147         reverseaudio \
148         spectrogram \
149         synthesizer \
150         timestretch \
151         timestretchrt \
152         vocoder \
153
154 plugin_dirs += opencv
155 opencv := \
156         findobj \
157         flowobj \
158         gaborobj \
159         moveobj \
160         puzzleobj \
161         stylizeobj \
162
163 $(foreach dir,$(plugin_dirs),$(foreach plugin,$($(dir)), $(eval $(plugin):=$(dir))))
164