Commit Graph

1754 Commits

Author SHA1 Message Date
c0ntrol
66d3edbcbf bump version 2018-08-11 21:54:50 +02:00
c0ntrol
6768eae567 set frame to black in performer, fix allocating fx rows 2018-08-11 21:53:51 +02:00
c0ntrol
6ff05047d5 clear osd text if still present 2018-08-11 21:53:21 +02:00
c0ntrol
f3f181aaa6 free memory after use 2018-08-11 21:53:03 +02:00
c0ntrol
55a3bd2804 fix invalid use of sizeof 2018-08-11 21:51:53 +02:00
c0ntrol
49d794e35a clear memory after allocation 2018-08-11 21:51:23 +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
8000e267e1 remove tracing for vpn/vpf 2018-08-11 17:00:42 +02:00
c0ntrol
f4f77cfeea reduce compile warnings (fix bad indents, buffer sizes, etc) 2018-08-11 16:48:40 +02:00
c0ntrol
1dc2a72e19 update instructions for ubuntu 18.04 2018-08-11 16:48:27 +02:00
Jerome Blanchi aka d.j.a.y
15095c7ea5 rename fnct : vj_create_sample_nicename -> vj_get_sample_display_name 2018-06-29 16:29:13 +02:00
Niels
7d37ffa20a Merge pull request #156 from d-j-a-y/djay_samplename
veejay : create sample nice name
2018-06-26 19:18:50 +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
01f42c9b24 veejay : create sample nice name 2018-06-23 18:47:05 +02:00
c0ntrol
d89aee21fb Merge branch 'master' of github.com:c0ntrol/veejay 2017-12-03 20:05:38 +01:00
Jerome Blanchi aka d.j.a.y
ddc6561a8f Doc, fix repository and dependencies 2017-12-05 14:13:32 +01:00
c0ntrol
9047f26ec4 added debug messages when jack is missing from build 2017-12-03 20:05:05 +01:00
c0ntrol
915e4b48cb fix build problems 2017-12-02 13:00:12 +01:00
c0ntrol
1dae09b985 ensure that data to send always fits in the buffer 2017-11-12 14:49:13 +01:00
c0ntrol
711ee199d4 fix loading chain information on stream type 2017-11-12 14:39:52 +01:00
c0ntrol
b75f044a54 allow user to define custom mtune/march settings with --with-arch-target 2017-11-07 22:02:31 +01: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
0cd330153a print state on fx entry up/down 2017-10-09 12:55:30 +02:00
Jerome Blanchi aka d.j.a.y
ddc755f60a Fix : Missing Libav AV_ prefix 2017-06-08 00:05:47 +02:00
Jerome Blanchi aka d.j.a.y
20e713cf79 Documentation - fix sendVims references + add new infos 2017-06-08 00:05:47 +02:00
d-j-a-y
33131a9459 Update HowtoVideoCodecs.md 2017-06-03 15:50:58 +02:00
d-j-a-y
1822e3c60e Update HowtoVideoCodecs.md
should be md compliant
2017-06-03 15:45:12 +02:00
d-j-a-y
a7a149a944 Update HowtoVideoCodecs.md 2017-06-03 15:29:54 +02:00
d-j-a-y
fe8a9a2e69 Rename HowtoVideoCodecs.txt to HowtoVideoCodecs.md 2017-06-03 15:29:16 +02:00
c0ntrol
a9df8ee252 clear memory before using it 2017-01-15 15:41:55 +01: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
2b0accca54 issue #131, shift + double click to add FX in disabled state 2017-01-08 14:10:52 +01:00
c0ntrol
a433c77334 removed min/max levels from rgbkey 2017-01-02 16:30:41 +01:00
c0ntrol
0c84a976d6 drop femms 2017-01-02 16:30:21 +01:00
c0ntrol
12067061b3 initialize sqrt lookup table 2017-01-02 16:30:01 +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