Commit Graph

1161 Commits

Author SHA1 Message Date
c0ntrol
a2db1d5501 issue #42, add mean filter, constrain bg subtraction filters to 1 instance 2016-04-02 16:34:44 +02:00
c0ntrol
81da37e5f0 issue #42, subformat 2016-03-31 18:08:25 +02:00
c0ntrol
d04026629c Merge branch 'master' of github.com:c0ntrol/veejay 2016-03-29 20:39:02 +02:00
c0ntrol
46fd8bff60 add new FX, binary threshold via otsu's method (issue #42) 2016-03-29 20:38:23 +02:00
c0ntrol
c24292e23b remove obsolete function 2016-03-29 20:37:56 +02:00
Niels
d01f66370b copy-paste license error, update year 2016-03-28 21:31:59 +02:00
c0ntrol
8250e5b4dd Merge branch 'master' of github.com:c0ntrol/veejay 2016-03-28 18:35:35 +02:00
c0ntrol
d8dc796e16 add background subtraction gaussian method, fixes for issue #42 2016-03-28 18:34:26 +02:00
c0ntrol
8de593268e enable MMX/SSE macros for constant time median filter 2016-03-28 18:33:39 +02:00
Niels
90ef99a6f3 minor update, default port
multicast should be tested
2016-03-25 18:17:54 +01:00
Niels
fcd569265b convert video with ffmpeg 2016-03-25 18:14:38 +01:00
Niels
24e796dfdb update compile doc, plugin-pack lvdgmic 2016-03-25 18:10:25 +01:00
c0ntrol
b32e4a483a indenting, alpha message 2016-03-25 16:39:24 +01:00
c0ntrol
dc89c1c135 fix compile warnings ( ./configure --enable-compile-warnings ) 2016-03-25 16:16:04 +01:00
c0ntrol
3f8dd313a2 fix issue #91 2016-03-25 13:15:41 +01:00
c0ntrol
29f5d4a29c issue #42, loop forever in pixelate 2016-03-25 10:07:56 +01:00
c0ntrol
9137468ccd lang 2016-03-25 09:56:26 +01:00
[d.j.a.y] Jerome Blanchi
aa2102f512 DOC : note about video audio stream when using sound 2016-03-25 08:56:14 +01:00
[d.j.a.y] Jerome Blanchi
b435bddf9c audio doc
* example of encode audio
2016-03-25 08:22:45 +01:00
c0ntrol
902cd3f266 extend subtract background fx, issue #42 2016-03-24 21:18:54 +01:00
c0ntrol
9c03d2174e drop support for v4l1, fix issue #87 2016-03-23 21:21:56 +01:00
c0ntrol
cce52c2a7a cleanup, update email addr, fix compile warnings 2016-03-22 20:43:42 +01:00
c0ntrol
99c04695fe issue #42, fix use of uninitialized variables, fix invalid reads, fix compile warnings, fix memory leaks (at exit), added missing modes to luma magick fx 2016-03-21 21:53:52 +01:00
c0ntrol
d1a074fd1c keep track of allocated framebuffer, free them at close 2016-03-21 21:53:23 +01:00
c0ntrol
8ba26a46ca fix configure flag --enable-compile-warnings 2016-03-21 21:51:17 +01:00
c0ntrol
1e62476374 fix bg subtract, add extra mode to magic mirror, fix snap bg, added special mode to magic mirror that depends on bg subtraction 2016-03-20 19:36:11 +01:00
c0ntrol
b38f8e84c4 add livido fx background subtraction 2016-03-20 19:34:15 +01:00
c0ntrol
d26ff24761 bugfixes to motionmapping, optimizations to magicmirror, fix bug in magicmirror, added interpolation parameter to motionmapping FX 2016-03-19 20:17:01 +01:00
c0ntrol
5018085f41 update odroid documentation, upgrade to gcc 4.7 on ubuntu 12.04 2016-03-19 18:02:06 +01:00
c0ntrol
10522e04c2 __builtin_assume_aligned is only since gcc 4.7 2016-03-19 17:41:29 +01:00
c0ntrol
ac35bb86c3 refactor so gcc can auto vectorize motion mapping 2016-03-19 16:40:32 +01:00
c0ntrol
443742ad3c fix motion mapping, issue #42 2016-03-18 21:23:28 +01:00
c0ntrol
4be19bde83 update man page, supported video codecs and formats 2016-03-16 19:50:11 +01:00
c0ntrol
12604b28a8 do not list inactive controls, issue #77 2016-03-16 19:39:51 +01:00
c0ntrol
50e5c8e017 allow user to select memcpy and memset optimized functions, add env var VEEJAY_MEMSET_METHOD and VEEJAY_MEMCPY_METHOD, update man page 2016-03-16 19:24:37 +01:00
c0ntrol
be11b430e2 remove BTC donation address (it is not used) 2016-03-16 19:24:21 +01:00
c0ntrol
41ee273ecd slightly increase buffer size to better identify best memcpy method 2016-03-16 18:41:20 +01:00
c0ntrol
dc75644f4b refactor yuv4mpeg; support scaling of input source 2016-03-15 22:11:44 +01:00
c0ntrol
e70be9df5a remove bitcoin donation qrcode 2016-03-15 19:14:58 +01:00
c0ntrol
a259d2bff7 remove BTC donation address (it is not used), fix timing issue when bad video frame is queued 2016-03-13 15:19:42 +01:00
c0ntrol
5acc646f02 change return value of yuv4mpeg chroma function (default) 2016-03-13 15:19:21 +01:00
c0ntrol
155fcf9a70 fix bug in yuv4mpeg streaming (wrong picture color) 2016-03-13 15:18:58 +01:00
c0ntrol
1fa46c70d9 add yuy2 to yuv_plane_sizes, clear format struct before fetching format info from v4l2 device, add env VEEJAY_V4L2_PREFER_JPEG, changed precedence of pixel formats, fix return value in v4l2_pixelformat2ffmpeg 2016-03-13 11:32:05 +01:00
c0ntrol
9e424049e6 issue #82, insert warning 2016-02-17 21:48:54 +01:00
c0ntrol
5f4dcbfe24 put in fallback to default march=native if arch detection fails 2016-02-15 21:36:41 +01:00
niels
9cd7fa49dd not all system report the same things 2016-02-15 21:29:58 +01:00
niels
69d18d2980 signal thread while in lock, not outside of lock. fix jumpy playback 2016-02-15 21:19:32 +01:00
c0ntrol
570db8dd5e fix implicit declaration 2016-02-14 11:16:06 +01:00
c0ntrol
1eb4ff18eb add fastarm memcpy 2016-02-13 18:53:36 +01:00
c0ntrol
61f7de936c update README.odroid-xu3 2016-02-12 21:05:26 +01:00