c0ntrol
9c03d2174e
drop support for v4l1, fix issue #87
2016-03-23 21:21:56 +01:00
c0ntrol
8ba26a46ca
fix configure flag --enable-compile-warnings
2016-03-21 21:51:17 +01:00
c0ntrol
1eb4ff18eb
add fastarm memcpy
2016-02-13 18:53:36 +01:00
c0ntrol
369d9ada45
remove double march setting
2016-02-12 21:01:34 +01:00
c0ntrol
d83f2ff4cf
detect neon on odroid
2016-02-12 20:59:35 +01:00
c0ntrol
3a9378191e
change how arm is detected (in progress)
2016-02-12 20:36:01 +01:00
c0ntrol
7f997d764f
fix issue #81 , added NEON optimized memcpy, added --enable-neon configure flag, updated ODROID-XU4 documentation
2016-02-09 21:36:53 +01:00
c0ntrol
856bc18802
allow veejay to load images on older systems (glib 2.35 and older)
2016-02-06 18:39:37 +01:00
c0ntrol
6dde0fb842
workarround bug in gcc that fails to detect arch settings
2016-02-06 18:00:26 +01:00
niels
6cdf727092
32 status outlets
...
refactored camera controls,
refactored stream panel,
added alpha blend to (manual) chain fader
added generator parameters,
changed VIMS_CHAIN_MANUAL_FADE,
add fade_method property to stream and sample
optimize masktransition using (auto) vectorization
added vims VIMS_GET_STREAM_ARGS
added vims VIMS_STREAM_SET_V4LCTRL
added vims VIMS_STREAM_SET_ARGS
refactored chain fader
updated sendVIMS for pd
update sayVIMS
fix #47
update #31
2015-11-29 23:43:50 +01:00
Patric Schmitz
666329755d
remove custom freetype header macros. closes #45
2015-11-10 04:53:06 +01:00
niels
18221ad1fb
lower libqrencode version prerequisite
2015-11-05 20:18:22 +01: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
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
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
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
Patric Schmitz
dd965cb2c7
Move bio2jack, libhash, liblzo, mjpegtools to thirdparty subfolder
2015-09-09 00:00:47 +02:00
Patric Schmitz
b065fa7f45
Fix automake warnings, start restructuring folders
...
Get rid of deprecation warnings INCLUDES -> AM_CPPFLAGS. Closes #4 .
Move aclib, libOSC to thirdparty subfolder
Fix typo in libvjmsg/Makefile.am
2015-09-08 22:04:00 +02:00
niels
dfa5e7871c
bump
2015-07-31 20:05:15 +02:00
niels
34ae8b8daa
bump 1.5.56
2015-07-31 17:22:22 +02:00
niels
760c7c21cf
bump
2015-07-30 23:49:27 +02:00
niels
424c88a81a
fix deprecated warnings related to jack in bio2back
2015-07-30 22:11:35 +02:00
niels
3feca56a06
bump 1.5.53
2015-07-26 17:49:11 +02:00
niels
6cf5b5809c
bump veejay
2015-07-25 16:32:26 +02:00
niels
dcb5ee00a9
bump
2015-06-22 23:38:35 +02:00
niels
0a9faf2e94
enable AVX support, update veejay -B output
2015-06-14 00:52:16 +02:00
niels
b5f5132ab5
update optimized memcpy (sync with xine-lib), profile heap allocation, use runtime cpu flags to select best memcpy/memset functions, update internal benchmark test, updated info dump (-B), report selected best memset
2015-06-07 23:22:17 +02:00
niels
2ba715f9c4
replace strdup for vj_strdup (faster), fix magic tracer, clear task banks after completing multithread task
2015-06-07 00:13:51 +02:00
niels
53ffbbc3e0
add VIMS 435, bump version to 1.5.50
2015-03-31 18:45:01 +02:00
niels
ea191b1f1d
add commandline option --qrcode-connection-info to write veejay's connection info into a qrcode. added function to retrieve external ip address. display qrcode or veejay logo. add libqrencode as optional dependency
2015-03-28 23:33:02 +01:00
niels
fcc9c7f716
bump to 1.5.49, reloaded now requires veejay 1.5.49
2015-03-01 18:25:15 +01:00
niels
869b22ce4d
bump
2015-02-22 11:45:46 +01:00
niels
ebad6f86af
add more paths for plugins, update build scripts
2015-02-08 12:42:26 +01:00
niels
6c35be2be0
bump to 1.5.47
2015-01-27 23:59:25 +01:00
niels
9860473466
build fixes debian sid, add support for libav 11.1
2015-01-25 18:11:47 +01:00
niels
1172c76d9c
drop libsamplerate entirely, enable volume effect in bio2jack , sync avilib against mjpegtools 2.1
2015-01-24 00:43:09 +01:00
niels
8ecda16c53
fix detection of development headers for sdl ttf, removed some dead code
2015-01-23 22:58:50 +01:00
niels
4105bd2f56
add VIMS 387, VIMS_OSL (on-screen-logging). Activate with CTRL + Home.
2015-01-18 19:05:48 +01:00
niels
d57467d1db
bump to 1.5.45
2015-01-16 21:32:20 +01:00
niels
d33c0441a9
bump version
2015-01-13 20:47:22 +01:00
niels
a488172286
bump to 1.5.43
2015-01-11 20:43:31 +01:00
niels
e71eb05db3
bump to 1.5.42 (livido compatibility)
2015-01-11 14:57:01 +01:00
niels
1897fd4140
update copyright year, bump to 1.5.41
2015-01-11 02:01:01 +01:00
niels
164816ab7a
have simpler backtrace handler, optionally link against libunwind.
2015-01-09 21:27:57 +01:00
niels
34223c601a
last commit of 2014
2014-12-31 17:24:38 +01:00
niels
45d84f9df8
bump
2014-12-31 02:35:48 +01:00
niels
35d54efa49
do not define HAVE_ASM_AVX (untested code)
2014-12-28 23:33:17 +01:00
niels
68905f13bc
bump
2014-12-28 20:03:19 +01:00
niels
4b6e573d4e
detect if femms is working on newer amd, add detection for avx, added avx optimized memcpy, added mmx and mmxext optimized memcpy from xine, added optmized sub and super sampling routines
2014-12-27 21:07:13 +01:00