Commit Graph

419 Commits

Author SHA1 Message Date
niels
e1cd8c4469 patch veejay to work with pd 2013-03-10 13:50:03 +01:00
niels
00cdbf91f5 Merge branch 'master' of code.dyne.org:veejay 2013-03-10 11:47:05 +01:00
niels
3ed8c09cee use size_t in malloc 2013-03-10 11:46:44 +01:00
niels
2e4361c096 fix FX anim. touches both server and client , upgrade both. 2013-02-24 21:45:53 +01:00
niels
bf48249a2a fallback to read/write if mmap fails on v4l2loopback. 2013-02-12 21:08:56 +01:00
niels
36eb370c8b fix freeframe plugin parameters 2013-02-09 17:29:03 +01:00
niels
f9e12664c4 push 2013-02-07 21:31:04 +01:00
niels
be2fc8d785 fix crash due to initializing dummy fx in wrong place (happens when fx list is queried). 2013-01-05 00:47:54 +01:00
niels
7181b657ca fix vims AUDIO_ENABLE 306 , 307
fix crash in bio2jack when jackd is closed (now gives up on playback instead)
2013-01-04 23:55:08 +01:00
niels
90380101ae bump version to .24 2013-01-04 23:02:50 +01:00
niels
a19fb4de85 fix problem of needing to skip audio every 3-5 frames even when frames are finished in time.
replaced gettimeofday for clock_gettime in bio2jack driver
2013-01-04 22:57:40 +01:00
niels
fa0673be72 removed an effect (map b to a, texture map) 2013-01-02 23:27:27 +01:00
niels
ba8ac90ef1 allow multi threaded decoding in ffmpeg, use cached scaler context for edl 2013-01-02 23:12:13 +01:00
niels
9a841c1ccd clock_gettime configure.ac check, put -lrt anyways.
fix uninstall target
2012-12-31 18:08:09 +01:00
niels
1a14a458cb add -lrt to libveejay_la_LDFLAGS 2012-12-31 17:31:38 +01:00
niels
a23b18fea2 correct message 2012-12-31 01:37:39 +01:00
niels
b5acbca429 correct timer threshold for warning message 2012-12-31 01:36:26 +01:00
niels
7b713eee23 fix 2012-12-31 01:26:49 +01:00
niels
612e049b66 fix audio ticks, increased resampler to 32 slots (affects slow motion speed), print warning when dequeing video takes too long (only when playing audio), better sync clock, removed unnecessary memcpy, schedule cpu affinity to cpu #1 for timer thread, schedule priority to timer thread, allow video frames to be skipped. bump version to v1.5.23 2012-12-31 00:58:27 +01:00
niels
2052dc7213 added VEEJAY_MAX_FILESIZE
fix autosplitting files when recording
2012-12-30 16:18:00 +01:00
niels
26ce1f9138 check for unconfigured vloopback device (no width,height values setup) 2012-12-30 12:41:19 +01:00
niels
20c686851f update man page, bump version to .22 2012-12-30 00:15:56 +01:00
niels
58235584e8 fix segv in various weird effects 2012-12-29 23:47:37 +01:00
niels
c102c2c082 fix leak in picinpic + align memory 2012-12-29 23:08:22 +01:00
niels
5ce6270a90 drop yuv_alloc, move allocation to FX (align on 8 byte boundary) (fixes segv) 2012-12-29 22:54:00 +01:00
niels
94c34ae01e also look at width,height for vloopback output scaler 2012-12-29 21:07:23 +01:00
niels
43de80a92e added vloopback as output driver ( requires --output-file )
vloopback output driver negotiates format if native is not supported
fixed support for some formats
2012-12-29 21:02:47 +01:00
niels
61e31cc83d restore radioactive, include task count in motionblur 2012-12-29 00:44:06 +01:00
niels
26275f32d9 multithreaded motion blur 2012-12-29 00:30:28 +01:00
niels
9b4884f5a9 fixes and deletes 2012-12-28 23:55:53 +01:00
niels
2de291de68 drop unnessary update, fix invalid write in lumablend 2012-12-28 22:22:02 +01:00
niels
6f5da9e5b5 fix opacity by threshold, disable blur in multithread mode 2012-12-28 21:46:16 +01:00
niels
708c722f30 bugfixes to a few FX, fixed multi thread task balancer,fixed removing shm segment on close, do not fail opening v4l2 device that report no input sources or channels. 2012-12-28 21:30:51 +01:00
niels
7b44dac551 fix strides for multithreaded sampling and working with FX in supersampled data 2012-11-26 23:06:23 +01:00
niels
2078cdb199 uv plane sizes not correct (greenish pixels), bugfix pending .. 2012-11-25 09:33:04 +01:00
niels
7889039c42 auto clear sampling var 2012-11-25 09:25:01 +01:00
niels
b186aabfde fix typo 2012-11-25 09:03:14 +01:00
niels
1c14b6d69f keep fx row locked in ram 2012-11-25 09:02:39 +01:00
niels
87c3d8f4d3 free internal buffer (or run out of memory) 2012-11-25 09:01:04 +01:00
niels
06b75f4abd drop overlap buffer after use 2012-11-25 08:46:01 +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
241932864f disable multithreaded sub supersampling. model incomplete 2012-11-23 01:06:03 +01:00
niels
f29a4a8c7b fix segfault on 64bit 2012-11-23 00:36:14 +01:00
niels
d940f6e03d add new files 2012-11-22 23:02:19 +01:00
niels
59db8c5106 move multithread code to vj-task.c, added tasks for sub- and supersampling, refactor multithreaded memcpy methods 2012-11-22 23:00:40 +01:00
niels
701870e911 Merge branch 'master' of code.dyne.org:veejay 2012-11-22 18:38:03 +01:00
niels
83b70813e2 increase thread pool limit to 32, limit VEEJAY_MULTITHREAD_TASKS
add override norm option to dummy stream (used to always start in PAL@25fps)
2012-11-22 19:23:50 +01:00
niels
9856708bda drop embedded help 2012-11-22 01:09:24 +01:00
niels
0a922175c7 fix uninitialized value of lparam, moved all dynamic structures to static. max threads is 16. 2012-11-22 00:40:32 +01:00
niels
0f8bcf1cc9 stop veejay when VEEJAY_MULTITHREAD_TASKS is too high 2012-11-21 21:29:29 +01:00