add new FX Bloom (uses openMP)

This commit is contained in:
c0ntrol
2019-06-23 22:02:15 +02:00
parent d59e3673d9
commit faf02b121f
8 changed files with 199 additions and 5 deletions

View File

@@ -188,6 +188,7 @@
#include "./effects/widthmirror.h"
#include "./effects/zoom.h"
#include "./effects/stretch.h"
#include "./effects/bloom.h"
#include "./transitions/3bar.h"
#include "./transitions/fadecolor.h"
#include "./transitions/fadecolorrgb.h"
@@ -199,7 +200,7 @@
#include "./transitions/vbar.h"
#include "./transitions/wipe.h"
#define VJ_IMAGE_EFFECT_MIN 87
#define VJ_IMAGE_EFFECT_MIN 86
#define VJ_IMAGE_EFFECT_MAX 199
#define VJ_VIDEO_EFFECT_MIN 200
@@ -432,6 +433,7 @@ enum {
VJ_IMAGE_EFFECT_PIXELSORT = 89,
VJ_IMAGE_EFFECT_PIXELSORTALPHA = 88,
VJ_IMAGE_EFFECT_CREATIVESTRETCH = 87,
VJ_IMAGE_EFFECT_BLOOM = 86,
VJ_IMAGE_EFFECT_DUMMY=0,
};