Commit Graph

178 Commits

Author SHA1 Message Date
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
niels
a154897421 fix warnings 2015-07-25 20:12:44 +02:00
niels
51b9701efc fix warning 2015-07-25 20:10:04 +02:00
niels
9e1cf516b0 fix include 2015-07-11 22:55:52 +02:00
niels
2ea884cda7 avhelper changes 2015-07-11 22:40:00 +02:00
niels
e4e913f0d7 fix compile warning 2015-07-11 21:59:03 +02:00
niels
6420a69587 fix crash during error on exit 2015-06-24 00:39:20 +02:00
niels
a4f1d9a00e fix leaks on stream delete and delete all 2015-06-23 23:47:55 +02:00
niels
b38f9e7c83 sprintf -> snprintf 2015-06-18 21:45:30 +02:00
niels
82be495bc6 fps and norm for both threading and non-threading v4l2 2015-06-18 21:43:41 +02:00
niels
a75bac7470 use norm setting from dummy info instead of edl to open v4l2 device, dont zero norm setting 2015-06-18 21:41:53 +02:00
niels
3df773ac25 delete double message 2015-06-18 01:08:15 +02:00
niels
46067f2047 write to y4m stream in separate thread 2015-06-18 01:03:53 +02:00
niels
40a30fbdb4 dont allocate memory in put function 2015-06-18 00:11:47 +02:00
niels
065825af86 change buffer allocation in v4l2, lock atomic section during intialization, fix leak 2015-06-17 23:52:17 +02:00
niels
57f91093d3 fix bad write 2015-06-17 23:29:25 +02:00
niels
a26ac5f608 optimizations, remove dead code 2015-06-13 02:19:54 +02:00
niels
2776e8da15 remove some compile warnings 2015-06-11 22:53:35 +02:00
niels
b1e78d6c15 fix formatting in -u/--dump-events, change status message maximum length to MESSAGE_SIZE, remove unused allocated buffer, remove unicap left-over, add comment, remove calls to obsolete function, update MAN page, update environment variables shown in -u/--dump-events 2015-06-09 00:11:21 +02:00
niels
2494d9df26 remove old stuff, fix ssize_t, align multiple of 32 bytes, fix Map B to A by threshold, fix some leaks at exit, pre-allocate memory for fx-chain to eliminate dynamic memory allocation when switching samples or manipulating the fx chain, add docs/README.memory, add commandline option to disable static fx chain, take size of static chain in account when combined with -m option, update man page, clear font worker after samples are deleted, fix possible oob write in srt get list, lock static chain to RAM (non fatal), dont clear job and task argument in multithreader (no effect) 2015-06-05 02:05:40 +02:00
niels
77a6e18655 free proj transform on exit, free plain edl on exit, surive loading FX you dont have loaded 2015-06-03 00:00:53 +02:00
niels
7a066ab763 free fx chain when sample is deleted 2015-05-31 00:42:59 +02:00
niels
ab1c8f72d2 clean up, remove unneeded function 2015-05-22 20:58:32 +02:00
niels
bb34d14799 check if width and height are set for loopback device 2015-05-22 19:44:00 +02:00
niels
9e04555c4f remove debug message 2015-05-02 00:24:21 +02:00
niels
e1f523748c clean up FIXMEs, left some as TODO, fixed leak in Swirl, delete unused VIMS, delete unimportant FIXMEs 2015-04-28 00:29:10 +02:00
niels
340cedbf5f refactor unicast streaming, solve flickering frame issue 2015-04-27 21:13:41 +02:00
niels
456809c94d dont disable self when using unicast stream, also cache generated frames 2015-04-27 01:05:16 +02:00
niels
9e79d9a4f4 fix preview in reloaded, fix problems in unicast streaming 2015-04-26 23:44:11 +02:00
niels
6fa60ca2d9 fix some compile errors 2015-04-24 18:38:32 +02:00
niels
0dddf9bb8a fix veejay to veejay video streaming via unicast, refactor network thread 2015-04-24 18:03:59 +02:00