Commit Graph

89 Commits

Author SHA1 Message Date
niels
5c0f5a2f81 kick out mjpegtools cpuinfo.sh, use one that tests native option and fallback to generic. added configure option '--with-arch-target=<cpu_type>' to override behaviour. 2014-12-21 15:17:48 +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
fe0fe41b1c fix merge conflict in reloaded, update versioning (you need to re-run autoconf and configure or rebuild in new directory) 2014-12-20 18:57:11 +01:00
niels
a0c6ee6737 use AC_DEFINE consistently 2014-12-19 23:10:50 +01:00
niels
2a25db0cfe link against mjpegtools if installed on system or build embedded one. move mjpeg logging handler to libvjmsg, replace mjpeg_error with veejay_msg 2014-12-19 22:40:26 +01:00
niels
18f6ff44e6 use /usr/lib/pkgconfig as default for PKG_CONFIG_PATH. configure outputs only notice 2014-12-17 23:52:19 +01:00
niels
054d073083 fix build error 2014-12-14 17:06:08 +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
6939b05a38 fix CODEC_TYPE_VIDEO 2014-02-22 19:24:47 +01:00
niels
e649dfb5a8 arch build fixes (ffmpeg-compat)
some bugfixes
removed changelog from PKGBUILD
bumped version
2014-02-01 17:45:23 +01:00
niels
f995c5690a build fixes 2013-12-30 21:35:31 +01:00
niels
138aaddc5b bump version to 1.5.29 2013-10-09 20:29:37 +02:00
niels
7669973362 no changelog in PKGBUILD,
drop one init call
2013-07-01 21:45:44 +02:00
niels
927a5bd33b drop unicap dependency 2013-06-07 20:24:15 +02:00
niels
7afb4c6791 bump to 1.5.28 2013-05-21 00:43:06 +02:00
niels
e1cd8c4469 patch veejay to work with pd 2013-03-10 13:50:03 +01:00
niels
2e4361c096 fix FX anim. touches both server and client , upgrade both. 2013-02-24 21:45:53 +01:00
niels
f9e12664c4 push 2013-02-07 21:31:04 +01:00
niels
90380101ae bump version to .24 2013-01-04 23:02:50 +01:00
niels
9a841c1ccd clock_gettime configure.ac check, put -lrt anyways.
fix uninstall target
2012-12-31 18:08:09 +01:00
niels
612e049b66 fix audio ticks, increased resampler to 32 slots (affects slow motion speed), print warning when dequeing video takes too long (only when playing audio), better sync clock, removed unnecessary memcpy, schedule cpu affinity to cpu #1 for timer thread, schedule priority to timer thread, allow video frames to be skipped. bump version to v1.5.23 2012-12-31 00:58:27 +01:00
niels
20c686851f update man page, bump version to .22 2012-12-30 00:15:56 +01:00
niels
e5ac37a5b8 fix reloaded build against newer ffmpeg, add large file support (avilib still limited to 4gb), workarround bug in lzo compressor,
refactored all memcpy into (multithreaded) frame copy, refactored all memset into (multirheaded) frame clear, multithreaded super and sub sampling (only tested 4:2:2 ), added new mode to pencil sketch, fixed bug in lens correction, multithreaded 36 effects, updated minilzo to newer version, multhreaded yuv functions for format conversion and pixel scaling, multithreaded fx chain fader, multithreaded fx apply in libvje. Fix bug in encoder when recording in high resolution,
2012-11-25 08:29:07 +01:00
niels
fe054becd0 bump to 1.5.21 2012-11-20 23:11:34 +01:00
niels
e2ebdcf077 fix ifdef errors when building with v4l1/v4l2/unicap 2012-09-23 20:14:28 +02:00
niels
401645f39c add building of livido plugins to build scripts and install to lib/livido-plugins
add configure switch to enable reporting of never freed vevo ports
2012-06-18 08:27:58 +02:00
niels
528a649383 push patch to add commandline options for mouse,keyb and show cursor
remove some unused and obsolete ffmpeg stuff
bump version
2012-04-21 15:10:28 +02:00
niels
50bb0fdab1 added VIMS 444, flags veejay to send identifiers of new samples to the client
fixed VIMS 413, gather sample info. end - start + 1
bumped version to 1.5.19
2012-01-10 20:39:32 +01:00
niels
5a030fc71e drop samplerate dependency 2011-10-28 20:15:22 +02:00
niels
1613169b29 confirm #336 , fixed
confirm #337, fixed
bump minor version
2011-09-17 15:17:03 +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
c12e5a6e09 changes to livido / frei0r loading,
still work in progress; frei0r plugins with input channels must be tested
work left in destroying plugins on exit/deactivate
work left in multitude of scalers by -Z commandline option
added -Z commandline option to load all generators as streams
added tag type 'GENERATOR' which can use frei0r,livido or freeframe generators
work left in parameter handling
changes to shared memory resource
removed env var VEEJAY_SHM_MASTER
create shared resource on startup
user activated by sending vims message 25
client can export VEEJAY_SHMID and run with Livido generators
2011-08-17 22:48:21 +02:00
niels
7dfb50a991 fixes to vj_tag_del
moved vevo debugging code to -DVEVO_TRACKPORTS (revolves plugin problems)
cosmetic fix to livido plugin
inserted inactive code in veejay's main function to report -DVEVO_TRACKPORTS
bump version
2011-08-11 20:42:13 +02:00
niels
79d2ebf2dc tag release 1.5.14 2011-07-17 19:48:24 +02:00
niels
d5297f5012 bump version 2011-07-10 22:34:10 +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
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
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
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
ba1ec7726a fix compilation of v4l2. re-run autogen.sh 2011-03-28 21:41:45 +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
829a2b98d9 argh 2011-02-05 20:14:46 +01:00
niels
6c27ffbb19 fix build, declare strict checking correctly 2011-01-24 19:17:09 +01:00
niels
e855b351ab fix freeframe parameter handling and have workarround
changed messages in loading plugins
added FREEFRAME_CFLAGS to configure script
2011-01-23 21:29:29 +01:00
niels
abca67434a bump 2011-01-18 19:54:59 +01:00