Lukas Rucka
1a3e514b98
Packaging: add disable-cuda patch option
2017-04-09 11:29:22 +02:00
Lukas Rucka
b59d5db181
Packaging: fix comment tool to respect rpmspec commenting style
2017-04-09 11:29:18 +02:00
Lukas Rucka
a8611941c9
Packaging: Fix typo in autobuild generator
2017-04-09 11:29:18 +02:00
Martin Pulec
074d29c803
Deltacast: fixed wrong printf specifiers
2017-04-07 10:00:55 +02:00
Martin Pulec
d55cc45a54
Encryption: better handling of modes
...
* check if the received cipher mode is known (forward compatibility)
2017-04-07 10:00:55 +02:00
Lukas Rucka
9320de9b5d
Bugfix: patch handling of substring linux as part of PATH_PREFIX and LIB_DIR (conflict with predefined macro)
2017-04-06 19:05:48 +02:00
Lukas Rucka
b9529ca9ee
Packaging: rewrote the autobuild script and included it in the primary git template
2017-04-06 19:05:21 +02:00
Lukas Rucka
bc595df570
Packaging: prevent GCC specs interference (see https://gcc.gnu.org/ml/gcc-help/2010-05/msg00292.html )
2017-04-06 19:04:52 +02:00
Lukas Rucka
3617753080
Packaging: Switching to 1.4 with rpath
2017-04-06 19:04:44 +02:00
Lukas Rucka
5dd05edbba
Packaging: fix permissions on ultragrid modules
2017-04-05 23:41:50 +02:00
Lukas Rucka
39893171de
Packaging: support linux kernel 4.9 (Debian 9.0)
2017-04-05 22:24:56 +02:00
Martin Pulec
eabc29d956
Encryption: use CFB instead of CTR
...
* implemented CFB + switched to it because Debian currently does not
include CTR mode
* use CFB by default (decoder should still be able to decompress CTR if
support is compiled in)
2017-04-05 22:24:56 +02:00
Lukas Rucka
98943bf56d
Compilation compatibility fix - use std::isnan instead of isnan (broken gcc c++11 support)
2017-04-05 22:24:56 +02:00
Martin Pulec
db98fe320b
Configure: fixed potentially undefined variable
2017-04-04 16:54:57 +02:00
Martin Pulec
bba5867e41
common_preinit: use verbosity level from cmdline
2017-04-03 11:30:39 +02:00
Martin Pulec
d2961769f6
UltraGrid 1.4
2017-03-31 16:49:15 +02:00
Martin Pulec
8b2b9749d9
NEWS: added mixers
2017-03-31 16:48:51 +02:00
Milos Liska
2a88509bff
Updated NEWS
2017-03-30 13:20:51 +02:00
Martin Pulec
6a1ee06b48
Fixed another Coverity bugs
2017-03-22 13:44:17 +01:00
Martin Pulec
8b4679710d
Import: correctly close socket on error
...
+ use CLOSESOCKET macro instead of close
+ moved CLOSESOCKET macro to config_unix.h and config_win32.h
2017-03-17 15:39:04 +01:00
Martin Pulec
4cd91b5387
Control socket: better error check
2017-03-17 12:21:55 +01:00
Martin Pulec
00ab02fb58
Hd-rum-translator: not start control by default
2017-03-17 12:21:50 +01:00
Martin Pulec
ce48814a84
OpenGL: UYVY to RGBA - set alpha channel
2017-03-15 19:20:04 +01:00
Martin Pulec
4309421c52
Audio testcard: generate 1k instead EBU by default
...
* generate uninterrupted 1k sine instead of EBU pattern by default. EBU
is left as an option
* reindent/reformat code a bit
2017-03-15 17:26:09 +01:00
Martin Pulec
2894c313a2
Better input value check for bitrates and MTU
...
* better check values' boundries
* for MTU and traffic shapper also check if there are reasonable values
(eg. for the cases when they are interchanged by mistake)
2017-03-15 16:45:47 +01:00
Martin Pulec
a5d05d5a6c
Fixed Jumbo sending
...
Do not errorneously use Jumbo frames - there was check if receiver is a
loopback address before assigning it (using default value ::1).
2017-03-13 18:11:27 +01:00
Martin Pulec
dbc57f4f79
Video decoders: stats - use wider types
...
Use wider types - for FPS 0.1, 4-byte int overflows in nanosecond
duration.
2017-03-13 13:05:50 +01:00
Martin Pulec
f47597dd89
Fixed bugs reported by Coverity
2017-03-03 18:07:18 +01:00
Martin Pulec
178e3c346c
DVS: Fixed an error
...
Cannot test by now but it seemed that there has been a wrong condition
whether autodetect format or not.
2017-03-03 18:06:31 +01:00
Martin Pulec
6526d7c2ac
Blank cap. filt.: hot-fixed wrong behavior for BGR
2017-03-03 18:06:15 +01:00
Milos Liska
453a7c5534
Merge branch 'master' of github.com:CESNET/UltraGrid
2017-03-01 12:35:28 +01:00
Milos Liska
4c99411f7c
Updated copyright and projects
2017-03-01 12:34:51 +01:00
Martin Pulec
8a537bedde
Libavcodec: changed one warning
2017-02-24 14:37:53 +01:00
Martin Pulec
0b5b70cf3d
Libavcodec: allow multiple decoders to be specified
2017-02-24 11:59:52 +01:00
Martin Pulec
00bb10104d
Do not use colon as a delimiter for --param
2017-02-24 11:57:22 +01:00
Martin Pulec
feae858c65
Validate optional commandline parameters
2017-02-23 16:30:43 +01:00
Martin Pulec
77a7501d00
ALSA playback: renamed buffer length option
...
+ TODO whether not to use snd_pcm_hw_params_set_buffer_time_first()
instead of explicitly specifying range
2017-02-23 11:03:53 +01:00
Martin Pulec
ded740065c
Added --param low-latency-audio
...
Currently modifies these values these values:
* audio pbuf delay - 32 ms -> 5 ms
* ALSA playback - minimal value
* ALSA audio buffer (internal in UG module) - 20 ms -> 5 ms
* audio mixer, internal audio buffer - 50 ms -> 5 ms
2017-02-22 16:16:07 +01:00
Martin Pulec
8676bed5f5
Keyboard control: print a warning in color
2017-02-22 15:20:45 +01:00
Martin Pulec
1c18c5cdd2
Updated usage a bit
2017-02-21 16:29:46 +01:00
Martin Pulec
3fa2dd7f14
Configure: workaround to use Clang with CUDA 8
...
Use clang-3.8 with CUDA 8 by default for now since nvcc refuses gcc 6.
2017-02-21 09:58:06 +01:00
Martin Pulec
0787a637d0
Lavd: added conversions to v210
2017-02-20 11:27:30 +01:00
Martin Pulec
18154d3413
Moved some commandline parameters to --params
...
"ldgm-device" and "disable-keyboard-control" commandline parameters were
moved to --params. "window-title" can be as both, however as a
commandline argument it will be removed in future.
2017-02-20 11:27:30 +01:00
Martin Pulec
1c02c5e8b0
New way of documenting additional params (--param)
...
All parameters can now be listed with '--params help'.
2017-02-20 11:27:30 +01:00
Martin Pulec
0d9efb2f35
Lavd: print available fmts in debug mode
2017-02-20 11:27:30 +01:00
Martin Pulec
0ba340ee44
DShow: small fix
2017-02-20 11:27:30 +01:00
Lukas Rucka
ea25d80ae1
Packaging: OpenCV3 disabled for OpenSuSE
2017-02-15 19:16:04 +01:00
Martin Pulec
13d27f79ac
Libavodec dec.: implemented get_format callback
...
Implemented AVCodecContext::get_format callback to negotiate format that
UltraGrid understands. This is usable in cases when the format that
would be selected by default is not recognised.
2017-02-15 14:38:03 +01:00
Martin Pulec
ea7b331019
V4L2: missing newline
2017-02-15 14:25:43 +01:00
Lukas Rucka
f133691b5f
Packaging: Merged package specification into git, OSC _service modified to download from git
2017-02-15 10:56:43 +01:00