Commit Graph

1026 Commits

Author SHA1 Message Date
Martin Pulec
67fbd9dbae MSW compatibility 2014-10-16 17:34:12 +02:00
Martin Pulec
7849d4fcbe LDGM: remove UG and Linux dependency
TODO: replace gettimeofday() calls (now commented out) with
std::chrono::steady_clock (or similar).
2014-10-16 17:33:05 +02:00
Martin Pulec
ec5054834a DELTACAST modules: fixed usage 2014-10-16 11:44:37 +02:00
Martin Pulec
1413a0b992 Deltacast-dvi: interlaced signal is UFF 2014-10-15 17:54:02 +02:00
Martin Pulec
558555aed4 Make ldgm-gpu as a library and enable by default 2014-10-15 17:53:56 +02:00
Martin Pulec
e6583622cc Some functions' rename 2014-10-15 16:01:45 +02:00
Martin Pulec
32f7932a25 Capture filters: switched to universal library 2014-10-15 15:54:44 +02:00
Martin Pulec
c49e0bc473 OpenSSL encryption: build as a library
+ added API for universal module
2014-10-15 15:50:25 +02:00
Martin Pulec
8e629018ed Control socket: default server + fixed usage 2014-10-14 11:11:21 +02:00
Martin Pulec
cd9647a57b Merge branch 'trunk' 2014-10-14 11:05:42 +02:00
Martin Pulec
341cf0ca31 Merge branch 'trunk' of seth.ics.muni.cz:/home/gituser/git/ultragrid into trunk 2014-10-14 10:51:04 +02:00
Martin Pulec
af94f0aa72 LDGM: allow param change on fly 2014-10-14 10:50:49 +02:00
Gerard CL
bb4163837c Merge branch 'trunk' of http://seth.ics.muni.cz/git/ultragrid into trunk 2014-10-14 09:29:30 +02:00
Gerard CL
0ad4afc096 control socket init modification 2014-10-13 09:18:53 +02:00
Martin Pulec
bee45b620b Video decoders: wrap video_frame ptr to unique_ptr 2014-10-10 17:50:15 +02:00
Martin Pulec
128d235253 Video decoder: very small cleanup 2014-10-10 16:54:38 +02:00
Martin Pulec
6614a03a4e Hd-rum-translator: moved init/destroy to const/destr 2014-10-10 16:51:26 +02:00
Martin Pulec
92100f3304 Merge branch 'proxy-display' 2014-10-10 14:28:11 +02:00
Martin Pulec
5ded8bb56e Some comments 2014-10-10 14:27:08 +02:00
Martin Pulec
ab46a5bf92 Hd-rum-decompress: fixed message passing 2014-10-10 14:10:23 +02:00
Martin Pulec
0e464e2332 Libavcodec 53 compat 2014-10-10 10:38:42 +02:00
Martin Pulec
1d146cbeee Merge branch 'trunk' 2014-10-09 17:50:33 +02:00
Martin Pulec
fec3c13a18 Rename message_queue to synchronized_queue 2014-10-09 13:53:07 +02:00
Gerard CL
7a20e0b26f merge for opus codec over rtp transmission support 2014-10-09 12:28:54 +02:00
Martin Pulec
3a9ee102e6 Forbid struct module move/copy 2014-10-08 18:07:45 +02:00
Martin Pulec
54cc95c0da Transmit: assume IPv6 header size 2014-10-08 17:53:25 +02:00
Martin Pulec
00ce812db3 Couple of small fixes (mainly leaks) 2014-10-08 17:39:04 +02:00
Martin Pulec
6144609a78 Small fixes 2014-10-06 12:11:39 +02:00
Martin Pulec
6890cb5a5d Libavcodec: fixed float audio samples handling 2014-10-02 15:12:24 +02:00
Martin Pulec
c5bddb7749 OS X: Make 64-bit build default 2014-10-01 15:18:17 +02:00
Martin Pulec
1e6523cf58 GCC 4.6 compat 2014-09-30 00:12:28 +02:00
Martin Pulec
5b13550e25 Hd-rum-transcode: allow init with 0 receivers 2014-09-30 00:10:05 +02:00
Martin Pulec
c2072d7c34 HACK: Hd-rum-translator receive messages
Currently supported:
delete-port <index>
create-port <host> <tx-port> <compression>
2014-09-30 00:10:00 +02:00
Martin Pulec
68e23f56b2 Added timeout to proxy display
This allows SSRC to be switched from and then again to it.
2014-09-30 00:09:53 +02:00
Martin Pulec
affdf29028 Pass multiple streams to display only if it is proxy 2014-09-30 00:09:45 +02:00
Martin Pulec
20299329cb Hd-rum-transcode: use proxy display 2014-09-30 00:09:41 +02:00
Martin Pulec
52d20960d1 Added proxy display 2014-09-30 00:09:36 +02:00
Martin Pulec
8e0e2c7cbe Config file: minor fix 2014-09-30 00:09:07 +02:00
Martin Pulec
6e4db32713 Fixed some OS X warnings 2014-09-30 00:09:04 +02:00
Martin Pulec
fb1aeb9875 RTP video RX/TX: use promiscuous mode
Use RTP promiscuous mode in order not to drop first n packets from every
RTP stream.
2014-09-28 15:56:55 +02:00
Martin Pulec
b70f22beb3 Video decoder: do not drop first frame on reconf 2014-09-28 15:56:50 +02:00
Martin Pulec
01375de621 Hd-rum-transcoder: allow change replica type via control 2014-09-28 10:25:24 +02:00
Martin Pulec
5c63981af1 Hd-rum-translator - decompress: some rewrite 2014-09-28 01:39:32 +02:00
Martin Pulec
243bce4e1e Hd-rum-transcode: updated control sock handling 2014-09-28 00:58:30 +02:00
Martin Pulec
f16e45a088 Video frame pool: wait for all frames returned in deleter 2014-09-27 23:35:12 +02:00
Martin Pulec
0a2b2af1a4 Fixed video compress reconfiguration 2014-09-27 23:35:06 +02:00
Martin Pulec
8e3ebc9053 Rewritte messy C impl list - use std::list internally 2014-09-27 22:26:26 +02:00
Martin Pulec
239bb87af3 Hd-rum-translator: fixed segfaults on wrong number of parameters 2014-09-26 21:04:34 +02:00
Martin Pulec
a68540f168 Swapped control port mode - default client 2014-09-26 16:28:04 +02:00
Martin Pulec
109978aa9a Changed video compress modules handling (API) 2014-09-26 16:27:02 +02:00