[d.j.a.y] Jerome Blanchi
3c4bd33a74
Libvje / refactor : lumablend
...
* replace w*h by len
* const int w, h
* uint8_t * yuv1[3] <--> uint8_t **yuv1 = frame->data
2016-05-02 09:21:09 +02:00
[d.j.a.y] Jerome Blanchi
a5fd522d97
Warning : defined but not used
...
* show_pMu
* show_pVar
2016-05-02 09:17:51 +02:00
Niels
81ee981496
Merge pull request #106 from d-j-a-y/master
...
Doc (FX Anim / SayVIMS) + libplugger remove duplicate header
2016-05-01 19:34:32 +02:00
[d.j.a.y] Jerome Blanchi
ef3652b366
Warning : declared but not used
2016-05-01 14:47:27 +02:00
[d.j.a.y] Jerome Blanchi
efebeb8956
Warning : defined but not used
...
* overlayalphamagic_sub_distorted
* overlayalphamagic_hardlight
2016-05-01 14:46:45 +02:00
[d.j.a.y] Jerome Blanchi
f39cd66217
Warning : defined but not used
...
* overlayalphamagic_sub_distorted
* overlayalphamagic_hardlight
2016-05-01 14:43:11 +02:00
[d.j.a.y] Jerome Blanchi
cf20c4ff10
Libvje / refactor : colorfadergb
...
* frame->width, frame->height
* const int len = frame->len;
2016-05-01 12:45:45 +02:00
[d.j.a.y] Jerome Blanchi
801c5e2a44
Libvje / refactor : chromamagick
...
* remove useless int width, height
2016-05-01 11:51:54 +02:00
[d.j.a.y] Jerome Blanchi
74c4a867af
Libvje / refactor : diff
...
* const int width, height
2016-05-01 09:40:37 +02:00
[d.j.a.y] Jerome Blanchi
5d4f7f453b
Libvje / minor fix : diff
...
* ordering and param naming (only 'cosmetic', any algo/code involved)
2016-05-01 09:27:24 +02:00
[d.j.a.y] Jerome Blanchi
2d55e5f382
vj-misc - vj_perform_take_bg : remove duplicate entries
...
* VJ_IMAGE_EFFECT_BGSUBTRACT , VJ_VIDEO_EFFECT_DIFF ,
VJ_IMAGE_EFFECT_BGPUSH , VJ_IMAGE_EFFECT_CONTOUR test was duplicated in
both VJ_PLAYBACK_MODE_SAMPLE and VJ_PLAYBACK_MODE_TAG playback mode.
2016-05-01 09:21:22 +02:00
c0ntrol
69e7292c30
fix bug in unicast streaming (pixel format was missing), added paramater to motion mapping for activity mode 3, fixed overlay scratcher, refactoring/cleanup
2016-04-30 17:43:12 +02:00
c0ntrol
edd5b6ab4c
disable auto histogram equalization by default
2016-04-30 13:27:49 +02:00
[d.j.a.y] Jerome Blanchi
31de112fcf
libplugger - frei0r-loader : remove duplicated header
2016-04-29 13:28:17 +02:00
c0ntrol
1d204942c4
undefined automake conditional, fixed
2016-04-27 18:34:41 +02:00
c0ntrol
35a523db1d
refactor usage of header files (do not include in fx .h, but in .c), fixed frame->width to const int width from d/j/a/y, fixed some identing using %retab!, added chroma red and blue channel mode to negate channel, corrected use of pixel_Y_lo_ and pixel_Y_hi_ in some locations (instead of using hardcoded values), some minor code style fixes
2016-04-24 19:04:07 +02:00
[d.j.a.y] Jerome Blanchi
bfca95934b
Libvje / refactor : contourextract
...
* frame->width, frame->height
2016-04-23 13:51:58 +02:00
[d.j.a.y] Jerome Blanchi
ce680d75af
Libvje / refactor : transcarot (fix)
...
const int w, h
2016-04-22 16:55:21 +02:00
[d.j.a.y] Jerome Blanchi
742335a365
Libvje / refactor : transop (fix)
...
const int w, h
2016-04-22 15:47:36 +02:00
[d.j.a.y] Jerome Blanchi
a616f3b02b
Libvje / refactor : transblend (fix)
...
const int w, h
2016-04-22 15:45:20 +02:00
[d.j.a.y] Jerome Blanchi
a2d508f779
Libvje / refactor : widthmirror (fix)
...
const int w, h
2016-04-22 15:43:26 +02:00
[d.j.a.y] Jerome Blanchi
0125a4d9c7
Libvje / refactor : smuck (fix)
...
const int w, h
2016-04-22 15:41:10 +02:00
[d.j.a.y] Jerome Blanchi
a7cc15f292
Libvje / refactor : slicer (fix)
...
const int w, h
frame->len
2016-04-22 15:39:08 +02:00
[d.j.a.y] Jerome Blanchi
78bfdf3c88
Libvje / refactor : revtv (fix)
...
* const int width, height
2016-04-22 15:35:56 +02:00
[d.j.a.y] Jerome Blanchi
a0abaa3713
Libvje / refactor : opacitythreshold (fix)
...
* const int width
2016-04-22 13:53:38 +02:00
[d.j.a.y] Jerome Blanchi
d339aa1dba
//extern void texmap_apply
2016-04-22 13:36:56 +02:00
[d.j.a.y] Jerome Blanchi
7b49395785
Libvje / refactor : whiteframe
...
* frame->width, frame->height
2016-04-21 19:25:52 +02:00
[d.j.a.y] Jerome Blanchi
846582ccc8
Libvje / refactor : rotozoom
...
* frame->width, frame->height
2016-04-21 18:53:52 +02:00
[d.j.a.y] Jerome Blanchi
8e48a6d4be
Libvje / refactor : dummy
...
key* frame->width, frame->height
2016-04-21 18:31:11 +02:00
[d.j.a.y] Jerome Blanchi
8f286bc485
Libvje / refactor : solarize
...
* frame->width, frame->height
2016-04-21 18:23:23 +02:00
[d.j.a.y] Jerome Blanchi
96a9a0d8a1
ibvje / refactor : gamma
...
* frame->width, frame->height
2016-04-21 18:19:51 +02:00
[d.j.a.y] Jerome Blanchi
ade37aa578
Libvje / refactor : rgbkey
...
* frame->width, frame->height
2016-04-21 18:12:45 +02:00
[d.j.a.y] Jerome Blanchi
89a4fcdacd
Libvje / refactor : coloradjust
...
* frame->width, frame->height
2016-04-21 17:08:17 +02:00
[d.j.a.y] Jerome Blanchi
bfb79e2943
Libvje / refactor : transform
...
* frame->width, frame->height
2016-04-21 17:04:59 +02:00
[d.j.a.y] Jerome Blanchi
98bcb8cea6
Libvje / refactor : transline
...
* frame->width, frame->height
2016-04-21 14:57:42 +02:00
[d.j.a.y] Jerome Blanchi
fac2526c82
Libvje / refactor : transcarot
...
* frame->width, frame->height
2016-04-21 14:54:15 +02:00
[d.j.a.y] Jerome Blanchi
9922a5d6f0
Fix warning: 'globalactivity' defined but not used
2016-04-21 14:28:01 +02:00
[d.j.a.y] Jerome Blanchi
84ff629c44
Libvje - water fx : replace w*h by len
2016-04-21 14:24:37 +02:00
[d.j.a.y] Jerome Blanchi
2a4846c0b9
Fix Warning softblur1_apply defined but not used
2016-04-21 13:48:08 +02:00
[d.j.a.y] Jerome Blanchi
3748e37afc
Libvje / refactor : softblur
...
* frame->width, frame->height
2016-04-21 13:12:53 +02:00
[d.j.a.y] Jerome Blanchi
dfe8b17037
Libvje / refactor : slicer
...
* frame->width, frame->height
2016-04-20 23:45:20 +02:00
[d.j.a.y] Jerome Blanchi
121c6af1b7
//extern void pointfade_apply
...
pointfade_apply is not used. comment
2016-04-20 23:40:15 +02:00
[d.j.a.y] Jerome Blanchi
c7d9ff09d7
Libvje / refactor : lumakey
...
* frame->width, frame->height
2016-04-20 23:16:16 +02:00
[d.j.a.y] Jerome Blanchi
2db96438d8
Libvje / refactor : transop
...
* frame->width, frame->height
2016-04-20 22:42:48 +02:00
[d.j.a.y] Jerome Blanchi
0ad0caa1f9
Libvje / refactor : slidingcolor
...
* frame->width, frame->height
2016-04-20 22:25:10 +02:00
[d.j.a.y] Jerome Blanchi
c9f1b7d1e0
Libvje / refactor : fadecolor
...
* frame->width, frame->height
2016-04-20 22:20:29 +02:00
[d.j.a.y] Jerome Blanchi
9da797d5c9
Libvje / refactor : smuck
...
* frame->width, frame->height
2016-04-20 21:53:59 +02:00
[d.j.a.y] Jerome Blanchi
ae876ddc2e
Libvje / refactor : rawval
...
* frame->width, frame->height
2016-04-20 21:48:28 +02:00
[d.j.a.y] Jerome Blanchi
e5a42ada38
Libvje / refactor : rawman
...
* frame->width, frame->height
2016-04-20 21:29:48 +02:00
[d.j.a.y] Jerome Blanchi
202dd42d14
Libvje / refactor : noisepencil
...
* frame->width, frame->height
2016-04-20 21:27:45 +02:00