Commit Graph

1288 Commits

Author SHA1 Message Date
Niels
78ed1a3010 issue #42, livido inline function removed 2016-05-15 14:45:04 +02:00
Niels
330c1b432f issue #111 2016-05-15 14:23:19 +02:00
Niels
638fed14ea issue #42, alpha choke and plasma distortion 2016-05-15 14:22:54 +02:00
Niels
11bfde2795 issue #111 2016-05-15 11:49:52 +02:00
Niels
e120a0966f bump 2016-05-14 22:58:06 +02:00
Niels
6de0a78bda issue #111, fix sample bank size problem, fix override of sample ID in some VIMS messages, etc 2016-05-14 22:56:17 +02:00
Niels
b0cd2bd15f issue #111, fix total number of streams in status line 2016-05-14 18:51:13 +02:00
Niels
0fb822a8e3 v4l2 capture: convert rgba to yuva 2016-05-13 21:33:04 +02:00
Niels
8e004839fb fix issue #109 2016-05-13 18:26:22 +02:00
Niels
d27c2c8fd3 issue 109, allow user to set vloopback pixel format. for use with -O5, set VEEJAY_VLOOPBACK_PIXELFORMAT. Added optional arguments to VIMS 045. Fixed setting NTSC framerate in v4l2 driver, set framerate in vloopback output driver, refactor 2016-05-12 22:15:28 +02:00
c0ntrol
84eee0991e add tree vectorizer optimization flags to convience libraries, fix message in veejay lib, fix 'Frame Border Translation' FX, refactored 'AlphaLuma Overlay' to 'Channel Overlay' 2016-05-08 19:25:47 +02:00
c0ntrol
9df475320f add env VEEJAY_VLOOPBACK_SWAP_UV, refactor and error checking 2016-05-08 18:19:56 +02:00
c0ntrol
9aeefc2a1b add info on multicast streaming 2016-05-07 15:37:40 +02:00
c0ntrol
5ffc786e3e av log level 2016-05-07 15:18:58 +02:00
c0ntrol
6e4535a52c fix issue #108, fix solid stream color wheel, added multicast streaming toggle button to reloaded, refacor libvjnet 2016-05-07 15:17:10 +02:00
c0ntrol
7367a8247d issue #108, fix unicast streaming 2016-05-06 13:08:04 +02:00
c0ntrol
517bd7801e remove fixme 2016-05-05 12:50:22 +02:00
c0ntrol
79dc38b3d4 refactor 2016-05-05 12:19:34 +02:00
c0ntrol
8288ce26f0 refactor 2016-05-05 12:18:31 +02:00
Niels
ff291ad6d6 Merge pull request #107 from d-j-a-y/djay_libvje
libvje refactor function calls (+fix warnings)
2016-05-05 12:04:54 +02:00
[d.j.a.y] Jerome Blanchi
0d4f3a3db1 Remove '//defined but not used' 2016-05-03 12:32:30 +02:00
[d.j.a.y] Jerome Blanchi
a7c10167b2 Add a FIXME about int width, int height params ... 2016-05-02 19:54:10 +02:00
[d.j.a.y] Jerome Blanchi
e8dcf35ea4 Libvje / refactor : bwselect
* frame->h , frame->w
2016-05-02 19:53:18 +02:00
[d.j.a.y] Jerome Blanchi
407b756b15 Libvje / refactor : isolate
* frame->len
2016-05-02 19:45:40 +02:00
[d.j.a.y] Jerome Blanchi
281c86baf1 Libvje / refactor : greyselect
frame->len
2016-05-02 19:42:48 +02:00
[d.j.a.y] Jerome Blanchi
37373328d6 Libvje / refactor : keyselect
* frame->h frame->h
2016-05-02 19:37:05 +02:00
[d.j.a.y] Jerome Blanchi
ae8378c8d6 Libvje / refactor : tracer
* remove width, height
2016-05-02 19:33:45 +02:00
[d.j.a.y] Jerome Blanchi
d0d633e0ec Libvje / refactor : chromascratcher
* frame->w , frame->h
2016-05-02 19:27:47 +02:00
[d.j.a.y] Jerome Blanchi
f1d18fdbdc Libvje / refactor : wipe
* frame->w, frame->h
2016-05-02 19:24:51 +02:00
[d.j.a.y] Jerome Blanchi
ea4b98a06a Libvje / refactor : magicscratcher
* frame->w , frame->h, frame->len
2016-05-02 19:20:05 +02:00
[d.j.a.y] Jerome Blanchi
1473a4128b Libvje / refactor : reflexion
* frame->width , frame->height
2016-05-02 19:16:38 +02:00
[d.j.a.y] Jerome Blanchi
139ab63ce6 Libvje / refactor : colorshift
* remove unused width and height
2016-05-02 19:13:28 +02:00
[d.j.a.y] Jerome Blanchi
823b9510e5 Libvje / refactor : rgbkeysmooth
* replace w* h by frame->len
2016-05-02 19:02:18 +02:00
[d.j.a.y] Jerome Blanchi
9fff2f2729 Libvje / refactor : diffimg
* const int w
2016-05-02 18:55:00 +02:00
[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