niels
3f787ad307
fix theme loading (commandline option -t), log samplebank layout, pass commandline option to gtk_init for debugging
2015-10-18 12:25:19 +02:00
Niels
7973c3d597
Merge pull request #20 from d-j-a-y/master
...
Veejay - man : fix typo + [] around keys + [CTRL] + f entry
2015-10-18 00:03:27 +02:00
[d.j.a.y] Jerome Blanchi
fc28d5b0e5
Veejay - man : add [CTRL] + f has toogle fullscreeen
2015-10-17 21:34:41 +02:00
[d.j.a.y] Jerome Blanchi
98851bfadf
Veejay - man : fix typo + add [] around key from keybinding section
2015-10-17 21:34:41 +02:00
Niels
ed76b56a0d
update links
2015-10-17 20:19:16 +02:00
niels
9d1f9565ca
initialize scaler only when needed in lvdcrop
2015-10-17 17:42:31 +02:00
niels
3a50c1c5f1
parameter bounds
2015-10-17 17:26:28 +02:00
niels
e7a4016e78
lvdcrop
2015-10-17 17:15:44 +02:00
niels
5f2fbd49ab
add support for livido width and height parameters
2015-10-17 17:08:09 +02:00
Niels
54b6755040
Merge pull request #19 from d-j-a-y/djay_display_effectdescr
...
Veejay / console output : more infos on fx param changes
2015-10-17 15:42:50 +02:00
Niels
4dd604a13b
Merge pull request #18 from d-j-a-y/master
...
Livido GMic : Add .gitignore
2015-10-17 15:41:21 +02:00
[d.j.a.y] Jerome Blanchi
764d397b9f
Veejay / console output : effect arg inc - display more infos (FIXED)
...
Goal : display more human readable informations.
* On vj_event set_arg_val , added "effect desc" and "effect param desc".
2015-10-17 12:33:55 +02:00
[d.j.a.y] Jerome Blanchi
5692ef1289
Veejay / console output : effect arg inc - display more infos (step1)
...
Goal : display more human readable informations.
* On param change , added "effect desc" and "effect param desc".
* TODO : do the same when fx param modified from client
2015-10-17 12:13:13 +02:00
[d.j.a.y] Jerome Blanchi
49c1083807
Livido GMic : Add .gitignore
...
based on veejay-server 's gitignore.
2015-10-17 10:47:28 +02:00
niels
82c66810f9
add example to screen grab with ffmpeg by creating a v4l2 loopback device
2015-10-16 19:30:16 +02:00
niels
562bb85856
build fix libav
2015-10-11 12:00:34 +02:00
niels
a3dc2c6287
fix issue #14 , marker start and end was reversed in saved samplelist file
2015-10-09 22:20:40 +02:00
niels
2e45efb14d
fix issue #15
2015-10-09 21:42:19 +02:00
Niels
7718b06566
Update README.md
2015-10-08 20:05:52 +02:00
Niels
836fc35277
invert --with-arch-target= configure option
2015-10-08 20:03:28 +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
52098728df
apply build fixes to veejay-client (issue #11 )
2015-10-08 19:00:13 +02:00
c0ntrol
97535f6e90
fix playback issue when frame-rate is not set, attach to issue #11
2015-10-08 18:49:50 +02:00
c0ntrol
def5064898
fix warning
2015-10-08 18:39:38 +02:00
c0ntrol
9f65ac6efe
fix issue #13 (handle libav-11)
2015-10-08 18:22:47 +02:00
Niels
566763271e
update readme.md, --with-arch-target is changed
2015-10-07 21:58:07 +02:00
Niels
00da78ca10
update README.md with configure flags
2015-10-07 21:57:20 +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
8f1e6e4089
fix warning
2015-10-06 23:45:54 +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
c0ntrol
30ddc26928
regression, issue #8 add thirdparty include folder to libsubsample makefile
2015-10-06 21:01:07 +02:00
c0ntrol
59fc0d03ec
include av.h in avhelper (fixes build error)
2015-10-06 21:00:38 +02:00
niels
0c8fbc1252
fix check on stream id
2015-10-04 16:59:02 +02:00
niels
8e78587c51
fix frame delay and fx entry spin when learning MIDI
2015-10-04 16:57:40 +02:00
Niels
19b128258c
Merge pull request #9 from flvi0/automake-fixes
...
merge Automake fixes
2015-09-15 19:05:08 +02:00
Patric Schmitz
dd965cb2c7
Move bio2jack, libhash, liblzo, mjpegtools to thirdparty subfolder
2015-09-09 00:00:47 +02:00
Patric Schmitz
50eef051c7
Add gitignore file
2015-09-08 22:38:55 +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
1385752c5a
Merge pull request #6 from flvi0/pix-fmts-libav
...
drop Pix fmts libav
2015-09-05 23:05:08 +02:00
Patric Schmitz
aaaf7d13e7
Remove RGB0, BGR0, 0RGB, 0BGR formats. Add ARGB, ABGR. Remove #if LIBAVUTIL_VERSION_MAJOR.
2015-09-04 12:36:01 +02:00
Patric Schmitz
339ac46039
Change ffmpeg_aclib array size to number of pixel formats defined in ffmpeg/libav
2015-09-04 12:25:16 +02:00
niels
83365867c8
remove duplicate definitions from supported_codecs (cleanup)
2015-09-02 21:31:39 +02:00
niels
355c1e730b
fix loading of Y42B video files and removed some old stuff that never really worked
2015-09-02 21:27:13 +02:00
Niels
d484874020
Merge pull request #1 from flvi0/master
...
Build fixes on Arch Linux
2015-09-02 13:50:30 +02:00
Patric Schmitz
805c94363b
Build sendVIMS with -fPIC
2015-09-02 00:29:31 +02:00
Patric Schmitz
d7cc706b3c
Fix pkgconfig include base path
2015-09-01 23:41:33 +02:00
niels
523771718b
update stuff on plugins
2015-08-27 20:20:57 +02:00
niels
bceb379555
import updated doc (matthijs)
2015-08-27 20:14:40 +02:00
niels
8ffc50c39e
added README
2015-08-25 21:02:34 +02:00