Commit Graph

8 Commits

Author SHA1 Message Date
niels
7364f891a1 dump plugin info on activate if compiled with strict checking -
fixed possible crash on plug_activate on 64 bit systems (all plugin types) -
deprecate duplicate function -
libvevo supports wider keys on 64 bits systems -
fix bug in fallback method network frame send -
smaller cosmetic fixes -
2013-05-17 22:43:15 +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
a3b6b8b0ad when host sets HOST_shmid and value is 0, do not clear env (do not interfere with VEEJAY_SHMID if value is invalid)
delete some printf statements
2011-08-31 19:15:32 +02:00
niels
bab8be059e added HOST_shmid for lvd_shmin (optional, old method still works)
added VIMS event to create new generator tag by .so name
added VIMS event to auto-connect to a shared resource
added VIMS event to create new splitter (dont use yet)
added VIMS event for enforce playback-modes for offline editing
 070:;  #enforce SAMPLE
 071;;  #enforce STREAM
 072:;  #reset behaviour to default

added splitter for loop/play recorder
added code for vj-share
added code for vj-splitter
2011-08-30 21:34:11 +02:00
niels
a5b463b5df fix lvd_shmin, wrong strides for pixel format
added HOST_fullrange for full yuv byte range (0-255) or "TV" yuv (16-235,16-240)
fix setting of palette in plug system
2011-08-22 20:33:11 +02:00
niels
ec25b12081 veejay shm writer: put livido palette in data header
added libswscale to lvd_shmin to scale and convert frame in shm resource
added pkg-config to RUNME.sh to find libswcale compile time flags
2011-08-21 19:18:54 +02:00
niels
7a4787e062 added livido plugin that creates and writes frames to a shared resource.
works with lvd_shmin
2011-08-15 20:58:46 +02:00
niels
e0a8fde5ba veejay can write output frames to shared memory now.
setup writer by setting env var 'VEEJAY_SHM_MASTER=<veejay port>'
during startup, the shared resource is initialized and the shmid is written to '$HOME/.veejay/veejay.shm'
the livido plugin 'lvd_shmin.so' reads the file '$HOME/.veejay/veejay.shm' to find the shmid to attach to,
or if the env var 'VEEJAY_SHMID' exists, read the shmid from the environment.
use ipcs, ipcrm if there are problems with the shared resource
2011-08-14 19:56:20 +02:00