Commit Graph

1754 Commits

Author SHA1 Message Date
c0ntrol
23fec4a67f issue #111, fix sequence slot indicator in reloaded, fix crash on deleting tag when it was mixing with a sample (and vice versa), fix leak in yuvconv, fix leak in plugin description cleanup, change status behaviour for current sequence slot; MAX_SEQUENCES indicates sequencer is turned off, any other value is a valid sequence index. 2016-05-18 19:48:42 +02:00
c0ntrol
05cbbc1fbe issue #111, add -ffast-math option to i686 build flags 2016-05-17 20:20:40 +02:00
c0ntrol
8b200d4a65 issue #111, detect SIMD in configure (negative branch), sync cpuinfo.sh 2016-05-17 20:09:28 +02:00
Niels
b951fbc4bf Merge pull request #112 from d-j-a-y/djay_libvje
Libvje / refactor - width, height and len issue #112
2016-05-16 21:28:51 +02:00
c0ntrol
fbb2f5c7a6 issue #111, fix sample bank loading by fixing stream type, allow streams to be added to the sample sequencer, fixes to status line, clear audio buffer after recording a frame 2016-05-16 19:18:08 +02:00
c0ntrol
c54d448cb8 issue #42, invalid write 2016-05-16 16:27:10 +02:00
[d.j.a.y] Jerome Blanchi
686f31b2ee Libvje / refactor : contrast
* frame->h , frame->w
2016-05-16 12:18:29 +02:00
[d.j.a.y] Jerome Blanchi
c78bf7689e Libvje / refactor : enhancemask
* frame->h , frame->w
2016-05-16 12:18:29 +02:00
[d.j.a.y] Jerome Blanchi
7f86ccdef2 Libvje / refactor : complexsync
* frame->h , frame->w
2016-05-16 12:18:29 +02:00
[d.j.a.y] Jerome Blanchi
8825e22c7b Libvje / refactor : complexthreshold
* w = frame->w
2016-05-16 12:18:29 +02:00
[d.j.a.y] Jerome Blanchi
e327396770 Libvje / refactor : complexsaturate
* remove width, height
2016-05-16 12:18:29 +02:00
[d.j.a.y] Jerome Blanchi
7ade247471 Libvje / refactor : complexinvert
* remove width, height
2016-05-16 12:18:29 +02:00
c0ntrol
bd9aa1379b issue #111, filter generator FX from effect list (can be added now as streams via menu item or VIMS message) 2016-05-16 10:07:06 +02:00
c0ntrol
3026b0f796 issue #42, add black inclusion parameter to color exchange and color tone, add new FX starfield, add new FX explosion 2016-05-15 21:00:07 +02:00
c0ntrol
f8b6a6adea issue #42, generator parameter defaults 2016-05-15 20:59:08 +02:00
Niels
fc2ab97152 issue #111, add VIMS command to query list of generators 2016-05-15 15:48:35 +02:00
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