Commit Graph

1754 Commits

Author SHA1 Message Date
niels
089344fc7a scale luminance channel to 0-255 range before using it as alpha channel (with auto conversion is turned off) 2015-10-26 21:47:43 +01:00
niels
408e8b3ab1 set dummy mode correctly 2015-10-26 20:17:12 +01:00
niels
c293fda67d do version check on PIX_FMT_YUVA422P (videolan project) 2015-10-26 19:59:40 +01:00
d-j-a-y
7dc77816d4 Create Readme veejay-server / doc
* fill with "folder dump" 

`for i in *; do echo "* [$i](doc/$i)">>README.md ; done`
2015-10-26 17:13:53 +01:00
niels
e8b84029b7 regression 2015-10-25 23:45:15 +01:00
niels
faecdc8f13 add file 2015-10-25 23:43:53 +01:00
niels
5640b2b0ca fix issue with reset samplebank in reloaded,
only warn about mismatching audio properties if started without audio,
add alpha channel support to livido,
renamed a FX,
added mixtoalpha,alphafill,alpha2img,toalpha,alphaflatten,
handle alpha plane,
vims 048 enables full sub-chain render incl. mixing effects,
2015-10-25 23:34:02 +01:00
niels
5742ed6f71 add fx (regression, missing file) 2015-10-24 23:00:40 +02:00
niels
2a3bb54f04 refactor perspective tool, add as built-in FX, remove obsolete code 2015-10-24 18:05:44 +02:00
niels
e5382fc4d0 regression, lastframe set as firstframe 2015-10-23 19:17:00 +02:00
niels
d32df05132 consistency 2015-10-23 00:48:34 +02:00
niels
66c2ea990f use memset, indent 2015-10-23 00:34:23 +02:00
niels
84548a0f9f fix "Append samplelist" , load EDL using original sample id 2015-10-23 00:17:43 +02:00
niels
6c2d91de1f warn about EDL files not beeing loaded from sample 2015-10-23 00:02:56 +02:00
niels
51c0f0f0de palette array sizes 2015-10-23 00:02:22 +02:00
niels
61a43fd74e fix sample list load (create sample after assigning id) 2015-10-22 23:51:37 +02:00
niels
e8d8c5af69 disable projection mapping if wrong configuration is loaded for a sample and print message with instruction 2015-10-22 23:03:25 +02:00
niels
94ef2daefd push frames for livido mixers, put selector on index 0 instead of 11, define CLAMP 2015-10-22 22:20:21 +02:00
niels
146bb75e55 add livido color exchange plugin 2015-10-22 22:18:19 +02:00
niels
9b7cd464ca fix array size 2015-10-22 21:52:14 +02:00
niels
1bdcd91842 array size 2015-10-22 21:51:07 +02:00
niels
fcc31bf717 fix message 2015-10-22 21:46:14 +02:00
niels
574e4c467d fix return value in init 2015-10-22 20:40:28 +02:00
niels
6162cc2e73 fix parameter name 2015-10-22 20:31:22 +02:00
niels
d8c7773d2b add doc on video-wall 2015-10-22 01:14:29 +02:00
niels
958b552fdc add license 2015-10-22 01:02:20 +02:00
niels
519f9f00c0 properly setup width and height livido parameters 2015-10-21 23:19:36 +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
05d6c07cbb set previous playback speed when switching sample ( pause all samples -> resume one by one, resume at sample speed), move initialization to playback cycle 2015-10-18 16:43:17 +02:00
niels
4ad65649a9 fix issue #25 2015-10-18 16:26:57 +02:00
niels
88c9a8bcc6 show resume speed 2015-10-18 16:08:49 +02:00
[d.j.a.y] Jerome Blanchi
5ace16c444 Veejay : Restore previous speed after play_stop event.
* Added a previous_playback_speed into video_playback_setup struct
* Init previous_playback_speed to 1 into veejay_init
* Use previous_playback_speed into vj_event_play_stop
2015-10-18 13:21:15 +02:00
[d.j.a.y] Jerome Blanchi
1ebe3b3540 Code Formating : clean (some) tabs and space mixed indentation 2015-10-18 13:21:15 +02:00
[d.j.a.y] Jerome Blanchi
fc28d5b0e5 Veejay - man : add [CTRL] + f has toogle fullscreeen 2015-10-17 21:34:41 +02:00
[d.j.a.y] Jerome Blanchi
98851bfadf Veejay - man : fix typo + add [] around key from keybinding section 2015-10-17 21:34:41 +02:00
niels
5f2fbd49ab add support for livido width and height parameters 2015-10-17 17:08:09 +02:00
[d.j.a.y] Jerome Blanchi
764d397b9f Veejay / console output : effect arg inc - display more infos (FIXED)
Goal : display more human readable informations.

* On vj_event set_arg_val , added "effect desc" and "effect param desc".
2015-10-17 12:33:55 +02:00
[d.j.a.y] Jerome Blanchi
5692ef1289 Veejay / console output : effect arg inc - display more infos (step1)
Goal : display more human readable informations.

* On param change , added "effect desc" and "effect param desc".
* TODO : do the same when fx param modified from client
2015-10-17 12:13:13 +02:00
niels
82c66810f9 add example to screen grab with ffmpeg by creating a v4l2 loopback device 2015-10-16 19:30:16 +02:00
niels
562bb85856 build fix libav 2015-10-11 12:00:34 +02:00
niels
a3dc2c6287 fix issue #14, marker start and end was reversed in saved samplelist file 2015-10-09 22:20:40 +02:00
niels
2e45efb14d fix issue #15 2015-10-09 21:42:19 +02:00
niels
f3b19ad8a7 most veejay users build from source, lets use --with-arch-target=auto to build for their current cpu type. if you don't know what kind of x86 cpu veejay would be running on, run configure with --with-arch-target=generic to set -mtune=generic instead of -march= 2015-10-08 19:55:19 +02:00
c0ntrol
97535f6e90 fix playback issue when frame-rate is not set, attach to issue #11 2015-10-08 18:49:50 +02:00
c0ntrol
9f65ac6efe fix issue #13 (handle libav-11) 2015-10-08 18:22:47 +02:00
c0ntrol
1c7841a620 regression introduced by issue #11 2015-10-07 21:42:52 +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
c0ntrol
8f1e6e4089 fix warning 2015-10-06 23:45:54 +02:00
c0ntrol
f20311b5b5 migitate impact of issue #12, allow user to disable libresample by passing --without-libresample to ./configure. passing this option disables the audio resampler (pitch up and down) 2015-10-06 22:13:24 +02:00
c0ntrol
30ddc26928 regression, issue #8 add thirdparty include folder to libsubsample makefile 2015-10-06 21:01:07 +02:00