Commit Graph

549 Commits

Author SHA1 Message Date
c0ntrol
d04026629c Merge branch 'master' of github.com:c0ntrol/veejay 2016-03-29 20:39:02 +02:00
c0ntrol
46fd8bff60 add new FX, binary threshold via otsu's method (issue #42) 2016-03-29 20:38:23 +02:00
c0ntrol
c24292e23b remove obsolete function 2016-03-29 20:37:56 +02:00
Niels
d01f66370b copy-paste license error, update year 2016-03-28 21:31:59 +02:00
c0ntrol
d8dc796e16 add background subtraction gaussian method, fixes for issue #42 2016-03-28 18:34:26 +02:00
c0ntrol
dc89c1c135 fix compile warnings ( ./configure --enable-compile-warnings ) 2016-03-25 16:16:04 +01:00
c0ntrol
29f5d4a29c issue #42, loop forever in pixelate 2016-03-25 10:07:56 +01:00
c0ntrol
902cd3f266 extend subtract background fx, issue #42 2016-03-24 21:18:54 +01:00
c0ntrol
cce52c2a7a cleanup, update email addr, fix compile warnings 2016-03-22 20:43:42 +01:00
c0ntrol
99c04695fe issue #42, fix use of uninitialized variables, fix invalid reads, fix compile warnings, fix memory leaks (at exit), added missing modes to luma magick fx 2016-03-21 21:53:52 +01:00
c0ntrol
1e62476374 fix bg subtract, add extra mode to magic mirror, fix snap bg, added special mode to magic mirror that depends on bg subtraction 2016-03-20 19:36:11 +01:00
c0ntrol
d26ff24761 bugfixes to motionmapping, optimizations to magicmirror, fix bug in magicmirror, added interpolation parameter to motionmapping FX 2016-03-19 20:17:01 +01:00
c0ntrol
10522e04c2 __builtin_assume_aligned is only since gcc 4.7 2016-03-19 17:41:29 +01:00
c0ntrol
ac35bb86c3 refactor so gcc can auto vectorize motion mapping 2016-03-19 16:40:32 +01:00
c0ntrol
443742ad3c fix motion mapping, issue #42 2016-03-18 21:23:28 +01:00
c0ntrol
5d1d935344 build fixes (odroid build, arm) 2016-02-06 16:17:34 +01:00
niels
669b7ea999 some fixes issue #42 2016-01-28 21:33:39 +01:00
niels
8e0f809358 fix compile warnings 2016-01-19 19:51:52 +01:00
niels
2f70d0302f remove compile warning 2016-01-19 19:49:24 +01:00
Niels Elburg
97814f9131 fix macro expansion of var res 2016-01-10 21:18:26 +01:00
Niels Elburg
c58807d074 i686 build fixes, ffmpeg updates 2016-01-10 21:11:05 +01:00
niels
5d22974b4e issue #42, thread safety and new FX, randnoise 2015-12-22 14:18:24 +01:00
niels
d5db322761 cummulative changes 2015-12-17 18:34:28 +01:00
niels
1ac27e84e9 add passhtrough fx header 2015-12-12 17:41:05 +01:00
niels
aa101849d5 add passthrough fx 2015-12-12 17:40:58 +01:00
niels
b734e402b1 add parameter hints 2015-12-11 20:57:10 +01:00
niels
7c6dcc4e7e issue #42 2015-12-11 20:54:08 +01:00
niels
90b0917497 fix distortion issue #42 2015-12-11 20:37:56 +01:00
niels
43f0339ed6 float const 2015-12-11 20:32:10 +01:00
niels
413085632e clean up 2015-12-10 22:37:52 +01:00
niels
068db974ce issue #42, compile warning fixes 2015-12-09 22:31:57 +01:00
niels
5a7d7c349c fix mulitrack widget sensitivity, check for error after allocating memory in veejay client, limit preview width and height to size of buffer, reset chain when switching back to plain mode, set preview image format correctly, align VJFrame structure, reduce memory usage in performer, cleanup 2015-12-07 23:41:44 +01:00
niels
64ccdf8907 fix scratcher pingpong == 0 segfault 2015-12-07 20:57:58 +01:00
niels
4a19afb513 issue #42 2015-12-06 20:47:27 +01:00
niels
70ddd6dee2 added #73, refactor task handler, fix problem in task manager that caused threads to run in serial, added parameter to alpha:set from mixing source, optimized mask transition, updated status handling in all clients, added new icons, removed obsolete code 2015-12-06 20:32:15 +01:00
niels
eba22f0b00 flag FX for alpha operations, some fixes and some fixmes 2015-12-02 23:49:40 +01:00
niels
24a28b2159 add fx alpha dampening 2015-12-02 23:49:22 +01:00
niels
1caa5f0daa introduced regression 2015-12-01 19:34:01 +01:00
niels
c88933bae8 introduced regression 2015-12-01 19:33:30 +01:00
niels
4a58bd6f2e update with change from photoplay 2015-12-01 19:31:37 +01:00
niels
7e9c76d960 fix on 73f74ad14b 2015-12-01 19:31:27 +01:00
[d.j.a.y] Jerome Blanchi
73f74ad14b Fix #71 - Photoplay fx : stick on random mode 2015-12-01 18:57:13 +01:00
[d.j.a.y] Jerome Blanchi
ba7263dab3 vje - Grid : add mode param1
mode : Black or White Grid
default : 1 (white)

[idea] add grid origin parameter : tr,br, tl, br corners + center OR origin_x and origin_y
2015-12-01 15:53:43 +01:00
[d.j.a.y] Jerome Blanchi
30b00a6c9c flip : formating + function header doc 2015-12-01 14:55:31 +01:00
[d.j.a.y] Jerome Blanchi
5268d21487 issue #42, parameter value hints (flip) 2015-12-01 14:23:32 +01:00
niels
ad2fef3fa0 fix distortion fx, honor fade_method in auto fader, fix crash on failed generator loading, fix typo (issue #32) 2015-11-30 20:48:55 +01:00
niels
ce829ef6c9 issue #42 add matrix placement modes to videoplay fx 2015-11-29 23:50:59 +01:00
Niels
68ab54042f Merge pull request #68 from d-j-a-y/master
issue #42, parameter value hints (photoplay)
2015-11-29 23:44:32 +01:00
niels
6cdf727092 32 status outlets
refactored camera controls,
refactored stream panel,
added alpha blend to (manual) chain fader
added generator parameters,
changed VIMS_CHAIN_MANUAL_FADE,
add fade_method property to stream and sample
optimize masktransition using (auto) vectorization
added vims VIMS_GET_STREAM_ARGS
added vims VIMS_STREAM_SET_V4LCTRL
added vims VIMS_STREAM_SET_ARGS
refactored chain fader
updated sendVIMS for pd
update sayVIMS
fix #47
update #31
2015-11-29 23:43:50 +01:00
[d.j.a.y] Jerome Blanchi
3cb54ffa99 issue #42, parameter value hints (photoplay) 2015-11-29 13:08:27 +01:00