Commit Graph

208 Commits

Author SHA1 Message Date
c0ntrol
a2db1d5501 issue #42, add mean filter, constrain bg subtraction filters to 1 instance 2016-04-02 16:34:44 +02:00
c0ntrol
dc89c1c135 fix compile warnings ( ./configure --enable-compile-warnings ) 2016-03-25 16:16:04 +01:00
c0ntrol
3f8dd313a2 fix issue #91 2016-03-25 13:15:41 +01:00
c0ntrol
9c03d2174e drop support for v4l1, fix issue #87 2016-03-23 21:21:56 +01:00
c0ntrol
cce52c2a7a cleanup, update email addr, fix compile warnings 2016-03-22 20:43:42 +01:00
c0ntrol
d1a074fd1c keep track of allocated framebuffer, free them at close 2016-03-21 21:53:23 +01:00
c0ntrol
12604b28a8 do not list inactive controls, issue #77 2016-03-16 19:39:51 +01:00
c0ntrol
dc75644f4b refactor yuv4mpeg; support scaling of input source 2016-03-15 22:11:44 +01:00
c0ntrol
155fcf9a70 fix bug in yuv4mpeg streaming (wrong picture color) 2016-03-13 15:18:58 +01:00
c0ntrol
1fa46c70d9 add yuy2 to yuv_plane_sizes, clear format struct before fetching format info from v4l2 device, add env VEEJAY_V4L2_PREFER_JPEG, changed precedence of pixel formats, fix return value in v4l2_pixelformat2ffmpeg 2016-03-13 11:32:05 +01:00
niels
69d18d2980 signal thread while in lock, not outside of lock. fix jumpy playback 2016-02-15 21:19:32 +01:00
Niels Elburg
c58807d074 i686 build fixes, ffmpeg updates 2016-01-10 21:11:05 +01:00
niels
d5db322761 cummulative changes 2015-12-17 18:34:28 +01:00
niels
fe4cd70850 clean up old fixme 2015-12-11 21:20:56 +01:00
niels
d2359f9a02 remove debug msg 2015-12-11 20:31:48 +01:00
niels
413085632e clean up 2015-12-10 22:37:52 +01:00
niels
5a7d7c349c fix mulitrack widget sensitivity, check for error after allocating memory in veejay client, limit preview width and height to size of buffer, reset chain when switching back to plain mode, set preview image format correctly, align VJFrame structure, reduce memory usage in performer, cleanup 2015-12-07 23:41:44 +01:00
niels
70ddd6dee2 added #73, refactor task handler, fix problem in task manager that caused threads to run in serial, added parameter to alpha:set from mixing source, optimized mask transition, updated status handling in all clients, added new icons, removed obsolete code 2015-12-06 20:32:15 +01:00
niels
f26271d48f fade in fade out corner cases 2015-12-01 22:08:18 +01:00
niels
352198d708 thread shutdown v4l2 2015-12-01 19:58:52 +01:00
niels
f3fd9297f0 fix bug in loading samplelist with active streams, fix fade in button, fix exiting v4l2 thread 2015-12-01 01:29:32 +01:00
niels
9785030cd6 refactor chain fader and methods 2015-11-30 23:28:47 +01:00
niels
f5a2b3b6f5 regression, some cleanup 2015-11-30 21:00:23 +01:00
niels
ad2fef3fa0 fix distortion fx, honor fade_method in auto fader, fix crash on failed generator loading, fix typo (issue #32) 2015-11-30 20:48:55 +01:00
niels
1cd71ef76a fix error handling and cleanup in v4l2 stream driver 2015-11-30 20:43:27 +01:00
niels
6cdf727092 32 status outlets
refactored camera controls,
refactored stream panel,
added alpha blend to (manual) chain fader
added generator parameters,
changed VIMS_CHAIN_MANUAL_FADE,
add fade_method property to stream and sample
optimize masktransition using (auto) vectorization
added vims VIMS_GET_STREAM_ARGS
added vims VIMS_STREAM_SET_V4LCTRL
added vims VIMS_STREAM_SET_ARGS
refactored chain fader
updated sendVIMS for pd
update sayVIMS
fix #47
update #31
2015-11-29 23:43:50 +01:00
niels
8afa7a5581 fix segfault on exit 2015-11-17 22:14:22 +01:00
niels
7ffa2d6378 add symbol for subrender 2015-11-15 13:28:28 +01:00
niels
5256b132f6 put fx id in generator title tag 2015-11-13 22:31:40 +01:00
niels
8960b2d424 fix error handling, fix deadlock , fix stream names 2015-11-13 22:29:04 +01:00
niels
0bea992a81 regression, refactor 2015-11-02 00:36:52 +01:00
niels
9f50171715 return fx anim parameters when enabled in get all parameters 2015-10-31 22:10:18 +01:00
niels
2d5871bc27 clear alpha channel when FX is deactivated or removed 2015-10-30 22:52:31 +01:00
niels
7108d10637 fix issue #32, prereq for issue #31 2015-10-30 00:24:15 +01:00
niels
94e2385e3b until issue #32 is resolved 2015-10-29 01:03:35 +01:00
niels
59df377958 enable rendering of fx chain for all mixing samples and streams, enable sub-rendering of samples by default, enable sub-rendering of streams by default 2015-10-28 00:35:58 +01:00
niels
2a3bb54f04 refactor perspective tool, add as built-in FX, remove obsolete code 2015-10-24 18:05:44 +02:00
niels
83c2464c89 added video wall feature (issue #16)
backported obsolete resampler from ffmpeg (issue #12)
added lvdshared plugins to facilite #16 on local machine via shared memory
fixes to reloaded ui (maximize screen and others)
added -b and -a to reloaded commandline to resp. enable beta feature (SRT) and to connect to all (local running veejays)
fixes to built-in FX
solve issue #23 in reloaded (samplelist load image)
add VIMS_GET_SHM_EXT to query remote veejay properties
add VIMS_GET_SAMPLE_IMAGE to grab any frame (issue #23)
add VIMS_SPLIT_CONNECT_SHM to request part of frame via shm
fixes to general error messages and warnings
replaced env VEEJAY_SCREEN_SIZE with VEEJAY_DESKTOP_GEOMETRY
added env VEEJAY_VIDEO_POSITION
bump version to 1.5.58
2015-10-21 20:53:22 +02:00
niels
2e45efb14d fix issue #15 2015-10-09 21:42:19 +02:00
c0ntrol
ad74e856f0 issue #11 ;change configure option --with-arch-target=auto to allow user to build veejay for the current cpu type. by default, it uses -mtune=generic. fixed CFLAGS during build, update spec file, update howtocompile doc, changed behaviour of cpuinfo.sh script 2015-10-07 21:30:40 +02:00
niels
0c8fbc1252 fix check on stream id 2015-10-04 16:59:02 +02:00
Patric Schmitz
dd965cb2c7 Move bio2jack, libhash, liblzo, mjpegtools to thirdparty subfolder 2015-09-09 00:00:47 +02:00
Patric Schmitz
b065fa7f45 Fix automake warnings, start restructuring folders
Get rid of deprecation warnings INCLUDES -> AM_CPPFLAGS. Closes #4.
Move aclib, libOSC to thirdparty subfolder
Fix typo in libvjmsg/Makefile.am
2015-09-08 22:04:00 +02:00
niels
5f202a28b1 only set default fx values when fx id is changed, only clear/reset kf when fx id is changed 2015-08-05 21:23:19 +02:00
niels
23779a3a3b add button to fx chain to render image effects on mixing sources, added shift + number modifier to select banks (affects french keyb), save and load sub render option 2015-08-03 11:45:36 +02:00
niels
1a83fbfbe6 fix compile warning 2015-07-30 22:16:56 +02:00
niels
ab7969db1b optimized formatting status message (divide and conquer sprintf format) 2015-07-29 22:07:42 +02:00
niels
9fca3094c7 fix v4l get info 2015-07-26 17:46:21 +02:00
niels
a93c5a97e0 regression 2015-07-25 21:57:18 +02:00
niels
313266d970 fix warnings 2015-07-25 21:55:23 +02:00