niels
be5029a5c1
allow 8 connections to receive a frame in one step,
...
do not return error when select returns 0
start sending frames earlier
2011-08-05 21:13:30 +02:00
niels
cef12f7887
fix livido versioning
...
delete duplicate livido header
version check on livido api when loading plugins
2011-08-04 22:07:51 +02:00
niels
98591369f9
more info when loading plugins
2011-08-04 20:18:02 +02:00
niels
c4513796ca
add number of output channels to frei0r and freeframe
2011-08-03 22:39:22 +02:00
niels
7fb7eb4bc9
enable livido functionality (beta)
...
support livido generator plugins as solid color tags (only used if configured)
added livido plugins. use RUNME.sh to compile .so objects to path configured in plugins.cfg
2011-08-03 22:01:44 +02:00
niels
8f43336b80
add net io logger (only enabled if compiled STRICT_CHECKING and env var VEEJAY_LOG_NET_IO="on" )
...
fixed corrupted header in tag type network for unicast/mcast
fixed segfault on listing v4l2 devices when there is none
2011-08-03 19:49:22 +02:00
niels
cf1c63e170
change vims 423: now has 5 arguments start_x,start_y,width,height,greyscale=[0|1]
...
fixed bounding box problem in vims 423 (thanks to charles goyard)
2011-07-26 20:25:50 +02:00
niels
270d156562
fixed infinite recursion in veejay_edit_addmovie_sample
2011-07-26 20:09:54 +02:00
niels
79d2ebf2dc
tag release 1.5.14
2011-07-17 19:48:24 +02:00
niels
78fb482b6c
add vims '148:sample_id pause_duration_in_frames resume_at_pos;'
...
this event holds (pauses) playback for a number of frames and resumes playback at at last position + offset
subsequent 148 messages may or may not keep it in hold mode (key pressed down)
lower key repeat delay in SDL to match frame rate
add 'SDLK_PAUSE' (pause/break) key to veejay's default keybinding to hold 5 frames
2011-07-17 19:47:23 +02:00
niels
c2c9c7f9ca
re-write pixel format negotiation for v4l2 devices
...
add VIMS_GET_IMAGE vims event '423:x y w h;' to return region of interest in YUV422
report error in v4l2_set_framerate
2011-07-17 17:15:59 +02:00
niels
d5297f5012
bump version
2011-07-10 22:34:10 +02:00
niels
aaa614fa92
drop send devices
...
fix v4l2 device list
2011-07-10 21:56:18 +02:00
niels
2486b67251
cleanup
...
fix norm setting
better video standard handling
2011-07-10 19:09:50 +02:00
niels
dbf9685ea5
bump version
...
beta support for vloopback / v4l2 (thanks to Xendarboh) untested
fixed commandline setting '-N or --norm'
knoch home server for geo-location statistics
2011-07-08 20:20:32 +02:00
niels
a6cde620bd
fix typo in man page on VEEJAY_CAPTURE_DRIVER
...
only use unicap when not using v4l2 (default: disabled)
2011-06-23 19:05:27 +02:00
niels
b6f5699961
drop configure option without-v4l2 / without-v4l
...
add option 'enable-v4l1'
v4l2 driver is default
check on failed open in v4l2_open
2011-06-21 17:37:49 +02:00
niels
92d605ce6c
added VIMS 049 to toggle video feedback source
...
added checkbutton to reloaded to toggle feedback source
2011-06-02 21:59:32 +02:00
niels
6e4ed40240
fix vloopback streaming between veejays in v4l1
...
warn if using v4l2
2011-06-02 20:00:32 +02:00
niels
50dcd0179b
bump to 1.5.10
...
fix reset of sample on SET_CHANNEL / SET_SOURCE events
fix VIMS_CONTINOUS_PLAY
fix VIMS_PROJ_INC
fix refreshing editlist on chain channel changes
allow value 0 as offset for frame_offset
2011-05-19 22:30:38 +02:00
niels
8f37e6b147
fixed VIMS 366
2011-05-07 10:27:14 +02:00
niels
2e594dc792
Merge branch 'master' of git@git.dyne.org:veejay
2011-05-07 00:50:40 +02:00
niels
dbabf14ec7
update man page and add environment variables for v4l2 capturing
2011-05-07 00:49:03 +02:00
niels
f6cb68c448
update help message
2011-05-07 00:38:33 +02:00
niels
6c33e1f6f5
fix sample continuous play mode (by default disabled)
...
VIMS message format: 035:%d; 1=restart samples, 0=do not restart samples
honour mode when changing from sample
also do not restart samples in chain
2011-05-07 00:37:07 +02:00
niels
21836b2a86
on older slackware, using -I m4 with autogen.sh does not work
2011-05-07 00:34:15 +02:00
niels
c913541a9d
added VIMS example for fade-out to black and fade-in from black
2011-05-05 23:58:46 +02:00
niels
da19eeb8ab
-Wl,-no-undefined ld flag
2011-04-25 21:21:28 +02:00
niels
6a6535334a
rename to vjlzo, cosmetic change
2011-04-25 21:10:17 +02:00
niels
70964ef497
fix compile warning in libvevo
2011-04-25 19:02:44 +02:00
niels
b5e7ff1089
fix typo in archlinux pkgbuild
2011-04-25 15:15:40 +02:00
niels
92e866ba80
add buildfiles for sayVIMS,fixes
2011-04-25 13:44:14 +02:00
niels
c32b928941
update pkgbuild files for archlinux
...
update copyright notice
2011-04-25 13:31:40 +02:00
niels
cab87d71a4
use threaded capture by default
...
added double buffered capture
attempted to fix pixelformat negotation
2011-04-13 23:58:47 +02:00
niels
630cd10cea
disable threaded capture until it is tested better
2011-04-11 23:16:08 +02:00
niels
6981ef5a72
set_status for non-threaded capture
2011-04-11 23:02:30 +02:00
niels
2d82c73b9d
fix freeze when trying to open non existing video device
...
bugfixes
2011-04-11 01:24:40 +02:00
niels
fa73aa5d67
implemented set_active, enable and disable routines for v4l2 capture
...
implemented pause v4l2 capture
2011-04-11 00:19:36 +02:00
niels
817373cc57
added VEEJAY_V4L2_NO_THREADING environment var to entirely disable threaded capture
...
fixed grey scale support
fixed mutex initialization (oops)
2011-04-10 23:41:58 +02:00
niels
8af7e6024b
fix fallback to read/write
...
minor cleanup
re-start capture on signal loss
2011-04-10 22:26:25 +02:00
niels
b0352f6776
fix commandline option -A to accept device number
...
added threading to v4l2 capture
added env var 'VEEJAY_V4L2_ALL_IN_THREAD' (set to 1 to move all image processing into thread and memcpy the captured frame to consumer)
added env var 'VEEJAY_V4L2_MAX_RETRIES' (try before giving up)
added env var 'VEEJAY_V4L2_CAPTURE_METHOD' (set to 0 to use read/write interface)
poll before pull frame
changed default to threaded v4l2 capture
2011-04-10 00:10:48 +02:00
niels
ff5557ce7a
deprecate v4l1, default to v4l2
...
added support for jpeg based webcams such as sony eye toy
scan /sys/class/video4linux to find v4l devices or use dummy list (video0 to video7)
added function to see basic jpeg header to jpegutils, nothing fancy
added beta support for mjpeg based video devices (untested)
2011-04-06 23:35:59 +02:00
niels
cb655ceb4e
make webcams work; video input channel = 0
2011-04-05 21:28:30 +02:00
niels
93475f8aef
last fix didnt work for all distro's, change to relative path
2011-04-04 19:41:38 +02:00
niels
be4c9b729b
build fixes
2011-04-04 19:26:53 +02:00
niels
9f0531316f
added AC_CONFIG_MACOR_DIR
2011-04-04 18:59:04 +02:00
niels
0ff5ecb6d0
bugfix start_at offset
2011-04-03 21:25:53 +02:00
niels
7e219cbd06
change sample delete all
2011-04-03 21:08:00 +02:00
niels
40ed5c609c
polish debian build files
2011-04-03 19:04:54 +02:00
niels
ba1ec7726a
fix compilation of v4l2. re-run autogen.sh
2011-03-28 21:41:45 +02:00