Jerome Blanchi aka d.j.a.y
d1c869d2c0
Indenting corrections
2019-05-29 15:19:49 +02:00
Jerome Blanchi aka d.j.a.y
6934233aad
vje fix raster and flip
2019-05-29 15:19:49 +02:00
Jerome Blanchi aka d.j.a.y
543c8e9204
tmp
2019-05-27 23:55:35 +02:00
c0ntrol
13e2d6ba20
remove assignment of local vars
2019-05-21 22:01:33 +02:00
c0ntrol
03e0de0edd
add new FX 'chroma stretch'
2019-05-21 22:01:00 +02:00
c0ntrol
4ed262ea0c
add new FX 'Asendorf Glitch' (pixelsort)
2019-02-01 18:31:04 +01:00
c0ntrol
70d94c2d30
fix possible crash in motion ghost, refactor similar patterns
2019-01-22 23:14:13 +01:00
c0ntrol
8694cce302
fix color mapping and lens correction
2019-01-20 21:00:47 +01:00
c0ntrol
b28cdbd5ce
better and faster FX chain
2019-01-20 19:05:37 +01:00
c0ntrol
64d5cc85b5
remove bad line
2019-01-18 18:22:42 +01:00
c0ntrol
b9b5daa1b5
Added function pointer to return state of transition that is internal to FX
2019-01-17 23:02:00 +01:00
c0ntrol
93d8961b4b
regression, definition was still used by tracer FX
2019-01-16 22:18:53 +01:00
c0ntrol
600ba49cdd
remove obsolete definitions
2019-01-16 21:12:19 +01:00
c0ntrol
f08c29b5ec
remove compile warnings, remove unused code
2018-09-22 20:59:49 +02:00
c0ntrol
81658d3604
Add new FX 'Posterize II'
2018-09-15 21:11:03 +02:00
c0ntrol
75f525c935
fix possible divide by zero
2018-09-15 21:10:48 +02:00
c0ntrol
8866055b38
fix possible divide by zero, dead stores, a.o
2018-09-15 21:10:15 +02:00
c0ntrol
bad7a37372
fix invalid read, refactor fx free, fix ptr qualifier
2018-08-11 21:50:25 +02:00
c0ntrol
d3ffb55943
fix value hints, fix cond. jmp on uninitialized value,fix missing free
2018-08-11 18:00:31 +02:00
c0ntrol
60068c1849
use emms instead of femms
2018-08-11 17:27:44 +02:00
c0ntrol
f4f77cfeea
reduce compile warnings (fix bad indents, buffer sizes, etc)
2018-08-11 16:48:40 +02:00
Jerome Blanchi aka d.j.a.y
c678f9639c
Libvje / flip frame : split parameter
2018-06-24 19:28:32 +02:00
Jerome Blanchi aka d.j.a.y
92c3c4b045
veejay : fix veejay no arg core dump
...
* if veejay was started without arguments a core dump was generated
2017-10-17 22:37:18 +02:00
Jerome Blanchi aka d.j.a.y
ebd25229e9
Veejay / vje : Matrix Dither fix crash on p0 max value
...
* limit p0 (Value) to width-1
2017-10-17 01:07:36 +02:00
Jerome Blanchi aka d.j.a.y
ddc755f60a
Fix : Missing Libav AV_ prefix
2017-06-08 00:05:47 +02:00
c0ntrol
bc06d224c9
fix blend methods (clamping)
2017-01-15 15:20:55 +01:00
frijol
1d841ff11e
Libvje / fix according review
2017-01-14 21:42:51 +01:00
[d.j.a.y] Jerome Blanchi
537a35da7e
Libvje / Dices fix #132 (center the effect)
2017-01-11 11:36:51 +01:00
[d.j.a.y] Jerome Blanchi
383d47996e
Libvje / Magic Overlay Scratcher : New parameter grascale/colorful .
...
* When p3 is enabled (=1), result image is grasycale (old and default behavior),
when p3 is desabled, result image is colorful (original Cr,Cb)
2017-01-11 11:36:51 +01:00
[d.j.a.y] Jerome Blanchi
d0174bfe86
Libvje / Magic Overlay Scratch now use all fx blends methods.
...
* use VJ_EFFECT_BLEND_COUNT
2017-01-11 11:36:51 +01:00
[d.j.a.y] Jerome Blanchi
7fe498bc8e
Libvje / Fix divide by 0
...
* fix from overlaymagic_softburn
2017-01-11 11:36:51 +01:00
[d.j.a.y] Jerome Blanchi
5436753293
Libvje / VJ_EFFECT_BLEND_COUNT + VJ_EFFECT_BLEND_STRINGS
...
* VJ_EFFECT_BLEND_COUNT : max blend entries
* VJ_EFFECT_BLEND_STRINGS : All blends strings
2017-01-11 11:36:51 +01:00
[d.j.a.y] Jerome Blanchi
d50e79ba97
Libvje / fix #133
...
* get_pix_func_Y : if() --> switch()
* fix BLEND_ADDITIVE == 0 by adding VJ_EFFECT_BLEND_SWAP
* fix BLEND_SUBSTRACTIVE (double entry in if statement) by adding BLEND_SUBSTRATIVE2 (clamped)
2017-01-11 11:36:51 +01:00
c0ntrol
602f886daa
fix rgbkey header
2017-01-02 16:29:42 +01:00
c0ntrol
137539f45c
use sse sqrt, fallback to std c equivalent when compiling on 32 bit systems
2017-01-02 16:29:05 +01:00
c0ntrol
e3f7a49bda
use sqrt lookup table
2017-01-02 16:28:21 +01:00
c0ntrol
226ca52c2e
fix alpha blend
2017-01-02 16:28:12 +01: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
c0ntrol
106a18e2e3
fix artifact color
2017-01-02 16:26:17 +01:00
c0ntrol
3b923ddb56
pull request review changes
2016-11-26 15:29:49 +01:00
Niels
83e16eb0de
Merge pull request #130 from d-j-a-y/djay_various_fixes
...
Various FiXes ;-)
2016-11-26 12:05:59 +01:00
[d.j.a.y] Jerome Blanchi
0708f52016
Fix 32 bit support / gcc "internal compilation error" replace_reg
2016-10-03 12:04:56 +02:00
[d.j.a.y] Jerome Blanchi
4afbb81983
Libvje / magicscratcher : param 2 naming (Pingpong)
2016-08-11 18:17:04 +02:00
[d.j.a.y] Jerome Blanchi
69bd7479f8
Libvje / magicscratcher : Fix "None" mode
...
* None was Basecolor has VJ_EFFECT_BLEND_BASECOLOR = 9
2016-08-11 18:17:04 +02:00
[d.j.a.y] Jerome Blanchi
2f680d0400
Libvje / magicscratcher : clean switch(mode) + use preproc values from internal.h
2016-08-11 18:17:04 +02:00
[d.j.a.y] Jerome Blanchi
a4ebc04578
Libvje / common : _get_pf , order and fix
...
* Case 4 was not 'implemented' and felt in default case : now is't clear.
2016-08-11 18:17:03 +02:00
[d.j.a.y] Jerome Blanchi
bf60e6841f
Libvje / Enhanced Magic Blend : Param Naming + fix bound
2016-08-11 18:17:03 +02:00
[d.j.a.y] Jerome Blanchi
750a73ca0d
Libvje / dices : Fix Up case
2016-08-11 18:17:03 +02:00
[d.j.a.y] Jerome Blanchi
77dcde9342
Libvje / dices : add new "orientation" param(1)
...
* Orientation p1, permit to choose between left, down , right, up & random
dice orientation.
Nota : Random is the default choice for backward compatibility
2016-08-11 18:17:03 +02:00
[d.j.a.y] Jerome Blanchi
586cb2415b
Libvje / contourextract : add missing param[3] (take bg) WARNING!
...
* Warning, take bg is not implemented !
2016-08-11 18:17:03 +02:00