Commit Graph

167 Commits

Author SHA1 Message Date
c0ntrol
cc77e45f8d refactor libvje 2020-07-10 20:36:33 +02:00
c0ntrol
e164ef5063 replay fedora fixes 2019-09-15 12:45:54 +02:00
Jerome Blanchi aka d.j.a.y
53d986e865 Enable Freetype2 again and fix debian buster build.
freetype (2.9.1-1) experimental; urgency=medium
	...
	 The `freetype-config' script is no longer installed by default
	      (Closes: #871470, #886461). All packages depending on libfreetype6-dev
	      should use pkg-config to find the relevant CFLAGS and libraries.

https://metadata.ftp-master.debian.org/changelogs//main/f/freetype/freetype_2.9.1-3_changelog
2019-07-19 15:31:52 +02:00
c0ntrol
37d89e6c07 #240 (black is not black), fix CCIR601 and JPEG yuv ranges, fix parsing FX list, drop aclib, fix compile warnings, remove obsolete code, support all sampling types in dv video, fix rgb yuv color conversion formula, conditionally set SDL yuv range 2019-07-07 22:50:20 +02:00
c0ntrol
faf02b121f add new FX Bloom (uses openMP) 2019-06-23 22:02:15 +02:00
c0ntrol
e1ece78782 issue #30, drop bitrotten SDL1.2.x, use SDL2 2019-06-15 20:02:03 +02:00
c0ntrol
36d0f6e55a move shared libraries to veejay-core package 2019-06-15 14:55:39 +02:00
c0ntrol
4f8aec8af5 add configure option to enable AddressSanitizer 2019-06-05 21:38:22 +02:00
Jerome Blanchi aka d.j.a.y
3e4c87a66f GTK3 : fix gtk2 - gtk3 mixed lib
Fix the following error :
Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported

#163
2019-05-21 18:34:49 +02:00
c0ntrol
0edc5bb91e bump veejay to 1.5.62 2019-05-15 22:15:52 +02:00
c0ntrol
45f1b9edb1 bump version 2018-12-27 20:34:04 +01:00
c0ntrol
1409779f0d fix #169, remove autogenerated files 2018-11-09 09:44:01 +01:00
c0ntrol
66d3edbcbf bump version 2018-08-11 21:54:50 +02:00
c0ntrol
b75f044a54 allow user to define custom mtune/march settings with --with-arch-target 2017-11-07 22:02:31 +01:00
c0ntrol
8afc7b1e82 issue #65 2016-06-08 12:40:41 +02:00
c0ntrol
05cbbc1fbe issue #111, add -ffast-math option to i686 build flags 2016-05-17 20:20:40 +02:00
c0ntrol
8b200d4a65 issue #111, detect SIMD in configure (negative branch), sync cpuinfo.sh 2016-05-17 20:09:28 +02:00
Niels
e120a0966f bump 2016-05-14 22:58:06 +02:00
c0ntrol
84eee0991e add tree vectorizer optimization flags to convience libraries, fix message in veejay lib, fix 'Frame Border Translation' FX, refactored 'AlphaLuma Overlay' to 'Channel Overlay' 2016-05-08 19:25:47 +02:00
c0ntrol
6e4535a52c fix issue #108, fix solid stream color wheel, added multicast streaming toggle button to reloaded, refacor libvjnet 2016-05-07 15:17:10 +02:00
c0ntrol
1d204942c4 undefined automake conditional, fixed 2016-04-27 18:34:41 +02:00
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