Commit Graph

1781 Commits

Author SHA1 Message Date
Martin Pulec
6067defc03 SAGE small fix 2014-09-10 11:19:48 +02:00
Martin Pulec
36b690857d H.264 rtp enc small fix 2014-09-10 11:19:36 +02:00
Martin Pulec
8ea0043ed8 Merge branch 'trunk'
Conflicts:
	src/rtp/rtpenc_h264.c
2014-09-09 14:42:33 +02:00
Martin Pulec
206ef5ed4e Audio codec: fixed usage + small fix 2014-09-09 13:04:28 +02:00
Martin Pulec
29971e1f95 Another GCC 4.6 compat fix
GCC 4.6 doesn't support non-static in-class initializers.
2014-09-09 13:04:24 +02:00
Martin Pulec
f11dbbe62c Logo cap. filter: support for RGB logos 2014-09-08 17:49:54 +02:00
Martin Pulec
06d89598fa Fixed some Coverity reported errors
These Coverity errors should be fixed (mostly classified as High
Impact Outstanding by Coverity):
53922, 53923, 53935, 53938, 53945, 53963, 53974, 53976, 53978, 53979,
53980, 53981, 53982, 53988, 53990, 53991, 53993, 53994, 53995, 53998,
54000, 54002, 54004, 54008, 54010, 54013, 54016, 54018, 54020, 54022,
54024, 54025, 54027, 54028, 54030, 54031, 54032, 54033, 54034, 54035,
54036, 54038, 54039, 54041, 54043, 54047, 54048, 54050, 54053, 54054,
54055, 54056, 54062, 54064, 54065, 54067, 54071, 54072, 54074, 54075,
54076, 54081, 54087, 54088, 54089, 54091, 54093, 54096, 54097, 54103,
54104, 54106, 54109, 54111, 54112, 54114, 54117, 54119, 54120, 54121,
54125, 54126, 54129, 54130, 54132, 54133, 54136, 54137, 54140, 54145,
54146, 54149, 54150, 54151, 54153, 54154, 54156, 54157
2014-09-08 15:29:02 +02:00
Martin Pulec
d5b3dc8a9b Fixed gcc 6.5 with CUDA 6.5 build fail 2014-09-08 13:19:23 +02:00
Martin Pulec
f633405f11 Vidcap/disp: move related funcs to approp. files 2014-09-01 16:42:02 +02:00
Martin Pulec
b0c4a0f742 SDL: option to disable window decoration 2014-09-01 15:19:02 +02:00
Martin Pulec
087b5bfcc3 MSW build fixes 2014-09-01 14:33:18 +02:00
Martin Pulec
5f66050f1a Decklink, GL: clear video buffers before use 2014-09-01 14:02:47 +02:00
Martin Pulec
95fc4a3811 DeckLink display: buffer reuse
TODO: check if it is correct
2014-08-28 14:46:05 +02:00
Martin Pulec
ef48c66501 DeckLink display: rewrite 2014-08-28 13:38:21 +02:00
Martin Pulec
b3b55b1c21 LDGM GPU: remove cuda from headers 2014-08-26 20:19:21 +02:00
Martin Pulec
9a25b1b688 JACK: start processing after we have all channels
JACK capture should start processing audio after we have all capture
channels connected.
2014-08-26 19:54:18 +02:00
Martin Pulec
37f079da8d Fixed audio_frame2 sample computation 2014-08-26 19:52:30 +02:00
Martin Pulec
fab534e618 Disable OpenSSL crypto by default 2014-08-26 16:35:23 +02:00
Martin Pulec
6447d2f444 Fixed some warning 2014-08-26 16:10:53 +02:00
Martin Pulec
50ef2d2f31 Added CUDA LDGM implementation
Currently, disabled by default, needs --enable-ldgm-gpu flag to
configure.
2014-08-26 15:48:27 +02:00
Martin Pulec
79b56ad8f7 GCC 4.6 compat 2014-08-26 10:42:11 +02:00
Martin Pulec
ef733c6f9e audio_frame2: added const semantics 2014-08-21 14:01:31 +02:00
Martin Pulec
db9c8cb04f Autoconf fixes 2014-08-21 12:55:03 +02:00
Martin Pulec
14bc9d3b12 JACK: fixed error handling 2014-08-20 15:17:01 +02:00
Martin Pulec
a2264324d6 OS X: small fixes 2014-08-20 14:42:36 +02:00
Martin Pulec
798f2a1944 Display requirements for mods in configure --help 2014-08-20 11:05:09 +02:00
Martin Pulec
0107917c25 Use -Werror in debug mode for most warnings
+ silence some warnings
2014-08-18 12:37:19 +02:00
Martin Pulec
82a2611c8a Some audio fixes (hacks) 2014-08-18 12:37:19 +02:00
Martin Pulec
abb0cd7a20 Added rate limiter for audio but disable it
Is it really needed??
2014-08-18 12:37:19 +02:00
Martin Pulec
13b3555c0a Rewrite audio_frame2 to C++ class 2014-08-18 12:37:14 +02:00
Martin Pulec
cbd3ecc5ce Fixed frame disposing in 'every' capture filter 2014-08-14 18:38:20 +02:00
Martin Pulec
42504a3980 Use C++ compiler for files using audio_frame2 2014-08-13 13:37:52 +02:00
Martin Pulec
dc6b8e7158 Disable FEC decoding error message by default 2014-08-13 13:37:51 +02:00
Martin Pulec
a68fca8258 Fixed name of module register functions 2014-08-13 13:36:25 +02:00
Martin Pulec
89995860f8 Quicktime: minor fix 2014-08-12 11:59:08 +02:00
Martin Pulec
19ed920654 Decklink cap.: make common string handling funcs 2014-08-11 17:50:05 +02:00
Martin Pulec
b40e86e4c3 Decklink capture: print string repres. of errors 2014-08-11 15:28:33 +02:00
Martin Pulec
f38f94fce0 Video codec: handle alias 2vuy as a name for UYVY
+ minor fixes
2014-08-11 14:15:56 +02:00
Martin Pulec
d3f66f211a Video codec: hide codec_info structure 2014-08-11 14:03:46 +02:00
Martin Pulec
c31a61d1a0 Post merge fixes 2014-08-08 16:39:38 +02:00
Martin Pulec
51816a3db7 Merge remote-tracking branch 'seth/trunk' into trunk 2014-08-08 15:46:59 +02:00
Castillo, Gerard
ccb3096f5f Merge branch 'trunk' of http://seth.ics.muni.cz/git/ultragrid into trunk 2014-08-07 21:56:19 +02:00
Castillo, Gerard
5ba5803461 merge and improvements: resize filter refactor and YUYV color scheme resize support, control socket port refactor for setting any possible port when connection type is server, double free corruption when flushing many capture filters solved in video frame data deleter 2014-08-07 21:55:32 +02:00
Martin Pulec
15fc8292e4 Audio testcard: changed description 2014-08-06 13:31:43 +02:00
Martin Pulec
71faa05ebb RTSP: fixed type names (MSW compatibility) 2014-08-06 12:27:58 +02:00
Martin Pulec
f6ec5a347b RTSP: fixed type names (MSW compatibility) 2014-08-06 12:24:39 +02:00
Martin Pulec
e51cc8b343 Audio: increase maximal number of channels to 32
TODO: allow arbitrary number of channels (eg. C++ vector)
2014-08-01 13:37:20 +02:00
Martin Pulec
6944b5ab2e Alsa: if device not set, use pcm.pulse if possible
This allows to use PulseAudio workaround because if using pcm.default,
handle_underruns option is obviously not passed to ALSA pulse plugin.
2014-08-01 13:37:15 +02:00
Martin Pulec
988de3518c Playback: fixed index computing 2014-07-28 18:15:09 +02:00
Martin Pulec
3638dfc0ca Fixed testcard2
It is still very messy, still...
2014-07-28 16:43:53 +02:00