Commit Graph

1785 Commits

Author SHA1 Message Date
c0ntrol
c043aaf493 count size of hash when value changes 2019-06-15 19:54:38 +02:00
c0ntrol
36d0f6e55a move shared libraries to veejay-core package 2019-06-15 14:55:39 +02:00
c0ntrol
e156f8c55c don't use negative values, indenting, warn about illegal frame access 2019-06-12 22:37:36 +02:00
c0ntrol
c9cbb28450 fix artifacts in chain fader, clear temporary frame during init 2019-06-12 20:55:43 +02:00
c0ntrol
1c1d19696a allocate more than needed 2019-06-06 22:44:27 +02:00
c0ntrol
ead60222d3 reduce complexity 2019-06-06 22:44:08 +02:00
c0ntrol
7788420bc5 use correct var 2019-06-06 22:43:55 +02:00
c0ntrol
8c68a68e72 preview in 4:2:0, don't need that much memory 2019-06-06 22:08:46 +02:00
c0ntrol
111140181f add matrix dither to simple effect index, re-arrange arrays in VJFrame_t 2019-06-06 22:08:23 +02:00
c0ntrol
d6d1b4760c free if init fails 2019-06-06 22:07:52 +02:00
c0ntrol
14e39f3ec2 allocate memory instead 2019-06-06 22:07:44 +02:00
c0ntrol
88511fcc09 fix baltantv, fix pixelsort 2019-06-06 21:41:32 +02:00
c0ntrol
25d406a903 support all image formats supported by gdkpixbuf 2019-06-05 22:42:14 +02:00
c0ntrol
b56a5f7119 bitrot in sdl 1.2 2019-06-05 22:41:42 +02:00
c0ntrol
e56b0188de clear after free, allocate alpha channel when using dynamic fx chain, fix buf length when using dynamic fx chain, free memory on exit 2019-06-05 21:39:54 +02:00
c0ntrol
4f8aec8af5 add configure option to enable AddressSanitizer 2019-06-05 21:38:22 +02:00
Niels
f5494e29f0 Merge pull request #207 from d-j-a-y/master
fix segfault at startup (#208) + add missing supported files to file extension list
2019-06-05 19:44:08 +02:00
Niels
35de5edd85 Merge pull request #206 from c0ntrol/djay_libvje
Vje/Chromium : new mode 'Yellow swap White'
2019-06-04 22:38:16 +02:00
Jerome Blanchi aka d.j.a.y
e1f839c768 manpage : add -l/--sample-file option 2019-06-03 23:58:53 +02:00
Jerome Blanchi aka d.j.a.y
fd4694dd82 minor : fix warnings 2019-06-03 23:57:18 +02:00
Jerome Blanchi aka d.j.a.y
121b9f851c fix invalid file for sample list param (-l)
#208
2019-06-03 23:56:59 +02:00
c0ntrol
6ceaaf72fd fix network streaming (state machine) 2019-06-03 23:35:58 +02:00
Jerome Blanchi aka d.j.a.y
afbc2ec296 fix unknown files --> segfault.
* fix for unknow files
* fix for not supported files

#208
2019-06-03 22:48:38 +02:00
Jerome Blanchi aka d.j.a.y
56f68f4d64 add missing supported files to file extension list 2019-06-03 17:14:14 +02:00
Jerome Blanchi aka d.j.a.y
965d37669b error checking during read frame 2 2019-06-01 11:29:49 +02:00
Jerome Blanchi aka d.j.a.y
abeccc2536 fix crash on disconnect 2019-06-01 11:27:33 +02:00
c0ntrol
42cfe92dc5 support recording selections 2019-05-30 01:32:17 +02:00
c0ntrol
d1e8e2428d error checking during read frame 2019-05-30 01:01:18 +02:00
c0ntrol
63603bd87b test for full frame received 2019-05-29 17:47:26 +02:00
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
c0ntrol
8335b33fd0 close stream after error 2019-05-29 15:05:21 +02:00
c0ntrol
a51e42171d set video output size to multiple of 8 when no args given 2019-05-29 12:59:27 +02:00
c0ntrol
a54669464e load image 2019-05-29 12:27:51 +02:00
c0ntrol
3e6145adb1 free sdl 2019-05-29 01:39:40 +02:00
c0ntrol
5498b8d498 align memory on 16 bytes, small opt, dont free sdl on exit 2019-05-29 01:37:50 +02:00
c0ntrol
06f5317bfa log message 2019-05-28 02:49:42 +02:00
c0ntrol
68f7346863 change how veejay tests for font alternatives 2019-05-28 01:10:27 +02:00
c0ntrol
0c1a65fa33 load fonts listed in /home/c0ntrol/.veejay/fonts 2019-05-28 01:03:50 +02:00
c0ntrol
becf8c290a Merge branch 'master' of github.com:c0ntrol/veejay 2019-05-28 00:44:35 +02:00
c0ntrol
561d06e8b0 delete default fallback fonts 2019-05-28 00:44:04 +02:00
Jerome Blanchi aka d.j.a.y
543c8e9204 tmp 2019-05-27 23:55:35 +02:00
c0ntrol
2b465ff1b4 round up 2019-05-27 23:17:12 +02:00
c0ntrol
e7bd598d8e more error checking 2019-05-27 23:17:06 +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
Niels
a5fdce2497 Merge pull request #196 from d-j-a-y/djay_sse2_memcpy
Add sse2 memcpy variant
2019-05-21 18:42:20 +02:00
Jerome Blanchi aka d.j.a.y
3e4c87a66f GTK3 : fix gtk2 - gtk3 mixed lib
Fix the following error :
Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported

#163
2019-05-21 18:34:49 +02:00
Jerome Blanchi aka d.j.a.y
05eb9deea4 Add sse2 memcpy variant
Based on Xine + William Chan + others.
2019-05-21 18:23:35 +02:00
Jerome Blanchi aka d.j.a.y
de955e34db memcpy sse2 ok , clean todo! 2019-05-21 17:51:47 +02:00