bsd/cygwin patch sync, ffmpeg color_space/color_range fix
[goodguy/cinelerra.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         theme_cakewalk \
19
20 plugin_dirs += video
21 video := \
22         1080to480 \
23         1080to540 \
24         720to480 \
25         aging \
26         alpha \
27         bandslide \
28         bandwipe \
29         bluebanana \
30         blur \
31         brightness \
32         burn \
33         C41 \
34         chromakey \
35         chromakeyhsv \
36         color3way \
37         colorbalance \
38         crikey \
39         cropp \
40         crossfade \
41         decimate \
42         deinterlace \
43         deinterlace-cv \
44         delayvideo \
45         denoisemjpeg \
46         denoisevideo \
47         descratch \
48         diffkey \
49         dissolve \
50         dot \
51         downsample \
52         edge \
53         fieldframe \
54         flash \
55         flip \
56         foreground \
57         framefield \
58         freezeframe \
59         gamma \
60         gradient \
61         greycstoration \
62         histeq \
63         histogram \
64         histogram_bezier \
65         holo \
66         huesaturation \
67         interpolatepixels \
68         interpolatevideo \
69         invertvideo \
70         irissquare \
71         ivtc \
72         lens \
73         linearblur \
74         liveaudio \
75         livevideo \
76         loopvideo \
77         motion \
78         motion2 \
79         motion51 \
80         motionblur \
81         motion-cv \
82         motion-hv \
83         mandelcuda \
84         nbodycuda \
85         oil \
86         overlay \
87         perspective \
88         photoscale \
89         polar \
90         radialblur \
91         reframe \
92         reframert \
93         reroute \
94         reversevideo \
95         rgb601 \
96         rgbshift \
97         rotate \
98         rumbler \
99         scale \
100         scaleratio \
101         sketcher \
102         seltempavg \
103         shapewipe \
104         sharpen \
105         shiftinterlace \
106         slide \
107         spherecam \
108         svg \
109         swapchannels \
110         swapframes \
111         threshold \
112         timeavg \
113         timefront \
114         titler \
115         tracer \
116         translate \
117         unsharp \
118         videoscope \
119         wave \
120         whirl \
121         wipe \
122         yuv \
123         yuv411 \
124         yuvshift \
125         zoom \
126         zoomblur \
127
128 plugin_dirs += audio
129 audio := \
130         audioscope \
131         cdripper \
132         chorus \
133         compressor \
134         compressormulti \
135         dcoffset \
136         delayaudio \
137         denoise \
138         denoisefft \
139         despike \
140         echo \
141         echocancel \
142         freeverb \
143         flanger \
144         gain \
145         graphic \
146         interpolateaudio \
147         invertaudio \
148         leveleffect \
149         loopaudio \
150         normalize \
151         overlayaudio \
152         parametric \
153         pitch \
154         removegaps \
155         resample \
156         resamplert \
157         reverb \
158         reverseaudio \
159         spectrogram \
160         synthesizer \
161         timestretch \
162         timestretchrt \
163         tremolo \
164         vocoder \
165
166 plugin_dirs += opencv
167 opencv := \
168         findobj \
169         flowobj \
170         gaborobj \
171         moveobj \
172         puzzleobj \
173         stylizeobj \
174
175 $(foreach dir,$(plugin_dirs),$(foreach plugin,$($(dir)), $(eval $(plugin):=$(dir))))
176