Commit Graph

24 Commits

Author SHA1 Message Date
c0ntrol
95535ce8a8 #183 refactor libvje 2019-09-08 15:08:29 +02:00
c0ntrol
36d0f6e55a move shared libraries to veejay-core package 2019-06-15 14:55:39 +02:00
c0ntrol
a1a1db0fdf use lookup table for sqrt, remove gauss mask, remove min/max levels (can be achieved by using chained fx) 2017-01-02 16:26:30 +01:00
[d.j.a.y] Jerome Blanchi
b210cba166 Libvje / refactor : unsigned len -> signed len; 2016-08-01 19:31:52 +02:00
[d.j.a.y] Jerome Blanchi
d72a7ad46f Libvje / refactor : rgbkey (fix)
* clean headers
2016-07-30 15:39:48 +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
ade37aa578 Libvje / refactor : rgbkey
* frame->width, frame->height
2016-04-21 18:12:45 +02:00
niels
068db974ce issue #42, compile warning fixes 2015-12-09 22:31:57 +01:00
niels
eba22f0b00 flag FX for alpha operations, some fixes and some fixmes 2015-12-02 23:49:40 +01:00
niels
27eba7483c add parameter value hints (issue #42) 2015-11-25 22:20:13 +01:00
niels
e2a8c69001 add friendly names for mode parameter values (issue #42) 2015-11-24 23:21:21 +01:00
niels
fa1d36bb0a add alpha-in operator to chroma key (rgb) 2015-11-22 21:34:36 +01:00
niels
e75ef97cfe add level correction, add matte choker, simplify chroma key, fix chroma key (still not perfect), fix softblur, fix alphaselect2 #31, #36, #42 2015-11-22 21:20:43 +01:00
niels
ff30382734 issue #42 2015-11-08 00:28:44 +01:00
niels
05e45a8caa luma key use alpha channel in mode 3 to blend, fix chroma key (use different algorithm), added alpha:select by chroma key, added alpha blend 2015-11-06 23:29:24 +01:00
niels
2981aec382 change default values 2015-10-31 01:13:42 +01:00
niels
0babdc41be add parameter to gray by color key 2015-10-30 01:41:43 +01:00
niels
90f1c60cf4 fix noise suppression 2015-10-30 01:21:50 +01:00
niels
6ba385a712 fix accept angle in color key 2015-10-30 01:16:35 +01:00
niels
83c2464c89 added video wall feature (issue #16)
backported obsolete resampler from ffmpeg (issue #12)
added lvdshared plugins to facilite #16 on local machine via shared memory
fixes to reloaded ui (maximize screen and others)
added -b and -a to reloaded commandline to resp. enable beta feature (SRT) and to connect to all (local running veejays)
fixes to built-in FX
solve issue #23 in reloaded (samplelist load image)
add VIMS_GET_SHM_EXT to query remote veejay properties
add VIMS_GET_SAMPLE_IMAGE to grab any frame (issue #23)
add VIMS_SPLIT_CONNECT_SHM to request part of frame via shm
fixes to general error messages and warnings
replaced env VEEJAY_SCREEN_SIZE with VEEJAY_DESKTOP_GEOMETRY
added env VEEJAY_VIDEO_POSITION
bump version to 1.5.58
2015-10-21 20:53:22 +02:00
niels
5799d188c7 Fix all VJE FX that allow the user to key on color (Complex Invert, Complex Opacity, Complex Overlay, Complex Threshold, Complex Saturate, Complex Negate, Greyscale except keyed color, Chroma Key, etc) 2015-01-11 20:42:11 +01:00
niels
e5ac37a5b8 fix reloaded build against newer ffmpeg, add large file support (avilib still limited to 4gb), workarround bug in lzo compressor,
refactored all memcpy into (multithreaded) frame copy, refactored all memset into (multirheaded) frame clear, multithreaded super and sub sampling (only tested 4:2:2 ), added new mode to pencil sketch, fixed bug in lens correction, multithreaded 36 effects, updated minilzo to newer version, multhreaded yuv functions for format conversion and pixel scaling, multithreaded fx chain fader, multithreaded fx apply in libvje. Fix bug in encoder when recording in high resolution,
2012-11-25 08:29:07 +01:00
Niels Elburg
c415a1b697 fixing bugs eeh
git-svn-id: svn://code.dyne.org/veejay/trunk@1376 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2010-02-05 21:22:32 +00:00
Niels Elburg
d8e6f98d53 Initial checkin of veejay 1.4
git-svn-id: svn://code.dyne.org/veejay/trunk@1172 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2008-11-10 20:16:24 +00:00