X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugin_defs;h=2d4690eaa6cb65b695aa16b2113fad7324898155;hb=a88121d876acc81c5a28dbd2cc71e7c6856e2ac0;hp=b07ef2160766287366a2f9fceb55685165f0fb8d;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugin_defs b/cinelerra-5.1/plugin_defs index b07ef216..2d4690ea 100644 --- a/cinelerra-5.1/plugin_defs +++ b/cinelerra-5.1/plugin_defs @@ -1,3 +1,7 @@ +export TOPDIR ?= ../.. +include $(TOPDIR)/global_config + +# plugin_dirs is translated in awindowgui.C, update if changed. plugin_dirs := themes themes := theme_bright theme_suv theme_blond theme_blue theme_blue_dot \ @@ -12,37 +16,38 @@ video_transitions := bandslide bandwipe dissolve flip irissquare \ plugin_dirs += transforms transforms := 1080to480 1080to540 720to480 lens perspective photoscale \ - polar rotate scale translate whirl + polar rotate scale translate whirl scaleratio plugin_dirs += colors colors := brightness bluebanana C41 color3way colorbalance huesaturation \ - gamma gradient histogram histogram_bezier threshold + gamma gradient histeq histogram histogram_bezier threshold plugin_dirs += exotic -exotic := aging burn dot holo oil edge +exotic := aging burn dot holo oil edge spherecam plugin_dirs += audio_tools audio_tools := audioscope cdripper compressor dcoffset delayaudio \ - denoisefft denoise despike downsample echocancel echo freeverb \ + denoisefft denoise despike echocancel echo freeverb \ gain graphic interpolateaudio invertaudio leveleffect loopaudio \ normalize overlayaudio parametric pitch removegaps resample \ resamplert reverb reverseaudio synthesizer timestretch timestretchrt \ - vocoder + spectrogram vocoder plugin_dirs += video_tools -video_tools := blur decimate delayvideo denoisemjpeg denoisevideo fieldframe \ - flash framefield freezeframe greycstoration interpolatepixels \ - interpolatevideo invertvideo linearblur loopvideo motion2 motionblur \ - motion overlay radialblur reframe reframert reroute reversevideo \ - seltempavg sharpen spectrogram svg titler timeavg timefront unsharp \ - videoscope wave zoomblur +video_tools := blur decimate delayvideo denoisemjpeg denoisevideo downsample \ + fieldframe flash framefield freezeframe greycstoration interpolatepixels \ + interpolatevideo invertvideo linearblur loopvideo \ + motion2 motionblur motion motion-cv motion-hv motion51 \ + overlay radialblur reframe reframert reroute reversevideo \ + rumbler seltempavg sharpen svg titler timeavg timefront \ + unsharp videoscope wave zoomblur findobject plugin_dirs += blending -blending := chromakeyhsv chromakey diffkey +blending := crikey chromakeyhsv chromakey diffkey plugin_dirs += tv_effects tv_effects := deinterlace-cv deinterlace ivtc liveaudio livevideo rgb601 \ - rgbshift shiftinterlace swapchannels swapframes yuv yuvshift + rgbshift shiftinterlace swapchannels swapframes yuv yuv411 yuvshift $(foreach dir,$(plugin_dirs),$(foreach plugin,$($(dir)), $(eval $(plugin):=$(dir))))