Commit Graph

38 Commits

Author SHA1 Message Date
niels
c31f40fcdf fix many compile warnings 2014-12-21 17:05:25 +01:00
niels
4d95229818 update reloaded's configure.ac ( use AC_DEFINE consistently and fix CFLAGS ), fix SSE CFLAGS in veejay server's configure, fix many compiler warnings 2014-12-21 01:09:10 +01:00
niels
a3a400b7c1 show env var when not set, fix bug in free of sample's editlist, check edit_list before calling cache reset, deal with changing pixel formats in combined editlist, add SSE2 , MMX2 flags to scaler initialization 2014-11-23 18:45:48 +01:00
niels
63c563fb44 fix FX Anim 2014-11-23 15:28:30 +01:00
niels
8d2ce16227 Merge branch 'master' of code.dyne.org:veejay
Conflicts:
	veejay-current/veejay-client/configure.ac
	veejay-current/veejay-server/configure.ac
	veejay-current/veejay-server/libel/vj-avcodec.c
	veejay-current/veejay-server/libel/vj-el.c
	veejay-current/veejay-server/libstream/v4l2utils.c
	veejay-current/veejay-server/libvje/effects/chameleon.c
2014-11-22 20:59:53 +01:00
niels
3057db6d5d push fixes 2014-11-22 20:49:06 +01:00
niels
a73ff71780 fix possible segfault in yuv encoders -
added lzo self test if compiled with STRICT_CHECKING -
align lzo work buffer -
fix offsets for lzo headers -
added scaler to network receiver (tcp/unicast) -
added utility function to libvevo to set string arrays
refactored low level network send/receive message (vims) -
changed vj_client_read_i -
fallback to sending raw frames if compression fails (tcp/unicast) -
added VEEJAY_SERVER_RECEIVE_BUFFER_SIZE to customize raw send and recv window sizes -
fixed possible queue overload (vims) -
increased maximum message in vims queue (768) -
handle EAGAIN in server net i/o  -
added message on CAPS-LOCK modifier space bar -
refactored sending (un)compressed video frames -
2013-05-17 00:04:28 +02:00
niels
d24901f5b4 read VIMS messages larger then 4096 bytes (FX Anim and others, large packet)
bump version
2013-04-22 00:08:20 +02:00
niels
2e4361c096 fix FX anim. touches both server and client , upgrade both. 2013-02-24 21:45:53 +01:00
niels
c214ec6718 bugfixes 2012-06-19 07:55:04 +02:00
niels
b081a026dc free frei0r plugin for after deinit
allocate and assign structure to rgb output frame (fixes frei0r filters)
initialize any kind of livido plugin
cleanup after failed initialization of livido plugin
free plugins on exit
do not deactivate plugin during tag deletion
clean up some debugging messages
2011-09-11 22:57:45 +02:00
niels
846bfa1d40 merge new vj-client
added threadsafe gethostbyname
fix bug in reloaded set keyframes
drop vj_client_send_buf* functions
drop vj_client_setup_timeout
keep thread local buffer to store incoming frame (unicast stream)
recover gracefully when lock or unlock fails (unicast stream)
adapt poll frequency to find acceptable delay times
recover gracefully from network errors
retry to create connection when it fails while playing
destroy thread when locking functions fail
simpler get_frame for tag
dropped multicast stream for now
fix veejay_strncpy, null terminate string
drop use of bzero, use memset instead
rewrite part of cmd, socket peer-to-peer
rewrite VIMS verify message
rewrite VIMS parsing message
2011-09-11 00:48:18 +02:00
niels
27d76d713b reloaded:
on invalid status message, restart reloaded

veejay:
stream 'unicast': moved all net io into thread
validation to libvjnet, assigns invalid fd after close
fix possible segfault
fix accidental closing of connections
clear fd after new connection. read in next step
fix track listing event (causes hang in reloaded)
fix bundles event (causes hang in reloaded)
removed debug lines from previous run
2011-09-09 00:00:23 +02:00
niels
9e9333a473 getenv within #ifdef of strict_checking 2011-09-08 20:59:32 +02:00
niels
7a4d794155 charles fixes typo, 5th argument to VIMS_GET_IMAGE
make sure link is in use in network update
fix another typo
2011-09-08 20:45:32 +02:00
niels
ffe28500b7 <pre>
reloaded:
added (temporary) row of buttons to auto-connect local running veejays in VIMS/Veejay tab (samplebank)

veejay:
delete some logging statements
fixes to peer-to-peer streaming (tcp/ip unicast)
negotiate format in peer-to-peer streaming
added stream type 'Splitter' (do not use yet)
major bugfixes to network handling code
killed bug that caused first client connecting to freeze
added lines to read network stream from LiVES (inactive)
major bugfix to shutdown
re-arrangment of veejay server startup (as late as possible)

plugins:
shm_id can be negative, fix lvd_shmin

</pre>
2011-09-06 23:36: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
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
2c31b5e1f1 added support for v4l2 (beta)
fixes to reloaded's glade files
fix reloaded connection launcher
2011-02-27 15:38:17 +01:00
niels
e3ddf42a7a prefix every log message with time-since-startup
fixed bugs in polling/reading client messages
better status message preparation and sending
added vims 128 update mixing sample position
2010-11-07 21:13:07 +01:00
Niels Elburg
6071c86f7a Fix bugs in mcast
git-svn-id: svn://code.dyne.org/veejay/trunk@1406 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2010-03-04 19:31:06 +00:00
Niels Elburg
5156646bfc refactor libvjnet
git-svn-id: svn://code.dyne.org/veejay/trunk@1400 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2010-02-28 17:20:25 +00:00
Niels Elburg
94db906157 Added verbose output for VIMS, see message queue and VIMS contents. Also, fixed few bugs
git-svn-id: svn://code.dyne.org/veejay/trunk@1395 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2010-02-24 18:53:26 +00:00
Niels Elburg
6172b2c0b8 fix REG_RIP, fix preview locking veejay, fix jumping quick select
git-svn-id: svn://code.dyne.org/veejay/trunk@1393 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2010-02-22 21:09:46 +00:00
Niels Elburg
39389bc3e4 reverted non blocking send of large data blobs
git-svn-id: svn://code.dyne.org/veejay/trunk@1380 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2010-02-06 13:05:35 +00:00
Niels Elburg
c415a1b697 fixing bugs eeh
git-svn-id: svn://code.dyne.org/veejay/trunk@1376 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2010-02-05 21:22:32 +00:00
Niels Elburg
68950d6010 use timeout instead of wait. this hopefully resolves a freezing issue between server and client where client is pulling data and receiving nothing. this happens when veejay is sending so much output that the device queue overflows. timeout for read should be ideally 1.0/fps , however we use 1-2 seconds max for sending and resp. receiving.
git-svn-id: svn://code.dyne.org/veejay/trunk@1374 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2010-02-03 22:25:39 +00:00
Niels Elburg
18f4239eb3 track geo stat through veejayhq.net
git-svn-id: svn://code.dyne.org/veejay/trunk@1354 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2009-11-29 20:25:59 +00:00
Niels Elburg
56d83622f0 sync
git-svn-id: svn://code.dyne.org/veejay/trunk@1349 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2009-11-15 16:17:20 +00:00
Niels Elburg
c02f419bed added support for multicasting video in grayscale, rewrote mcast receiver routine to propery deal with late packets (fix corrupted compressed stream)
git-svn-id: svn://code.dyne.org/veejay/trunk@1326 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2009-04-05 16:57:25 +00:00
Niels Elburg
c4c1a60f21 multicast fixes, threading fixes
git-svn-id: svn://code.dyne.org/veejay/trunk@1322 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2009-03-22 14:52:38 +00:00
Niels Elburg
1c5c390061 fix unicap in configure.ac, fixed loading/saving of perspective transformations
git-svn-id: svn://code.dyne.org/veejay/trunk@1261 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2008-12-15 22:00:13 +00:00
Niels Elburg
79bebe1391 uv len
git-svn-id: svn://code.dyne.org/veejay/trunk@1255 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2008-12-11 20:47:39 +00:00
Niels Elburg
b6ef249042 add geo stat
git-svn-id: svn://code.dyne.org/veejay/trunk@1252 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2008-12-11 18:12:29 +00:00
Niels Elburg
e1653104f3 fix problem on creating v4l streams in dummy mode
git-svn-id: svn://code.dyne.org/veejay/trunk@1199 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2008-11-18 18:18:17 +00:00
Niels Elburg
10e8df1180 fixes
git-svn-id: svn://code.dyne.org/veejay/trunk@1189 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2008-11-16 18:42:20 +00:00
Niels Elburg
d8e6f98d53 Initial checkin of veejay 1.4
git-svn-id: svn://code.dyne.org/veejay/trunk@1172 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2008-11-10 20:16:24 +00:00